replaced visual studio project to map week 1-2

This commit is contained in:
Remco
2016-03-30 21:01:28 +02:00
parent eb17dbebef
commit e46c3838ce
13 changed files with 4 additions and 4 deletions
@@ -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" />
@@ -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>