diff options
author | geni <me@geni.site> | 2021-12-31 15:39:18 +0200 |
---|---|---|
committer | geni <me@geni.site> | 2021-12-31 15:40:38 +0200 |
commit | 831a9a99f4c75560a0a33c2da89b5d36b55d612b (patch) | |
tree | 435048f63fb80fb0bddd1a607de687e5cac090a6 /loader_launcher_proxy/loader_launcher_proxy.vcxproj | |
parent | 6b401003bbc94748b7839a0a22f02578ff09a4ed (diff) | |
download | NorthstarLauncher-831a9a99f4c75560a0a33c2da89b5d36b55d612b.tar.gz NorthstarLauncher-831a9a99f4c75560a0a33c2da89b5d36b55d612b.zip |
Make launcher proxy target v143
The rest of Northstar targets v143
Diffstat (limited to 'loader_launcher_proxy/loader_launcher_proxy.vcxproj')
-rw-r--r-- | loader_launcher_proxy/loader_launcher_proxy.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader_launcher_proxy/loader_launcher_proxy.vcxproj b/loader_launcher_proxy/loader_launcher_proxy.vcxproj index 9cc7a4c7..32d2e44c 100644 --- a/loader_launcher_proxy/loader_launcher_proxy.vcxproj +++ b/loader_launcher_proxy/loader_launcher_proxy.vcxproj @@ -21,7 +21,7 @@ <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"> |