diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-05 12:23:06 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-05 12:23:06 -0800 |
| commit | 5ec5911e1bbed6e0dfd649f78b6b38afd181b5f1 (patch) | |
| tree | 06a05b5f710ffd5ca359981bbcb887eeba9320f0 /windows/WinUI/WinUI.csproj | |
| parent | 8ef4edebbfeead53e5b2b454086e21e42e809aab (diff) | |
| parent | 86c74d8a65ae45d6ff0433da7d4d4acb6cba8fcb (diff) | |
| download | infinitytier-5ec5911e1bbed6e0dfd649f78b6b38afd181b5f1.tar.gz infinitytier-5ec5911e1bbed6e0dfd649f78b6b38afd181b5f1.zip | |
Merge branch 'edge' of http://10.6.6.2/zerotier/ZeroTierOne into edge
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
| -rw-r--r-- | windows/WinUI/WinUI.csproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 5ebfedcf..c3eeaba4 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -63,6 +63,9 @@ <PropertyGroup> <SignManifests>false</SignManifests> </PropertyGroup> + <PropertyGroup> + <ApplicationManifest>app.manifest</ApplicationManifest> + </PropertyGroup> <ItemGroup> <Reference Include="Accessibility" /> <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> @@ -161,6 +164,7 @@ <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> + <None Include="app.manifest" /> <None Include="packages.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> |
