Allow component registration specification of LifeStyle using LifeStyleType.
[castle.git] / Experiments / Attic / WindsorAndRemoting / Client1 / Client1.csproj
blob260a96efecab7eff509fa9d4755f8fe84250d38b
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>{0A5B47B6-F769-41C8-A424-C8682BF51539}</ProjectGuid>\r
8     <OutputType>WinExe</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Client1</RootNamespace>\r
11     <AssemblyName>Client1</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.Deployment" />\r
34     <Reference Include="System.Drawing" />\r
35     <Reference Include="System.Windows.Forms" />\r
36     <Reference Include="System.Xml" />\r
37   </ItemGroup>\r
38   <ItemGroup>\r
39     <Compile Include="Form1.cs">\r
40       <SubType>Form</SubType>\r
41     </Compile>\r
42     <Compile Include="Form1.Designer.cs">\r
43       <DependentUpon>Form1.cs</DependentUpon>\r
44     </Compile>\r
45     <Compile Include="Program.cs" />\r
46     <Compile Include="Properties\AssemblyInfo.cs" />\r
47     <EmbeddedResource Include="Form1.resx">\r
48       <SubType>Designer</SubType>\r
49       <DependentUpon>Form1.cs</DependentUpon>\r
50     </EmbeddedResource>\r
51     <EmbeddedResource Include="Properties\Resources.resx">\r
52       <Generator>ResXFileCodeGenerator</Generator>\r
53       <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r
54       <SubType>Designer</SubType>\r
55     </EmbeddedResource>\r
56     <Compile Include="Properties\Resources.Designer.cs">\r
57       <AutoGen>True</AutoGen>\r
58       <DependentUpon>Resources.resx</DependentUpon>\r
59     </Compile>\r
60     <None Include="Properties\Settings.settings">\r
61       <Generator>SettingsSingleFileGenerator</Generator>\r
62       <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r
63     </None>\r
64     <None Include="RemotingTcpConfigClient.config" />\r
65     <Compile Include="Properties\Settings.Designer.cs">\r
66       <AutoGen>True</AutoGen>\r
67       <DependentUpon>Settings.settings</DependentUpon>\r
68       <DesignTimeSharedInput>True</DesignTimeSharedInput>\r
69     </Compile>\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <ProjectReference Include="..\Server\Server.csproj">\r
73       <Project>{5E1740C9-9FC4-424C-A476-5C523014E2C4}</Project>\r
74       <Name>Server</Name>\r
75     </ProjectReference>\r
76   </ItemGroup>\r
77   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
78   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
79        Other similar extension points exist, see Microsoft.Common.targets.\r
80   <Target Name="BeforeBuild">\r
81   </Target>\r
82   <Target Name="AfterBuild">\r
83   </Target>\r
84   -->\r
85 </Project>