1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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 >{F0B0E4EF-CF01-46FC-A64C-FE3528F14238}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Serilog.Sinks.Splunk.Sample</RootNamespace >
11+ <AssemblyName >Serilog.Sinks.Splunk.Sample</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.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 =" Serilog" >
37+ <HintPath >..\..\packages\Serilog.1.5.5\lib\net45\Serilog.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Serilog.FullNetFx" >
40+ <HintPath >..\..\packages\Serilog.1.5.5\lib\net45\Serilog.FullNetFx.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Serilog.Sinks.Literate" >
43+ <HintPath >..\..\packages\Serilog.Sinks.Literate.1.0.6\lib\net45\Serilog.Sinks.Literate.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Serilog.Sinks.Splunk.FullNetFx" >
46+ <HintPath >..\..\src\Serilog.Sinks.Splunk.FullNetFx\bin\Debug\Serilog.Sinks.Splunk.FullNetFx.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Splunk.Client" >
49+ <HintPath >..\..\packages\Splunk.Client.2.1.2\lib\portable-net45+win+wpa81\Splunk.Client.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Splunk.Logging.Common" >
52+ <HintPath >..\..\packages\Splunk.Logging.Common.1.1.0\lib\net45\Splunk.Logging.Common.dll</HintPath >
53+ <Private >True</Private >
54+ </Reference >
55+ <Reference Include =" System" />
56+ <Reference Include =" System.Core" />
57+ <Reference Include =" System.Xml.Linq" />
58+ <Reference Include =" System.Data.DataSetExtensions" />
59+ <Reference Include =" Microsoft.CSharp" />
60+ <Reference Include =" System.Data" />
61+ <Reference Include =" System.Xml" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" Program.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ </ItemGroup >
67+ <ItemGroup >
68+ <None Include =" App.config" />
69+ <None Include =" packages.config" />
70+ </ItemGroup >
71+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
72+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
73+ Other similar extension points exist, see Microsoft.Common.targets.
74+ <Target Name="BeforeBuild">
75+ </Target>
76+ <Target Name="AfterBuild">
77+ </Target>
78+ -->
79+ </Project >
0 commit comments