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 >{7DC530B1-68FD-4F07-A2F9-910C338562C1}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <RootNamespace >AppConfigDemo</RootNamespace >
10
+ <AssemblyName >AppConfigDemo</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
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.Extensions.Configuration.Abstractions, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
37
+ <HintPath >..\..\packages\Microsoft.Extensions.Configuration.Abstractions.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Configuration.Abstractions.dll</HintPath >
38
+ </Reference >
39
+ <Reference Include =" Microsoft.Extensions.Primitives, Version=3.1.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL" >
40
+ <HintPath >..\..\packages\Microsoft.Extensions.Primitives.3.1.2\lib\netstandard2.0\Microsoft.Extensions.Primitives.dll</HintPath >
41
+ </Reference >
42
+ <Reference Include =" Serilog, Version=2.0.0.0, Culture=neutral, PublicKeyToken=24c2f752a8e58a10, processorArchitecture=MSIL" >
43
+ <HintPath >..\..\packages\Serilog.2.6.0\lib\net46\Serilog.dll</HintPath >
44
+ </Reference >
45
+ <Reference Include =" System" />
46
+ <Reference Include =" System.Buffers, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
47
+ <HintPath >..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll</HintPath >
48
+ </Reference >
49
+ <Reference Include =" System.Configuration" />
50
+ <Reference Include =" System.Core" />
51
+ <Reference Include =" System.Memory, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
52
+ <HintPath >..\..\packages\System.Memory.4.5.2\lib\netstandard2.0\System.Memory.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" System.Numerics" />
55
+ <Reference Include =" System.Numerics.Vectors, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
56
+ <HintPath >..\..\packages\System.Numerics.Vectors.4.4.0\lib\net46\System.Numerics.Vectors.dll</HintPath >
57
+ </Reference >
58
+ <Reference Include =" System.Runtime.CompilerServices.Unsafe, Version=4.0.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
59
+ <HintPath >..\..\packages\System.Runtime.CompilerServices.Unsafe.4.7.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath >
60
+ </Reference >
61
+ <Reference Include =" System.Xml.Linq" />
62
+ <Reference Include =" System.Data.DataSetExtensions" />
63
+ <Reference Include =" Microsoft.CSharp" />
64
+ <Reference Include =" System.Data" />
65
+ <Reference Include =" System.Net.Http" />
66
+ <Reference Include =" System.Xml" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <Compile Include =" Program.cs" />
70
+ <Compile Include =" Properties\AssemblyInfo.cs" />
71
+ </ItemGroup >
72
+ <ItemGroup >
73
+ <None Include =" App.config" />
74
+ <None Include =" packages.config" />
75
+ </ItemGroup >
76
+ <ItemGroup >
77
+ <ProjectReference Include =" ..\..\src\Serilog.Sinks.MSSqlServer\Serilog.Sinks.MSSqlServer.csproj" >
78
+ <Project >{803cd13a-d54b-4cec-a55f-e22ae3d93b3c}</Project >
79
+ <Name >Serilog.Sinks.MSSqlServer</Name >
80
+ </ProjectReference >
81
+ </ItemGroup >
82
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
83
+ </Project >
0 commit comments