@ -28,6 +28,8 @@
<IsWebBootstrapper > false</IsWebBootstrapper>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
@ -86,12 +88,17 @@
<HintPath > ..\packages\Nancy.Authentication.Forms.1.4.1\lib\net40\Nancy.Authentication.Forms.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Hosting.Self, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Hosting.Self.1.4.1\lib\net40\Nancy.Hosting.Self.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.Owin, Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\Nancy.Owin.1.4.1\lib\net40\Nancy.Owin.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Nancy.ViewEngines.Razor ">
<Reference Include= "Nancy.ViewEngines.Razor , Version=1.4.1.0, Culture=neutral, processorArchitecture=MSIL ">
<HintPath > ..\packages\Nancy.Viewengines.Razor.1.4.1\lib\net40\Nancy.ViewEngines.Razor.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Owin, Version=1.0.0.0, Culture=neutral, PublicKeyToken=f0ebd12fd5e55cc5, processorArchitecture=MSIL" >
<HintPath > ..\packages\Owin.1.0\lib\net40\Owin.dll</HintPath>
@ -107,11 +114,11 @@
<Reference Include= "System.Data" />
<Reference Include= "System.Web" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<Private > True</Private>
<HintPath > ..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll</HintPath>
<Private > True</Private>
</Reference>
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Xml" />
<Reference Include= "TMDbLib, Version=0.9.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\TMDbLib.0.9.0.0-alpha\lib\net45\TMDbLib.dll</HintPath>
@ -276,6 +283,13 @@ xcopy /s /y /R "$(SolutionDir)packages\Nancy.Viewengines.Razor.1.4.1\lib\Net40\N
)</PostBuildEvent>
</PropertyGroup>
<Import Project= "$(SolutionDir)\.nuget\NuGet.targets" Condition= "Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project= "..\packages\Nancy.Viewengines.Razor.1.4.1\build\Nancy.ViewEngines.Razor.targets" Condition= "Exists('..\packages\Nancy.Viewengines.Razor.1.4.1\build\Nancy.ViewEngines.Razor.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Nancy.Viewengines.Razor.1.4.1\build\Nancy.ViewEngines.Razor.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Nancy.Viewengines.Razor.1.4.1\build\Nancy.ViewEngines.Razor.targets'))" />
</Target>
<!-- 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.
<Target Name= "BeforeBuild" >