|
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')" /> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
4 | 2 | <PropertyGroup> |
5 | | - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | | - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProjectGuid>{6BFE1D21-1442-4375-AB69-14160B906A64}</ProjectGuid> |
| 3 | + <TargetFramework>net462</TargetFramework> |
8 | 4 | <OutputType>Exe</OutputType> |
9 | | - <RootNamespace>AppConfigDemo</RootNamespace> |
10 | | - <AssemblyName>AppConfigDemo</AssemblyName> |
11 | | - <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion> |
12 | | - <FileAlignment>512</FileAlignment> |
13 | | - <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
14 | | - <Deterministic>true</Deterministic> |
15 | 5 | </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.CSharp" /> |
37 | | - <Reference Include="Microsoft.Extensions.Configuration.Abstractions" /> |
38 | | - <Reference Include="Microsoft.Extensions.Primitives" /> |
39 | | - <Reference Include="mscorlib" /> |
40 | | - <Reference Include="Serilog" /> |
41 | | - <Reference Include="System" /> |
42 | | - <Reference Include="System.Buffers" /> |
43 | | - <Reference Include="System.Core" /> |
44 | | - <Reference Include="System.Data" /> |
45 | | - <Reference Include="System.Diagnostics.DiagnosticSource" /> |
46 | | - <Reference Include="System.Memory" /> |
47 | | - <Reference Include="System.Numerics" /> |
48 | | - <Reference Include="System.Numerics.Vectors" /> |
49 | | - <Reference Include="System.Runtime.CompilerServices.Unsafe" /> |
50 | | - <Reference Include="System.Threading.Channels" /> |
51 | | - <Reference Include="System.Threading.Tasks.Extensions" /> |
52 | | - <Reference Include="System.ValueTuple" /> |
53 | | - <Reference Include="System.Xml" /> |
54 | | - </ItemGroup> |
55 | | - <ItemGroup> |
56 | | - <Compile Include="Program.cs" /> |
57 | | - </ItemGroup> |
58 | | - <ItemGroup> |
59 | | - <None Include="App.config" /> |
60 | | - </ItemGroup> |
61 | | - <ItemGroup> |
62 | | - <ProjectReference Include="..\..\src\Serilog.Sinks.MSSqlServer\Serilog.Sinks.MSSqlServer.csproj"> |
63 | | - <Project>{803cd13a-d54b-4cec-a55f-e22ae3d93b3c}</Project> |
64 | | - <Name>Serilog.Sinks.MSSqlServer</Name> |
65 | | - </ProjectReference> |
66 | | - </ItemGroup> |
67 | 6 | <ItemGroup> |
68 | | - <Folder Include="Properties\" /> |
| 7 | + <ProjectReference Include="..\..\src\Serilog.Sinks.MSSqlServer\Serilog.Sinks.MSSqlServer.csproj" /> |
69 | 8 | </ItemGroup> |
70 | | - <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
71 | 9 | </Project> |
0 commit comments