Skip to content

Commit

Permalink
[build] Changes WindowsTargetPlatformVersion to newer SDK.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed May 6, 2019
1 parent dfe551b commit c7eedb7
Show file tree
Hide file tree
Showing 12 changed files with 15 additions and 14 deletions.
7 changes: 4 additions & 3 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ manager, Mac OSX users can use brew and Windows users can use `vcpkg`.

### Microsoft Windows

You will also need Python, perl and cmake. Refers to https://chocolatey.org/install to install chocolatey
package manager. Then in an elevated cmd.exe:
You will also need Python, perl and cmake. Refers to
https://chocolatey.org/install to install chocolatey package manager. Then in
an elevated cmd.exe:

> choco install ActivePerl cmake python2
> choco install ActivePerl cmake python2 innosetup
To install vcpkg and FreeLAN dependencies, run the following:

Expand Down
2 changes: 1 addition & 1 deletion apps/freelan/freelan.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<ProjectGuid>{FCABC429-7FB2-4453-89CB-D1A59A7D59F9}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>freelan</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/asiotap/libasiotap.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<ProjectGuid>{9173624C-FFF7-4431-BB4A-FC30B13AD742}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libasiotap</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ProjectGuid>{2DC3A022-8C0C-4364-A1F1-F134E885AB02}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>tapsetup</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion libs/cryptoplus/libcryptoplus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<ProjectGuid>{BABD5FDD-D2DC-44FE-B2A4-A21D3DD1F6C2}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libcryptoplus</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/executeplus/libexecuteplus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ProjectGuid>{67D44B66-2B37-4FEC-90AD-F3A64B5BA1F4}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libexecuteplus</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/freelan/libfreelan.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<ProjectGuid>{3BCC24B5-D624-47BC-AFED-BF540AFA29F8}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libfreelan</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/fscp/libfscp.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<ProjectGuid>{D2906D5F-3E94-4376-814D-299B8F81E195}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libfscp</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/iconvplus/libiconvplus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<ProjectGuid>{ACD7B910-1594-4192-9AE1-E805B2F5DB59}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libiconvplus</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/kfather/libkfather.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<ProjectGuid>{FCBBDD58-4EF6-4EEF-8405-49E06F61364B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libkfather</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/miniupnpcplus/libminiupnpcplus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<ProjectGuid>{AC73E1D7-49E7-4A12-8555-588CA931932B}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libminiupnpcplus</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down
2 changes: 1 addition & 1 deletion libs/mongooseplus/libmongooseplus.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<ProjectGuid>{70266482-33AC-449F-8356-0EC6FA0C1BBD}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>libmongooseplus</RootNamespace>
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
<VcpkgTriplet Condition="'$(Platform)'=='Win32'">x86-windows-static</VcpkgTriplet>
<VcpkgTriplet Condition="'$(Platform)'=='x64'">x64-windows-static</VcpkgTriplet>
</PropertyGroup>
Expand Down

0 comments on commit c7eedb7

Please sign in to comment.