1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{E6535C35-9135-43EE-B75F-F7AE046880F8}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Sales.ConsoleUi</RootNamespace >
11+ <AssemblyName >Sales.ConsoleUi</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <Deterministic >true</Deterministic >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >..\..\..\bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" iQuarc.AppBoot, Version=2.0.3.2, Culture=neutral, processorArchitecture=MSIL" >
36+ <HintPath >..\..\..\packages\iQuarc.AppBoot.2.0.3-disposables002\lib\net45\iQuarc.AppBoot.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" iQuarc.SystemEx, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
39+ <HintPath >..\..\..\packages\iQuarc.SystemEx.1.0.0.0\lib\net40\iQuarc.SystemEx.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42+ <HintPath >..\..\..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" System" />
45+ <Reference Include =" System.Core" />
46+ <Reference Include =" System.Xml.Linq" />
47+ <Reference Include =" System.Data.DataSetExtensions" />
48+ <Reference Include =" Microsoft.CSharp" />
49+ <Reference Include =" System.Data" />
50+ <Reference Include =" System.Net.Http" />
51+ <Reference Include =" System.Xml" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <Compile Include =" OrdersConsoleCommand.cs" />
55+ <Compile Include =" Properties\AssemblyInfo.cs" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <None Include =" packages.config" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <ProjectReference Include =" ..\..\Contracts\Contracts.csproj" >
62+ <Project >{7047438d-82dc-4868-acae-ee3df665337d}</Project >
63+ <Name >Contracts</Name >
64+ </ProjectReference >
65+ </ItemGroup >
66+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67+ </Project >
0 commit comments