1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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 >{B276CB46-42A1-4CF8-A0BD-7DE40230764E}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >Sysinternals.log4net</RootNamespace >
11+ <AssemblyName >Sysinternals.log4net</AssemblyName >
12+ <TargetFrameworkVersion >v2.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >..\Debugx64\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ <RunCodeAnalysis >true</RunCodeAnalysis >
25+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
26+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
27+ <DocumentationFile >..\Debugx64\Sysinternals.Debug.XML</DocumentationFile >
28+ <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
29+ </PropertyGroup >
30+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >..\Releasex64\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ <RunCodeAnalysis >true</RunCodeAnalysis >
38+ <CodeAnalysisRuleSet >AllRules.ruleset</CodeAnalysisRuleSet >
39+ <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
40+ <DocumentationFile >..\Releasex64\Sysinternals.Debug.XML</DocumentationFile >
41+ <CheckForOverflowUnderflow >true</CheckForOverflowUnderflow >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL" >
45+ <SpecificVersion >False</SpecificVersion >
46+ <HintPath >..\packages\log4net.2.0.3\lib\net20-full\log4net.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" System" />
49+ </ItemGroup >
50+ <ItemGroup >
51+ <Compile Include =" ..\Sysinternals.Debug\NativeMethods.cs" >
52+ <Link >NativeMethods.cs</Link >
53+ </Compile >
54+ <Compile Include =" ProcMonAppender.cs" />
55+ <Compile Include =" Properties\AssemblyInfo.cs" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <None Include =" packages.config" />
59+ </ItemGroup >
60+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
61+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
62+ Other similar extension points exist, see Microsoft.Common.targets.
63+ <Target Name="BeforeBuild">
64+ </Target>
65+ <Target Name="AfterBuild">
66+ </Target>
67+ -->
68+ </Project >
0 commit comments