aboutsummaryrefslogtreecommitdiff
path: root/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj
diff options
context:
space:
mode:
Diffstat (limited to 'CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj')
-rw-r--r--CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj b/CST116-Ch10-Debugging/CST116-Ch10-Debugging.vcxproj
index 35e9b1e..1eaaf0e 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-Chambers</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -127,7 +128,11 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch10-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch10-Debugging-Chambers.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="CST116-Ch10-Solution.txt" />
+ <Text Include="CST116-Ch10-Psuedocode.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">