Files
Partsource/PartSource.Entities/PartSource.Entities.csproj
2020-04-12 20:52:03 -04:00

139 lines
6.7 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--Project was exported from assembly: C:\Users\Tommy\Desktop\PS temp\PartSource.Entities.dll-->
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{B10E5082-B886-4859-8A64-29DA70E55EE9}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>PartSource.Entities</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<ApplicationVersion>1.0.0.0</ApplicationVersion>
<FileAlignment>512</FileAlignment>
<RootNamespace>PartSource.Entities</RootNamespace>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<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' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>..\packages\EntityFramework.6.2.0\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.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
</Reference>
<Reference Include="Microsoft.SqlServer.Types, Version=14.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.SqlServer.Types.14.0.1016.290\lib\net40\Microsoft.SqlServer.Types.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="PartSourceContext.cs" />
<Compile Include="Shopify\BaseShopifyModel.cs" />
<Compile Include="Shopify\Format.cs" />
<Compile Include="Shopify\FulfillmentService.cs" />
<Compile Include="Shopify\InventoryPolicy.cs" />
<Compile Include="Shopify\Metafield.cs" />
<Compile Include="Shopify\ProductImage.cs" />
<Compile Include="Shopify\Product.cs" />
<Compile Include="Shopify\ProductVariant.cs" />
<Compile Include="Shopify\PublishedScope.cs" />
<Compile Include="Shopify\ValueType.cs" />
<Compile Include="Shopify\WeightUnit.cs" />
<Compile Include="Nexpart\Engine.cs" />
<Compile Include="Nexpart\Engines.cs" />
<Compile Include="Nexpart\EngineSearch.cs" />
<Compile Include="Nexpart\EngineSearchResponse.cs" />
<Compile Include="Nexpart\PrimaryImg.cs" />
<Compile Include="Nexpart\VehicleDetail.cs" />
<Compile Include="Nexpart\VehicleIdSearch.cs" />
<Compile Include="Nexpart\VehicleIdSearchResponse.cs" />
<Compile Include="Nexpart\BaseVehicleDetail.cs" />
<Compile Include="Nexpart\BaseVehicleDetailLookup.cs" />
<Compile Include="Nexpart\PartTypes.cs" />
<Compile Include="Nexpart\PartTypeSearch.cs" />
<Compile Include="Nexpart\PartTypeSearchResponse.cs" />
<Compile Include="Nexpart\PartTypesValidateLookupResponse.cs" />
<Compile Include="Nexpart\BaseVehicleDetailLookupResponse.cs" />
<Compile Include="Nexpart\Body.cs" />
<Compile Include="Nexpart\Envelope.cs" />
<Compile Include="Nexpart\Exceptions.cs" />
<Compile Include="Nexpart\Item.cs" />
<Compile Include="Nexpart\Items.cs" />
<Compile Include="Nexpart\ModelSearchResponse.cs" />
<Compile Include="Nexpart\Models.cs" />
<Compile Include="Nexpart\Makes.cs" />
<Compile Include="Nexpart\ModelSearch.cs" />
<Compile Include="Nexpart\MakeSearch.cs" />
<Compile Include="Nexpart\PartTypesValidateLookup.cs" />
<Compile Include="Nexpart\PartType.cs" />
<Compile Include="Nexpart\PSResponseHeader.cs" />
<Compile Include="Nexpart\PSRequestHeader.cs" />
<Compile Include="Nexpart\SmartPageDataSearch.cs" />
<Compile Include="Nexpart\Make.cs" />
<Compile Include="Nexpart\Model.cs" />
<Compile Include="Nexpart\SmartPageDataSearchResponse.cs" />
<Compile Include="Nexpart\VehicleIdentifier.cs" />
<Compile Include="Nexpart\VehicleType.cs" />
<Compile Include="Nexpart\VehicleTypes.cs" />
<Compile Include="Nexpart\VehicleTypesGet.cs" />
<Compile Include="Nexpart\MakeSearchResponse.cs" />
<Compile Include="Nexpart\VehicleTypesGetResponse.cs" />
<Compile Include="Nexpart\Years.cs" />
<Compile Include="Nexpart\Interfaces\IResponseElement.cs" />
<Compile Include="Models\PartData.cs" />
<Compile Include="Models\PostalCode.cs" />
<Compile Include="Models\ps_parts_availability.cs" />
<Compile Include="Models\SeoFitment.cs" />
<Compile Include="Models\ApiClient.cs" />
<Compile Include="Models\Manufacturer.cs" />
<Compile Include="Models\Part.cs" />
<Compile Include="Models\Store.cs" />
<Compile Include="Models\StorePart.cs" />
<Compile Include="Dtos\StoreDto.cs" />
<Compile Include="AssemblyInfo.cs" />
<Compile Include="SqlServerTypes\Loader.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Migrations\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Content Include="SqlServerTypes\readme.htm" />
<Content Include="SqlServerTypes\x64\msvcr120.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SqlServerTypes\x64\SqlServerSpatial140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SqlServerTypes\x86\msvcr120.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="SqlServerTypes\x86\SqlServerSpatial140.dll">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>