diff options
| author | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-10-19 14:41:05 -0700 |
|---|---|---|
| committer | Lloyd Crawford <Lloyd Crawford@LAPTOP-7HJCDLE5> | 2022-10-19 14:41:05 -0700 |
| commit | 75e69b61a0885865a7429e832521b9a816907396 (patch) | |
| tree | 8758c27239d7fdb6de54b9790514fcc1bba170b9 /CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj | |
| parent | Here is my completed CH 8 Debugging (diff) | |
| download | cst116-chapter8-debugging-19-ruin-main.tar.xz cst116-chapter8-debugging-19-ruin-main.zip | |
Diffstat (limited to 'CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj index b7c71c7..e696845 100644 --- a/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj +++ b/CST116-Ch8-Debugging/CST116-Ch8-Debugging.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{15fb2850-7b95-4328-9080-89f6cea8e210}</ProjectGuid>
<RootNamespace>CST116Ch8Debugging</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <ProjectName>CST116-Ch8-Debugging-Crawford</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-Ch8-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch8-Debugging-Crawford.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|