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

« back to all changes in this revision

Viewing changes to cs/demo/Ice/value/Ice.value.server.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>{0E78B6EA-2CDF-401A-BC2D-364E44A46636}</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>
82
84
    </Reference>
83
85
    <Reference Include="System">
84
86
      <Name>System</Name>
85
87
    </Reference>
 
88
    <Reference Include="System.Core">
 
89
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
90
    </Reference>
86
91
  </ItemGroup>
87
92
  <ItemGroup>
88
93
    <Compile Include="DerivedPrinterI.cs">
89
94
      <SubType>Code</SubType>
90
95
    </Compile>
91
 
    <Compile Include="generated\Value.cs">
92
 
      <SubType>Code</SubType>
93
 
    </Compile>
94
96
    <Compile Include="InitialI.cs">
95
97
      <SubType>Code</SubType>
96
98
    </Compile>
100
102
    <Compile Include="Server.cs">
101
103
      <SubType>Code</SubType>
102
104
    </Compile>
 
105
    <Compile Include="Value.cs" />
103
106
  </ItemGroup>
104
107
  <ItemGroup>
105
108
    <None Include="README" />
 
109
    <None Include="Value.ice" />
106
110
  </ItemGroup>
107
111
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
108
112
  <PropertyGroup>
111
115
    <PostBuildEvent>
112
116
    </PostBuildEvent>
113
117
  </PropertyGroup>
114
 
  <Target Name="CompileSlice" Inputs="Value.ice" Outputs="generated\Value.cs">
115
 
    <Exec Condition="Exists('..\..\..\slice')" Command="..\..\..\bin\slice2cs.exe --output-dir generated Value.ice" />
116
 
    <Exec Condition="Exists('..\..\..\..\slice')" Command="..\..\..\..\cpp\bin\slice2cs.exe --output-dir generated Value.ice" />
117
 
  </Target>
118
 
  <Target Name="AfterClean">
119
 
    <Delete Files="generated\Value.cs" />
120
 
  </Target>
121
 
  <PropertyGroup>
122
 
    <CompileDependsOn>
123
 
      CompileSlice;$(CompileDependsOn)
124
 
    </CompileDependsOn>
125
 
  </PropertyGroup>
126
 
</Project>
 
 
b'\\ No newline at end of file'
 
118
  <ProjectExtensions>
 
119
    <VisualStudio>
 
120
      <UserProperties ZerocIce_HomeExpanded="..\..\..\.." ZerocIce_Home="..\..\..\.." ZerocIce_Enabled="True" ZerocIce_ConsoleOutput="True" />
 
121
    </VisualStudio>
 
122
  </ProjectExtensions>
 
123
</Project>