diff options
| author | Musa Ahmed <[email protected]> | 2022-10-05 20:30:11 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-05 20:30:11 -0700 |
| commit | ace05a58833bb71e25cd1c6f718eeca3d685eebd (patch) | |
| tree | 9d4c1ab0ae04efffed4d7deb49b01712f7024360 /CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | |
| parent | semi finished w pt 1 (diff) | |
| download | cst116-proj1-ace05a58833bb71e25cd1c6f718eeca3d685eebd.tar.xz cst116-proj1-ace05a58833bb71e25cd1c6f718eeca3d685eebd.zip | |
.
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | 8 |
1 files changed, 1 insertions, 7 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">
|