diff options
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj index 2073e5b..1d45ff2 100644 --- a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj +++ b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{2f33289e-7d00-4ec4-9951-f3db9cd7c178}</ProjectGuid> <RootNamespace>CST116Ch11Debugging</RootNamespace> <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + <ProjectName>CST116-Ch11-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-Ch11-Debugging.cpp" /> + <ClCompile Include="CST116-Ch11-Debugging-Chambers.cpp" /> + </ItemGroup> + <ItemGroup> + <Text Include="CST116-Ch11-Solution.txt" /> + <Text Include="CST116-Ch11-Psuedocode.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |