Added the ability to change the invocation target in the DefaultProxyFactory.
[castle.git] / Facilities / EnterpriseLibrary / Castle.Facilities.EnterpriseLibrary.Configuration.Tests / Castle.Facilities.EnterpriseLibrary.Configuration.Tests.csproj
blob80d1f5237caa29f9371a4f7a57ab08eb3d1e9d1c
1 <VisualStudioProject>
2     <CSHARP
3         ProjectType = "Local"
4         ProductVersion = "7.10.3077"
5         SchemaVersion = "2.0"
6         ProjectGuid = "{F65DC490-ED32-468F-AF9D-2A2BF1DE1FF4}"
7     >
8         <Build>
9             <Settings
10                 ApplicationIcon = ""
11                 AssemblyKeyContainerName = ""
12                 AssemblyName = "Castle.Facilities.EnterpriseLibrary.Configuration.Tests"
13                 AssemblyOriginatorKeyFile = ""
14                 DefaultClientScript = "JScript"
15                 DefaultHTMLPageLayout = "Grid"
16                 DefaultTargetSchema = "IE50"
17                 DelaySign = "false"
18                 OutputType = "Library"
19                 PreBuildEvent = ""
20                 PostBuildEvent = "copy $(ProjectDir)\App.config $(TargetDir)\Castle.Facilities.EnterpriseLibrary.Configuration.Tests.dll.config"
21                 RootNamespace = "Castle.Facilities.EnterpriseLibrary.Configuration.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\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"
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 = "Castle.Windsor"
84                     AssemblyName = "Castle.Windsor"
85                     HintPath = "..\..\..\InversionOfControl\bin\Castle.Windsor.dll"
86                 />
87                 <Reference
88                     Name = "Castle.Model"
89                     AssemblyName = "Castle.Model"
90                     HintPath = "..\..\..\InversionOfControl\bin\Castle.Model.dll"
91                 />
92                 <Reference
93                     Name = "Castle.MicroKernel"
94                     AssemblyName = "Castle.MicroKernel"
95                     HintPath = "..\..\..\InversionOfControl\bin\Castle.MicroKernel.dll"
96                 />
97                 <Reference
98                     Name = "Castle.DynamicProxy"
99                     AssemblyName = "Castle.DynamicProxy"
100                     HintPath = "..\..\..\InversionOfControl\bin\Castle.DynamicProxy.dll"
101                 />
102                 <Reference
103                     Name = "nunit.framework"
104                     AssemblyName = "nunit.framework"
105                     HintPath = "C:\devtools\nunit22\bin\nunit.framework.dll"
106                     AssemblyFolderKey = "hklm\dn\nunit.framework"
107                 />
108                 <Reference
109                     Name = "Castle.Facilities.EnterpriseLibrary.Configuration"
110                     Project = "{3473F9AE-F9B4-4322-B467-89754533AC5B}"
111                     Package = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"
112                 />
113             </References>
114         </Build>
115         <Files>
116             <Include>
117                 <File
118                     RelPath = "App.config"
119                     BuildAction = "None"
120                 />
121                 <File
122                     RelPath = "AssemblyInfo.cs"
123                     SubType = "Code"
124                     BuildAction = "Compile"
125                 />
126                 <File
127                     RelPath = "EditorFontData.cs"
128                     SubType = "Code"
129                     BuildAction = "Compile"
130                 />
131                 <File
132                     RelPath = "EditorService.cs"
133                     SubType = "Code"
134                     BuildAction = "Compile"
135                 />
136                 <File
137                     RelPath = "FacilityTestCase.cs"
138                     SubType = "Code"
139                     BuildAction = "Compile"
140                 />
141             </Include>
142         </Files>
143     </CSHARP>
144 </VisualStudioProject>