Simple impl to MockRailsEngineContext.Url
[castle.git] / Tools / DynamicProxy / Castle.DynamicProxy.Tests / Castle.DynamicProxy.Test-vs2005.csproj
blob0843a8dd570f1749eb53485a76cc33bc284cbbe5
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>8.0.50727</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{EF89321E-FB2A-41B6-85B3-794D50A55CF1}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>\r
10     </ApplicationIcon>\r
11     <AssemblyKeyContainerName>\r
12     </AssemblyKeyContainerName>\r
13     <AssemblyName>Castle.DynamicProxy.Test</AssemblyName>\r
14     <AssemblyOriginatorKeyFile>\r
15     </AssemblyOriginatorKeyFile>\r
16     <DefaultClientScript>JScript</DefaultClientScript>\r
17     <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>\r
18     <DefaultTargetSchema>IE50</DefaultTargetSchema>\r
19     <DelaySign>false</DelaySign>\r
20     <OutputType>Library</OutputType>\r
21     <RootNamespace>Castle.DynamicProxy.Test</RootNamespace>\r
22     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
23     <StartupObject>\r
24     </StartupObject>\r
25     <FileUpgradeFlags>\r
26     </FileUpgradeFlags>\r
27     <UpgradeBackupLocation>\r
28     </UpgradeBackupLocation>\r
29   </PropertyGroup>\r
30   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
31     <OutputPath>..\bin\tt\</OutputPath>\r
32     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
33     <BaseAddress>285212672</BaseAddress>\r
34     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
35     <ConfigurationOverrideFile>\r
36     </ConfigurationOverrideFile>\r
37     <DefineConstants>TRACE;DEBUG;DOTNET2 </DefineConstants>\r
38     <DocumentationFile>\r
39     </DocumentationFile>\r
40     <DebugSymbols>true</DebugSymbols>\r
41     <FileAlignment>4096</FileAlignment>\r
42     <NoStdLib>false</NoStdLib>\r
43     <NoWarn>\r
44     </NoWarn>\r
45     <Optimize>false</Optimize>\r
46     <RegisterForComInterop>false</RegisterForComInterop>\r
47     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
48     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
49     <WarningLevel>4</WarningLevel>\r
50     <DebugType>full</DebugType>\r
51     <ErrorReport>prompt</ErrorReport>\r
52     <UseVSHostingProcess>false</UseVSHostingProcess>\r
53   </PropertyGroup>\r
54   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
55     <OutputPath>..\..\bin\</OutputPath>\r
56     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
57     <BaseAddress>285212672</BaseAddress>\r
58     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
59     <ConfigurationOverrideFile>\r
60     </ConfigurationOverrideFile>\r
61     <DefineConstants>TRACE</DefineConstants>\r
62     <DocumentationFile>\r
63     </DocumentationFile>\r
64     <DebugSymbols>false</DebugSymbols>\r
65     <FileAlignment>4096</FileAlignment>\r
66     <NoStdLib>false</NoStdLib>\r
67     <NoWarn>\r
68     </NoWarn>\r
69     <Optimize>true</Optimize>\r
70     <RegisterForComInterop>false</RegisterForComInterop>\r
71     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
72     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
73     <WarningLevel>4</WarningLevel>\r
74     <DebugType>none</DebugType>\r
75     <ErrorReport>prompt</ErrorReport>\r
76   </PropertyGroup>\r
77   <ItemGroup>\r
78     <Reference Include="nunit.framework">\r
79       <Name>nunit.framework</Name>\r
80       <HintPath>..\..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>\r
81     </Reference>\r
82     <Reference Include="System">\r
83       <Name>System</Name>\r
84     </Reference>\r
85     <Reference Include="System.Data">\r
86       <Name>System.Data</Name>\r
87     </Reference>\r
88     <Reference Include="System.Xml">\r
89       <Name>System.XML</Name>\r
90     </Reference>\r
91     <ProjectReference Include="..\Castle.DynamicProxy\Castle.DynamicProxy-vs2005.csproj">\r
92       <Name>Castle.DynamicProxy</Name>\r
93       <Project>{70EE6AF2-1F6D-4CC5-A1B2-C3182F035F67}</Project>\r
94       <Package>{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</Package>\r
95     </ProjectReference>\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <Compile Include="AccessLevelTestCase.cs">\r
99       <SubType>Code</SubType>\r
100     </Compile>\r
101     <Compile Include="AssemblyInfo.cs">\r
102       <SubType>Code</SubType>\r
103     </Compile>\r
104     <Compile Include="CachedTypeTestCase.cs">\r
105       <SubType>Code</SubType>\r
106     </Compile>\r
107     <Compile Include="Classes\ClassMarshalByRef.cs">\r
108       <SubType>Code</SubType>\r
109     </Compile>\r
110     <Compile Include="Classes\ClassWithConstructors.cs">\r
111       <SubType>Code</SubType>\r
112     </Compile>\r
113     <Compile Include="Classes\ClassWithGuid.cs">\r
114       <SubType>Code</SubType>\r
115     </Compile>\r
116     <Compile Include="Classes\ClassWithIndexer.cs">\r
117       <SubType>Code</SubType>\r
118     </Compile>\r
119     <Compile Include="Classes\ClassWithMarkerInterface.cs">\r
120       <SubType>Code</SubType>\r
121     </Compile>\r
122     <Compile Include="Classes\ClassWithProtectedMethods.cs">\r
123       <SubType>Code</SubType>\r
124     </Compile>\r
125     <Compile Include="Classes\ClassWithRefType.cs">\r
126       <SubType>Code</SubType>\r
127     </Compile>\r
128     <Compile Include="Classes\ClassWithSByteEnum.cs">\r
129       <SubType>Code</SubType>\r
130     </Compile>\r
131     <Compile Include="Classes\DummyReader.cs">\r
132       <SubType>Code</SubType>\r
133     </Compile>\r
134     <Compile Include="Classes\DuplicateNames.cs" />\r
135     <Compile Include="Classes\IDataReaderProxy.cs">\r
136       <SubType>Code</SubType>\r
137     </Compile>\r
138     <Compile Include="Classes\IndexerClass.cs">\r
139       <SubType>Code</SubType>\r
140     </Compile>\r
141     <Compile Include="Classes\MySerializableClass.cs">\r
142       <SubType>Code</SubType>\r
143     </Compile>\r
144     <Compile Include="Classes\NonPublicConstructorClass.cs">\r
145       <SubType>Code</SubType>\r
146     </Compile>\r
147     <Compile Include="Classes\NonPublicMethodsClass.cs">\r
148       <SubType>Code</SubType>\r
149     </Compile>\r
150     <Compile Include="Classes\NoVirtualMethodClass.cs">\r
151       <SubType>Code</SubType>\r
152     </Compile>\r
153     <Compile Include="Classes\RefAndOutClass.cs">\r
154       <SubType>Code</SubType>\r
155     </Compile>\r
156     <Compile Include="Classes\SealedMethodsClass.cs">\r
157       <SubType>Code</SubType>\r
158     </Compile>\r
159     <Compile Include="Classes\ServiceClass.cs">\r
160       <SubType>Code</SubType>\r
161     </Compile>\r
162     <Compile Include="Classes\SimpleClass.cs">\r
163       <SubType>Code</SubType>\r
164     </Compile>\r
165     <Compile Include="Classes\SpecializedServiceClass.cs">\r
166       <SubType>Code</SubType>\r
167     </Compile>\r
168     <Compile Include="Classes\SubSimpleClass.cs">\r
169       <SubType>Code</SubType>\r
170     </Compile>\r
171     <Compile Include="ClassInterfaces\Bug1.cs" />\r
172     <Compile Include="ClassInterfaces\IMyInterface.cs">\r
173       <SubType>Code</SubType>\r
174     </Compile>\r
175     <Compile Include="ClassInterfaces\IMySecondInterface.cs">\r
176       <SubType>Code</SubType>\r
177     </Compile>\r
178     <Compile Include="ClassInterfaces\IServiceStatus.cs">\r
179       <SubType>Code</SubType>\r
180     </Compile>\r
181     <Compile Include="ClassInterfaces\MyInterfaceImpl.cs">\r
182       <SubType>Code</SubType>\r
183     </Compile>\r
184     <Compile Include="ClassInterfaces\MySecondInterfaceImpl.cs">\r
185       <SubType>Code</SubType>\r
186     </Compile>\r
187     <Compile Include="ClassInterfaces\ServiceStatusImpl.cs">\r
188       <SubType>Code</SubType>\r
189     </Compile>\r
190     <Compile Include="ClassWithCtorAndVirtualCall.cs">\r
191       <SubType>Code</SubType>\r
192     </Compile>\r
193     <Compile Include="DiamondProblem.cs" />\r
194     <Compile Include="DotNet2Tests.cs" />\r
195     <Compile Include="EasyTypeBuilderTestCase.cs">\r
196       <SubType>Code</SubType>\r
197     </Compile>\r
198     <Compile Include="ExplicitImplementationOfISerializable.cs">\r
199       <SubType>Code</SubType>\r
200     </Compile>\r
201     <Compile Include="Interceptors\RefAndOutInterceptor.cs" />\r
202     <Compile Include="Interceptors\HashtableInterceptor.cs">\r
203       <SubType>Code</SubType>\r
204     </Compile>\r
205     <Compile Include="Interceptors\LogInvokeInterceptor.cs">\r
206       <SubType>Code</SubType>\r
207     </Compile>\r
208     <Compile Include="Interceptors\MyInterfaceProxy.cs">\r
209       <SubType>Code</SubType>\r
210     </Compile>\r
211     <Compile Include="Interceptors\ResultModifiedInvocationHandler.cs">\r
212       <SubType>Code</SubType>\r
213     </Compile>\r
214     <Compile Include="MethodInvocationTargetTestCase.cs">\r
215       <SubType>Code</SubType>\r
216     </Compile>\r
217     <Compile Include="Mixins\ComplexMixin.cs">\r
218       <SubType>Code</SubType>\r
219     </Compile>\r
220     <Compile Include="Mixins\OtherMixin.cs">\r
221       <SubType>Code</SubType>\r
222     </Compile>\r
223     <Compile Include="Mixins\SimpleMixin.cs">\r
224       <SubType>Code</SubType>\r
225     </Compile>\r
226     <Compile Include="MixinTestCase.cs">\r
227       <SubType>Code</SubType>\r
228     </Compile>\r
229     <Compile Include="MultithreadTestCase.cs">\r
230       <SubType>Code</SubType>\r
231     </Compile>\r
232     <Compile Include="ProxyGeneratorTestCase.cs">\r
233       <SubType>Code</SubType>\r
234     </Compile>\r
235     <Compile Include="SerializableClassTestCase.cs">\r
236       <SubType>Code</SubType>\r
237     </Compile>\r
238   </ItemGroup>\r
239   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
240   <PropertyGroup>\r
241     <PreBuildEvent>\r
242     </PreBuildEvent>\r
243     <PostBuildEvent>\r
244     </PostBuildEvent>\r
245   </PropertyGroup>\r
246 </Project>