diff options
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'"> |