summaryrefslogtreecommitdiff
path: root/BlankConsoleLab/BlankConsoleLab.vcxproj
diff options
context:
space:
mode:
authorMatthew Taeza <[email protected]>2022-11-29 20:17:21 -0800
committerMatthew Taeza <[email protected]>2022-11-29 20:17:21 -0800
commit4b501d9a8b097f2095ffe1a95361ad3a9cd14441 (patch)
tree36f7b38994962b5cf76681d9a31999574a442bb6 /BlankConsoleLab/BlankConsoleLab.vcxproj
parentSetting up GitHub Classroom Feedback (diff)
downloadcst116-lab3-matthewtaeza-4b501d9a8b097f2095ffe1a95361ad3a9cd14441.tar.xz
cst116-lab3-matthewtaeza-4b501d9a8b097f2095ffe1a95361ad3a9cd14441.zip
Submission
Diffstat (limited to 'BlankConsoleLab/BlankConsoleLab.vcxproj')
-rw-r--r--BlankConsoleLab/BlankConsoleLab.vcxproj12
1 files changed, 8 insertions, 4 deletions
diff --git a/BlankConsoleLab/BlankConsoleLab.vcxproj b/BlankConsoleLab/BlankConsoleLab.vcxproj
index db2e734..33b172d 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,10 @@
<ItemGroup>
<ClCompile Include="BlankConsoleLab.cpp" />
</ItemGroup>
+ <ItemGroup>
+ <Text Include="..\..\..\..\Downloads\large.txt" />
+ <Text Include="..\..\..\..\OneDrive\Desktop\small.txt" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>