~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to cs/demo/Ice/callback/server.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martín
  • Date: 2011-06-25 19:44:26 UTC
  • mfrom: (6.1.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110625194426-9fip3u3hlwheohvl
Tags: 3.4.2-1
New upstream release (Closes: #631456).

Show diffs side-by-side

added added

removed removed

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