diff options
| author | jacobdw22 <[email protected]> | 2022-09-29 16:24:46 -0700 |
|---|---|---|
| committer | jacobdw22 <[email protected]> | 2022-09-29 16:24:46 -0700 |
| commit | b5e8485c4684b8c4ac7e82c73466683708b93424 (patch) | |
| tree | 6fd69b5516ec4eefab564eb9721db49a50c110e2 /Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | |
| parent | Simple changes (diff) | |
| download | cst116-lab0-debugging-jacobdw22-b5e8485c4684b8c4ac7e82c73466683708b93424.tar.xz cst116-lab0-debugging-jacobdw22-b5e8485c4684b8c4ac7e82c73466683708b93424.zip | |
simple changes
Diffstat (limited to 'Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj')
| -rw-r--r-- | Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj index 97611d8..16b04a7 100644 --- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj +++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj @@ -139,7 +139,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="Ch 5 Debugging Project.cpp" />
+ <ClCompile Include="CST116-Debugging-Wilson.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|