diff options
| author | Anibal LopezBonilla <[email protected]> | 2022-10-04 14:55:25 -0700 |
|---|---|---|
| committer | Anibal LopezBonilla <[email protected]> | 2022-10-04 14:55:25 -0700 |
| commit | f9a5d1114c80c1c8665e8ab31080f0d68883d8dd (patch) | |
| tree | 503302804b3a8b6dbb08878005dc1160ddc0dba0 /CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | |
| parent | Delete CST116-Ch5-Lopez-Bonilla.vcxproj.user (diff) | |
| download | cst116-ch5-debugging-buzzerbeaterclutch-f9a5d1114c80c1c8665e8ab31080f0d68883d8dd.tar.xz cst116-ch5-debugging-buzzerbeaterclutch-f9a5d1114c80c1c8665e8ab31080f0d68883d8dd.zip | |
Renaming and corrections
Diffstat (limited to 'CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj')
| -rw-r--r-- | CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj index 4339244..569d88c 100644 --- a/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj +++ b/CST116-Ch5-Debugging/CST116-Ch5-Debugging.vcxproj @@ -24,6 +24,7 @@ <ProjectGuid>{656289ce-6a7b-4681-b61a-b8bd2cf9e712}</ProjectGuid>
<RootNamespace>CST116Ch5Debugging</RootNamespace>
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
+ <ProjectName>CST116-Ch5-Lopez-Bonilla</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-Ch5-Debugging.cpp" />
+ <ClCompile Include="CST116-Ch5-Lopez-Bonilla.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|