Skip to content

Commit 79f7080

Browse files
authored
Merge pull request shimat#689 from shimat/vs2019
[WIP] Visual Studio 2019
2 parents 1f5a2dc + f612217 commit 79f7080

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ skip_branch_with_pr: true
6060

6161
image:
6262
- Ubuntu1804
63-
- Visual Studio 2017
63+
- Visual Studio 2019
6464

6565
configuration: Release
6666

@@ -86,8 +86,8 @@ install:
8686
#- .\bootstrap-vcpkg.bat
8787
#- cd %APPVEYOR_BUILD_FOLDER%
8888
# - cmd: cd c:\tools\vcpkg
89-
- cmd: vcpkg list
90-
- cmd: vcpkg integrate remove
89+
# - cmd: vcpkg list
90+
# - cmd: vcpkg integrate remove
9191
# - cmd: SET VCPKG_BUILD_TYPE=release
9292
# - cmd: vcpkg integrate install
9393
# - cmd: if %PLATFORM% == x64 vcpkg install tesseract:x64-windows-static

src/OpenCvSharpExtern/OpenCvSharpExtern.vcxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,30 +24,30 @@
2424
<Keyword>Win32Proj</Keyword>
2525
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
2626
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
27-
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
27+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
2828
</PropertyGroup>
2929
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3030
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
3131
<ConfigurationType>DynamicLibrary</ConfigurationType>
3232
<CharacterSet>MultiByte</CharacterSet>
3333
<WholeProgramOptimization>true</WholeProgramOptimization>
34-
<PlatformToolset>v141</PlatformToolset>
34+
<PlatformToolset>v142</PlatformToolset>
3535
</PropertyGroup>
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3737
<ConfigurationType>DynamicLibrary</ConfigurationType>
3838
<CharacterSet>MultiByte</CharacterSet>
39-
<PlatformToolset>v141</PlatformToolset>
39+
<PlatformToolset>v142</PlatformToolset>
4040
</PropertyGroup>
4141
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
4242
<ConfigurationType>DynamicLibrary</ConfigurationType>
4343
<CharacterSet>Unicode</CharacterSet>
4444
<WholeProgramOptimization>true</WholeProgramOptimization>
45-
<PlatformToolset>v141</PlatformToolset>
45+
<PlatformToolset>v142</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<CharacterSet>Unicode</CharacterSet>
50-
<PlatformToolset>v141</PlatformToolset>
50+
<PlatformToolset>v142</PlatformToolset>
5151
</PropertyGroup>
5252
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5353
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)