diff options
| author | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-11-09 16:38:01 -0800 |
|---|---|---|
| committer | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-11-09 16:38:01 -0800 |
| commit | 97f55faef5d4e7a6844de89216077dce8c12ca3c (patch) | |
| tree | f8d7dd3dc7bea8faff9fb41c1483533c9d614bef /CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | |
| parent | Initial commit (diff) | |
| download | cst116-ch11-debugging-19-ruin-master.tar.xz cst116-ch11-debugging-19-ruin-master.zip | |
Diffstat (limited to 'CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch11-Debugging/CST116-Ch11-Debugging.vcxproj | 6 |
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"> |