diff options
| author | JordanHT-OIT <[email protected]> | 2021-11-24 22:02:24 -0800 |
|---|---|---|
| committer | JordanHT-OIT <[email protected]> | 2021-11-24 22:02:24 -0800 |
| commit | 611354ed303f1321efa1392f3a70adf6f68ad56d (patch) | |
| tree | 706d66c26afc49e37cc58a4ab1052f00796cac0f /CST116F2021-Lab8/CST116F2021-Lab8.vcxproj | |
| parent | Temporary commit (diff) | |
| download | cst115-lab8-jordanht-oit-master.tar.xz cst115-lab8-jordanht-oit-master.zip | |
Diffstat (limited to 'CST116F2021-Lab8/CST116F2021-Lab8.vcxproj')
| -rw-r--r-- | CST116F2021-Lab8/CST116F2021-Lab8.vcxproj | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj b/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj index f68c1cb..cbaf73a 100644 --- a/CST116F2021-Lab8/CST116F2021-Lab8.vcxproj +++ b/CST116F2021-Lab8/CST116F2021-Lab8.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> @@ -143,6 +143,12 @@ </ItemGroup> <ItemGroup> <Text Include="Lab8_Textual_work_Harris-Toovy.txt" /> + <Text Include="CONSOLE_OUTPUT_Harris-Toovy.txt" /> + <Text Include="Data.txt" /> + <Text Include="Data%28backup%29.txt" /> + <Text Include="Report.txt" /> + <Text Include="Data2.txt" /> + <Text Include="Data2%28backup%29.txt.txt" /> </ItemGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> |