Trying not to get dependencies confused

YouTrackSharp and RestSharp now come from NuGet in the Site project as
well.
This commit is contained in:
Sebastiaan Janssen
2012-12-19 16:13:27 +01:00
parent 95b34d190e
commit 921efd6ca9
4 changed files with 17 additions and 3 deletions
+13 -3
View File
@@ -63,6 +63,10 @@
<Reference Include="DotNetOpenMail">
<HintPath>..\dependencies\Our\DotNetOpenMail.dll</HintPath>
</Reference>
<Reference Include="EasyHttp">
<HintPath>..\packages\EasyHttp.1.6.29.0\lib\net40\EasyHttp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Elmah">
<HintPath>..\dependencies\Our\Elmah.dll</HintPath>
</Reference>
@@ -106,6 +110,10 @@
<Reference Include="itextsharp">
<HintPath>..\dependencies\Our\itextsharp.dll</HintPath>
</Reference>
<Reference Include="JsonFx, Version=2.0.1209.2802, Culture=neutral, PublicKeyToken=315052dd637f8a52, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\JsonFx.2.0.1209.2802\lib\net40\JsonFx.dll</HintPath>
</Reference>
<Reference Include="Lucene.Net, Version=2.9.2.2, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\dependencies\4.9.1\Lucene.Net.dll</HintPath>
@@ -176,8 +184,9 @@
<Reference Include="ProjectForumMover">
<HintPath>..\dependencies\Our\ProjectForumMover.dll</HintPath>
</Reference>
<Reference Include="RestSharp">
<HintPath>..\dependencies\Our\RestSharp.dll</HintPath>
<Reference Include="RestSharp, Version=104.1.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\RestSharp.104.1\lib\net4\RestSharp.dll</HintPath>
</Reference>
<Reference Include="SignalR, Version=0.3.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
@@ -307,7 +316,8 @@
<HintPath>..\dependencies\4.9.1\UrlRewritingNet.UrlRewriter.dll</HintPath>
</Reference>
<Reference Include="YouTrackSharp">
<HintPath>..\dependencies\Our\YouTrackSharp.dll</HintPath>
<HintPath>..\packages\YouTrackSharp.2.0.11.0\lib\net40\YouTrackSharp.dll</HintPath>
<Private>True</Private>
</Reference>
</ItemGroup>
<ItemGroup>
+4
View File
@@ -1,9 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="AspNetMvc" version="3.0.20105.1" targetFramework="net40" />
<package id="EasyHttp" version="1.6.29.0" targetFramework="net40" />
<package id="JsonFx" version="2.0.1209.2802" targetFramework="net40" />
<package id="Microsoft.AspNet.Mvc" version="3.0.20105.1" targetFramework="net40" />
<package id="Microsoft.AspNet.Razor" version="1.0.20105.408" targetFramework="net40" />
<package id="Microsoft.AspNet.WebPages" version="1.0.20105.408" targetFramework="net40" />
<package id="Microsoft.Web.Infrastructure" version="1.0.0.0" targetFramework="net40" />
<package id="microsoft-web-helpers" version="1.0" targetFramework="net40" />
<package id="RestSharp" version="104.1" targetFramework="net40" />
<package id="YouTrackSharp" version="2.0.11.0" targetFramework="net40" />
</packages>
BIN
View File
Binary file not shown.
Binary file not shown.