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

« back to all changes in this revision

Viewing changes to cs/demo/Ice/nested/Ice.nested.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>{871F0301-D864-420C-A859-5711F00078A9}</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.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
81
 
      <SpecificVersion>False</SpecificVersion>
82
 
      <HintPath>..\..\..\bin\Ice.dll</HintPath>
83
 
      <Private>True</Private>
84
 
    </Reference>
85
 
    <Reference Include="System">
86
 
      <Name>System</Name>
87
 
    </Reference>
88
 
    <Reference Include="System.Core">
89
 
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
90
 
    </Reference>
91
 
  </ItemGroup>
92
 
  <ItemGroup>
93
 
    <Compile Include="Nested.cs" />
94
 
    <Compile Include="NestedI.cs">
95
 
      <SubType>Code</SubType>
96
 
    </Compile>
97
 
    <Compile Include="Server.cs">
98
 
      <SubType>Code</SubType>
99
 
    </Compile>
100
 
  </ItemGroup>
101
 
  <ItemGroup>
102
 
    <None Include="Nested.ice" />
103
 
    <None Include="README" />
104
 
  </ItemGroup>
105
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
106
 
  <PropertyGroup>
107
 
    <PreBuildEvent>
108
 
    </PreBuildEvent>
109
 
    <PostBuildEvent>
110
 
    </PostBuildEvent>
111
 
  </PropertyGroup>
112
 
  <ProjectExtensions>
113
 
    <VisualStudio>
114
 
      <UserProperties ZerocIce_HomeExpanded="..\..\..\.." ZerocIce_Home="..\..\..\.." ZerocIce_Enabled="True" ZerocIce_ConsoleOutput="True" />
115
 
    </VisualStudio>
116
 
  </ProjectExtensions>
117
 
</Project>