ICE 3.4.2
[php5-ice-freebsdport.git] / cs / demo / Ice / async / server.csproj
blobf8459dc2775b3c9c5b839e09891002a62cf2260c
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">\r
2   <PropertyGroup>\r
3     <ProjectType>Local</ProjectType>\r
4     <ProductVersion>9.0.30729</ProductVersion>\r
5     <SchemaVersion>2.0</SchemaVersion>\r
6     <ProjectGuid>{1234ADFF-7802-4A36-8374-C32DE33B0290}</ProjectGuid>\r
7     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
8     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
9     <ApplicationIcon>\r
10     </ApplicationIcon>\r
11     <AssemblyKeyContainerName>\r
12     </AssemblyKeyContainerName>\r
13     <AssemblyName>server</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>Exe</OutputType>\r
21     <RootNamespace>\r
22     </RootNamespace>\r
23     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>\r
24     <StartupObject>\r
25     </StartupObject>\r
26     <FileUpgradeFlags>\r
27     </FileUpgradeFlags>\r
28     <UpgradeBackupLocation>\r
29     </UpgradeBackupLocation>\r
30     <OldToolsVersion>2.0</OldToolsVersion>\r
31     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
32   </PropertyGroup>\r
33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
34     <OutputPath>.\</OutputPath>\r
35     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
36     <BaseAddress>285212672</BaseAddress>\r
37     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
38     <ConfigurationOverrideFile>\r
39     </ConfigurationOverrideFile>\r
40     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
41     <DocumentationFile>\r
42     </DocumentationFile>\r
43     <DebugSymbols>true</DebugSymbols>\r
44     <FileAlignment>4096</FileAlignment>\r
45     <NoStdLib>false</NoStdLib>\r
46     <NoWarn>\r
47     </NoWarn>\r
48     <Optimize>false</Optimize>\r
49     <RegisterForComInterop>false</RegisterForComInterop>\r
50     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
51     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
52     <WarningLevel>4</WarningLevel>\r
53     <DebugType>full</DebugType>\r
54     <ErrorReport>prompt</ErrorReport>\r
55   </PropertyGroup>\r
56   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
57     <OutputPath>.\</OutputPath>\r
58     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>\r
59     <BaseAddress>285212672</BaseAddress>\r
60     <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>\r
61     <ConfigurationOverrideFile>\r
62     </ConfigurationOverrideFile>\r
63     <DefineConstants>TRACE</DefineConstants>\r
64     <DocumentationFile>\r
65     </DocumentationFile>\r
66     <DebugSymbols>false</DebugSymbols>\r
67     <FileAlignment>4096</FileAlignment>\r
68     <NoStdLib>false</NoStdLib>\r
69     <NoWarn>\r
70     </NoWarn>\r
71     <Optimize>true</Optimize>\r
72     <RegisterForComInterop>false</RegisterForComInterop>\r
73     <RemoveIntegerChecks>false</RemoveIntegerChecks>\r
74     <TreatWarningsAsErrors>true</TreatWarningsAsErrors>\r
75     <WarningLevel>4</WarningLevel>\r
76     <DebugType>none</DebugType>\r
77     <ErrorReport>prompt</ErrorReport>\r
78   </PropertyGroup>\r
79   <ItemGroup>\r
80     <Reference Include="Ice, Version=3.4.2.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">\r
81       <Private>True</Private>\r
82     </Reference>\r
83     <Reference Include="System">\r
84       <Name>System</Name>\r
85     </Reference>\r
86     <Reference Include="System.Core">\r
87       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
88     </Reference>\r
89   </ItemGroup>\r
90   <ItemGroup>\r
91     <Compile Include="Hello.cs" />\r
92     <Compile Include="HelloI.cs">\r
93       <SubType>Code</SubType>\r
94     </Compile>\r
95     <Compile Include="Server.cs">\r
96       <SubType>Code</SubType>\r
97     </Compile>\r
98     <Compile Include="WorkQueue.cs">\r
99       <SubType>Code</SubType>\r
100     </Compile>\r
101   </ItemGroup>\r
102   <ItemGroup>\r
103     <None Include="Hello.ice" />\r
104     <None Include="README" />\r
105   </ItemGroup>\r
106   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
107   <PropertyGroup>\r
108     <PreBuildEvent>\r
109     </PreBuildEvent>\r
110     <PostBuildEvent>\r
111     </PostBuildEvent>\r
112   </PropertyGroup>\r
113   <ProjectExtensions>\r
114     <VisualStudio>\r
115       <UserProperties ZerocIce_VerboseLevel="1" ZerocIce_Enabled="True" />\r
116     </VisualStudio>\r
117   </ProjectExtensions>\r
118 </Project>