diff options
| author | EdwardFine <[email protected]> | 2022-10-20 14:15:30 -0700 |
|---|---|---|
| committer | EdwardFine <[email protected]> | 2022-10-20 14:15:30 -0700 |
| commit | 11f91fdf2fb79af3baafdfb4e6430c123b32fa66 (patch) | |
| tree | b92d29641f70766b2bcd44f1965d8dda7170a473 /CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | |
| parent | rename (diff) | |
| download | cst116-ch10-debugging-edwardfine-11f91fdf2fb79af3baafdfb4e6430c123b32fa66.tar.xz cst116-ch10-debugging-edwardfine-11f91fdf2fb79af3baafdfb4e6430c123b32fa66.zip | |
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj index 35e9b1e..2f4c370 100644 --- a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj +++ b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{25de9f3e-d136-4e74-afd8-995bd672d9c4}</ProjectGuid>
<RootNamespace>CST116Ch10Debugging</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <ProjectName>CST116-Ch10-Debugging-EdwardFine</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -127,7 +128,7 @@ </Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch10-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch10-Debugging-EdwardFine.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|