summaryrefslogtreecommitdiff
path: root/windows/WinUI/WinUI.csproj
diff options
context:
space:
mode:
authorGrant Limberg <glimberg@gmail.com>2015-11-04 20:34:49 -0800
committerGrant Limberg <glimberg@gmail.com>2015-11-04 20:34:49 -0800
commit86c74d8a65ae45d6ff0433da7d4d4acb6cba8fcb (patch)
treeaaa63e4fba3a2fa86803721753e8903d0957a910 /windows/WinUI/WinUI.csproj
parent49086e4556bbe0c31abb8d4e640d854859430d49 (diff)
downloadinfinitytier-86c74d8a65ae45d6ff0433da7d4d4acb6cba8fcb.tar.gz
infinitytier-86c74d8a65ae45d6ff0433da7d4d4acb6cba8fcb.zip
set manifest to require administrator privileges and read the authtoken and port from disk
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
-rw-r--r--windows/WinUI/WinUI.csproj4
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>