- Including dependencies in csproj
This commit is contained in:
Jakub Malek 2016-05-31 08:50:36 +02:00 committed by Jakub Malek
parent 16200ae424
commit 849aa5064d

View File

@ -54,7 +54,12 @@
<Reference Include="System.Collections.Immutable, Version=1.1.37.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\..\packages\System.Collections.Immutable.1.1.37\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath>
<Private>True</Private>
</Reference>{{#dependencies}}
<Reference Include="{{dependency}}, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\{{dependency}}.{{dependencyVersion}}\lib\{{dependencyFramework}}\{{dependency}}.dll</HintPath>
<Private>True</Private>
</Reference>
{{/dependencies}}
<Reference Include="System"/>
<Reference Include="System.Core"/>
<Reference Include="System.Xml.Linq"/>