Added app.manifest to indicate proper windows 10 support

This commit is contained in:
Keivan Beigi
2017-01-06 16:02:57 -08:00
parent ed2e4d0f1d
commit 2e36d35815
8 changed files with 178 additions and 3 deletions
@@ -62,6 +62,9 @@
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<PropertyGroup>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.Owin, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -137,6 +140,7 @@
<None Include="..\NzbDrone.Host\app.config">
<Link>app.config</Link>
</None>
<None Include="app.manifest" />
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />