Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
uwp fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
moljac committed Jun 27, 2019
1 parent eaafd25 commit a22a22f
Showing 1 changed file with 4 additions and 6 deletions.
Expand Up @@ -11,7 +11,7 @@
<AssemblyName>AuthExample.UWP</AssemblyName>
<DefaultLanguage>en-US</DefaultLanguage>
<TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
<TargetPlatformVersion>10.0.16299.0</TargetPlatformVersion>
<TargetPlatformVersion>10.0.17763.0</TargetPlatformVersion>
<TargetPlatformMinVersion>10.0.16299.0</TargetPlatformMinVersion>
<MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
<EnableDotNetNativeCompatibleProfile>true</EnableDotNetNativeCompatibleProfile>
Expand Down Expand Up @@ -161,16 +161,14 @@
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>

<ItemGroup Condition="exists('..\..\..\..\..\..\source\Core\Xamarin.Auth.UniversalWindowsPlatform\Xamarin.Auth.UniversalWindowsPlatform.csproj')">
<ProjectReference Include="..\..\..\..\..\..\source\Core\Xamarin.Auth.UniversalWindowsPlatform\Xamarin.Auth.UniversalWindowsPlatform.csproj">
<HintPath>..\..\..\..\..\..\source\Core\Xamarin.Auth.UniversalWindowsPlatform\Xamarin.Auth.UniversalWindowsPlatform.csproj</HintPath>
<Name>Xamarin.Auth.UniversalWindowsPlatform</Name>
</ProjectReference>
<HintPath>..\..\..\..\..\..\source\Core\Xamarin.Auth.UniversalWindowsPlatform\Xamarin.Auth.UniversalWindowsPlatform.csproj</HintPath>
<Name>Xamarin.Auth.UniversalWindowsPlatform</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup Condition="!exists('..\..\..\..\..\..\source\Core\Xamarin.Auth.UniversalWindowsPlatform\Xamarin.Auth.UniversalWindowsPlatform.csproj')">
<PackageReference Include="Xamarin.Auth" Version="1.7.0" />
</ItemGroup>

<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
</Project>

0 comments on commit a22a22f

Please sign in to comment.