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

Commit 0e3cf8e

Browse files
fiban-havokjehumb-havok
authored andcommitted
Prevent rebuild of TestAppUWP on no updates (#112)
1 parent 7e463c0 commit 0e3cf8e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<Import Project="..\Directory.Build.props" />
4+
<PropertyGroup>
5+
<!-- This project (UWP) references Microsoft.MixedReality.WebRTC.dll (.NET Standard) which is output in a different directory. -->
6+
<!-- Set this to false so that it is copied to this project's output directory, otherwise it will force a new build every time. -->
7+
<UseCommonOutputDirectory>False</UseCommonOutputDirectory>
8+
</PropertyGroup>
9+
</Project>

0 commit comments

Comments
 (0)