Skip to content

Commit

Permalink
Mono :: Made sibling refs point to projects instead of nugets + ref t…
Browse files Browse the repository at this point in the history
…o Microsoft.Web.Infrastructure in lib"
  • Loading branch information
ahjohannessen committed Nov 19, 2011
1 parent cea6dc2 commit cc27543
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
28 changes: 15 additions & 13 deletions src/QuickStart/QuickStart.csproj
Expand Up @@ -42,26 +42,14 @@
<Reference Include="FubuLocalization">
<HintPath>..\packages\FubuLocalization.0.9.3.98\lib\FubuLocalization.dll</HintPath>
</Reference>
<Reference Include="FubuMVC.Core">
<HintPath>..\packages\FubuMVC.References.0.9.1.651\lib\net40\FubuMVC.Core.dll</HintPath>
</Reference>
<Reference Include="FubuMVC.Spark">
<HintPath>..\packages\FubuMVC.Spark.0.9.1.656\lib\net40\FubuMVC.Spark.dll</HintPath>
</Reference>
<Reference Include="FubuMVC.StructureMap">
<HintPath>..\packages\FubuMVC.References.0.9.1.651\lib\net40\FubuMVC.StructureMap.dll</HintPath>
</Reference>
<Reference Include="HtmlTags">
<HintPath>..\packages\HtmlTags.1.0.0.51\lib\4.0\HtmlTags.dll</HintPath>
</Reference>
<Reference Include="Ionic.Zip">
<HintPath>..\packages\DotNetZip.1.9.1.8\lib\net20\Ionic.Zip.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Web.Infrastructure">
<HintPath>..\packages\FubuMVC.0.9.1.656\lib\Microsoft.Web.Infrastructure.dll</HintPath>
<HintPath>..\..\lib\Microsoft.Web.Infrastructure\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include="Spark">
<HintPath>..\packages\Spark.1.6\lib\NET40\Spark.dll</HintPath>
Expand Down Expand Up @@ -105,6 +93,20 @@
<ItemGroup>
<Content Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\FubuMVC.Core\FubuMVC.Core.csproj">
<Project>{E18FD922-0E7A-49CD-B89F-473826077B9D}</Project>
<Name>FubuMVC.Core</Name>
</ProjectReference>
<ProjectReference Include="..\FubuMVC.Spark\FubuMVC.Spark.csproj">
<Project>{9D6BF559-6461-4EAC-BB16-F976FF43E8DA}</Project>
<Name>FubuMVC.Spark</Name>
</ProjectReference>
<ProjectReference Include="..\FubuMVC.StructureMap\FubuMVC.StructureMap.csproj">
<Project>{ABFEA520-820C-4B77-9015-6A09E24252FA}</Project>
<Name>FubuMVC.StructureMap</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
<ProjectExtensions>
Expand Down
3 changes: 0 additions & 3 deletions src/QuickStart/packages.config
Expand Up @@ -4,9 +4,6 @@
<package id="CommonServiceLocator" version="1.0" />
<package id="FubuCore" version="0.9.3.98" />
<package id="FubuLocalization" version="0.9.3.98" />
<package id="FubuMVC" version="0.9.1.656" />
<package id="FubuMVC.References" version="0.9.1.651" />
<package id="FubuMVC.Spark" version="0.9.1.656" />
<package id="HtmlTags" version="1.0.0.51" />
<package id="Spark" version="1.6" />
<package id="structuremap" version="2.6.3" />
Expand Down

0 comments on commit cc27543

Please sign in to comment.