Skip to content

Commit

Permalink
Pull Configy out to NuGet instead of local refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kamsar committed Feb 22, 2017
1 parent 4ca35c2 commit 1ca1969
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 22 deletions.
6 changes: 0 additions & 6 deletions Unicorn.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unicorn.Users", "src\Unicor
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unicorn.Roles.Tests", "src\Unicorn.Roles.Tests\Unicorn.Roles.Tests.csproj", "{7731968E-8A3E-4F36-860D-CE614C3D9114}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Configy", "..\Configy\src\Configy\Configy.csproj", "{BB66D7F7-6E33-4AC6-B978-E1F4E757F4A5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -59,10 +57,6 @@ Global
{7731968E-8A3E-4F36-860D-CE614C3D9114}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7731968E-8A3E-4F36-860D-CE614C3D9114}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7731968E-8A3E-4F36-860D-CE614C3D9114}.Release|Any CPU.Build.0 = Release|Any CPU
{BB66D7F7-6E33-4AC6-B978-E1F4E757F4A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB66D7F7-6E33-4AC6-B978-E1F4E757F4A5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB66D7F7-6E33-4AC6-B978-E1F4E757F4A5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB66D7F7-6E33-4AC6-B978-E1F4E757F4A5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
8 changes: 4 additions & 4 deletions src/Unicorn.Roles/Unicorn.Roles.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Configy, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Configy.1.0.0-pre02\lib\net45\Configy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sitecore.Kernel.NoReferences.8.2.160729\lib\NET452\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
Expand Down Expand Up @@ -72,10 +76,6 @@
<Compile Include="RolePredicates\ConfigurationRolePredicate.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Configy\src\Configy\Configy.csproj">
<Project>{bb66d7f7-6e33-4ac6-b978-e1f4e757f4a5}</Project>
<Name>Configy</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Rainbow\src\Rainbow.Storage.Yaml\Rainbow.Storage.Yaml.csproj">
<Project>{371181c9-45dc-4885-8894-43ffc235d124}</Project>
<Name>Rainbow.Storage.Yaml</Name>
Expand Down
1 change: 1 addition & 0 deletions src/Unicorn.Roles/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="Configy" version="1.0.0-pre02" targetFramework="net452" />
<package id="Sitecore.Kernel.NoReferences" version="8.2.160729" targetFramework="net452" developmentDependency="true" />
</packages>
8 changes: 4 additions & 4 deletions src/Unicorn.Tests/Unicorn.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Configy, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Configy.1.0.0-pre02\lib\net45\Configy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="FluentAssertions, Version=4.14.0.0, Culture=neutral, PublicKeyToken=33f2691a05b67b6a, processorArchitecture=MSIL">
<HintPath>..\..\packages\FluentAssertions.4.14.0\lib\net45\FluentAssertions.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -186,10 +190,6 @@
<EmbeddedResource Include="Configuration\TestXmlConfiguration.xml" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Configy\src\Configy\Configy.csproj">
<Project>{bb66d7f7-6e33-4ac6-b978-e1f4e757f4a5}</Project>
<Name>Configy</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Rainbow\src\Rainbow.Storage.Sc\Rainbow.Storage.Sc.csproj">
<Project>{956afe8b-51cd-4d61-b8c1-bffdc749fd82}</Project>
<Name>Rainbow.Storage.Sc</Name>
Expand Down
1 change: 1 addition & 0 deletions src/Unicorn.Tests/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<package id="AutoFixture" version="3.50.2" targetFramework="net452" />
<package id="AutoFixture.AutoNSubstitute" version="3.50.2" targetFramework="net452" />
<package id="AutoFixture.Xunit2" version="3.50.2" targetFramework="net452" />
<package id="Configy" version="1.0.0-pre02" targetFramework="net452" />
<package id="FluentAssertions" version="4.14.0" targetFramework="net452" />
<package id="Kamsar.WebConsole" version="2.0.0-beta02" targetFramework="net452" />
<package id="Lucene.Net" version="3.0.3" targetFramework="net452" />
Expand Down
8 changes: 4 additions & 4 deletions src/Unicorn.Users/Unicorn.Users.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Configy, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Configy.1.0.0-pre02\lib\net45\Configy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Sitecore.Kernel, Version=10.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Sitecore.Kernel.NoReferences.8.2.160729\lib\NET452\Sitecore.Kernel.dll</HintPath>
<Private>False</Private>
Expand Down Expand Up @@ -87,10 +91,6 @@
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Configy\src\Configy\Configy.csproj">
<Project>{bb66d7f7-6e33-4ac6-b978-e1f4e757f4a5}</Project>
<Name>Configy</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Rainbow\src\Rainbow.Storage.Yaml\Rainbow.Storage.Yaml.csproj">
<Project>{371181c9-45dc-4885-8894-43ffc235d124}</Project>
<Name>Rainbow.Storage.Yaml</Name>
Expand Down
1 change: 1 addition & 0 deletions src/Unicorn.Users/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="Configy" version="1.0.0-pre02" targetFramework="net452" />
<package id="Sitecore.Kernel.NoReferences" version="8.2.160729" targetFramework="net452" developmentDependency="true" />
</packages>
8 changes: 4 additions & 4 deletions src/Unicorn/Unicorn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
<Reference Include="Cognifide.PowerShell">
<HintPath>..\..\lib\Cognifide.PowerShell.dll</HintPath>
</Reference>
<Reference Include="Configy, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Configy.1.0.0-pre02\lib\net45\Configy.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Kamsar.WebConsole, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Kamsar.WebConsole.2.0.0-beta02\lib\net40\Kamsar.WebConsole.dll</HintPath>
<Private>True</Private>
Expand Down Expand Up @@ -298,10 +302,6 @@
<None Include="Unicorn.nuspec" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\Configy\src\Configy\Configy.csproj">
<Project>{bb66d7f7-6e33-4ac6-b978-e1f4e757f4a5}</Project>
<Name>Configy</Name>
</ProjectReference>
<ProjectReference Include="..\..\..\Rainbow\src\Rainbow.Storage.Sc\Rainbow.Storage.Sc.csproj">
<Project>{956afe8b-51cd-4d61-b8c1-bffdc749fd82}</Project>
<Name>Rainbow.Storage.Sc</Name>
Expand Down
1 change: 1 addition & 0 deletions src/Unicorn/packages.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Configy" version="1.0.0-pre02" targetFramework="net452" />
<package id="Kamsar.WebConsole" version="2.0.0-beta02" targetFramework="net452" />
<package id="MicroCHAP" version="1.2.2.2" targetFramework="net452" />
<package id="Sitecore.ContentSearch.NoReferences" version="8.2.160729" targetFramework="net452" developmentDependency="true" />
Expand Down

0 comments on commit 1ca1969

Please sign in to comment.