Make all package references private so that they get copied to bin

This commit is contained in:
David Fowler 2014-02-24 23:41:39 -08:00
parent 3059e299f5
commit 9cdf630f19
1 changed files with 1 additions and 0 deletions

View File

@ -615,6 +615,7 @@ functions
<Reference Include=""{0}"">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\{1}</HintPath>
<Private>true</Private>
</Reference>", AssemblyName.GetAssemblyName(dllPath).FullName, dllPath.Substring(dllPath.IndexOf("packages")));
}
}