1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
3 <ProjectType>Local</ProjectType>
4 <ProductVersion>9.0.21022</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>
29 <OldToolsVersion>2.0</OldToolsVersion>
30 <PublishUrl>http://localhost/Castle.Facilities.Remoting.TestComponents/</PublishUrl>
31 <Install>true</Install>
32 <InstallFrom>Web</InstallFrom>
33 <UpdateEnabled>true</UpdateEnabled>
34 <UpdateMode>Foreground</UpdateMode>
35 <UpdateInterval>7</UpdateInterval>
36 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
37 <UpdatePeriodically>false</UpdatePeriodically>
38 <UpdateRequired>false</UpdateRequired>
39 <MapFileExtensions>true</MapFileExtensions>
40 <ApplicationRevision>0</ApplicationRevision>
41 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
42 <IsWebBootstrapper>true</IsWebBootstrapper>
43 <UseApplicationTrust>false</UseApplicationTrust>
44 <BootstrapperEnabled>true</BootstrapperEnabled>
45 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
48 <OutputPath>..\bin\</OutputPath>
49 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
50 <BaseAddress>285212672</BaseAddress>
51 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
52 <ConfigurationOverrideFile>
53 </ConfigurationOverrideFile>
54 <DefineConstants>TRACE;DEBUG</DefineConstants>
57 <DebugSymbols>true</DebugSymbols>
58 <FileAlignment>4096</FileAlignment>
59 <NoStdLib>false</NoStdLib>
62 <Optimize>false</Optimize>
63 <RegisterForComInterop>false</RegisterForComInterop>
64 <RemoveIntegerChecks>false</RemoveIntegerChecks>
65 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
66 <WarningLevel>4</WarningLevel>
67 <DebugType>full</DebugType>
68 <ErrorReport>prompt</ErrorReport>
70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
71 <OutputPath>..\bin\</OutputPath>
72 <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
73 <BaseAddress>285212672</BaseAddress>
74 <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
75 <ConfigurationOverrideFile>
76 </ConfigurationOverrideFile>
77 <DefineConstants>TRACE</DefineConstants>
80 <DebugSymbols>false</DebugSymbols>
81 <FileAlignment>4096</FileAlignment>
82 <NoStdLib>false</NoStdLib>
85 <Optimize>true</Optimize>
86 <RegisterForComInterop>false</RegisterForComInterop>
87 <RemoveIntegerChecks>false</RemoveIntegerChecks>
88 <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
89 <WarningLevel>4</WarningLevel>
90 <DebugType>none</DebugType>
91 <ErrorReport>prompt</ErrorReport>
94 <Reference Include="System">
97 <Reference Include="System.Core">
98 <RequiredTargetFramework>3.5</RequiredTargetFramework>
100 <Reference Include="System.Data">
101 <Name>System.Data</Name>
103 <Reference Include="System.Xml">
104 <Name>System.XML</Name>
108 <Compile Include="CalcServiceImpl.cs">
109 <SubType>Code</SubType>
111 <Compile Include="ChangeResultInterceptor.cs">
112 <SubType>Code</SubType>
114 <Compile Include="ConsumerComp.cs">
115 <SubType>Code</SubType>
117 <Compile Include="CustomToStringService.cs" />
118 <Compile Include="GenericToStringServiceImpl.cs" />
119 <Compile Include="ICalcService.cs">
120 <SubType>Code</SubType>
122 <Compile Include="IGenericHashService.cs" />
123 <Compile Include="InterceptableCalcService.cs">
124 <SubType>Code</SubType>
128 <None Include="Castle.Facilities.Remoting.TestsComponents.build" />
131 <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
132 <Visible>False</Visible>
133 <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
134 <Install>true</Install>
135 </BootstrapperPackage>
136 <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
137 <Visible>False</Visible>
138 <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
139 <Install>false</Install>
140 </BootstrapperPackage>
141 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
142 <Visible>False</Visible>
143 <ProductName>.NET Framework 3.5</ProductName>
144 <Install>false</Install>
145 </BootstrapperPackage>
148 <ProjectReference Include="..\..\..\Core\Castle.Core\Castle.Core-vs2008.csproj">
149 <Project>{E4FA5B53-7D36-429E-8E5C-53D5479242BA}</Project>
150 <Name>Castle.Core-vs2008</Name>
153 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />