diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-26 15:02:20 -0800 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2017-01-26 15:02:20 -0800 |
| commit | 7c3984413eb62606dd8b2e9abda6f8a77a0770fc (patch) | |
| tree | 61a0ccee26b316c167bd19c7df088add8f77ab88 /windows/WinUI | |
| parent | 967ce78a571d3fe1193436c4c77a8ada423ea3c1 (diff) | |
| parent | 923d3f1fe8f4b61b95043813b79e73e2974a54de (diff) | |
| download | infinitytier-7c3984413eb62606dd8b2e9abda6f8a77a0770fc.tar.gz infinitytier-7c3984413eb62606dd8b2e9abda6f8a77a0770fc.zip | |
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
Diffstat (limited to 'windows/WinUI')
| -rw-r--r-- | windows/WinUI/WinUI.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 4fcf1bc4..6b8013e0 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -253,7 +253,7 @@ <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> + <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. |
