More working tests.
[castle.git] / Facilities / FactorySupport / Castle.Facilities.FactorySupport.Tests / Castle.Facilities.FactorySupport.Tests.csproj
blobb36455b65e1194054d97f58f53041763a0639cb6
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.3077"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{20013BBD-5A9F-4141-A2FB-59F0B9921B6F}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "Castle.Facilities.FactorySupport.Tests"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = ""
21                 RootNamespace = "Castle.Facilities.FactorySupport.Tests"
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 = "false"
36                     NoStdLib = "false"
37                     NoWarn = ""
38                     Optimize = "false"
39                     OutputPath = "..\bin\"
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"
52                     DocumentationFile = ""
53                     DebugSymbols = "false"
54                     FileAlignment = "4096"
55                     IncrementalBuild = "false"
56                     NoStdLib = "false"
57                     NoWarn = ""
58                     Optimize = "true"
59                     OutputPath = "bin\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 = "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 = "nunit.framework"
84                     AssemblyName = "nunit.framework"
85                     HintPath = "C:\devtools\nunit22\bin\nunit.framework.dll"
86                     AssemblyFolderKey = "hklm\dn\nunit.framework"
87                 />
88                 <Reference
89                     Name = "Castle.MicroKernel"
90                     AssemblyName = "Castle.MicroKernel"
91                     HintPath = "..\..\..\InversionOfControl\bin\Castle.MicroKernel.dll"
92                 />
93                 <Reference
94                     Name = "Castle.Model"
95                     AssemblyName = "Castle.Model"
96                     HintPath = "..\..\..\InversionOfControl\bin\Castle.Model.dll"
97                 />
98                 <Reference
99                     Name = "Castle.DynamicProxy"
100                     AssemblyName = "Castle.DynamicProxy"
101                     HintPath = "..\..\..\InversionOfControl\bin\Castle.DynamicProxy.dll"
102                 />
103                 <Reference
104                     Name = "Castle.Windsor"
105                     AssemblyName = "Castle.Windsor"
106                     HintPath = "..\..\..\InversionOfControl\bin\Castle.Windsor.dll"
107                 />
108                 <Reference
109                     Name = "Castle.Facilities.FactorySupport"
110                     Project = "{CEFF0440-43BB-451B-80C5-354476082E02}"
111                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
112                 />
113             </References>
114         </Build>
115         <Files>
116             <Include>
117                 <File
118                     RelPath = "AccessorTestCase.cs"
119                     SubType = "Code"
120                     BuildAction = "Compile"
121                 />
122                 <File
123                     RelPath = "AssemblyInfo.cs"
124                     SubType = "Code"
125                     BuildAction = "Compile"
126                 />
127                 <File
128                     RelPath = "FactoryTestCase.cs"
129                     SubType = "Code"
130                     BuildAction = "Compile"
131                 />
132                 <File
133                     RelPath = "Components\DefaultMyService.cs"
134                     SubType = "Code"
135                     BuildAction = "Compile"
136                 />
137                 <File
138                     RelPath = "Components\IMyService.cs"
139                     SubType = "Code"
140                     BuildAction = "Compile"
141                 />
142                 <File
143                     RelPath = "Components\MyComp.cs"
144                     SubType = "Code"
145                     BuildAction = "Compile"
146                 />
147                 <File
148                     RelPath = "Components\MyCompFactory.cs"
149                     SubType = "Code"
150                     BuildAction = "Compile"
151                 />
152                 <File
153                     RelPath = "Components\MyCompFactory2.cs"
154                     SubType = "Code"
155                     BuildAction = "Compile"
156                 />
157                 <File
158                     RelPath = "Components\MyCompFactory3.cs"
159                     SubType = "Code"
160                     BuildAction = "Compile"
161                 />
162                 <File
163                     RelPath = "Components\SingletonWithAccessor.cs"
164                     SubType = "Code"
165                     BuildAction = "Compile"
166                 />
167             </Include>
168         </Files>
169     </CSHARP>
170 </VisualStudioProject>