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 >{104612F1-9478-48B8-9B33-CF86E7E3CFC3}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >CapeCode.Logging</RootNamespace >
11+ <AssemblyName >CapeCode.Logging</AssemblyName >
12+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" CapeCode.DependencyInjection, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
34+ <HintPath >..\packages\CapeCode.DependencyInjection.1.0.1\lib\net461\CapeCode.DependencyInjection.dll</HintPath >
35+ </Reference >
36+ <Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\CommonServiceLocator.1.3\lib\portable-net4+sl5+netcore45+wpa81+wp8\Microsoft.Practices.ServiceLocation.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Microsoft.Practices.Unity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Microsoft.Practices.Unity.Configuration, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.Configuration.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Microsoft.Practices.Unity.RegistrationByConvention, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\Unity.4.0.1\lib\net45\Microsoft.Practices.Unity.RegistrationByConvention.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" System" />
49+ <Reference Include =" System.Configuration" />
50+ <Reference Include =" System.Core" />
51+ <Reference Include =" System.Runtime.Serialization" />
52+ <Reference Include =" System.Security" />
53+ <Reference Include =" System.ServiceModel" />
54+ <Reference Include =" System.Web" />
55+ <Reference Include =" System.Windows.Forms" />
56+ <Reference Include =" System.Xml.Linq" />
57+ <Reference Include =" System.Data.DataSetExtensions" />
58+ <Reference Include =" Microsoft.CSharp" />
59+ <Reference Include =" System.Data" />
60+ <Reference Include =" System.Net.Http" />
61+ <Reference Include =" System.Xml" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Compile Include =" Configuration\EMailLogWriterConfigurationSection.cs" />
65+ <Compile Include =" Configuration\FileLogWriterConfigurationSection.cs" />
66+ <Compile Include =" Configuration\LogWriterConfigurationSection.cs" />
67+ <Compile Include =" Configuration\PoolingEMailLogWriterConfigurationSection.cs" />
68+ <Compile Include =" ConsoleLogWriter.cs" />
69+ <Compile Include =" DebugLogWriter.cs" />
70+ <Compile Include =" EMailLogWriter.cs" />
71+ <Compile Include =" Email\EmailSender.cs" />
72+ <Compile Include =" Email\EmailSenderConfiguration.cs" />
73+ <Compile Include =" Email\Interfaces\Attachment.cs" />
74+ <Compile Include =" Email\Interfaces\Email.cs" />
75+ <Compile Include =" Email\Interfaces\EmailSenderException.cs" />
76+ <Compile Include =" Email\Interfaces\EncryptedEmail.cs" />
77+ <Compile Include =" Email\Interfaces\IEmailSender.cs" />
78+ <Compile Include =" Email\Interfaces\IEmailSenderConfiguration.cs" />
79+ <Compile Include =" Email\Interfaces\PublicAnnouncementSystemEmail.cs" />
80+ <Compile Include =" Email\Interfaces\SecureMailAddress.cs" />
81+ <Compile Include =" Email\Interfaces\SystemEmail.cs" />
82+ <Compile Include =" FileLogWriter.cs" />
83+ <Compile Include =" FilteringLogWriter.cs" />
84+ <Compile Include =" FormattingLogWriter.cs" />
85+ <Compile Include =" Interfaces\ILogEvent.cs" />
86+ <Compile Include =" Interfaces\ILogger.cs" />
87+ <Compile Include =" Interfaces\ILogManager.cs" />
88+ <Compile Include =" Interfaces\ILogWriter.cs" />
89+ <Compile Include =" Interfaces\ILogWriterConfiguration.cs" />
90+ <Compile Include =" Interfaces\LogLevel.cs" />
91+ <Compile Include =" LogEvent.cs" />
92+ <Compile Include =" Logger.cs" />
93+ <Compile Include =" LogManager.cs" />
94+ <Compile Include =" PoolingEMailLogWriter.cs" />
95+ <Compile Include =" Properties\AssemblyInfo.cs" />
96+ <Compile Include =" RollingXmlWriterTraceListener.cs" />
97+ <Compile Include =" TraceLogWriter.cs" />
98+ <Compile Include =" VisualStudioLogWriter.cs" />
99+ <Compile Include =" WindowLogWriter.cs" />
100+ </ItemGroup >
101+ <ItemGroup >
102+ <None Include =" packages.config" />
103+ </ItemGroup >
104+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
105+ </Project >
0 commit comments