|
11 | 11 | <AssemblyName>QRCoderDemoUWP</AssemblyName>
|
12 | 12 | <DefaultLanguage>en-US</DefaultLanguage>
|
13 | 13 | <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
|
14 |
| - <TargetPlatformVersion>10.0.18362.0</TargetPlatformVersion> |
15 |
| - <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion> |
| 14 | + <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion> |
| 15 | + <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion> |
16 | 16 | <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
|
17 | 17 | <FileAlignment>512</FileAlignment>
|
18 | 18 | <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
19 | 19 | <PackageCertificateKeyFile>QRCoderDemoUWP_TemporaryKey.pfx</PackageCertificateKeyFile>
|
20 |
| - <RuntimeIdentifiers>win10-arm;win10-arm-aot;win10-x86;win10-x86-aot;win10-x64;win10-x64-aot</RuntimeIdentifiers> |
21 | 20 | </PropertyGroup>
|
22 | 21 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
23 | 22 | <DebugSymbols>true</DebugSymbols>
|
|
88 | 87 | <Prefer32Bit>true</Prefer32Bit>
|
89 | 88 | <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
|
90 | 89 | </PropertyGroup>
|
| 90 | + <ItemGroup> |
| 91 | + <!-- A reference to the entire .Net Framework and Windows SDK are automatically included --> |
| 92 | + <None Include="project.json" /> |
| 93 | + </ItemGroup> |
91 | 94 | <ItemGroup>
|
92 | 95 | <Compile Include="App.xaml.cs">
|
93 | 96 | <DependentUpon>App.xaml</DependentUpon>
|
|
128 | 131 | <HintPath>..\QRCoder\bin\Debug\netstandard1.1\QRCoder.dll</HintPath>
|
129 | 132 | </Reference>
|
130 | 133 | </ItemGroup>
|
131 |
| - <ItemGroup> |
132 |
| - <PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform"> |
133 |
| - <Version>5.0.0</Version> |
134 |
| - </PackageReference> |
135 |
| - </ItemGroup> |
136 | 134 | <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
137 | 135 | <VisualStudioVersion>14.0</VisualStudioVersion>
|
138 | 136 | </PropertyGroup>
|
|
0 commit comments