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 | |
| parent | semi finished w pt 1 (diff) | |
| download | cst116-proj1-ace05a58833bb71e25cd1c6f718eeca3d685eebd.tar.xz cst116-proj1-ace05a58833bb71e25cd1c6f718eeca3d685eebd.zip | |
.
Diffstat (limited to 'CST116-Ch5-Debugging')
| -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 |