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

« back to all changes in this revision

Viewing changes to cs/demo/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.2.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL">
 
81
      <Private>True</Private>
 
82
    </Reference>
 
83
    <Reference Include="System">
 
84
      <Name>System</Name>
 
85
    </Reference>
 
86
    <Reference Include="System.Core">
 
87
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
88
    </Reference>
 
89
  </ItemGroup>
 
90
  <ItemGroup>
 
91
    <Compile Include="Nested.cs" />
 
92
    <Compile Include="NestedI.cs">
 
93
      <SubType>Code</SubType>
 
94
    </Compile>
 
95
    <Compile Include="Server.cs">
 
96
      <SubType>Code</SubType>
 
97
    </Compile>
 
98
  </ItemGroup>
 
99
  <ItemGroup>
 
100
    <None Include="Nested.ice" />
 
101
    <None Include="README" />
 
102
  </ItemGroup>
 
103
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
 
104
  <PropertyGroup>
 
105
    <PreBuildEvent>
 
106
    </PreBuildEvent>
 
107
    <PostBuildEvent>
 
108
    </PostBuildEvent>
 
109
  </PropertyGroup>
 
110
  <ProjectExtensions>
 
111
    <VisualStudio>
 
112
      <UserProperties ZerocIce_VerboseLevel="1" ZerocIce_Enabled="True" />
 
113
    </VisualStudio>
 
114
  </ProjectExtensions>
 
115
</Project>
 
 
b'\\ No newline at end of file'