1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>8.0.50727</ProductVersion>
5 <SchemaVersion>2.0</SchemaVersion>
6 <ProjectGuid>{07B01B42-54DC-4A99-B856-0EA5515684AC}</ProjectGuid>
7 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
11 <AssemblyKeyContainerName>
12 </AssemblyKeyContainerName>
13 <AssemblyName>Castle.Facilities.Remoting.TestComponents</AssemblyName>
14 <AssemblyOriginatorKeyFile>
15 </AssemblyOriginatorKeyFile>
16 <DefaultClientScript>JScript</DefaultClientScript>
17 <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
18 <DefaultTargetSchema>IE50</DefaultTargetSchema>
19 <DelaySign>false</DelaySign>
20 <OutputType>Library</OutputType>
21 <RootNamespace>Castle.Facilities.Remoting.TestComponents</RootNamespace>
22 <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
27 <UpgradeBackupLocation>
28 </UpgradeBackupLocation>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <OutputPath>..\bin\</OutputPath>
32 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
33 <BaseAddress>285212672</BaseAddress>
34 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
35 <ConfigurationOverrideFile>
36 </ConfigurationOverrideFile>
37 <DefineConstants>TRACE;DEBUG</DefineConstants>
40 <DebugSymbols>true</DebugSymbols>
41 <FileAlignment>4096</FileAlignment>
42 <NoStdLib>false</NoStdLib>
45 <Optimize>false</Optimize>
46 <RegisterForComInterop>false</RegisterForComInterop>
47 <RemoveIntegerChecks>false</RemoveIntegerChecks>
48 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
49 <WarningLevel>4</WarningLevel>
50 <DebugType>full</DebugType>
51 <ErrorReport>prompt</ErrorReport>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
54 <OutputPath>..\bin\</OutputPath>
55 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
56 <BaseAddress>285212672</BaseAddress>
57 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
58 <ConfigurationOverrideFile>
59 </ConfigurationOverrideFile>
60 <DefineConstants>TRACE</DefineConstants>
63 <DebugSymbols>false</DebugSymbols>
64 <FileAlignment>4096</FileAlignment>
65 <NoStdLib>false</NoStdLib>
68 <Optimize>true</Optimize>
69 <RegisterForComInterop>false</RegisterForComInterop>
70 <RemoveIntegerChecks>false</RemoveIntegerChecks>
71 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
72 <WarningLevel>4</WarningLevel>
73 <DebugType>none</DebugType>
74 <ErrorReport>prompt</ErrorReport>
77 <Reference Include="System">
80 <Reference Include="System.Data">
81 <Name>System.Data</Name>
83 <Reference Include="System.Xml">
84 <Name>System.XML</Name>
88 <Compile Include="CalcServiceImpl.cs">
89 <SubType>Code</SubType>
91 <Compile Include="ChangeResultInterceptor.cs">
92 <SubType>Code</SubType>
94 <Compile Include="ConsumerComp.cs">
95 <SubType>Code</SubType>
97 <Compile Include="CustomToStringService.cs" />
98 <Compile Include="GenericToStringServiceImpl.cs" />
99 <Compile Include="ICalcService.cs">
100 <SubType>Code</SubType>
102 <Compile Include="IGenericHashService.cs" />
103 <Compile Include="InterceptableCalcService.cs">
104 <SubType>Code</SubType>
108 <ProjectReference Include="..\..\..\Core\Castle.Core\Castle.Core-vs2005.csproj">
109 <Project>{C3D02148-5E0F-4C35-A38E-D59308AA4DAC}</Project>
110 <Name>Castle.Core-vs2005</Name>
114 <None Include="Castle.Facilities.Remoting.TestsComponents.build" />
116 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />