build: rename mirror to memfs

This commit is contained in:
Bill Zissimopoulos
2016-04-08 15:45:45 -07:00
parent ef5b664dcc
commit 20f1298fe6
5 changed files with 17 additions and 20 deletions

View File

@@ -21,8 +21,9 @@
<PropertyGroup Label="Globals">
<ProjectGuid>{AA7190E8-877F-4827-8CDD-E0D85F83C8C1}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>mirror</RootNamespace>
<RootNamespace>memfs</RootNamespace>
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
<ProjectName>memfs</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -171,7 +172,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\tst\mirror\mirror.c" />
<ClCompile Include="..\..\..\tst\memfs\memfs-main.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">

View File

@@ -7,7 +7,7 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\..\tst\mirror\mirror.c">
<ClCompile Include="..\..\..\tst\memfs\memfs-main.c">
<Filter>Source</Filter>
</ClCompile>
</ItemGroup>