diff options
| author | Musa Ahmed <[email protected]> | 2022-10-26 17:25:52 -0700 |
|---|---|---|
| committer | Musa Ahmed <[email protected]> | 2022-10-26 17:25:52 -0700 |
| commit | 531573350bbc73456f9469ea38db4f727f7f444c (patch) | |
| tree | fb249d4c4e636f20b63464f0fb4d1f63a2603d45 /CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | |
| parent | decimal places (diff) | |
| download | cst116-proj1-main.tar.xz cst116-proj1-main.zip | |
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj index 4d8debf..a0a5c08 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj @@ -127,7 +127,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Project1.cpp" />
+ <ClCompile Include="Part2.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|