Skip to content

Commit

Permalink
Updated to use packages from NuGet
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Sep 15, 2016
1 parent a4a0beb commit 5345f53
Show file tree
Hide file tree
Showing 11 changed files with 46 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,19 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.0\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iesi.Collections">
<HintPath>..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="log4net, Version=1.2.15.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.2.0.5\lib\net45-full\log4net.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
Expand Down Expand Up @@ -75,10 +79,6 @@
<Compile Include="Vanilla_Specs.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GreenPipes\src\GreenPipes\GreenPipes.csproj">
<Project>{59052db9-b527-4683-a56a-56c4d8fb6584}</Project>
<Name>GreenPipes</Name>
</ProjectReference>
<ProjectReference Include="..\Automatonymous.NHibernateIntegration\Automatonymous.NHibernateIntegration.csproj">
<Project>{c0932502-0847-4966-8d0a-2ca80b1669ed}</Project>
<Name>Automatonymous.NHibernateIntegration</Name>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.0" targetFramework="net452" />
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net45" />
<package id="log4net" version="2.0.5" targetFramework="net452" />
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NHibernate" version="4.0.4.4000" targetFramework="net45" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="System.Data.SQLite.Core" version="1.0.94.0" targetFramework="net45" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,17 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.0\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Iesi.Collections">
<HintPath>..\packages\Iesi.Collections.4.0.1.4000\lib\net40\Iesi.Collections.dll</HintPath>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="NHibernate, Version=4.0.0.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
<HintPath>..\packages\NHibernate.4.0.4.4000\lib\net40\NHibernate.dll</HintPath>
<Private>True</Private>
Expand All @@ -60,10 +68,6 @@
<Compile Include="UserTypes\StringStateUserTypeConverter.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GreenPipes\src\GreenPipes\GreenPipes.csproj">
<Project>{59052db9-b527-4683-a56a-56c4d8fb6584}</Project>
<Name>GreenPipes</Name>
</ProjectReference>
<ProjectReference Include="..\Automatonymous\Automatonymous.csproj">
<Project>{fd8f92eb-5818-4c59-8859-19d3a74f979b}</Project>
<Name>Automatonymous</Name>
Expand Down
2 changes: 2 additions & 0 deletions src/Automatonymous.NHibernateIntegration/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="GreenPipes" version="1.0.0" targetFramework="net452" />
<package id="Iesi.Collections" version="4.0.1.4000" targetFramework="net45" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NHibernate" version="4.0.4.4000" targetFramework="net45" />
</packages>
12 changes: 6 additions & 6 deletions src/Automatonymous.Tests/Automatonymous.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.0\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="nunit.framework, Version=2.6.4.14350, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
Expand Down Expand Up @@ -83,10 +87,6 @@
<Compile Include="FilterExpression_Specs.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GreenPipes\src\GreenPipes\GreenPipes.csproj">
<Project>{59052db9-b527-4683-a56a-56c4d8fb6584}</Project>
<Name>GreenPipes</Name>
</ProjectReference>
<ProjectReference Include="..\Automatonymous.Visualizer\Automatonymous.Visualizer.csproj">
<Project>{CD346A24-EEBB-493C-AAC0-E9896340B66A}</Project>
<Name>Automatonymous.Visualizer</Name>
Expand Down
3 changes: 2 additions & 1 deletion src/Automatonymous.Tests/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="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
<package id="GreenPipes" version="1.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="NUnit" version="2.6.4" targetFramework="net45" />
<package id="NUnit.Runners" version="2.6.4" targetFramework="net45" />
</packages>
12 changes: 8 additions & 4 deletions src/Automatonymous.Visualizer/Automatonymous.Visualizer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.0\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="QuickGraph">
<HintPath>..\packages\QuickGraph.3.6.61119.7\lib\net4\QuickGraph.dll</HintPath>
<Private>True</Private>
Expand All @@ -61,10 +69,6 @@
<Compile Include="StateMachineGraphGenerator.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GreenPipes\src\GreenPipes\GreenPipes.csproj">
<Project>{59052db9-b527-4683-a56a-56c4d8fb6584}</Project>
<Name>GreenPipes</Name>
</ProjectReference>
<ProjectReference Include="..\Automatonymous\Automatonymous.csproj">
<Project>{FD8F92EB-5818-4C59-8859-19D3A74F979B}</Project>
<Name>Automatonymous</Name>
Expand Down
2 changes: 2 additions & 0 deletions src/Automatonymous.Visualizer/packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
<package id="QuickGraph" version="3.6.61119.7" targetFramework="net40" />
</packages>
6 changes: 0 additions & 6 deletions src/Automatonymous.sln
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{2EF18B
.nuget\NuGet.targets = .nuget\NuGet.targets
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GreenPipes", "..\..\GreenPipes\src\GreenPipes\GreenPipes.csproj", "{59052DB9-B527-4683-A56A-56C4D8FB6584}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -52,10 +50,6 @@ Global
{06A25528-1537-4E70-85E2-CC979B924417}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06A25528-1537-4E70-85E2-CC979B924417}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06A25528-1537-4E70-85E2-CC979B924417}.Release|Any CPU.Build.0 = Release|Any CPU
{59052DB9-B527-4683-A56A-56C4D8FB6584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59052DB9-B527-4683-A56A-56C4D8FB6584}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59052DB9-B527-4683-A56A-56C4D8FB6584}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59052DB9-B527-4683-A56A-56C4D8FB6584}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
14 changes: 8 additions & 6 deletions src/Automatonymous/Automatonymous.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="GreenPipes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b800c4cfcdeea87b, processorArchitecture=MSIL">
<HintPath>..\packages\GreenPipes.1.0.0\lib\net452\GreenPipes.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
Expand Down Expand Up @@ -167,12 +175,6 @@
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\GreenPipes\src\GreenPipes\GreenPipes.csproj">
<Project>{59052db9-b527-4683-a56a-56c4d8fb6584}</Project>
<Name>GreenPipes</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
2 changes: 2 additions & 0 deletions src/Automatonymous/packages.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="GreenPipes" version="1.0.0" targetFramework="net452" />
<package id="Newtonsoft.Json" version="9.0.1" targetFramework="net452" />
</packages>

0 comments on commit 5345f53

Please sign in to comment.