diff options
| author | DoolyBoi <[email protected]> | 2022-10-12 18:31:09 -0700 |
|---|---|---|
| committer | DoolyBoi <[email protected]> | 2022-10-12 18:31:09 -0700 |
| commit | 12add5475819395aa33ca73051865c98cc05d6a7 (patch) | |
| tree | 1a8c52b038e1e81b84495a950714eecdf7c4a5dc | |
| parent | finished (diff) | |
| download | cst116-ch7-debugging-abd00l4h-12add5475819395aa33ca73051865c98cc05d6a7.tar.xz cst116-ch7-debugging-abd00l4h-12add5475819395aa33ca73051865c98cc05d6a7.zip | |
finished
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj | 2 | ||||
| -rw-r--r-- | CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj index b7a871f..85fd0b4 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj @@ -127,7 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch7Debugging-Havaldar.cpp" />
+ <ClCompile Include="CST116-Ch7-Havaldar.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
diff --git a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters index 8c8f735..df8d8c7 100644 --- a/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters +++ b/CST116-Ch7-Debugging/CST116-Ch7-Debugging.vcxproj.filters @@ -15,7 +15,7 @@ </Filter>
</ItemGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch7Debugging-Havaldar.cpp">
+ <ClCompile Include="CST116-Ch7-Havaldar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
|