12
12
<FileAlignment >512</FileAlignment >
13
13
<AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
14
<Deterministic >true</Deterministic >
15
+ <NuGetPackageImportStamp >
16
+ </NuGetPackageImportStamp >
15
17
</PropertyGroup >
16
18
<PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
19
<PlatformTarget >AnyCPU</PlatformTarget >
33
35
<WarningLevel >4</WarningLevel >
34
36
</PropertyGroup >
35
37
<ItemGroup >
38
+ <Reference Include =" Microsoft.Data.SqlClient, Version=1.13.20136.2, Culture=neutral, PublicKeyToken=23ec7fc2d6eaa4a5, processorArchitecture=MSIL" >
39
+ <HintPath >..\..\packages\Microsoft.Data.SqlClient.1.1.3\lib\net46\Microsoft.Data.SqlClient.dll</HintPath >
40
+ </Reference >
36
41
<Reference Include =" Microsoft.Extensions.Configuration.Abstractions, Version=3.1.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
37
42
<HintPath >..\..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.4\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath >
38
43
</Reference >
39
44
<Reference Include =" Microsoft.Extensions.Primitives, Version=3.1.4.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
40
45
<HintPath >..\..\packages\Microsoft.Extensions.Primitives.3.1.4\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath >
41
46
</Reference >
47
+ <Reference Include =" Microsoft.Identity.Client, Version=3.0.8.0, Culture=neutral, PublicKeyToken=0a613f4dd989e8ae, processorArchitecture=MSIL" >
48
+ <HintPath >..\..\packages\Microsoft.Identity.Client.3.0.8\lib\net45\Microsoft.Identity.Client.dll</HintPath >
49
+ </Reference >
50
+ <Reference Include =" Microsoft.IdentityModel.JsonWebTokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
51
+ <HintPath >..\..\packages\Microsoft.IdentityModel.JsonWebTokens.5.5.0\lib\net461\Microsoft.IdentityModel.JsonWebTokens.dll</HintPath >
52
+ </Reference >
53
+ <Reference Include =" Microsoft.IdentityModel.Logging, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
54
+ <HintPath >..\..\packages\Microsoft.IdentityModel.Logging.5.5.0\lib\net461\Microsoft.IdentityModel.Logging.dll</HintPath >
55
+ </Reference >
56
+ <Reference Include =" Microsoft.IdentityModel.Protocols, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57
+ <HintPath >..\..\packages\Microsoft.IdentityModel.Protocols.5.5.0\lib\net461\Microsoft.IdentityModel.Protocols.dll</HintPath >
58
+ </Reference >
59
+ <Reference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
60
+ <HintPath >..\..\packages\Microsoft.IdentityModel.Protocols.OpenIdConnect.5.5.0\lib\net461\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll</HintPath >
61
+ </Reference >
62
+ <Reference Include =" Microsoft.IdentityModel.Tokens, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
63
+ <HintPath >..\..\packages\Microsoft.IdentityModel.Tokens.5.5.0\lib\net461\Microsoft.IdentityModel.Tokens.dll</HintPath >
64
+ </Reference >
65
+ <Reference Include =" Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
66
+ <HintPath >..\..\packages\Newtonsoft.Json.10.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
67
+ </Reference >
42
68
<Reference Include =" Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
43
69
<HintPath >..\..\packages\Serilog.2.9.0\lib\net46\Serilog.dll</HintPath >
44
70
</Reference >
48
74
</Reference >
49
75
<Reference Include =" System.Configuration" />
50
76
<Reference Include =" System.Core" />
77
+ <Reference Include =" System.Data.Common, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
78
+ <HintPath >..\..\packages\System.Data.Common.4.3.0\lib\net451\System.Data.Common.dll</HintPath >
79
+ <Private >True</Private >
80
+ <Private >True</Private >
81
+ </Reference >
82
+ <Reference Include =" System.Drawing" />
83
+ <Reference Include =" System.IdentityModel" />
84
+ <Reference Include =" System.IdentityModel.Tokens.Jwt, Version=5.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
85
+ <HintPath >..\..\packages\System.IdentityModel.Tokens.Jwt.5.5.0\lib\net461\System.IdentityModel.Tokens.Jwt.dll</HintPath >
86
+ </Reference >
51
87
<Reference Include =" System.Memory, Version=4.0.1.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
52
88
<HintPath >..\..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll</HintPath >
53
89
</Reference >
58
94
<Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
59
95
<HintPath >..\..\packages\System.Runtime.CompilerServices.Unsafe.4.7.1\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
60
96
</Reference >
97
+ <Reference Include =" System.Windows.Forms" />
61
98
<Reference Include =" System.Xml.Linq" />
62
99
<Reference Include =" System.Data.DataSetExtensions" />
63
100
<Reference Include =" Microsoft.CSharp" />
82
119
<Folder Include =" Properties\" />
83
120
</ItemGroup >
84
121
<Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122
+ <Import Project =" ..\..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets" Condition =" Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" />
123
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
124
+ <PropertyGroup >
125
+ <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 >
126
+ </PropertyGroup >
127
+ <Error Condition =" !Exists('..\..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.Data.SqlClient.SNI.1.1.0\build\net46\Microsoft.Data.SqlClient.SNI.targets'))" />
128
+ </Target >
85
129
</Project >
0 commit comments