diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-10-31 18:33:10 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-10-31 18:33:10 +0100 |
commit | 5dca772f3933338c0c14c082ad8781f55bf84141 (patch) | |
tree | a1a9a5bd73e24b0cd30c989350067a0488acaeec /storm_dll/storm_test.vcxproj | |
parent | ccb5626d40dd76180a831c9f7f37278c18fa68c1 (diff) |
Build toolset updated
Diffstat (limited to 'storm_dll/storm_test.vcxproj')
-rw-r--r-- | storm_dll/storm_test.vcxproj | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/storm_dll/storm_test.vcxproj b/storm_dll/storm_test.vcxproj index 48058ff..fccd989 100644 --- a/storm_dll/storm_test.vcxproj +++ b/storm_dll/storm_test.vcxproj @@ -22,27 +22,27 @@ <ProjectGuid>{5B0E680A-EC4E-402E-AE0D-18ADD2DC6EBE}</ProjectGuid> <RootNamespace>storm_test</RootNamespace> <Keyword>Win32Proj</Keyword> - <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> - <PlatformToolset>v142</PlatformToolset> + <PlatformToolset>v143</PlatformToolset> <CharacterSet>MultiByte</CharacterSet> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> @@ -69,23 +69,23 @@ <_ProjectFileVersion>16.0.31829.152</_ProjectFileVersion> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> - <OutDir>.\bin\$(Platform)\$(Configuration)\</OutDir> - <IntDir>.\bin\$(Platform)\$(Configuration)\</IntDir> + <OutDir>.\bin\exe\$(Platform)\$(Configuration)\</OutDir> + <IntDir>.\bin\exe\$(Platform)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <OutDir>.\bin\$(Platform)\$(Configuration)\</OutDir> - <IntDir>.\bin\$(Platform)\$(Configuration)\</IntDir> + <OutDir>.\bin\exe\$(Platform)\$(Configuration)\</OutDir> + <IntDir>.\bin\exe\$(Platform)\$(Configuration)\</IntDir> <LinkIncremental>true</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <OutDir>.\bin\$(Platform)\$(Configuration)\</OutDir> - <IntDir>.\bin\$(Platform)\$(Configuration)\</IntDir> + <OutDir>.\bin\exe\$(Platform)\$(Configuration)\</OutDir> + <IntDir>.\bin\exe\$(Platform)\$(Configuration)\</IntDir> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <OutDir>.\bin\$(Platform)\$(Configuration)\</OutDir> - <IntDir>.\bin\$(Platform)\$(Configuration)\</IntDir> + <OutDir>.\bin\exe\$(Platform)\$(Configuration)\</OutDir> + <IntDir>.\bin\exe\$(Platform)\$(Configuration)\</IntDir> <LinkIncremental>false</LinkIncremental> </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |