1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.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 >{DA0432BD-FDA0-40C9-BCF1-A38F601600D3}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Serilog</RootNamespace >
11+ <AssemblyName >Serilog.Sinks.AzureTableStorage</AssemblyName >
12+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ <DocumentationFile >bin\Debug\Serilog.Sinks.AzureTableStorage.xml</DocumentationFile >
25+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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+ <DocumentationFile >bin\Release\Serilog.Sinks.AzureTableStorage.XML</DocumentationFile >
35+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
36+ </PropertyGroup >
37+ <PropertyGroup >
38+ <SignAssembly >true</SignAssembly >
39+ </PropertyGroup >
40+ <PropertyGroup >
41+ <AssemblyOriginatorKeyFile >..\..\assets\Serilog.snk</AssemblyOriginatorKeyFile >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" Microsoft.Data.Edm, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
45+ <SpecificVersion >False</SpecificVersion >
46+ <HintPath >..\..\packages\Microsoft.Data.Edm.5.6.3\lib\net40\Microsoft.Data.Edm.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Microsoft.Data.OData, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49+ <SpecificVersion >False</SpecificVersion >
50+ <HintPath >..\..\packages\Microsoft.Data.OData.5.6.3\lib\net40\Microsoft.Data.OData.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Microsoft.Data.Services.Client, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
53+ <SpecificVersion >False</SpecificVersion >
54+ <HintPath >..\..\packages\Microsoft.Data.Services.Client.5.6.3\lib\net40\Microsoft.Data.Services.Client.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" Microsoft.WindowsAzure.Configuration, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
57+ <SpecificVersion >False</SpecificVersion >
58+ <HintPath >..\..\packages\Microsoft.WindowsAzure.ConfigurationManager.2.0.3\lib\net40\Microsoft.WindowsAzure.Configuration.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" Microsoft.WindowsAzure.Storage, Version=4.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
61+ <SpecificVersion >False</SpecificVersion >
62+ <HintPath >..\..\packages\WindowsAzure.Storage.4.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
65+ <SpecificVersion >False</SpecificVersion >
66+ <HintPath >..\..\packages\Newtonsoft.Json.6.0.6\lib\net45\Newtonsoft.Json.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" System" />
69+ <Reference Include =" System.Core" />
70+ <Reference Include =" System.Data.Services.Client" />
71+ <Reference Include =" System.Spatial, Version=5.6.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72+ <SpecificVersion >False</SpecificVersion >
73+ <HintPath >..\..\packages\System.Spatial.5.6.3\lib\net40\System.Spatial.dll</HintPath >
74+ </Reference >
75+ <Reference Include =" System.Xml.Linq" />
76+ <Reference Include =" System.Data.DataSetExtensions" />
77+ <Reference Include =" Microsoft.CSharp" />
78+ <Reference Include =" System.Data" />
79+ <Reference Include =" System.Xml" />
80+ </ItemGroup >
81+ <ItemGroup >
82+ <Compile Include =" LoggerConfigurationAzureTableStorageExtensions.cs" />
83+ <Compile Include =" LoggerConfigurationAzureTableStorageWithPropertiesExtensions.cs" />
84+ <Compile Include =" Properties\AssemblyInfo.cs" />
85+ <Compile Include =" ..\..\assets\CommonAssemblyInfo.cs" >
86+ <Link >Properties\CommonAssemblyInfo.cs</Link >
87+ </Compile >
88+ <Compile Include =" Sinks\AzureTableStorageWithProperties\AzurePropertyFormatter.cs" />
89+ <Compile Include =" Sinks\AzureTableStorage\AzureBatchingTableStorageSink.cs" />
90+ <Compile Include =" Sinks\AzureTableStorageWithProperties\AzureBatchingTableStorageWithPropertiesSink.cs" />
91+ <Compile Include =" Sinks\AzureTableStorage\AzureTableStorageSink.cs" />
92+ <Compile Include =" Sinks\AzureTableStorageWithProperties\AzureTableStorageWithPropertiesSink.cs" />
93+ <Compile Include =" Sinks\AzureTableStorage\LogEventEntity.cs" />
94+ <Compile Include =" Sinks\AzureTableStorageWithProperties\AzureTableStorageEntityFactory.cs" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <None Include =" ..\..\assets\Serilog.snk" >
98+ <Link >Serilog.snk</Link >
99+ </None >
100+ <None Include =" app.config" />
101+ <None Include =" packages.config" />
102+ <None Include =" Serilog.Sinks.AzureTableStorage.nuspec" >
103+ <SubType >Designer</SubType >
104+ </None >
105+ </ItemGroup >
106+ <ItemGroup >
107+ <ProjectReference Include =" ..\Serilog.FullNetFx\Serilog.FullNetFx.csproj" >
108+ <Project >{7A9E1095-167D-402A-B43D-B36B97FF183D}</Project >
109+ <Name >Serilog.FullNetFx</Name >
110+ </ProjectReference >
111+ <ProjectReference Include =" ..\Serilog\Serilog.csproj" >
112+ <Project >{0915DBD9-0F7C-4439-8D9E-74C3D579B219}</Project >
113+ <Name >Serilog</Name >
114+ </ProjectReference >
115+ </ItemGroup >
116+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117+ </Project >
0 commit comments