diff options
| author | DoolyBoi <[email protected]> | 2022-10-18 19:21:12 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-18 19:21:12 -0700 |
| commit | 9b464f2624e8d3882d62772487c05a564474e6d4 (patch) | |
| tree | 1b3b503a51d244d71cec2d39f97dbf6a15f57578 | |
| parent | renamed file (diff) | |
| download | cst116-ch9-debugging-abd00l4h-9b464f2624e8d3882d62772487c05a564474e6d4.tar.xz cst116-ch9-debugging-abd00l4h-9b464f2624e8d3882d62772487c05a564474e6d4.zip | |
file renamed
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj | 2 | ||||
| -rw-r--r-- | CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj index d7fabd9..370482b 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj @@ -127,7 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch9-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch9-Havaldar.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters index 2f59736..4c0ba1b 100644 --- a/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters +++ b/CST116-Ch9-Debugging/CST116-Ch9-Debugging.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch9-Debugging.cpp">
+ <ClCompile Include="CST116-Ch9-Havaldar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|