Skip to content

Commit

Permalink
Replaced Remotion.Linq and Remotion.Linq.Development with nuget packa…
Browse files Browse the repository at this point in the history
…ges.

(RM-6153)
  • Loading branch information
MichaelKetting committed Sep 3, 2014
1 parent e619857 commit b5b3b5f
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 68 deletions.
8 changes: 4 additions & 4 deletions IntegrationTests.CSharp/Linq.IntegrationTests.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
Expand Down Expand Up @@ -553,10 +557,6 @@
<Content Include="License.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
<ProjectReference Include="..\IntegrationTests.Common\Linq.IntegrationTests.Common.csproj">
<Project>{1246CA5E-FF19-4810-B92A-263F1F5E72A6}</Project>
<Name>Linq.IntegrationTests.Common</Name>
Expand Down
1 change: 1 addition & 0 deletions IntegrationTests.CSharp/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
</packages>
8 changes: 4 additions & 4 deletions IntegrationTests.Common/Linq.IntegrationTests.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -139,10 +143,6 @@
</Content>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
<ProjectReference Include="..\LinqToSqlAdapter\Linq.LinqToSqlAdapter.csproj">
<Project>{6A28082C-F2B7-40A3-9E32-0AB28E7DA46E}</Project>
<Name>Linq.LinqToSqlAdapter</Name>
Expand Down
1 change: 1 addition & 0 deletions IntegrationTests.Common/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Utilities.ArgumentUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.Assertion.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.NullableTypeUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Linq" />
Expand Down
1 change: 1 addition & 0 deletions IntegrationTests.VisualBasic/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
</packages>
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq.Development, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.Development.2.0.0-alpha00001\lib\net45\Remotion.Linq.Development.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks">
<HintPath>..\packages\RhinoMocks.3.6.1\lib\net\Rhino.Mocks.dll</HintPath>
</Reference>
Expand Down Expand Up @@ -147,14 +155,6 @@
<ItemGroup>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Development\Linq.Development.csproj">
<Project>{31A1AE30-079F-489E-9757-4EFB4C457E43}</Project>
<Name>Linq.Development</Name>
</ProjectReference>
<ProjectReference Include="..\LinqToSqlAdapter\Linq.LinqToSqlAdapter.csproj">
<Project>{6A28082C-F2B7-40A3-9E32-0AB28E7DA46E}</Project>
<Name>Linq.LinqToSqlAdapter</Name>
Expand Down
2 changes: 2 additions & 0 deletions LinqToSqlAdapter.UnitTests/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="NUnit" version="2.6.3" targetFramework="net45" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Linq.Development" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="RhinoMocks" version="3.6.1" targetFramework="net45" />
</packages>
8 changes: 4 additions & 4 deletions LinqToSqlAdapter/Linq.LinqToSqlAdapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@
<AssemblyOriginatorKeyFile>..\remotion.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
Expand Down Expand Up @@ -101,10 +105,6 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
<ProjectReference Include="..\SqlBackend\Linq.SqlBackend.csproj">
<Project>{EBA04D26-8D5B-4EF5-9898-C2D90373149C}</Project>
<Name>Linq.SqlBackend</Name>
Expand Down
1 change: 1 addition & 0 deletions LinqToSqlAdapter/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Utilities.ArgumentUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.Assertion.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.NullableTypeUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
Expand Down
2 changes: 2 additions & 0 deletions NuGet.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="re-motion Debug-Builds on MyGet.org" value="https://www.myget.org/F/re-motion-debug/" />
<add key="re-motion Infrastructure on MyGet.org" value="https://www.myget.org/F/re-motion-infrastructure/" />
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
</configuration>
26 changes: 0 additions & 26 deletions Remotion-Linq.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.Core", "Core\Linq.Core.csproj", "{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.UnitTests", "UnitTests\Linq.UnitTests.csproj", "{17484781-E537-4442-9915-CA47AC5F6858}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.SqlBackend", "SqlBackend\Linq.SqlBackend.csproj", "{EBA04D26-8D5B-4EF5-9898-C2D90373149C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.IntegrationTests.CSharp", "IntegrationTests.CSharp\Linq.IntegrationTests.CSharp.csproj", "{DDB5BD34-5F14-43F5-BC6B-28374737AF23}"
Expand All @@ -23,8 +19,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
How to Contribute.txt = How to Contribute.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.Development", "Development\Linq.Development.csproj", "{31A1AE30-079F-489E-9757-4EFB4C457E43}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.LinqToSqlAdapter.UnitTests", "LinqToSqlAdapter.UnitTests\Linq.LinqToSqlAdapter.UnitTests.csproj", "{9FB170CE-CDCA-462E-ABAF-3F952FF667E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Linq.SqlBackend.UnitTests", "SqlBackend.UnitTests\Linq.SqlBackend.UnitTests.csproj", "{0543C43E-D949-478B-AD85-583F3AE2A301}"
Expand All @@ -46,20 +40,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Debug|x86.ActiveCfg = Debug|Any CPU
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Debug|x86.Build.0 = Debug|Any CPU
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Release|Any CPU.Build.0 = Release|Any CPU
{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}.Release|x86.ActiveCfg = Release|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Debug|x86.ActiveCfg = Debug|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Debug|x86.Build.0 = Debug|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Release|Any CPU.Build.0 = Release|Any CPU
{17484781-E537-4442-9915-CA47AC5F6858}.Release|x86.ActiveCfg = Release|Any CPU
{EBA04D26-8D5B-4EF5-9898-C2D90373149C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EBA04D26-8D5B-4EF5-9898-C2D90373149C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EBA04D26-8D5B-4EF5-9898-C2D90373149C}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down Expand Up @@ -94,12 +74,6 @@ Global
{1246CA5E-FF19-4810-B92A-263F1F5E72A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1246CA5E-FF19-4810-B92A-263F1F5E72A6}.Release|Any CPU.Build.0 = Release|Any CPU
{1246CA5E-FF19-4810-B92A-263F1F5E72A6}.Release|x86.ActiveCfg = Release|Any CPU
{31A1AE30-079F-489E-9757-4EFB4C457E43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31A1AE30-079F-489E-9757-4EFB4C457E43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31A1AE30-079F-489E-9757-4EFB4C457E43}.Debug|x86.ActiveCfg = Debug|Any CPU
{31A1AE30-079F-489E-9757-4EFB4C457E43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31A1AE30-079F-489E-9757-4EFB4C457E43}.Release|Any CPU.Build.0 = Release|Any CPU
{31A1AE30-079F-489E-9757-4EFB4C457E43}.Release|x86.ActiveCfg = Release|Any CPU
{9FB170CE-CDCA-462E-ABAF-3F952FF667E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB170CE-CDCA-462E-ABAF-3F952FF667E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB170CE-CDCA-462E-ABAF-3F952FF667E7}.Debug|x86.ActiveCfg = Debug|Any CPU
Expand Down
15 changes: 7 additions & 8 deletions SqlBackend.Development/Linq.SqlBackend.Development.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,13 @@
<AssemblyOriginatorKeyFile>..\remotion.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq.Development, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.Development.2.0.0-alpha00001\lib\net45\Remotion.Linq.Development.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.Linq" />
Expand Down Expand Up @@ -91,14 +98,6 @@
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Development\Linq.Development.csproj">
<Project>{31A1AE30-079F-489E-9757-4EFB4C457E43}</Project>
<Name>Linq.Development</Name>
</ProjectReference>
<ProjectReference Include="..\SqlBackend\Linq.SqlBackend.csproj">
<Project>{EBA04D26-8D5B-4EF5-9898-C2D90373149C}</Project>
<Name>Linq.SqlBackend</Name>
Expand Down
2 changes: 2 additions & 0 deletions SqlBackend.Development/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Linq.Development" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Utilities.ArgumentUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.NullableTypeUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
</packages>
16 changes: 8 additions & 8 deletions SqlBackend.UnitTests/Linq.SqlBackend.UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@
<Reference Include="nunit.framework">
<HintPath>..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="Remotion.Linq.Development, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.Development.2.0.0-alpha00001\lib\net45\Remotion.Linq.Development.dll</HintPath>
</Reference>
<Reference Include="Rhino.Mocks, Version=3.6.0.0, Culture=neutral, PublicKeyToken=0b3305902db7183f, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RhinoMocks.3.6\lib\Rhino.Mocks.dll</HintPath>
Expand Down Expand Up @@ -363,14 +371,6 @@
<Service Include="{B4F97281-0DBD-4835-9ED8-7DFB966E87FF}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
<ProjectReference Include="..\Development\Linq.Development.csproj">
<Project>{31A1AE30-079F-489E-9757-4EFB4C457E43}</Project>
<Name>Linq.Development</Name>
</ProjectReference>
<ProjectReference Include="..\SqlBackend.Development\Linq.SqlBackend.Development.csproj">
<Project>{E61B546E-29F2-4855-BD4D-45556E812FDE}</Project>
<Name>Linq.SqlBackend.Development</Name>
Expand Down
2 changes: 2 additions & 0 deletions SqlBackend.UnitTests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<package id="Remotion.Development.UnitTesting.PrivateInvoke.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Development.UnitTesting.Serializer.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Linq.Development" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Utilities.ArgumentUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.ExceptionUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.NullableTypeUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
Expand Down
10 changes: 4 additions & 6 deletions SqlBackend/Linq.SqlBackend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
<DocumentationFile>bin\Release\Remotion.Linq.SqlBackend.xml</DocumentationFile>
</PropertyGroup>
<ItemGroup>
<Reference Include="Remotion.Linq, Version=1.15.22.10000, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\Remotion.Linq.2.0.0-alpha00001\lib\portable-net45+win+wpa81+wp80\Remotion.Linq.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core">
<RequiredTargetFramework>4.5</RequiredTargetFramework>
Expand Down Expand Up @@ -283,12 +287,6 @@
<None Include="Linq.SqlBackend.nuspec" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Linq.Core.csproj">
<Project>{028E7899-0D5F-49C8-9EB6-8B051E02F1E0}</Project>
<Name>Linq.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
1 change: 1 addition & 0 deletions SqlBackend/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Remotion.JetBrains.Annotations.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Linq" version="2.0.0-alpha00001" targetFramework="net45" />
<package id="Remotion.Utilities.ArgumentUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.Assertion.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
<package id="Remotion.Utilities.EqualityUtility.Sources" version="1.15.23.0" targetFramework="net45" developmentDependency="true" />
Expand Down

0 comments on commit b5b3b5f

Please sign in to comment.