root/trunk/AprSharp/dev/src/AprSharp.csproj

Revision 83, 6.5 kB (checked in by DenisG, 3 years ago)

[AprSharp] Cosmetic

Line 
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.3077"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{9543697D-167B-4A39-93DF-5E5AC35BEDCA}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "AprSharp"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = ""
21                 RootNamespace = "AprSharp"
22                 RunPostBuildEvent = "OnBuildSuccess"
23                 StartupObject = ""
24             >
25                 <Config
26                     Name = "Debug"
27                     AllowUnsafeBlocks = "true"
28                     BaseAddress = "285212672"
29                     CheckForOverflowUnderflow = "false"
30                     ConfigurationOverrideFile = ""
31                     DefineConstants = "WIN32;DEBUG"
32                     DocumentationFile = ""
33                     DebugSymbols = "true"
34                     FileAlignment = "4096"
35                     IncrementalBuild = "false"
36                     NoStdLib = "false"
37                     NoWarn = ""
38                     Optimize = "false"
39                     OutputPath = "..\bin\Debug\"
40                     RegisterForComInterop = "false"
41                     RemoveIntegerChecks = "false"
42                     TreatWarningsAsErrors = "false"
43                     WarningLevel = "1"
44                 />
45                 <Config
46                     Name = "Release"
47                     AllowUnsafeBlocks = "true"
48                     BaseAddress = "285212672"
49                     CheckForOverflowUnderflow = "false"
50                     ConfigurationOverrideFile = ""
51                     DefineConstants = "WIN32"
52                     DocumentationFile = ""
53                     DebugSymbols = "false"
54                     FileAlignment = "4096"
55                     IncrementalBuild = "false"
56                     NoStdLib = "false"
57                     NoWarn = ""
58                     Optimize = "false"
59                     OutputPath = "..\bin\Release\"
60                     RegisterForComInterop = "false"
61                     RemoveIntegerChecks = "false"
62                     TreatWarningsAsErrors = "false"
63                     WarningLevel = "1"
64                 />
65             </Settings>
66             <References>
67                 <Reference
68                     Name = "System"
69                     AssemblyName = "System"
70                     HintPath = "..\..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71                 />
72             </References>
73         </Build>
74         <Files>
75             <Include>
76                 <File
77                     RelPath = "Apr.cs"
78                     SubType = "Code"
79                     BuildAction = "Compile"
80                 />
81                 <File
82                     RelPath = "AprAllocator.cs"
83                     SubType = "Code"
84                     BuildAction = "Compile"
85                 />
86                 <File
87                     RelPath = "AprArgumentException.cs"
88                     SubType = "Code"
89                     BuildAction = "Compile"
90                 />
91                 <File
92                     RelPath = "AprArgumentNullException.cs"
93                     SubType = "Code"
94                     BuildAction = "Compile"
95                 />
96                 <File
97                     RelPath = "AprArgumentOutOfRangeException.cs"
98                     SubType = "Code"
99                     BuildAction = "Compile"
100                 />
101                 <File
102                     RelPath = "AprArray.cs"
103                     SubType = "Code"
104                     BuildAction = "Compile"
105                 />
106                 <File
107                     RelPath = "AprException.cs"
108                     SubType = "Code"
109                     BuildAction = "Compile"
110                 />
111                 <File
112                     RelPath = "AprFile.cs"
113                     SubType = "Code"
114                     BuildAction = "Compile"
115                 />
116                 <File
117                     RelPath = "AprHash.cs"
118                     SubType = "Code"
119                     BuildAction = "Compile"
120                 />
121                 <File
122                     RelPath = "AprHashIndex.cs"
123                     SubType = "Code"
124                     BuildAction = "Compile"
125                 />
126                 <File
127                     RelPath = "AprInvalidOperationException.cs"
128                     SubType = "Code"
129                     BuildAction = "Compile"
130                 />
131                 <File
132                     RelPath = "AprMemNode.cs"
133                     SubType = "Code"
134                     BuildAction = "Compile"
135                 />
136                 <File
137                     RelPath = "AprNullReferenceException.cs"
138                     SubType = "Code"
139                     BuildAction = "Compile"
140                 />
141                 <File
142                     RelPath = "AprPool.cs"
143                     SubType = "Code"
144                     BuildAction = "Compile"
145                 />
146                 <File
147                     RelPath = "AprString.cs"
148                     SubType = "Code"
149                     BuildAction = "Compile"
150                 />
151                 <File
152                     RelPath = "AprThreadMutex.cs"
153                     SubType = "Code"
154                     BuildAction = "Compile"
155                 />
156                 <File
157                     RelPath = "AprTime.cs"
158                     SubType = "Code"
159                     BuildAction = "Compile"
160                 />
161                 <File
162                     RelPath = "AprTimeExp.cs"
163                     SubType = "Code"
164                     BuildAction = "Compile"
165                 />
166                 <File
167                     RelPath = "AssemblyInfo.cs"
168                     SubType = "Code"
169                     BuildAction = "Compile"
170                 />
171                 <File
172                     RelPath = "IAprUnmanaged.cs"
173                     SubType = "Code"
174                     BuildAction = "Compile"
175                 />
176             </Include>
177         </Files>
178     </CSHARP>
179 </VisualStudioProject>
180
Note: See TracBrowser for help on using the browser.