summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.vcxproj
diff options
context:
space:
mode:
authorjacobdw22 <[email protected]>2022-11-28 13:00:29 -0800
committerjacobdw22 <[email protected]>2022-11-28 13:00:29 -0800
commitfc2fd00bf8bf02bd99f1f0ab246e677e4f1da7b3 (patch)
treed4210461ea47022149c24c5f8d0f3739479f718a /BlankConsoleLab/BlankConsoleLab.vcxproj
parentSetting up GitHub Classroom Feedback (diff)
downloadarchived-cst116-lab3-jacobdw22-fc2fd00bf8bf02bd99f1f0ab246e677e4f1da7b3.tar.xz
archived-cst116-lab3-jacobdw22-fc2fd00bf8bf02bd99f1f0ab246e677e4f1da7b3.zip
Added Lab 3 Assist Code
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj11
1 files changed, 7 insertions, 4 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj
index db2e734..43afad4 100644
--- a/BlankConsoleLab/BlankConsoleLab.vcxproj
+++ b/BlankConsoleLab/BlankConsoleLab.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>
@@ -141,6 +141,9 @@
<ItemGroup>
<ClCompile Include="BlankConsoleLab.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\..\..\..\Downloads\large.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>