diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-07 14:08:26 -0800 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-07 14:09:01 -0800 |
commit | c802811ad298d20315e358b0fc7964a16e591aa6 (patch) | |
tree | f6a34de8b2947f6ce73136de41e03ff2a014b2b3 /windows/WinUI/WinUI.csproj | |
parent | 5f63d5039bcca80241b12655c250a4238b936a74 (diff) | |
download | infinitytier-c802811ad298d20315e358b0fc7964a16e591aa6.tar.gz infinitytier-c802811ad298d20315e358b0fc7964a16e591aa6.zip |
Added a file copy util for Windows UI
Copies the authtoken.secret file into a private local folder for the user so that the UI doesnt have to be run with Admin privileges.
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
-rw-r--r-- | windows/WinUI/WinUI.csproj | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 9e3527c9..76b4862a 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -63,9 +63,7 @@ <PropertyGroup> <SignManifests>false</SignManifests> </PropertyGroup> - <PropertyGroup> - <ApplicationManifest>app.manifest</ApplicationManifest> - </PropertyGroup> + <PropertyGroup /> <ItemGroup> <Reference Include="Accessibility" /> <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> @@ -218,6 +216,9 @@ </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.targets" /> + <PropertyGroup> + <PostBuildEvent>copy $(SolutionDir)\copyutil\bin\$(ConfigurationName)\copyutil.exe $(ProjectDir)\$(OutDir)\copyutil.exe</PostBuildEvent> + </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> |