1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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 >{35879DFA-680D-466F-B6F8-684B3AA4D02F}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Batching</RootNamespace >
11+ <AssemblyName >Batching</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
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+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" EntityFramework.Core, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\EntityFramework.Core.7.0.0-rc1-final\lib\net451\EntityFramework.Core.dll</HintPath >
38+ <Private >True</Private >
39+ </Reference >
40+ <Reference Include =" EntityFramework.MicrosoftSqlServer, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\EntityFramework.MicrosoftSqlServer.7.0.0-rc1-final\lib\net451\EntityFramework.MicrosoftSqlServer.dll</HintPath >
42+ <Private >True</Private >
43+ </Reference >
44+ <Reference Include =" EntityFramework.Relational, Version=7.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
45+ <HintPath >..\packages\EntityFramework.Relational.7.0.0-rc1-final\lib\net451\EntityFramework.Relational.dll</HintPath >
46+ <Private >True</Private >
47+ </Reference >
48+ <Reference Include =" Microsoft.Extensions.Caching.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\Microsoft.Extensions.Caching.Abstractions.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Caching.Abstractions.dll</HintPath >
50+ <Private >True</Private >
51+ </Reference >
52+ <Reference Include =" Microsoft.Extensions.Caching.Memory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
53+ <HintPath >..\packages\Microsoft.Extensions.Caching.Memory.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Caching.Memory.dll</HintPath >
54+ <Private >True</Private >
55+ </Reference >
56+ <Reference Include =" Microsoft.Extensions.Configuration, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
57+ <HintPath >..\packages\Microsoft.Extensions.Configuration.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.dll</HintPath >
58+ <Private >True</Private >
59+ </Reference >
60+ <Reference Include =" Microsoft.Extensions.Configuration.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
61+ <HintPath >..\packages\Microsoft.Extensions.Configuration.Abstractions.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath >
62+ <Private >True</Private >
63+ </Reference >
64+ <Reference Include =" Microsoft.Extensions.Configuration.Binder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
65+ <HintPath >..\packages\Microsoft.Extensions.Configuration.Binder.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Configuration.Binder.dll</HintPath >
66+ <Private >True</Private >
67+ </Reference >
68+ <Reference Include =" Microsoft.Extensions.DependencyInjection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
69+ <HintPath >..\packages\Microsoft.Extensions.DependencyInjection.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.DependencyInjection.dll</HintPath >
70+ <Private >True</Private >
71+ </Reference >
72+ <Reference Include =" Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
73+ <HintPath >..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath >
74+ <Private >True</Private >
75+ </Reference >
76+ <Reference Include =" Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
77+ <HintPath >..\packages\Microsoft.Extensions.Logging.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Logging.dll</HintPath >
78+ <Private >True</Private >
79+ </Reference >
80+ <Reference Include =" Microsoft.Extensions.Logging.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
81+ <HintPath >..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Logging.Abstractions.dll</HintPath >
82+ <Private >True</Private >
83+ </Reference >
84+ <Reference Include =" Microsoft.Extensions.OptionsModel, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
85+ <HintPath >..\packages\Microsoft.Extensions.OptionsModel.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.OptionsModel.dll</HintPath >
86+ <Private >True</Private >
87+ </Reference >
88+ <Reference Include =" Microsoft.Extensions.Primitives, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
89+ <HintPath >..\packages\Microsoft.Extensions.Primitives.1.0.0-rc1-final\lib\net451\Microsoft.Extensions.Primitives.dll</HintPath >
90+ <Private >True</Private >
91+ </Reference >
92+ <Reference Include =" Remotion.Linq, Version=2.0.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL" >
93+ <HintPath >..\packages\Remotion.Linq.2.0.1\lib\net45\Remotion.Linq.dll</HintPath >
94+ <Private >True</Private >
95+ </Reference >
96+ <Reference Include =" System" />
97+ <Reference Include =" System.Collections.Concurrent" />
98+ <Reference Include =" System.Collections.Immutable, Version=1.1.36.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
99+ <HintPath >..\packages\System.Collections.Immutable.1.1.36\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
100+ <Private >True</Private >
101+ </Reference >
102+ <Reference Include =" System.ComponentModel.DataAnnotations" />
103+ <Reference Include =" System.Core" />
104+ <Reference Include =" System.Diagnostics.DiagnosticSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
105+ <HintPath >..\packages\System.Diagnostics.DiagnosticSource.4.0.0-beta-23516\lib\dotnet5.2\System.Diagnostics.DiagnosticSource.dll</HintPath >
106+ <Private >True</Private >
107+ </Reference >
108+ <Reference Include =" System.Interactive.Async, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
109+ <HintPath >..\packages\Ix-Async.1.2.5\lib\net45\System.Interactive.Async.dll</HintPath >
110+ <Private >True</Private >
111+ </Reference >
112+ <Reference Include =" System.Transactions" />
113+ <Reference Include =" System.Xml.Linq" />
114+ <Reference Include =" System.Data.DataSetExtensions" />
115+ <Reference Include =" Microsoft.CSharp" />
116+ <Reference Include =" System.Data" />
117+ <Reference Include =" System.Net.Http" />
118+ <Reference Include =" System.Xml" />
119+ </ItemGroup >
120+ <ItemGroup >
121+ <Compile Include =" Program.cs" />
122+ <Compile Include =" Properties\AssemblyInfo.cs" />
123+ </ItemGroup >
124+ <ItemGroup >
125+ <None Include =" App.config" />
126+ <None Include =" packages.config" />
127+ </ItemGroup >
128+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130+ Other similar extension points exist, see Microsoft.Common.targets.
131+ <Target Name="BeforeBuild">
132+ </Target>
133+ <Target Name="AfterBuild">
134+ </Target>
135+ -->
136+ </Project >
0 commit comments