Skip to content

Instantly share code, notes, and snippets.

@directhex
Created September 12, 2014 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save directhex/1fa5e27d51cf6d2fa053 to your computer and use it in GitHub Desktop.
Save directhex/1fa5e27d51cf6d2fa053 to your computer and use it in GitHub Desktop.
directhex@marceline:~/Projects/monodevelop/main/tests/test-projects/local-copy-package/ConsoleProject$ diff -urNad ConsoleProject.csproj ConsoleProject.csproj.saved
--- ConsoleProject.csproj 2014-09-12 10:58:52.642707319 +0100
+++ ConsoleProject.csproj.saved 2014-09-12 10:58:52.646707319 +0100
@@ -30,13 +30,16 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
- <Reference Include="System.Data" />
+ <Reference Include="System.Data">
+ <Private>True</Private>
+ </Reference>
<Reference Include="System.Xml" />
<Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f">
- <Private>False</Private>
+ <Private>True</Private>
</Reference>
<Reference Include="Xwt">
<HintPath>..\..\..\..\build\bin\Xwt.dll</HintPath>
+ <Private>False</Private>
</Reference>
</ItemGroup>
<ItemGroup>
@@ -55,6 +58,7 @@
<ProjectReference Include="..\LibProject\LibProject.csproj">
<Project>{9A68261C-9BAC-4FEB-93FD-9FEB9243CF4A}</Project>
<Name>LibProject</Name>
+ <Private>False</Private>
</ProjectReference>
</ItemGroup>
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment