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

« back to all changes in this revision

Viewing changes to vb/demo/Ice/hello/Ice.hello.server.vbproj

  • 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>{B7CA51A2-E26B-48E6-A4EA-828B9A2AD2B5}</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
 
    <AssemblyOriginatorKeyMode>None</AssemblyOriginatorKeyMode>
17
 
    <DefaultClientScript>JScript</DefaultClientScript>
18
 
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
19
 
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
20
 
    <DelaySign>false</DelaySign>
21
 
    <OutputType>Exe</OutputType>
22
 
    <OptionCompare>Binary</OptionCompare>
23
 
    <OptionExplicit>On</OptionExplicit>
24
 
    <OptionStrict>Off</OptionStrict>
25
 
    <RootNamespace>
26
 
    </RootNamespace>
27
 
    <StartupObject>
28
 
    </StartupObject>
29
 
    <FileUpgradeFlags>
30
 
    </FileUpgradeFlags>
31
 
    <MyType>Console</MyType>
32
 
    <UpgradeBackupLocation>
33
 
    </UpgradeBackupLocation>
34
 
    <OldToolsVersion>2.0</OldToolsVersion>
35
 
  </PropertyGroup>
36
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
37
 
    <OutputPath>.\</OutputPath>
38
 
    <DocumentationFile>server.xml</DocumentationFile>
39
 
    <BaseAddress>285212672</BaseAddress>
40
 
    <ConfigurationOverrideFile>
41
 
    </ConfigurationOverrideFile>
42
 
    <DefineConstants>
43
 
    </DefineConstants>
44
 
    <DefineDebug>true</DefineDebug>
45
 
    <DefineTrace>true</DefineTrace>
46
 
    <DebugSymbols>true</DebugSymbols>
47
 
    <Optimize>false</Optimize>
48
 
    <RegisterForComInterop>false</RegisterForComInterop>
49
 
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
50
 
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
51
 
    <WarningLevel>1</WarningLevel>
52
 
    <NoWarn>42016,42017,42018,42019,42032</NoWarn>
53
 
    <DebugType>full</DebugType>
54
 
  </PropertyGroup>
55
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
56
 
    <OutputPath>.\</OutputPath>
57
 
    <DocumentationFile>server.xml</DocumentationFile>
58
 
    <BaseAddress>285212672</BaseAddress>
59
 
    <ConfigurationOverrideFile>
60
 
    </ConfigurationOverrideFile>
61
 
    <DefineConstants>
62
 
    </DefineConstants>
63
 
    <DefineDebug>false</DefineDebug>
64
 
    <DefineTrace>true</DefineTrace>
65
 
    <DebugSymbols>false</DebugSymbols>
66
 
    <Optimize>true</Optimize>
67
 
    <RegisterForComInterop>false</RegisterForComInterop>
68
 
    <RemoveIntegerChecks>false</RemoveIntegerChecks>
69
 
    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
70
 
    <WarningLevel>1</WarningLevel>
71
 
    <NoWarn>42016,42017,42018,42019,42032</NoWarn>
72
 
    <DebugType>none</DebugType>
73
 
  </PropertyGroup>
74
 
  <ItemGroup>
75
 
    <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
76
 
      <SpecificVersion>False</SpecificVersion>
77
 
      <HintPath>..\..\..\..\cs\bin\Ice.dll</HintPath>
78
 
      <Private>True</Private>
79
 
    </Reference>
80
 
    <Reference Include="IceSSL, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
81
 
      <SpecificVersion>False</SpecificVersion>
82
 
      <HintPath>..\..\..\..\cs\bin\IceSSL.dll</HintPath>
83
 
      <Private>True</Private>
84
 
    </Reference>
85
 
    <Reference Include="System">
86
 
      <Name>System</Name>
87
 
    </Reference>
88
 
  </ItemGroup>
89
 
  <ItemGroup>
90
 
    <Import Include="System" />
91
 
  </ItemGroup>
92
 
  <ItemGroup>
93
 
    <Compile Include="HelloI.vb">
94
 
      <SubType>Code</SubType>
95
 
    </Compile>
96
 
    <Compile Include="Server.vb">
97
 
      <SubType>Code</SubType>
98
 
    </Compile>
99
 
  </ItemGroup>
100
 
  <ItemGroup>
101
 
    <None Include="README" />
102
 
  </ItemGroup>
103
 
  <ItemGroup>
104
 
    <ProjectReference Include="Ice.hello.slice.csproj">
105
 
      <Project>{FCAA524C-D8C9-43CB-B004-F821DFC56C6E}</Project>
106
 
      <Name>helloSlice</Name>
107
 
    </ProjectReference>
108
 
  </ItemGroup>
109
 
  <ItemGroup>
110
 
    <Folder Include="My Project\" />
111
 
  </ItemGroup>
112
 
  <Import Project="$(MSBuildBinPath)\Microsoft.VisualBasic.targets" />
113
 
  <PropertyGroup>
114
 
    <PreBuildEvent>
115
 
    </PreBuildEvent>
116
 
    <PostBuildEvent>
117
 
    </PostBuildEvent>
118
 
  </PropertyGroup>
119
 
  <ProjectExtensions>
120
 
    <VisualStudio>
121
 
      <UserProperties ZerocIce_HomeExpanded="..\..\..\.." ZerocIce_Enabled="True" ZerocIce_Home="..\..\..\.." />
122
 
    </VisualStudio>
123
 
  </ProjectExtensions>
124
 
</Project>