1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\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
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
27 <UpgradeBackupLocation>
\r
28 </UpgradeBackupLocation>
\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
39 </DocumentationFile>
\r
40 <DebugSymbols>true</DebugSymbols>
\r
41 <FileAlignment>4096</FileAlignment>
\r
42 <NoStdLib>false</NoStdLib>
\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
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
63 </DocumentationFile>
\r
64 <DebugSymbols>false</DebugSymbols>
\r
65 <FileAlignment>4096</FileAlignment>
\r
66 <NoStdLib>false</NoStdLib>
\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
78 <Reference Include="nunit.framework">
\r
79 <Name>nunit.framework</Name>
\r
80 <HintPath>..\..\..\build\net-2.0\debug\nunit.framework.dll</HintPath>
\r
82 <Reference Include="System">
\r
85 <Reference Include="System.Data">
\r
86 <Name>System.Data</Name>
\r
88 <Reference Include="System.Xml">
\r
89 <Name>System.XML</Name>
\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
98 <Compile Include="AccessLevelTestCase.cs">
\r
99 <SubType>Code</SubType>
\r
101 <Compile Include="AssemblyInfo.cs">
\r
102 <SubType>Code</SubType>
\r
104 <Compile Include="CachedTypeTestCase.cs">
\r
105 <SubType>Code</SubType>
\r
107 <Compile Include="Classes\ClassMarshalByRef.cs">
\r
108 <SubType>Code</SubType>
\r
110 <Compile Include="Classes\ClassWithConstructors.cs">
\r
111 <SubType>Code</SubType>
\r
113 <Compile Include="Classes\ClassWithGuid.cs">
\r
114 <SubType>Code</SubType>
\r
116 <Compile Include="Classes\ClassWithIndexer.cs">
\r
117 <SubType>Code</SubType>
\r
119 <Compile Include="Classes\ClassWithMarkerInterface.cs">
\r
120 <SubType>Code</SubType>
\r
122 <Compile Include="Classes\ClassWithProtectedMethods.cs">
\r
123 <SubType>Code</SubType>
\r
125 <Compile Include="Classes\ClassWithRefType.cs">
\r
126 <SubType>Code</SubType>
\r
128 <Compile Include="Classes\ClassWithSByteEnum.cs">
\r
129 <SubType>Code</SubType>
\r
131 <Compile Include="Classes\DummyReader.cs">
\r
132 <SubType>Code</SubType>
\r
134 <Compile Include="Classes\DuplicateNames.cs" />
\r
135 <Compile Include="Classes\IDataReaderProxy.cs">
\r
136 <SubType>Code</SubType>
\r
138 <Compile Include="Classes\IndexerClass.cs">
\r
139 <SubType>Code</SubType>
\r
141 <Compile Include="Classes\MySerializableClass.cs">
\r
142 <SubType>Code</SubType>
\r
144 <Compile Include="Classes\NonPublicConstructorClass.cs">
\r
145 <SubType>Code</SubType>
\r
147 <Compile Include="Classes\NonPublicMethodsClass.cs">
\r
148 <SubType>Code</SubType>
\r
150 <Compile Include="Classes\NoVirtualMethodClass.cs">
\r
151 <SubType>Code</SubType>
\r
153 <Compile Include="Classes\RefAndOutClass.cs">
\r
154 <SubType>Code</SubType>
\r
156 <Compile Include="Classes\SealedMethodsClass.cs">
\r
157 <SubType>Code</SubType>
\r
159 <Compile Include="Classes\ServiceClass.cs">
\r
160 <SubType>Code</SubType>
\r
162 <Compile Include="Classes\SimpleClass.cs">
\r
163 <SubType>Code</SubType>
\r
165 <Compile Include="Classes\SpecializedServiceClass.cs">
\r
166 <SubType>Code</SubType>
\r
168 <Compile Include="Classes\SubSimpleClass.cs">
\r
169 <SubType>Code</SubType>
\r
171 <Compile Include="ClassInterfaces\Bug1.cs" />
\r
172 <Compile Include="ClassInterfaces\IMyInterface.cs">
\r
173 <SubType>Code</SubType>
\r
175 <Compile Include="ClassInterfaces\IMySecondInterface.cs">
\r
176 <SubType>Code</SubType>
\r
178 <Compile Include="ClassInterfaces\IServiceStatus.cs">
\r
179 <SubType>Code</SubType>
\r
181 <Compile Include="ClassInterfaces\MyInterfaceImpl.cs">
\r
182 <SubType>Code</SubType>
\r
184 <Compile Include="ClassInterfaces\MySecondInterfaceImpl.cs">
\r
185 <SubType>Code</SubType>
\r
187 <Compile Include="ClassInterfaces\ServiceStatusImpl.cs">
\r
188 <SubType>Code</SubType>
\r
190 <Compile Include="ClassWithCtorAndVirtualCall.cs">
\r
191 <SubType>Code</SubType>
\r
193 <Compile Include="DiamondProblem.cs" />
\r
194 <Compile Include="DotNet2Tests.cs" />
\r
195 <Compile Include="EasyTypeBuilderTestCase.cs">
\r
196 <SubType>Code</SubType>
\r
198 <Compile Include="ExplicitImplementationOfISerializable.cs">
\r
199 <SubType>Code</SubType>
\r
201 <Compile Include="Interceptors\RefAndOutInterceptor.cs" />
\r
202 <Compile Include="Interceptors\HashtableInterceptor.cs">
\r
203 <SubType>Code</SubType>
\r
205 <Compile Include="Interceptors\LogInvokeInterceptor.cs">
\r
206 <SubType>Code</SubType>
\r
208 <Compile Include="Interceptors\MyInterfaceProxy.cs">
\r
209 <SubType>Code</SubType>
\r
211 <Compile Include="Interceptors\ResultModifiedInvocationHandler.cs">
\r
212 <SubType>Code</SubType>
\r
214 <Compile Include="MethodInvocationTargetTestCase.cs">
\r
215 <SubType>Code</SubType>
\r
217 <Compile Include="Mixins\ComplexMixin.cs">
\r
218 <SubType>Code</SubType>
\r
220 <Compile Include="Mixins\OtherMixin.cs">
\r
221 <SubType>Code</SubType>
\r
223 <Compile Include="Mixins\SimpleMixin.cs">
\r
224 <SubType>Code</SubType>
\r
226 <Compile Include="MixinTestCase.cs">
\r
227 <SubType>Code</SubType>
\r
229 <Compile Include="MultithreadTestCase.cs">
\r
230 <SubType>Code</SubType>
\r
232 <Compile Include="ProxyGeneratorTestCase.cs">
\r
233 <SubType>Code</SubType>
\r
235 <Compile Include="SerializableClassTestCase.cs">
\r
236 <SubType>Code</SubType>
\r
239 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r