diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 22:35:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 22:35:23 +0300 |
commit | 5a5420d51681a81c922a2017d38e0c9ae65fb94e (patch) | |
tree | 772ec7b27400893f85607106fff6b1bdba97c720 | |
parent | 14f110c78ff059f7874576a0f15b376f77a491e4 (diff) |
manual target platform version assignment required only for Toaster
-rw-r--r-- | build/cmplugin/cmstub.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/dll.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/src/tools/mdbx_chk.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/src/tools/mdbx_copy.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/src/tools/mdbx_dump.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/src/tools/mdbx_load.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/src/tools/mdbx_stat.vcxproj | 1 | ||||
-rw-r--r-- | libs/libmdbx/src/test/test.vcxproj | 1 | ||||
-rw-r--r-- | plugins/Dbx_mdbx/dbx_mdbx.vcxproj | 1 | ||||
-rw-r--r-- | plugins/MirOTR/MirOTR_16.vcxproj | 1 | ||||
-rw-r--r-- | plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj | 1 | ||||
-rw-r--r-- | plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj | 1 |
12 files changed, 0 insertions, 12 deletions
diff --git a/build/cmplugin/cmstub.vcxproj b/build/cmplugin/cmstub.vcxproj index 02076a41d9..8d9adf1618 100644 --- a/build/cmplugin/cmstub.vcxproj +++ b/build/cmplugin/cmstub.vcxproj @@ -23,7 +23,6 @@ <ProjectGuid>{3E03C383-1234-4055-B1C8-D43EB6BFAE58}</ProjectGuid> <RootNamespace>Project1</RootNamespace> <XPDeprecationWarning>false</XPDeprecationWarning> - <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> <ProjectName>cmstub</ProjectName> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/libs/libmdbx/src/dll.vcxproj b/libs/libmdbx/src/dll.vcxproj index c0743890ce..63a1c766d6 100644 --- a/libs/libmdbx/src/dll.vcxproj +++ b/libs/libmdbx/src/dll.vcxproj @@ -21,7 +21,6 @@ <PropertyGroup Label="Globals"> <ProjectGuid>{6D19209B-ECE7-4B9C-941C-0AA2B484F199}</ProjectGuid> <Keyword>Win32Proj</Keyword> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/libs/libmdbx/src/src/tools/mdbx_chk.vcxproj b/libs/libmdbx/src/src/tools/mdbx_chk.vcxproj index e6c2686286..f87c687526 100644 --- a/libs/libmdbx/src/src/tools/mdbx_chk.vcxproj +++ b/libs/libmdbx/src/src/tools/mdbx_chk.vcxproj @@ -22,7 +22,6 @@ <ProjectGuid>{15030120-5F7F-48F9-ABE5-DFC814F2A4BE}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>mdbx_chk</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/libs/libmdbx/src/src/tools/mdbx_copy.vcxproj b/libs/libmdbx/src/src/tools/mdbx_copy.vcxproj index d47513c204..09bdc78fe7 100644 --- a/libs/libmdbx/src/src/tools/mdbx_copy.vcxproj +++ b/libs/libmdbx/src/src/tools/mdbx_copy.vcxproj @@ -22,7 +22,6 @@ <ProjectGuid>{15030120-5F7F-48F9-ABE5-DFC814F2A4BD}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>mdbx_copy</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/libs/libmdbx/src/src/tools/mdbx_dump.vcxproj b/libs/libmdbx/src/src/tools/mdbx_dump.vcxproj index 6978a2c22d..1e2ff8450f 100644 --- a/libs/libmdbx/src/src/tools/mdbx_dump.vcxproj +++ b/libs/libmdbx/src/src/tools/mdbx_dump.vcxproj @@ -22,7 +22,6 @@ <ProjectGuid>{15030120-5F7F-48F9-ABE5-DFC814F2A4BC}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>mdbx_dump</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/libs/libmdbx/src/src/tools/mdbx_load.vcxproj b/libs/libmdbx/src/src/tools/mdbx_load.vcxproj index 05a100fc64..483d9b6104 100644 --- a/libs/libmdbx/src/src/tools/mdbx_load.vcxproj +++ b/libs/libmdbx/src/src/tools/mdbx_load.vcxproj @@ -22,7 +22,6 @@ <ProjectGuid>{15030120-5F7F-48F9-ABE5-DFC814F2A4BB}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>mdbx_load</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/libs/libmdbx/src/src/tools/mdbx_stat.vcxproj b/libs/libmdbx/src/src/tools/mdbx_stat.vcxproj index 4027491d39..53f649bfd9 100644 --- a/libs/libmdbx/src/src/tools/mdbx_stat.vcxproj +++ b/libs/libmdbx/src/src/tools/mdbx_stat.vcxproj @@ -22,7 +22,6 @@ <ProjectGuid>{15030120-5F7F-48F9-ABE5-DFC814F2A4BF}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>mdbx_stat</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/libs/libmdbx/src/test/test.vcxproj b/libs/libmdbx/src/test/test.vcxproj index b47bc7a813..ad647f3874 100644 --- a/libs/libmdbx/src/test/test.vcxproj +++ b/libs/libmdbx/src/test/test.vcxproj @@ -27,7 +27,6 @@ <ProjectGuid>{30E29CE6-E6FC-4D32-AA07-46A55FAF3A31}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>mdbxtest</RootNamespace> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj index d542408b09..1c3861dc00 100644 --- a/plugins/Dbx_mdbx/dbx_mdbx.vcxproj +++ b/plugins/Dbx_mdbx/dbx_mdbx.vcxproj @@ -26,7 +26,6 @@ <PropertyGroup Label="Globals">
<ProjectName>Dbx_mdbx</ProjectName>
<ProjectGuid>{E0ACDEA0-0AC9-4431-8CA3-6B0CCACB2E18}</ProjectGuid>
- <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
<Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
diff --git a/plugins/MirOTR/MirOTR_16.vcxproj b/plugins/MirOTR/MirOTR_16.vcxproj index 38ef17318f..4d1955068a 100644 --- a/plugins/MirOTR/MirOTR_16.vcxproj +++ b/plugins/MirOTR/MirOTR_16.vcxproj @@ -22,7 +22,6 @@ <ProjectGuid>{53F841E8-284F-4545-9176-B131896E43F8}</ProjectGuid> <ProjectName>MirOTR</ProjectName> <XPDeprecationWarning>false</XPDeprecationWarning> - <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj index cf4dea23e3..b5e4e7bc4a 100644 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj @@ -21,7 +21,6 @@ <PropertyGroup Label="Globals"> <ProjectName>UInfoEx_icons_default_Z2</ProjectName> <ProjectGuid>{D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj index c7e82a0616..5b728af4fb 100644 --- a/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj +++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_15_z2.vcxproj @@ -21,7 +21,6 @@ <PropertyGroup Label="Globals"> <ProjectName>UInfoEx_icons_ice_Z2</ProjectName> <ProjectGuid>{E787B42A-6489-4078-90CD-B78B751A1284}</ProjectGuid> - <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |