~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 Martin Angelina
  • Date: 2011-04-25 18:44:24 UTC
  • mfrom: (6.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110425184424-sep9i9euu434vq4c
Tags: 3.4.1-7
* Bug fix: "libdb5.1-java.jar was renamed to db.jar", thanks to Ondřej
  Surý (Closes: #623555).
* Bug fix: "causes noise in php5", thanks to Jayen Ashar (Closes:
  #623533).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 
1
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
2
2
  <PropertyGroup>
3
3
    <ProjectType>Local</ProjectType>
4
 
    <ProductVersion>8.0.50727</ProductVersion>
 
4
    <ProductVersion>9.0.30729</ProductVersion>
5
5
    <SchemaVersion>2.0</SchemaVersion>
6
6
    <ProjectGuid>{228B2AFC-57DC-4E1F-8335-D0CD657A987B}</ProjectGuid>
7
7
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
27
27
    </FileUpgradeFlags>
28
28
    <UpgradeBackupLocation>
29
29
    </UpgradeBackupLocation>
 
30
    <OldToolsVersion>2.0</OldToolsVersion>
 
31
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
30
32
  </PropertyGroup>
31
33
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
32
34
    <OutputPath>.\</OutputPath>
75
77
    <ErrorReport>prompt</ErrorReport>
76
78
  </PropertyGroup>
77
79
  <ItemGroup>
78
 
    <Reference Include="Ice">
79
 
      <Name>Ice</Name>
 
80
    <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
 
81
      <SpecificVersion>False</SpecificVersion>
80
82
      <HintPath>..\..\..\bin\Ice.dll</HintPath>
81
 
      <Private>False</Private>
 
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>
82
89
    </Reference>
83
90
    <Reference Include="System">
84
91
      <Name>System</Name>
85
92
    </Reference>
 
93
    <Reference Include="System.Core">
 
94
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
95
    </Reference>
86
96
  </ItemGroup>
87
97
  <ItemGroup>
88
98
    <Compile Include="Client.cs">
89
99
      <SubType>Code</SubType>
90
100
    </Compile>
91
 
    <Compile Include="generated\Hello.cs">
92
 
      <SubType>Code</SubType>
93
 
    </Compile>
 
101
    <Compile Include="Hello.cs" />
94
102
  </ItemGroup>
95
103
  <ItemGroup>
 
104
    <None Include="Hello.ice" />
96
105
    <None Include="README" />
97
106
  </ItemGroup>
98
107
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
102
111
    <PostBuildEvent>
103
112
    </PostBuildEvent>
104
113
  </PropertyGroup>
105
 
  <Target Name="CompileSlice" Inputs="Hello.ice" Outputs="generated\Hello.cs">
106
 
    <Exec Condition="Exists('..\..\..\slice')" Command="..\..\..\bin\slice2cs.exe --output-dir generated Hello.ice" />
107
 
    <Exec Condition="Exists('..\..\..\..\slice')" Command="..\..\..\..\cpp\bin\slice2cs.exe --output-dir generated Hello.ice" />
108
 
  </Target>
109
 
  <Target Name="AfterClean">
110
 
    <Delete Files="generated\Hello.cs" />
111
 
  </Target>
112
 
  <PropertyGroup>
113
 
    <CompileDependsOn>
114
 
      CompileSlice;$(CompileDependsOn)
115
 
    </CompileDependsOn>
116
 
  </PropertyGroup>
117
 
</Project>
 
 
b'\\ No newline at end of file'
 
114
  <ProjectExtensions>
 
115
    <VisualStudio>
 
116
      <UserProperties ZerocIce_ConsoleOutput="True" ZerocIce_Enabled="True" ZerocIce_Home="..\..\..\.." ZerocIce_HomeExpanded="..\..\..\.." />
 
117
    </VisualStudio>
 
118
  </ProjectExtensions>
 
119
</Project>