diff options
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | 8 | ||||
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters | 10 |
2 files changed, 2 insertions, 16 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj index 7b75731..14878e5 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj @@ -127,13 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch5-Debugging.cpp" />
- </ItemGroup>
- <ItemGroup>
- <Text Include="CST116-Ch5-Debugging-Ahmed.txt" />
- </ItemGroup>
- <ItemGroup>
- <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Ch5-Debugging-Ahmed.png" />
+ <ClCompile Include="CST116-Project1.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters index a12228d..3183238 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj.filters @@ -15,16 +15,8 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch5-Debugging.cpp">
+ <ClCompile Include="CST116-Project1.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
- <ItemGroup>
- <Text Include="CST116-Ch5-Debugging-Ahmed.txt" />
- </ItemGroup>
- <ItemGroup>
- <Image Include="..\..\..\..\OneDrive\Pictures\CST116-Ch5-Debugging-Ahmed.png">
- <Filter>Source Files</Filter>
- </Image>
- </ItemGroup>
</Project>
\ No newline at end of file |