Added ifdef DOTNET35
[castle.git] / Experiments / Attic / WindsorAndRemoting / Server / Server.csproj
blobdff27a61a9f55a2893d1e3a1d26440fdb14edc16
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{5E1740C9-9FC4-424C-A476-5C523014E2C4}</ProjectGuid>\r
8     <OutputType>Exe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Server</RootNamespace>\r
11     <AssemblyName>Server</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>true</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>false</Optimize>\r
17     <OutputPath>bin\Debug\</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
23     <DebugType>pdbonly</DebugType>\r
24     <Optimize>true</Optimize>\r
25     <OutputPath>bin\Release\</OutputPath>\r
26     <DefineConstants>TRACE</DefineConstants>\r
27     <ErrorReport>prompt</ErrorReport>\r
28     <WarningLevel>4</WarningLevel>\r
29   </PropertyGroup>\r
30   <ItemGroup>\r
31     <Reference Include="System" />\r
32     <Reference Include="System.Data" />\r
33     <Reference Include="System.Xml" />\r
34   </ItemGroup>\r
35   <ItemGroup>\r
36     <Compile Include="Program.cs" />\r
37     <Compile Include="Properties\AssemblyInfo.cs" />\r
38   </ItemGroup>\r
39   <ItemGroup>\r
40     <ProjectReference Include="..\..\Core\Castle.Core\Castle.Core-vs2005.csproj">\r
41       <Project>{C3D02148-5E0F-4C35-A38E-D59308AA4DAC}</Project>\r
42       <Name>Castle.Core-vs2005</Name>\r
43     </ProjectReference>\r
44     <ProjectReference Include="..\..\Tools\Castle.DynamicProxy2\Castle.DynamicProxy\Castle.DynamicProxy-net-2-0.csproj">\r
45       <Project>{2DE7CC8C-6F06-43BC-A7B6-9466BEDEAC28}</Project>\r
46       <Name>Castle.DynamicProxy-net-2-0</Name>\r
47     </ProjectReference>\r
48     <ProjectReference Include="..\Castle.MicroKernel\Castle.MicroKernel-vs2005.csproj">\r
49       <Project>{8C6AADEB-D099-4D2A-8F5B-4EBC12AC9159}</Project>\r
50       <Name>Castle.MicroKernel-vs2005</Name>\r
51     </ProjectReference>\r
52     <ProjectReference Include="..\Castle.Windsor\Castle.Windsor-vs2005.csproj">\r
53       <Project>{60EFCB9B-E3FF-46A5-A2D2-D9F0EF75D5FE}</Project>\r
54       <Name>Castle.Windsor-vs2005</Name>\r
55     </ProjectReference>\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <None Include="RemotingTcpConfig.config" />\r
59   </ItemGroup>\r
60   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
61   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
62        Other similar extension points exist, see Microsoft.Common.targets.\r
63   <Target Name="BeforeBuild">\r
64   </Target>\r
65   <Target Name="AfterBuild">\r
66   </Target>\r
67   -->\r
68 </Project>