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" >
61- <HintPath >..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Common.dll</HintPath >
62- </Reference >
63- <Reference Include =" ServiceStack.Interfaces" >
64- <HintPath >..\packages\ServiceStack.Common.3.9.32\lib\net35\ServiceStack.Interfaces.dll</HintPath >
65- </Reference >
66- <Reference Include =" ServiceStack.Text" >
67- <HintPath >..\packages\ServiceStack.Text.3.9.32\lib\net35\ServiceStack.Text.dll</HintPath >
68- </Reference >
69- <Reference Include =" System" />
70- <Reference Include =" System.configuration" />
71- <Reference Include =" System.Core" />
72- <Reference Include =" System.Data.DataSetExtensions" />
73- <Reference Include =" System.Data" />
74- <Reference Include =" System.Xml" />
75- <Reference Include =" System.Xml.Linq" />
76- </ItemGroup >
77- <ItemGroup >
78- <Compile Include =" EntLib5Factory.cs" />
79- <Compile Include =" EntLib5Logger.cs" />
80- <Compile Include =" Properties\AssemblyInfo.cs" />
81- <Compile Include =" SerializableConfigurationSource.cs" />
82- </ItemGroup >
83- <ItemGroup >
84- <None Include =" App.config" />
85- <None Include =" packages.config" />
86- <None Include =" ServiceStack.Logging.EntLib5.nuspec" />
87- </ItemGroup >
88- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
89- <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
90- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
91- Other similar extension points exist, see Microsoft.Common.targets.
92- <Target Name="BeforeBuild">
93- </Target>
94- <Target Name="AfterBuild">
95- </Target>
96- -->
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.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL" >
61+ <SpecificVersion >False</SpecificVersion >
62+ <HintPath >..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath >
63+ </Reference >
64+ <Reference Include =" System" />
65+ <Reference Include =" System.configuration" />
66+ <Reference Include =" System.Core" />
67+ <Reference Include =" System.Data.DataSetExtensions" />
68+ <Reference Include =" System.Data" />
69+ <Reference Include =" System.Xml" />
70+ <Reference Include =" System.Xml.Linq" />
71+ </ItemGroup >
72+ <ItemGroup >
73+ <Compile Include =" EntLib5Factory.cs" />
74+ <Compile Include =" EntLib5Logger.cs" />
75+ <Compile Include =" Properties\AssemblyInfo.cs" />
76+ <Compile Include =" SerializableConfigurationSource.cs" />
77+ </ItemGroup >
78+ <ItemGroup >
79+ <None Include =" App.config" />
80+ <None Include =" packages.config" />
81+ <None Include =" ServiceStack.Logging.EntLib5.nuspec" />
82+ </ItemGroup >
83+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
85+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
86+ Other similar extension points exist, see Microsoft.Common.targets.
87+ <Target Name="BeforeBuild">
88+ </Target>
89+ <Target Name="AfterBuild">
90+ </Target>
91+ -->
9792</Project >
0 commit comments