replaced visual studio project to map week 1-2
This commit is contained in:
@@ -142,12 +142,12 @@
|
|||||||
</Link>
|
</Link>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="..\..\..\..\..\Desktop\ipac\source\heap.c" />
|
<ClCompile Include="heap.c" />
|
||||||
<ClCompile Include="llist.c" />
|
<ClCompile Include="llist.c" />
|
||||||
<ClCompile Include="main.c" />
|
<ClCompile Include="main.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\..\..\Desktop\ipac\include\heap.h" />
|
<ClInclude Include="heap.h" />
|
||||||
<ClInclude Include="llist.h" />
|
<ClInclude Include="llist.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
+2
-2
@@ -3,10 +3,10 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClCompile Include="llist.c" />
|
<ClCompile Include="llist.c" />
|
||||||
<ClCompile Include="main.c" />
|
<ClCompile Include="main.c" />
|
||||||
<ClCompile Include="..\..\..\..\..\Desktop\ipac\source\heap.c" />
|
<ClCompile Include="heap.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="llist.h" />
|
<ClInclude Include="llist.h" />
|
||||||
<ClInclude Include="..\..\..\..\..\Desktop\ipac\include\heap.h" />
|
<ClInclude Include="heap.h" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user