Commit 96110ad0 authored by m0sa's avatar m0sa

seems like this is going to be named pack once they fix nuget

parent ae431aaf
......@@ -17,10 +17,10 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' ">
<Reference Include="System.Data">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Data.Linq">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -16,16 +16,16 @@
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="11.0.2" />
<Reference Include="System.Configuration">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Data">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Data.Linq">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Xml">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -13,16 +13,16 @@
<PackageReference Include="EntityFramework" Version="6.1.3" />
<PackageReference Include="Microsoft.SqlServer.Types" Version="11.0.2" />
<Reference Include="System.Configuration">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Data">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Data.Linq">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Xml">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -15,10 +15,10 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' ">
<Reference Include="System.Data">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Data.Linq">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -11,13 +11,13 @@
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net451' ">
<Reference Include="System.Data">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Xml">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Xml.Linq">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -9,13 +9,13 @@
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net40' OR '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'net451' ">
<Reference Include="System.Data">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Xml">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System.Xml.Linq">
<PackAsFrameworkAssembly>true</PackAsFrameworkAssembly>
<Pack>true</Pack>
</Reference>
<Reference Include="System" />
<Reference Include="Microsoft.CSharp" />
......
......@@ -11,7 +11,7 @@
<Target Name="_ExtractReferencesPerTarget" Outputs="@(_FrameworkAssembly)">
<ItemGroup>
<_FrameworkAssembly Include="@(Reference)" Condition="'%(Reference.PackAsFrameworkAssembly)' == 'true'">
<_FrameworkAssembly Include="@(Reference)" Condition="'%(Reference.Pack)' == 'true'">
<TargetFramework>$(TargetFramework)</TargetFramework>
</_FrameworkAssembly>
</ItemGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment