1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{EDD72ADC-327C-4152-B84B-B48552311534}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >ServiceStack.Logging.EnterpriseLibrary5</RootNamespace >
12- <AssemblyName >ServiceStack.Logging.EnterpriseLibrary5</AssemblyName >
13- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16- <RestorePackages >true</RestorePackages >
17- <TargetFrameworkProfile />
18- </PropertyGroup >
19- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20- <DebugSymbols >true</DebugSymbols >
21- <DebugType >full</DebugType >
22- <Optimize >false</Optimize >
23- <OutputPath >bin\Debug\</OutputPath >
24- <DefineConstants >DEBUG;TRACE</DefineConstants >
25- <ErrorReport >prompt</ErrorReport >
26- <WarningLevel >4</WarningLevel >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29- <DebugType >pdbonly</DebugType >
30- <Optimize >true</Optimize >
31- <OutputPath >bin\Release\</OutputPath >
32- <DefineConstants >TRACE</DefineConstants >
33- <ErrorReport >prompt</ErrorReport >
34- <WarningLevel >4</WarningLevel >
35- </PropertyGroup >
36- <ItemGroup >
37- <Reference Include =" Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38- <SpecificVersion >False</SpecificVersion >
39- <HintPath >..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath >
40- </Reference >
41- <Reference Include =" Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42- <SpecificVersion >False</SpecificVersion >
43- <HintPath >..\packages\EnterpriseLibrary.Logging.5.0.505.1\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath >
44- </Reference >
45- <Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46- <HintPath >..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath >
47- </Reference >
48- <Reference Include =" Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49- <HintPath >..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath >
50- </Reference >
51- <Reference Include =" Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52- <HintPath >..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath >
53- </Reference >
54- <Reference Include =" Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55- <HintPath >..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath >
56- </Reference >
57- <Reference Include =" Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58- <HintPath >..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath >
59- </Reference >
60- <Reference Include =" ServiceStack.Common, Version=3.9.44 .0, Culture=neutral, processorArchitecture=MSIL" >
61- <SpecificVersion >False</SpecificVersion >
62- <HintPath >..\packages\ServiceStack.Common.3.9.44 \lib\net35\ServiceStack.Common.dll</HintPath >
63- </Reference >
64- <Reference Include =" ServiceStack.Interfaces, Version=3.9.44 .0, Culture=neutral, processorArchitecture=MSIL" >
65- <SpecificVersion >False</SpecificVersion >
66- <HintPath >..\packages\ServiceStack.Common.3.9.44 \lib\net35\ServiceStack.Interfaces.dll</HintPath >
67- </Reference >
68- <Reference Include =" ServiceStack.Text, Version=3.9.44 .0, Culture=neutral, processorArchitecture=MSIL" >
69- <SpecificVersion >False</SpecificVersion >
70- <HintPath >..\packages\ServiceStack.Text.3.9.44 \lib\net35\ServiceStack.Text.dll</HintPath >
71- </Reference >
72- <Reference Include =" System" />
73- <Reference Include =" System.configuration" />
74- <Reference Include =" System.Core" />
75- <Reference Include =" System.Data.DataSetExtensions" />
76- <Reference Include =" System.Data" />
77- <Reference Include =" System.Xml" />
78- <Reference Include =" System.Xml.Linq" />
79- </ItemGroup >
80- <ItemGroup >
81- <Compile Include =" EntLib5Factory.cs" />
82- <Compile Include =" EntLib5Logger.cs" />
83- <Compile Include =" Properties\AssemblyInfo.cs" />
84- <Compile Include =" SerializableConfigurationSource.cs" />
85- </ItemGroup >
86- <ItemGroup >
87- <None Include =" App.config" />
88- <None Include =" packages.config" />
89- <None Include =" ServiceStack.Logging.EntLib5.nuspec" />
90- </ItemGroup >
91- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92- <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
93- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94- Other similar extension points exist, see Microsoft.Common.targets.
95- <Target Name="BeforeBuild">
96- </Target>
97- <Target Name="AfterBuild">
98- </Target>
99- -->
100- </Project >
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{EDD72ADC-327C-4152-B84B-B48552311534}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >ServiceStack.Logging.EnterpriseLibrary5</RootNamespace >
12+ <AssemblyName >ServiceStack.Logging.EnterpriseLibrary5</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16+ <RestorePackages >true</RestorePackages >
17+ <TargetFrameworkProfile />
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >pdbonly</DebugType >
30+ <Optimize >true</Optimize >
31+ <OutputPath >bin\Release\</OutputPath >
32+ <DefineConstants >TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <ItemGroup >
37+ <Reference Include =" Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
38+ <SpecificVersion >False</SpecificVersion >
39+ <HintPath >..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
42+ <SpecificVersion >False</SpecificVersion >
43+ <HintPath >..\packages\EnterpriseLibrary.Logging.5.0.505.1\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Logging.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
55+ <HintPath >..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
58+ <HintPath >..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath >
59+ </Reference >
60+ <Reference Include =" ServiceStack.Common, Version=3.9.48 .0, Culture=neutral, processorArchitecture=MSIL" >
61+ <SpecificVersion >False</SpecificVersion >
62+ <HintPath >..\packages\ServiceStack.Common.3.9.48 \lib\net35\ServiceStack.Common.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" ServiceStack.Interfaces, Version=3.9.48 .0, Culture=neutral, processorArchitecture=MSIL" >
65+ <SpecificVersion >False</SpecificVersion >
66+ <HintPath >..\packages\ServiceStack.Common.3.9.48 \lib\net35\ServiceStack.Interfaces.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" ServiceStack.Text, Version=3.9.48 .0, Culture=neutral, processorArchitecture=MSIL" >
69+ <SpecificVersion >False</SpecificVersion >
70+ <HintPath >..\packages\ServiceStack.Text.3.9.48 \lib\net35\ServiceStack.Text.dll</HintPath >
71+ </Reference >
72+ <Reference Include =" System" />
73+ <Reference Include =" System.configuration" />
74+ <Reference Include =" System.Core" />
75+ <Reference Include =" System.Data.DataSetExtensions" />
76+ <Reference Include =" System.Data" />
77+ <Reference Include =" System.Xml" />
78+ <Reference Include =" System.Xml.Linq" />
79+ </ItemGroup >
80+ <ItemGroup >
81+ <Compile Include =" EntLib5Factory.cs" />
82+ <Compile Include =" EntLib5Logger.cs" />
83+ <Compile Include =" Properties\AssemblyInfo.cs" />
84+ <Compile Include =" SerializableConfigurationSource.cs" />
85+ </ItemGroup >
86+ <ItemGroup >
87+ <None Include =" App.config" />
88+ <None Include =" packages.config" />
89+ <None Include =" ServiceStack.Logging.EntLib5.nuspec" />
90+ </ItemGroup >
91+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
92+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
93+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
94+ Other similar extension points exist, see Microsoft.Common.targets.
95+ <Target Name="BeforeBuild">
96+ </Target>
97+ <Target Name="AfterBuild">
98+ </Target>
99+ -->
100+ </Project >
0 commit comments