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

« back to all changes in this revision

Viewing changes to cs/demo/Ice/hello/Ice.hello.client.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>{228B2AFC-57DC-4E1F-8335-D0CD657A987B}</ProjectGuid>
7
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9
 
    <ApplicationIcon>
10
 
    </ApplicationIcon>
11
 
    <AssemblyKeyContainerName>
12
 
    </AssemblyKeyContainerName>
13
 
    <AssemblyName>client</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="IceSSL, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
86
 
      <SpecificVersion>False</SpecificVersion>
87
 
      <HintPath>..\..\..\bin\IceSSL.dll</HintPath>
88
 
      <Private>True</Private>
89
 
    </Reference>
90
 
    <Reference Include="System">
91
 
      <Name>System</Name>
92
 
    </Reference>
93
 
    <Reference Include="System.Core">
94
 
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
95
 
    </Reference>
96
 
  </ItemGroup>
97
 
  <ItemGroup>
98
 
    <Compile Include="Client.cs">
99
 
      <SubType>Code</SubType>
100
 
    </Compile>
101
 
    <Compile Include="Hello.cs" />
102
 
  </ItemGroup>
103
 
  <ItemGroup>
104
 
    <None Include="Hello.ice" />
105
 
    <None Include="README" />
106
 
  </ItemGroup>
107
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
108
 
  <PropertyGroup>
109
 
    <PreBuildEvent>
110
 
    </PreBuildEvent>
111
 
    <PostBuildEvent>
112
 
    </PostBuildEvent>
113
 
  </PropertyGroup>
114
 
  <ProjectExtensions>
115
 
    <VisualStudio>
116
 
      <UserProperties ZerocIce_ConsoleOutput="True" ZerocIce_Enabled="True" ZerocIce_Home="..\..\..\.." ZerocIce_HomeExpanded="..\..\..\.." />
117
 
    </VisualStudio>
118
 
  </ProjectExtensions>
119
 
</Project>