Skip to content

Instantly share code, notes, and snippets.

@MrDesjardins
Created March 14, 2016 19:45
Show Gist options
  • Save MrDesjardins/569f34022a8a5d84ec9c to your computer and use it in GitHub Desktop.
Save MrDesjardins/569f34022a8a5d84ec9c to your computer and use it in GitHub Desktop.
Reference Change MsBuild
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemDefinitionGroup>
<Reference>
<Private>False</Private>
</Reference>
<ProjectReference>
<Private>False</Private>
</ProjectReference>
</ItemDefinitionGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment