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 =" Splunk.Client" >
46+ <HintPath >..\..\packages\Splunk.Client.2.1.2\lib\portable-net45+win+wpa81\Splunk.Client.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Splunk.Logging.Common" >
49+ <HintPath >..\..\packages\Splunk.Logging.Common.1.1.0\lib\net45\Splunk.Logging.Common.dll</HintPath >
50+ <Private >True</Private >
51+ </Reference >
52+ <Reference Include =" System" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" Microsoft.CSharp" />
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" Program.cs" />
58+ <Compile Include =" Properties\AssemblyInfo.cs" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <None Include =" App.config" />
62+ <None Include =" packages.config" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <ProjectReference Include =" ..\..\src\Serilog.Sinks.Splunk.FullNetFx\Serilog.Sinks.Splunk.FullNetFx.csproj" >
66+ <Project >{17deed0f-f9cb-48fb-b4dc-53fb6aee64d7}</Project >
67+ <Name >Serilog.Sinks.Splunk.FullNetFx</Name >
68+ </ProjectReference >
69+ <ProjectReference Include =" ..\..\src\Serilog.Sinks.Splunk\Serilog.Sinks.Splunk.csproj" >
70+ <Project >{1493abc3-811c-46c7-92ed-ceb7567fb588}</Project >
71+ <Name >Serilog.Sinks.Splunk</Name >
72+ </ProjectReference >
73+ </ItemGroup >
74+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
75+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
76+ Other similar extension points exist, see Microsoft.Common.targets.
77+ <Target Name="BeforeBuild">
78+ </Target>
79+ <Target Name="AfterBuild">
80+ </Target>
81+ -->
82+ </Project >
0 commit comments