Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Commit 4807746

Browse files
authored
Merge pull request #355 from microsoft/kegu/updatewin2d
upgrade Win2d version to 1.26.0 and updated platform toolset to be compatible with VS2019
2 parents 044d27c + 7532cfb commit 4807746

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

SampleGallery/SampleGallery.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@
768768
<Version>4.5.0</Version>
769769
</PackageReference>
770770
<PackageReference Include="Win2D.uwp">
771-
<Version>1.23.0</Version>
771+
<Version>1.26.0</Version>
772772
</PackageReference>
773773
</ItemGroup>
774774
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">

SamplesCommon/SamplesCommon/SamplesCommon.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
<Version>6.1.9</Version>
164164
</PackageReference>
165165
<PackageReference Include="Win2D.uwp">
166-
<Version>1.23.0</Version>
166+
<Version>1.26.0</Version>
167167
</PackageReference>
168168
</ItemGroup>
169169
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">

SamplesNative/SamplesNative.vcxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,35 +42,35 @@
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
4343
<ConfigurationType>DynamicLibrary</ConfigurationType>
4444
<UseDebugLibraries>true</UseDebugLibraries>
45-
<PlatformToolset>v141</PlatformToolset>
45+
<PlatformToolset>v142</PlatformToolset>
4646
</PropertyGroup>
4747
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
4848
<ConfigurationType>DynamicLibrary</ConfigurationType>
4949
<UseDebugLibraries>true</UseDebugLibraries>
50-
<PlatformToolset>v141</PlatformToolset>
50+
<PlatformToolset>v142</PlatformToolset>
5151
</PropertyGroup>
5252
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
5353
<ConfigurationType>DynamicLibrary</ConfigurationType>
5454
<UseDebugLibraries>true</UseDebugLibraries>
55-
<PlatformToolset>v141</PlatformToolset>
55+
<PlatformToolset>v142</PlatformToolset>
5656
</PropertyGroup>
5757
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5858
<ConfigurationType>DynamicLibrary</ConfigurationType>
5959
<UseDebugLibraries>false</UseDebugLibraries>
6060
<WholeProgramOptimization>true</WholeProgramOptimization>
61-
<PlatformToolset>v141</PlatformToolset>
61+
<PlatformToolset>v142</PlatformToolset>
6262
</PropertyGroup>
6363
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
6464
<ConfigurationType>DynamicLibrary</ConfigurationType>
6565
<UseDebugLibraries>false</UseDebugLibraries>
6666
<WholeProgramOptimization>true</WholeProgramOptimization>
67-
<PlatformToolset>v141</PlatformToolset>
67+
<PlatformToolset>v142</PlatformToolset>
6868
</PropertyGroup>
6969
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
7070
<ConfigurationType>DynamicLibrary</ConfigurationType>
7171
<UseDebugLibraries>false</UseDebugLibraries>
7272
<WholeProgramOptimization>true</WholeProgramOptimization>
73-
<PlatformToolset>v141</PlatformToolset>
73+
<PlatformToolset>v142</PlatformToolset>
7474
</PropertyGroup>
7575
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
7676
<ImportGroup Label="ExtensionSettings">

0 commit comments

Comments
 (0)