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