2021-08-19 16:34:51 +10:00
<?xml version="1.0" encoding="utf-8"?>
2021-08-19 16:27:23 +10:00
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2021-08-20 23:58:19 +10:00
<Import Project= "..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition= "Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
2021-08-19 16:27:23 +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-08-19 16:34:51 +10:00
<ProjectGuid > {CFEDEBCD-DE26-4A14-8CF2-95F735B1BB12}</ProjectGuid>
2021-08-19 16:27:23 +10:00
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > SportsStore.Domain</RootNamespace>
<AssemblyName > SportsStore.Domain</AssemblyName>
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<Deterministic > true</Deterministic>
2021-08-20 23:58:19 +10:00
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2021-08-19 16:27:23 +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-08-19 16:34:51 +10:00
<Reference Include= "Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
<HintPath > ..\packages\Castle.Core.4.4.0\lib\net45\Castle.Core.dll</HintPath>
</Reference>
2021-08-20 23:58:19 +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-08-19 16:34:51 +10:00
<Reference Include= "Moq, Version=4.16.0.0, Culture=neutral, PublicKeyToken=69f491c39445e920, processorArchitecture=MSIL" >
<HintPath > ..\packages\Moq.4.16.1\lib\net45\Moq.dll</HintPath>
</Reference>
<Reference Include= "Ninject, Version=3.3.4.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7, processorArchitecture=MSIL" >
<HintPath > ..\packages\Ninject.3.3.4\lib\net45\Ninject.dll</HintPath>
</Reference>
<Reference Include= "System" />
2021-08-20 23:58:19 +10:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2021-08-19 16:34:51 +10:00
<Reference Include= "System.Configuration" />
<Reference Include= "System.Core" />
<Reference Include= "System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include= "System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
<HintPath > ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
</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-08-19 16:27:23 +10:00
</ItemGroup>
<ItemGroup >
2021-08-20 12:41:27 +10:00
<Compile Include= "Abstract\IProductRepository.cs" />
2021-08-19 16:27:23 +10:00
<Compile Include= "Class1.cs" />
2021-08-20 23:58:19 +10:00
<Compile Include= "Concrete\EFDbContext.cs" />
2021-08-20 12:41:27 +10:00
<Compile Include= "Entities\Product.cs" />
2021-08-19 16:27:23 +10:00
<Compile Include= "Properties\AssemblyInfo.cs" />
</ItemGroup>
2021-08-19 16:34:51 +10:00
<ItemGroup >
2021-08-20 23:58:19 +10:00
<None Include= "App.config" />
2021-08-19 16:34:51 +10:00
<None Include= "packages.config" />
</ItemGroup>
2021-08-20 23:58:19 +10:00
<ItemGroup />
2021-08-19 16:27:23 +10:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2021-08-20 23:58:19 +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-08-19 16:34:51 +10:00
</Project>