Skip to content

Commit

Permalink
uwp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Adriano committed Oct 4, 2019
1 parent ea97d88 commit c93871c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 15 deletions.
6 changes: 5 additions & 1 deletion src/AppWins/OptionsWindow.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,11 @@
<Name>LocalData</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<SDKReference Include="WindowsDesktop, Version=10.0.18362.0">
<Name>Windows Desktop Extensions for the UWP</Name>
</SDKReference>
</ItemGroup>
<PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
<VisualStudioVersion>14.0</VisualStudioVersion>
</PropertyGroup>
Expand Down
16 changes: 2 additions & 14 deletions src/LocalData/LocalData.csproj
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<TargetFrameworks>netstandard2.0;net47</TargetFrameworks>
<IntermediateOutputPath>..\..\build\LocalData\obj\</IntermediateOutputPath>
<Platforms>AnyCPU;x86;x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\build\LocalData\bin\Release\</OutputPath>
<IntermediateOutputPath>..\..\build\LocalData\obj\</IntermediateOutputPath>
<PlatformTarget>AnyCPU</PlatformTarget>
<Platforms>x86;x64</Platforms>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
Expand All @@ -24,12 +18,6 @@
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\build\LocalData\bin\Debug\</OutputPath>
<IntermediateOutputPath>..\..\build\LocalData\obj\</IntermediateOutputPath>
<PlatformTarget>x86</PlatformTarget>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<OutputPath>..\..\build\LocalData\bin\Debug\</OutputPath>
<IntermediateOutputPath>..\..\build\LocalData\obj\</IntermediateOutputPath>
Expand Down
1 change: 1 addition & 0 deletions src/UWPSheep/UWPSheep.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<AppxPackageDir>D:\GitHub\desktopPet\src\UWPSheep\..\..\build\AppPackages\</AppxPackageDir>
<GenerateTestArtifacts>True</GenerateTestArtifacts>
<HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks>
<AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<DefaultLanguage>en-GB</DefaultLanguage>
Expand Down

0 comments on commit c93871c

Please sign in to comment.