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 >{EE43BF1E-CF97-4215-A5A3-46D1C363F928}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >ServiceStack.Logging.Elmah</RootNamespace >
12- <AssemblyName >ServiceStack.Logging.Elmah</AssemblyName >
13- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- <TargetFrameworkProfile />
16- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\src\</SolutionDir >
17- <RestorePackages >true</RestorePackages >
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- <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
28- </PropertyGroup >
29- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30- <DebugType >pdbonly</DebugType >
31- <Optimize >true</Optimize >
32- <OutputPath >bin\Release\</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <ErrorReport >prompt</ErrorReport >
35- <WarningLevel >4</WarningLevel >
36- </PropertyGroup >
37- <ItemGroup >
38- <Reference Include =" Elmah" >
39- <HintPath >..\packages\elmah.corelibrary.1.2.1\lib\Elmah.dll</HintPath >
40- </Reference >
41- <Reference Include =" ServiceStack.Common, Version=1.0.4425.9237, Culture=neutral, processorArchitecture=MSIL" >
42- <SpecificVersion >False</SpecificVersion >
43- <HintPath >..\packages\ServiceStack.Common.3.4.8\lib\ServiceStack.Common.dll</HintPath >
44- </Reference >
45- <Reference Include =" ServiceStack.Interfaces, Version=1.0.4425.9237, Culture=neutral, processorArchitecture=MSIL" >
46- <SpecificVersion >False</SpecificVersion >
47- <HintPath >..\packages\ServiceStack.Common.3.4.8\lib\ServiceStack.Interfaces.dll</HintPath >
48- </Reference >
49- <Reference Include =" ServiceStack.Text, Version=3.4.8.9213, Culture=neutral, processorArchitecture=MSIL" >
50- <SpecificVersion >False</SpecificVersion >
51- <HintPath >..\packages\ServiceStack.Text.3.4.9\lib\ServiceStack.Text.dll</HintPath >
52- </Reference >
53- <Reference Include =" System" />
54- <Reference Include =" System.Web" />
55- </ItemGroup >
56- <ItemGroup >
57- <Compile Include =" ElmahInterceptingLogger.cs" />
58- <Compile Include =" ElmahLogFactory.cs" />
59- <Compile Include =" Properties\AssemblyInfo.cs" />
60- </ItemGroup >
61- <ItemGroup >
62- <None Include =" packages.config" />
63- <None Include =" ServiceStack.Logging.Elmah.nuspec" />
64- </ItemGroup >
65- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
66- <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
67- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68- Other similar extension points exist, see Microsoft.Common.targets.
69- <Target Name="BeforeBuild">
70- </Target>
71- <Target Name="AfterBuild">
72- </Target>
73- -->
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 >{EE43BF1E-CF97-4215-A5A3-46D1C363F928}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >ServiceStack.Logging.Elmah</RootNamespace >
12+ <AssemblyName >ServiceStack.Logging.Elmah</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <TargetFrameworkProfile />
16+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\..\src\</SolutionDir >
17+ <RestorePackages >true</RestorePackages >
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+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Elmah" >
39+ <HintPath >..\packages\elmah.corelibrary.1.2.1\lib\Elmah.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" ServiceStack.Common" >
42+ <HintPath >..\packages\ServiceStack.Common.3.9.28\lib\net35\ServiceStack.Common.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" ServiceStack.Interfaces" >
45+ <HintPath >..\packages\ServiceStack.Common.3.9.28\lib\net35\ServiceStack.Interfaces.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" ServiceStack.Text" >
48+ <HintPath >..\packages\ServiceStack.Text.3.9.29\lib\net35\ServiceStack.Text.dll</HintPath >
49+ </Reference >
50+ <Reference Include =" System" />
51+ <Reference Include =" System.Web" />
52+ </ItemGroup >
53+ <ItemGroup >
54+ <Compile Include =" ElmahInterceptingLogger.cs" />
55+ <Compile Include =" ElmahLogFactory.cs" />
56+ <Compile Include =" Properties\AssemblyInfo.cs" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <None Include =" packages.config" />
60+ <None Include =" ServiceStack.Logging.Elmah.nuspec" />
61+ </ItemGroup >
62+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
63+ <Import Project =" $(SolutionDir)\.nuget\nuget.targets" />
64+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
65+ Other similar extension points exist, see Microsoft.Common.targets.
66+ <Target Name="BeforeBuild">
67+ </Target>
68+ <Target Name="AfterBuild">
69+ </Target>
70+ -->
7471</Project >
0 commit comments