Supporting dynamically genereted signed assemblies
[castle.git] / InversionOfControl / Castle.Windsor / Castle.Windsor-vs2003.csproj
blobcb65eec13e8a0948463726cb54630a28363abee3
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.6030"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{60EFCB9B-E3FF-46A5-A2D2-D9F0EF75D5FE}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "Castle.Windsor"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = ""
21                 RootNamespace = "Castle.Windsor"
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 = "Castle.Windsor.xml"
33                     DebugSymbols = "true"
34                     FileAlignment = "4096"
35                     IncrementalBuild = "false"
36                     NoStdLib = "false"
37                     NoWarn = "1591"
38                     Optimize = "false"
39                     OutputPath = "..\bin\aa\"
40                     RegisterForComInterop = "false"
41                     RemoveIntegerChecks = "false"
42                     TreatWarningsAsErrors = "true"
43                     WarningLevel = "4"
44                 />
45                 <Config
46                     Name = "Release"
47                     AllowUnsafeBlocks = "false"
48                     BaseAddress = "285212672"
49                     CheckForOverflowUnderflow = "false"
50                     ConfigurationOverrideFile = ""
51                     DefineConstants = "TRACE"
52                     DocumentationFile = "Castle.Windsor.xml"
53                     DebugSymbols = "false"
54                     FileAlignment = "4096"
55                     IncrementalBuild = "false"
56                     NoStdLib = "false"
57                     NoWarn = "1591"
58                     Optimize = "true"
59                     OutputPath = "bin\Release\"
60                     RegisterForComInterop = "false"
61                     RemoveIntegerChecks = "false"
62                     TreatWarningsAsErrors = "true"
63                     WarningLevel = "4"
64                 />
65             </Settings>
66             <References>
67                 <Reference
68                     Name = "System"
69                     AssemblyName = "System"
70                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.dll"
71                 />
72                 <Reference
73                     Name = "System.Data"
74                     AssemblyName = "System.Data"
75                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
76                 />
77                 <Reference
78                     Name = "System.XML"
79                     AssemblyName = "System.Xml"
80                     HintPath = "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
81                 />
82                 <Reference
83                     Name = "Castle.MicroKernel"
84                     Project = "{8C6AADEB-D099-4D2A-8F5B-4EBC12AC9159}"
85                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
86                 />
87                 <Reference
88                     Name = "Castle.Core"
89                     AssemblyName = "Castle.Core"
90                     HintPath = "..\..\build\net-1.1\debug\Castle.Core.dll"
91                 />
92                 <Reference
93                     Name = "Castle.DynamicProxy"
94                     AssemblyName = "Castle.DynamicProxy"
95                     HintPath = "..\..\build\net-1.1\debug\Castle.DynamicProxy.dll"
96                 />
97             </References>
98         </Build>
99         <Files>
100             <Include>
101                 <File
102                     RelPath = "AsyncInitializationContainer.cs"
103                     SubType = "Code"
104                     BuildAction = "Compile"
105                 />
106                 <File
107                     RelPath = "IContainerAccessor.cs"
108                     SubType = "Code"
109                     BuildAction = "Compile"
110                 />
111                 <File
112                     RelPath = "InitializationException.cs"
113                     SubType = "Code"
114                     BuildAction = "Compile"
115                 />
116                 <File
117                     RelPath = "IWindsorContainer.cs"
118                     SubType = "Code"
119                     BuildAction = "Compile"
120                 />
121                 <File
122                     RelPath = "WindsorContainer.cs"
123                     SubType = "Code"
124                     BuildAction = "Compile"
125                 />
126                 <File
127                     RelPath = "Adapters\ComponentModel\ContainerAdapter.cs"
128                     SubType = "Code"
129                     BuildAction = "Compile"
130                 />
131                 <File
132                     RelPath = "Adapters\ComponentModel\ContainerAdapter.resx"
133                     DependentUpon = "ContainerAdapter.cs"
134                     BuildAction = "EmbeddedResource"
135                 />
136                 <File
137                     RelPath = "Adapters\ComponentModel\ContainerAdapterSite.cs"
138                     SubType = "Code"
139                     BuildAction = "Compile"
140                 />
141                 <File
142                     RelPath = "Adapters\ComponentModel\ContainerWrapper.cs"
143                     SubType = "Code"
144                     BuildAction = "Compile"
145                 />
146                 <File
147                     RelPath = "Adapters\ComponentModel\ContainerWrapper.resx"
148                     DependentUpon = "ContainerWrapper.cs"
149                     BuildAction = "EmbeddedResource"
150                 />
151                 <File
152                     RelPath = "Adapters\ComponentModel\IContainerAdapter.cs"
153                     SubType = "Code"
154                     BuildAction = "Compile"
155                 />
156                 <File
157                     RelPath = "Adapters\ComponentModel\IContainerAdapterSite.cs"
158                     SubType = "Code"
159                     BuildAction = "Compile"
160                 />
161                 <File
162                     RelPath = "Adapters\ComponentModel\ServiceCreatorCallbackActivator.cs"
163                     SubType = "Code"
164                     BuildAction = "Compile"
165                 />
166                 <File
167                     RelPath = "Configuration\CascadeConfigurationStore.cs"
168                     SubType = "Code"
169                     BuildAction = "Compile"
170                 />
171                 <File
172                     RelPath = "Configuration\IConfigurationInterpreter.cs"
173                     SubType = "Code"
174                     BuildAction = "Compile"
175                 />
176                 <File
177                     RelPath = "Configuration\AppDomain\CastleSectionHandler.cs"
178                     SubType = "Code"
179                     BuildAction = "Compile"
180                 />
181                 <File
182                     RelPath = "Configuration\Interpreters\AbstractInterpreter.cs"
183                     SubType = "Code"
184                     BuildAction = "Compile"
185                 />
186                 <File
187                     RelPath = "Configuration\Interpreters\XmlInterpreter.cs"
188                     SubType = "Code"
189                     BuildAction = "Compile"
190                 />
191                 <File
192                     RelPath = "Configuration\Interpreters\XmlProcessor\ConfigurationProcessingException.cs"
193                     SubType = "Code"
194                     BuildAction = "Compile"
195                 />
196                 <File
197                     RelPath = "Configuration\Interpreters\XmlProcessor\DefaultXmlProcessorEngine.cs"
198                     SubType = "Code"
199                     BuildAction = "Compile"
200                 />
201                 <File
202                     RelPath = "Configuration\Interpreters\XmlProcessor\DefaultXmlProcessorNodeList.cs"
203                     SubType = "Code"
204                     BuildAction = "Compile"
205                 />
206                 <File
207                     RelPath = "Configuration\Interpreters\XmlProcessor\IXmlNodeProcessor.cs"
208                     SubType = "Code"
209                     BuildAction = "Compile"
210                 />
211                 <File
212                     RelPath = "Configuration\Interpreters\XmlProcessor\IXmlProcessorEngine.cs"
213                     SubType = "Code"
214                     BuildAction = "Compile"
215                 />
216                 <File
217                     RelPath = "Configuration\Interpreters\XmlProcessor\IXmlProcessorNodeList.cs"
218                     SubType = "Code"
219                     BuildAction = "Compile"
220                 />
221                 <File
222                     RelPath = "Configuration\Interpreters\XmlProcessor\XmlProcessor.cs"
223                     SubType = "Code"
224                     BuildAction = "Compile"
225                 />
226                 <File
227                     RelPath = "Configuration\Interpreters\XmlProcessor\XmlProcessorException.cs"
228                     SubType = "Code"
229                     BuildAction = "Compile"
230                 />
231                 <File
232                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\AbstractStatementElementProcessor.cs"
233                     SubType = "Code"
234                     BuildAction = "Compile"
235                 />
236                 <File
237                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\AbstractXmlNodeProcessor.cs"
238                     SubType = "Code"
239                     BuildAction = "Compile"
240                 />
241                 <File
242                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\AttributesElementProcessor.cs"
243                     SubType = "Code"
244                     BuildAction = "Compile"
245                 />
246                 <File
247                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\ChooseElementProcessor.cs"
248                     SubType = "Code"
249                     BuildAction = "Compile"
250                 />
251                 <File
252                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\DefaultElementProcessor.cs"
253                     SubType = "Code"
254                     BuildAction = "Compile"
255                 />
256                 <File
257                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\DefaultTextNodeProcessor.cs"
258                     SubType = "Code"
259                     BuildAction = "Compile"
260                 />
261                 <File
262                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\DefinedProcessingInstructionProcessor.cs"
263                     SubType = "Code"
264                     BuildAction = "Compile"
265                 />
266                 <File
267                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\DefineElementProcessor.cs"
268                     SubType = "Code"
269                     BuildAction = "Compile"
270                 />
271                 <File
272                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\IfElementProcessor.cs"
273                     SubType = "Code"
274                     BuildAction = "Compile"
275                 />
276                 <File
277                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\IfProcessingInstructionProcessor.cs"
278                     SubType = "Code"
279                     BuildAction = "Compile"
280                 />
281                 <File
282                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\IncludeElementProcessor.cs"
283                     SubType = "Code"
284                     BuildAction = "Compile"
285                 />
286                 <File
287                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\PropertiesElementProcessor.cs"
288                     SubType = "Code"
289                     BuildAction = "Compile"
290                 />
291                 <File
292                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\UndefElementProcessor.cs"
293                     SubType = "Code"
294                     BuildAction = "Compile"
295                 />
296                 <File
297                     RelPath = "Configuration\Interpreters\XmlProcessor\ElementProcessors\UndefProcessingInstructionProcessor.cs"
298                     SubType = "Code"
299                     BuildAction = "Compile"
300                 />
301                 <File
302                     RelPath = "Installer\DefaultComponentInstaller.cs"
303                     SubType = "Code"
304                     BuildAction = "Compile"
305                 />
306                 <File
307                     RelPath = "Installer\IComponentsInstaller.cs"
308                     SubType = "Code"
309                     BuildAction = "Compile"
310                 />
311                 <File
312                     RelPath = "Proxy\AbstractProxyFactory.cs"
313                     SubType = "Code"
314                     BuildAction = "Compile"
315                 />
316                 <File
317                     RelPath = "Proxy\ComponentRealProxy.cs"
318                     SubType = "Code"
319                     BuildAction = "Compile"
320                 />
321                 <File
322                     RelPath = "Proxy\DefaultMethodInvocation.cs"
323                     SubType = "Code"
324                     BuildAction = "Compile"
325                 />
326                 <File
327                     RelPath = "Proxy\DefaultProxyFactory.cs"
328                     SubType = "Code"
329                     BuildAction = "Compile"
330                 />
331                 <File
332                     RelPath = "Proxy\InterceptorChain.cs"
333                     SubType = "Code"
334                     BuildAction = "Compile"
335                 />
336                 <File
337                     RelPath = "Proxy\MessageProxyInvocation.cs"
338                     SubType = "Code"
339                     BuildAction = "Compile"
340                 />
341                 <File
342                     RelPath = "Proxy\ProxySmartFactory.cs"
343                     SubType = "Code"
344                     BuildAction = "Compile"
345                 />
346                 <File
347                     RelPath = "Proxy\RealProxyProxyFactory.cs"
348                     SubType = "Code"
349                     BuildAction = "Compile"
350                 />
351             </Include>
352         </Files>
353     </CSHARP>
354 </VisualStudioProject>