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 >{FC2BC135-D17D-4F7E-847E-3AC2882E2EC1}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GroupByError</RootNamespace >
11
+ <AssemblyName >GroupByError</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.2</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 =" Microsoft.EntityFrameworkCore, Version=1.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
37
+ <HintPath >..\..\packages\Microsoft.EntityFrameworkCore.1.0.1\lib\net451\Microsoft.EntityFrameworkCore.dll</HintPath >
38
+ <Private >True</Private >
39
+ </Reference >
40
+ <Reference Include =" Microsoft.EntityFrameworkCore.DynamicLinq" >
41
+ <HintPath >..\..\src\Microsoft.EntityFrameworkCore.DynamicLinq\bin\Debug\net452\Microsoft.EntityFrameworkCore.DynamicLinq.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" Microsoft.EntityFrameworkCore.Relational, Version=1.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
44
+ <HintPath >..\..\packages\Microsoft.EntityFrameworkCore.Relational.1.0.1\lib\net451\Microsoft.EntityFrameworkCore.Relational.dll</HintPath >
45
+ <Private >True</Private >
46
+ </Reference >
47
+ <Reference Include =" Microsoft.EntityFrameworkCore.SqlServer, Version=1.0.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
48
+ <HintPath >..\..\packages\Microsoft.EntityFrameworkCore.SqlServer.1.0.1\lib\net451\Microsoft.EntityFrameworkCore.SqlServer.dll</HintPath >
49
+ <Private >True</Private >
50
+ </Reference >
51
+ <Reference Include =" Microsoft.Extensions.Caching.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
52
+ <HintPath >..\..\packages\Microsoft.Extensions.Caching.Abstractions.1.0.0\lib\netstandard1.0\Microsoft.Extensions.Caching.Abstractions.dll</HintPath >
53
+ <Private >True</Private >
54
+ </Reference >
55
+ <Reference Include =" Microsoft.Extensions.Caching.Memory, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
56
+ <HintPath >..\..\packages\Microsoft.Extensions.Caching.Memory.1.0.0\lib\net451\Microsoft.Extensions.Caching.Memory.dll</HintPath >
57
+ <Private >True</Private >
58
+ </Reference >
59
+ <Reference Include =" Microsoft.Extensions.DependencyInjection, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
60
+ <HintPath >..\..\packages\Microsoft.Extensions.DependencyInjection.1.0.0\lib\netstandard1.1\Microsoft.Extensions.DependencyInjection.dll</HintPath >
61
+ <Private >True</Private >
62
+ </Reference >
63
+ <Reference Include =" Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
64
+ <HintPath >..\..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.1.0.0\lib\netstandard1.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath >
65
+ <Private >True</Private >
66
+ </Reference >
67
+ <Reference Include =" Microsoft.Extensions.Logging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
68
+ <HintPath >..\..\packages\Microsoft.Extensions.Logging.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.dll</HintPath >
69
+ <Private >True</Private >
70
+ </Reference >
71
+ <Reference Include =" Microsoft.Extensions.Logging.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
72
+ <HintPath >..\..\packages\Microsoft.Extensions.Logging.Abstractions.1.0.0\lib\netstandard1.1\Microsoft.Extensions.Logging.Abstractions.dll</HintPath >
73
+ <Private >True</Private >
74
+ </Reference >
75
+ <Reference Include =" Microsoft.Extensions.Options, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
76
+ <HintPath >..\..\packages\Microsoft.Extensions.Options.1.0.0\lib\netstandard1.0\Microsoft.Extensions.Options.dll</HintPath >
77
+ <Private >True</Private >
78
+ </Reference >
79
+ <Reference Include =" Microsoft.Extensions.Primitives, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
80
+ <HintPath >..\..\packages\Microsoft.Extensions.Primitives.1.0.0\lib\netstandard1.0\Microsoft.Extensions.Primitives.dll</HintPath >
81
+ <Private >True</Private >
82
+ </Reference >
83
+ <Reference Include =" Remotion.Linq, Version=2.1.0.0, Culture=neutral, PublicKeyToken=fee00910d6e5f53b, processorArchitecture=MSIL" >
84
+ <HintPath >..\..\packages\Remotion.Linq.2.1.1\lib\net45\Remotion.Linq.dll</HintPath >
85
+ <Private >True</Private >
86
+ </Reference >
87
+ <Reference Include =" System" />
88
+ <Reference Include =" System.Collections.Immutable, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
89
+ <HintPath >..\..\packages\System.Collections.Immutable.1.2.0\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
90
+ <Private >True</Private >
91
+ </Reference >
92
+ <Reference Include =" System.ComponentModel.Composition" />
93
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
94
+ <Reference Include =" System.Core" />
95
+ <Reference Include =" System.Diagnostics.DiagnosticSource, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
96
+ <HintPath >..\..\packages\System.Diagnostics.DiagnosticSource.4.0.0\lib\portable-net45+win8+wpa81\System.Diagnostics.DiagnosticSource.dll</HintPath >
97
+ <Private >True</Private >
98
+ </Reference >
99
+ <Reference Include =" System.Interactive.Async, Version=3.0.0.0, Culture=neutral, PublicKeyToken=94bc3704cddfc263, processorArchitecture=MSIL" >
100
+ <HintPath >..\..\packages\System.Interactive.Async.3.0.0\lib\net45\System.Interactive.Async.dll</HintPath >
101
+ <Private >True</Private >
102
+ </Reference >
103
+ <Reference Include =" System.Linq.Dynamic.Core, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
104
+ <SpecificVersion >False</SpecificVersion >
105
+ <HintPath >..\..\src\Microsoft.EntityFrameworkCore.DynamicLinq\bin\$(Configuration)\net452\System.Linq.Dynamic.Core.dll</HintPath >
106
+ </Reference >
107
+ <Reference Include =" System.Transactions" />
108
+ <Reference Include =" System.Xml.Linq" />
109
+ <Reference Include =" System.Data.DataSetExtensions" />
110
+ <Reference Include =" Microsoft.CSharp" />
111
+ <Reference Include =" System.Data" />
112
+ <Reference Include =" System.Net.Http" />
113
+ <Reference Include =" System.Xml" />
114
+ </ItemGroup >
115
+ <ItemGroup >
116
+ <Compile Include =" DbContext.cs" />
117
+ <Compile Include =" Program.cs" />
118
+ <Compile Include =" Properties\AssemblyInfo.cs" />
119
+ </ItemGroup >
120
+ <ItemGroup >
121
+ <None Include =" App.config" />
122
+ <None Include =" packages.config" />
123
+ </ItemGroup >
124
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
125
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
126
+ Other similar extension points exist, see Microsoft.Common.targets.
127
+ <Target Name="BeforeBuild">
128
+ </Target>
129
+ <Target Name="AfterBuild">
130
+ </Target>
131
+ -->
132
+ </Project >
0 commit comments