aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchambmar <[email protected]>2022-09-29 14:27:08 -0700
committerchambmar <[email protected]>2022-09-29 14:27:08 -0700
commit952d5ca9984696bf9e9cee4c75cef509a1eed9d9 (patch)
treec6b84cd9a3f35fccc043d93522a28f797ed2bebb
parentSimple changes (diff)
downloadcst116-lab0prep-chambmar-952d5ca9984696bf9e9cee4c75cef509a1eed9d9.tar.xz
cst116-lab0prep-chambmar-952d5ca9984696bf9e9cee4c75cef509a1eed9d9.zip
Presentation Changes
-rw-r--r--Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj8
-rw-r--r--README.md4
2 files changed, 7 insertions, 5 deletions
diff --git a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj
index b6da2fe..97611d8 100644
--- a/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj
+++ b/Ch 5 Debugging Project/Ch 5 Debugging Project.vcxproj
@@ -29,26 +29,26 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>false</UseDebugLibraries>
- <PlatformToolset>v142</PlatformToolset>
+ <PlatformToolset>v143</PlatformToolset>
<WholeProgramOptimization>true</WholeProgramOptimization>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
diff --git a/README.md b/README.md
index e26bbfe..c185679 100644
--- a/README.md
+++ b/README.md
@@ -3,4 +3,6 @@ Practice
* Debugging
* Working with GitHub
-Make simple changes to a file \ No newline at end of file
+Make simple changes to a file
+
+Making some more simple changes \ No newline at end of file