diff options
author | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2022-01-04 20:17:30 +0300 |
---|---|---|
committer | HappyDOGE <28511119+HappyDOGE@users.noreply.github.com> | 2022-01-04 20:17:30 +0300 |
commit | b9b8fb4cde19b3bdcf6f327b82cc7797af85a8c9 (patch) | |
tree | 9f2d0abdf7c4a11ccf2ab00ce8dce93f2b3aaca2 /NorthstarDedicatedTest | |
parent | 550a5daa072fe1c1a963f3ee0a6b7578a770338a (diff) | |
download | NorthstarLauncher-b9b8fb4cde19b3bdcf6f327b82cc7797af85a8c9.tar.gz NorthstarLauncher-b9b8fb4cde19b3bdcf6f327b82cc7797af85a8c9.zip |
revert vcxproj
Diffstat (limited to 'NorthstarDedicatedTest')
-rw-r--r-- | NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj index abd50fc8..c6f0c8c0 100644 --- a/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj +++ b/NorthstarDedicatedTest/NorthstarDedicatedTest.vcxproj @@ -22,13 +22,13 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> @@ -63,7 +63,8 @@ <AdditionalIncludeDirectories>$(ProjectDir)include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> <BufferSecurityCheck> </BufferSecurityCheck> - <ExceptionHandling>Async</ExceptionHandling> + <ExceptionHandling> + </ExceptionHandling> </ClCompile> <Link> <SubSystem>Windows</SubSystem> @@ -94,7 +95,8 @@ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <BufferSecurityCheck> </BufferSecurityCheck> - <ExceptionHandling>Async</ExceptionHandling> + <ExceptionHandling> + </ExceptionHandling> </ClCompile> <Link> <SubSystem>Windows</SubSystem> |