summaryrefslogtreecommitdiff
path: root/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
diff options
context:
space:
mode:
authorLloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5>2022-11-09 16:38:01 -0800
committerLloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5>2022-11-09 16:38:01 -0800
commit97f55faef5d4e7a6844de89216077dce8c12ca3c (patch)
treef8d7dd3dc7bea8faff9fb41c1483533c9d614bef /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
parentInitial commit (diff)
downloadcst116-ch11-debugging-19-ruin-master.tar.xz
cst116-ch11-debugging-19-ruin-master.zip
Here is my completed CH11 Debugging.HEADmaster
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj')
-rw-r--r--CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj b/CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj
index 2073e5b..1c5380a 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-Crawford</ProjectName>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
@@ -127,7 +128,10 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
- <ClCompile Include="CST116-Ch11-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch11-Debugging-Crawford.cpp" />
+ </ItemGroup>
+ <ItemGroup>
+ <Text Include="..\CH_11_Data_LC.txt" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">