Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Commit

Permalink
Prevent rebuild of TestAppUWP on no updates (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
fibann authored and djee-ms committed Oct 24, 2019
1 parent 7e463c0 commit 0e3cf8e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/TestAppUwp/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="..\Directory.Build.props" />
<PropertyGroup>
<!-- This project (UWP) references Microsoft.MixedReality.WebRTC.dll (.NET Standard) which is output in a different directory. -->
<!-- Set this to false so that it is copied to this project's output directory, otherwise it will force a new build every time. -->
<UseCommonOutputDirectory>False</UseCommonOutputDirectory>
</PropertyGroup>
</Project>

0 comments on commit 0e3cf8e

Please sign in to comment.