2021-09-07 23:46:06 +10:00
<?xml version="1.0" encoding="utf-8"?>
2021-09-07 23:40:58 +10:00
<Project ToolsVersion= "15.0" 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= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
2021-09-07 23:46:06 +10:00
<ProjectGuid > {FF997080-9285-4855-9290-22F8922776C0}</ProjectGuid>
2021-09-07 23:40:58 +10:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SportsStore.Domain</RootNamespace>
<AssemblyName > SportsStore.Domain</AssemblyName>
<TargetFrameworkVersion > v4.5.1</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<Deterministic > true</Deterministic>
2021-09-08 11:30:25 +10:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2021-09-07 23:40:58 +10:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</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:46:06 +10:00
<Reference Include= "Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
</Reference>
<Reference Include= "System" />
2021-09-08 09:42:33 +10:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2021-09-07 23:46:06 +10:00
<Reference Include= "System.Core" />
<Reference Include= "System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-09-08 14:56:09 +10:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.Helpers.dll</HintPath>
2021-09-07 23:46:06 +10:00
</Reference>
2021-09-08 14:56:09 +10:00
<Reference Include= "System.Web.Mvc, Version=5.2.7.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
<HintPath > ..\packages\Microsoft.AspNet.Mvc.5.2.7\lib\net45\System.Web.Mvc.dll</HintPath>
2021-09-07 23:46:06 +10:00
</Reference>
<Reference Include= "System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-09-08 14:56:09 +10:00
<HintPath > ..\packages\Microsoft.AspNet.Razor.3.2.7\lib\net45\System.Web.Razor.dll</HintPath>
2021-09-07 23:46:06 +10:00
</Reference>
<Reference Include= "System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-09-08 14:56:09 +10:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.dll</HintPath>
2021-09-07 23:46:06 +10:00
</Reference>
<Reference Include= "System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-09-08 14:56:09 +10:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
2021-09-07 23:46:06 +10:00
</Reference>
<Reference Include= "System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
2021-09-08 14:56:09 +10:00
<HintPath > ..\packages\Microsoft.AspNet.WebPages.3.2.7\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
2021-09-07 23:46:06 +10:00
</Reference>
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xml" />
2021-09-07 23:40:58 +10:00
</ItemGroup>
<ItemGroup >
2021-09-08 10:31:09 +10:00
<Compile Include= "Abstract\IProductRepository.cs" />
2021-09-08 11:35:12 +10:00
<Compile Include= "Concrete\EFDbContext.cs" />
2021-09-08 11:43:51 +10:00
<Compile Include= "Concrete\EFProductRepository.cs" />
2021-09-09 00:02:29 +10:00
<Compile Include= "Entities\Cart.cs" />
2021-09-08 10:27:04 +10:00
<Compile Include= "Entities\Product.cs" />
2021-09-07 23:40:58 +10:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
2021-09-07 23:46:06 +10:00
<ItemGroup >
2021-09-08 11:30:25 +10:00
<None Include= "App.config" />
2021-09-07 23:46:06 +10:00
<None Include= "packages.config" />
</ItemGroup>
2021-09-08 10:22:22 +10:00
<ItemGroup />
2021-09-07 23:40:58 +10:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2021-09-08 11:30:25 +10:00
<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\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'))" />
</Target>
<Import Project= "..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition= "Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
2021-09-07 23:46:06 +10:00
</Project>