1<VisualStudioProject>
2    <CSHARP
3        ProjectType = "Local"
4        ProductVersion = "7.0.9466"
5        SchemaVersion = "1.0"
6        ProjectGuid = "{CB985027-C009-4C0F-88C1-8CF11912AE4C}"
7    >
8        <Build>
9            <Settings
10                ApplicationIcon = ""
11                AssemblyKeyContainerName = ""
12                AssemblyName = "log4net.Ext.MarshalByRef"
13                AssemblyOriginatorKeyFile = ""
14                DefaultClientScript = "JScript"
15                DefaultHTMLPageLayout = "Grid"
16                DefaultTargetSchema = "IE50"
17                DelaySign = "false"
18                OutputType = "Library"
19                PreBuildEvent = ""
20                PostBuildEvent = ""
21                RootNamespace = "log4net.Ext.MarshalByRef"
22                RunPostBuildEvent = "OnBuildSuccess"
23                StartupObject = ""
24            >
25                <Config
26                    Name = "Debug"
27                    AllowUnsafeBlocks = "false"
28                    BaseAddress = "285212672"
29                    CheckForOverflowUnderflow = "false"
30                    ConfigurationOverrideFile = ""
31                    DefineConstants = "DEBUG;TRACE"
32                    DocumentationFile = ""
33                    DebugSymbols = "true"
34                    FileAlignment = "4096"
35                    IncrementalBuild = "true"
36                    NoStdLib = "false"
37                    NoWarn = ""
38                    Optimize = "false"
39                    OutputPath = "..\build\debug\"
40                    RegisterForComInterop = "false"
41                    RemoveIntegerChecks = "false"
42                    TreatWarningsAsErrors = "false"
43                    WarningLevel = "4"
44                />
45                <Config
46                    Name = "Release"
47                    AllowUnsafeBlocks = "false"
48                    BaseAddress = "285212672"
49                    CheckForOverflowUnderflow = "false"
50                    ConfigurationOverrideFile = ""
51                    DefineConstants = "TRACE;STRONG"
52                    DocumentationFile = ""
53                    DebugSymbols = "false"
54                    FileAlignment = "4096"
55                    IncrementalBuild = "false"
56                    NoStdLib = "false"
57                    NoWarn = ""
58                    Optimize = "true"
59                    OutputPath = "..\build\release\"
60                    RegisterForComInterop = "false"
61                    RemoveIntegerChecks = "false"
62                    TreatWarningsAsErrors = "false"
63                    WarningLevel = "4"
64                />
65            </Settings>
66            <References>
67                <Reference
68                    Name = "System"
69                    AssemblyName = "System"
70                    HintPath = "..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.dll"
71                />
72                <Reference
73                    Name = "System.Data"
74                    AssemblyName = "System.Data"
75                    HintPath = "..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.0.3705\System.Data.dll"
76                />
77                <Reference
78                    Name = "log4net"
79                    AssemblyName = "log4net"
80                    HintPath = "..\..\..\..\..\..\bin\net\1.0\release\log4net.dll"
81                />
82            </References>
83        </Build>
84        <Files>
85            <Include>
86                <File
87                    RelPath = "AssemblyInfo.cs"
88                    SubType = "Code"
89                    BuildAction = "Compile"
90                />
91                <File
92                    RelPath = "AssemblyVersionInfo.cs"
93                    Link = "..\..\..\..\..\..\src\AssemblyVersionInfo.cs"
94                    SubType = "Code"
95                    BuildAction = "Compile"
96                />
97                <File
98                    RelPath = "MarshalByRefLogImpl.cs"
99                    SubType = "Code"
100                    BuildAction = "Compile"
101                />
102                <File
103                    RelPath = "MarshalByRefLogManager.cs"
104                    SubType = "Code"
105                    BuildAction = "Compile"
106                />
107            </Include>
108        </Files>
109    </CSHARP>
110</VisualStudioProject>
111
112