2021-09-07 23:40:58 +10:00
<Project ToolsVersion= "15.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-09-08 11:30:25 +10:00
<Import Project= "..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition= "Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
2021-09-07 23:40:58 +10:00
<Import Project= "..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition= "Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProductVersion >
</ProductVersion>
<SchemaVersion > 2.0</SchemaVersion>
<ProjectGuid > {B2DE8758-9A2C-48A6-804C-7349A3FF9B3C}</ProjectGuid>
<ProjectTypeGuids > {349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SportsStore.WebUI</RootNamespace>
<AssemblyName > SportsStore.WebUI</AssemblyName>
<TargetFrameworkVersion > v4.5.1</TargetFrameworkVersion>
<UseIISExpress > true</UseIISExpress>
<Use64BitIISExpress />
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
2021-09-08 11:30:25 +10:00
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
</Reference>
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > ..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
2021-09-07 23:40:58 +10:00
<Reference Include= "Microsoft.CSharp" />
2021-09-07 23:46:06 +10:00
<Reference Include= "Moq, Version=4.1.1309.1617, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
<HintPath > ..\packages\Moq.4.1.1309.1617\lib\net40\Moq.dll</HintPath>
</Reference>
<Reference Include= "Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL" >
<HintPath > ..\packages\Ninject.3.0.1.10\lib\net45-full\Ninject.dll</HintPath>
</Reference>
<Reference Include= "Ninject.Web.Common, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL" >
<HintPath > ..\packages\Ninject.Web.Common.3.0.0.7\lib\net45-full\Ninject.Web.Common.dll</HintPath>
</Reference>
<Reference Include= "Ninject.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL" >
<HintPath > ..\packages\Ninject.MVC3.3.0.0.6\lib\net45-full\Ninject.Web.Mvc.dll</HintPath>
</Reference>
2021-09-07 23:40:58 +10:00
<Reference Include= "System.Web.DynamicData" />
<Reference Include= "System.Web.Entity" />
<Reference Include= "System.Web.ApplicationServices" />
<Reference Include= "System.ComponentModel.DataAnnotations" />
<Reference Include= "System" />
<Reference Include= "System.Data" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Web.Extensions" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Drawing" />
<Reference Include= "System.Web" />
<Reference Include= "System.Xml" />
<Reference Include= "System.Configuration" />
<Reference Include= "System.Web.Services" />
<Reference Include= "System.EnterpriseServices" />
2021-09-07 23:46:06 +10:00
<Reference Include= "WebActivator, Version=1.5.0.0, Culture=neutral, processorArchitecture=MSIL" >
<HintPath > ..\packages\WebActivator.1.5\lib\net40\WebActivator.dll</HintPath>
</Reference>
2021-09-07 23:40:58 +10:00
</ItemGroup>
<ItemGroup >
<Reference Include= "System.Web.Razor" >
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Webpages" >
<HintPath > ..\packages\Microsoft.AspNet.Webpages.3.2.7\lib\net45\System.Web.Webpages.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Webpages.Deployment" >
<HintPath > ..\packages\Microsoft.AspNet.Webpages.3.2.7\lib\net45\System.Web.Webpages.Deployment.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Webpages.Razor" >
<HintPath > ..\packages\Microsoft.AspNet.Webpages.3.2.7\lib\net45\System.Web.Webpages.Razor.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Helpers" >
<HintPath > ..\packages\Microsoft.AspNet.Webpages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.Web.Infrastructure" >
<HintPath > ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include= "System.Web.Mvc" >
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.CodeDom.Providers.DotNetCompilerPlatform" >
<HintPath > ..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
2021-09-08 10:47:21 +10:00
<Content Include= "Content\Site.css" />
2021-09-07 23:40:58 +10:00
<Content Include= "Global.asax" />
<Content Include= "Web.config" />
</ItemGroup>
<ItemGroup >
2021-09-07 23:46:06 +10:00
<Compile Include= "App_Start\NinjectWebCommon.cs" />
2021-09-07 23:40:58 +10:00
<Compile Include= "App_Start\RouteConfig.cs" />
2021-09-08 10:42:58 +10:00
<Compile Include= "Controllers\ProductController.cs" />
2021-09-07 23:40:58 +10:00
<Compile Include= "Global.asax.cs" >
<DependentUpon > Global.asax</DependentUpon>
</Compile>
2021-09-08 15:13:15 +10:00
<Compile Include= "HtmlHelpers\PagingHelpers.cs" />
2021-09-08 10:17:19 +10:00
<Compile Include= "Infrastructure\NinjectDependencyResolver.cs" />
2021-09-08 15:13:15 +10:00
<Compile Include= "Models\PagingInfo.cs" />
2021-09-07 23:40:58 +10:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup >
<Content Include= "Views\web.config" />
<None Include= "packages.config" />
2021-09-08 10:47:21 +10:00
<Content Include= "Views\_ViewStart.cshtml" />
<Content Include= "Views\Shared\_Layout.cshtml" />
<Content Include= "Views\Product\List.cshtml" />
2021-09-07 23:40:58 +10:00
<None Include= "Web.Debug.config" >
<DependentUpon > Web.config</DependentUpon>
</None>
<None Include= "Web.Release.config" >
<DependentUpon > Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup >
<Folder Include= "App_Data\" />
</ItemGroup>
2021-09-08 09:42:33 +10:00
<ItemGroup >
<ProjectReference Include= "..\SportsStore.Domain\SportsStore.Domain.csproj" >
<Project > {ff997080-9285-4855-9290-22f8922776c0}</Project>
<Name > SportsStore.Domain</Name>
</ProjectReference>
</ItemGroup>
2021-09-07 23:40:58 +10:00
<PropertyGroup >
<VisualStudioVersion Condition= "'$(VisualStudioVersion)' == ''" > 10.0</VisualStudioVersion>
<VSToolsPath Condition= "'$(VSToolsPath)' == ''" > $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project= "$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project= "$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition= "'$(VSToolsPath)' != ''" />
<Import Project= "$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition= "false" />
<ProjectExtensions >
<VisualStudio >
<FlavorProperties GUID= "{349c5851-65df-11da-9384-00065b846f21}" >
<WebProjectProperties >
<UseIIS > True</UseIIS>
<AutoAssignPort > True</AutoAssignPort>
<DevelopmentServerPort > 62342</DevelopmentServerPort>
<DevelopmentServerVPath > /</DevelopmentServerVPath>
<IISUrl > http://localhost:62342/</IISUrl>
<NTLMAuthentication > False</NTLMAuthentication>
<UseCustomServer > False</UseCustomServer>
<CustomServerUrl >
</CustomServerUrl>
<SaveServerSettingsInUserFile > False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<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\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
2021-09-08 11:30:25 +10:00
<Error Condition= "!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
<Error Condition= "!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
2021-09-07 23:40:58 +10:00
</Target>
2021-09-08 11:30:25 +10:00
<Import Project= "..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition= "Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
2021-09-07 23:40:58 +10:00
<!-- 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" >
</Target>
<Target Name= "AfterBuild" >
</Target>
-->
</Project>