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

« back to all changes in this revision

Viewing changes to vb/demo/Ice/bidir/Ice.bidir.slice.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
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
4
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
 
    <ProductVersion>8.0.50727</ProductVersion>
 
5
    <ProductVersion>9.0.30729</ProductVersion>
6
6
    <SchemaVersion>2.0</SchemaVersion>
7
7
    <ProjectGuid>{B406A516-462C-431E-9C3A-78CF34817875}</ProjectGuid>
8
8
    <OutputType>Library</OutputType>
9
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
10
    <RootNamespace>Demo</RootNamespace>
11
11
    <AssemblyName>bidirSlice</AssemblyName>
 
12
    <FileUpgradeFlags>
 
13
    </FileUpgradeFlags>
 
14
    <OldToolsVersion>2.0</OldToolsVersion>
 
15
    <UpgradeBackupLocation>
 
16
    </UpgradeBackupLocation>
 
17
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
12
18
  </PropertyGroup>
13
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14
20
    <DebugSymbols>true</DebugSymbols>
41
47
    <PostBuildEvent>
42
48
    </PostBuildEvent>
43
49
  </PropertyGroup>
44
 
  <Target Name="CompileSlice" Inputs="Callback.ice" Outputs="generated\Callback.cs">
45
 
    <Exec Condition="Exists('..\..\..\slice')" Command="..\..\..\bin\slice2cs.exe -I..\..\..\slice --output-dir generated Callback.ice" />
46
 
    <Exec Condition="Exists('..\..\..\..\slice')" Command="..\..\..\..\cpp\bin\slice2cs.exe -I..\..\..\..\slice --output-dir generated Callback.ice" />
47
 
  </Target>
48
 
  <Target Name="AfterClean">
49
 
    <Delete Files="generated\Callback.cs" />
50
 
  </Target>
51
 
  <PropertyGroup>
52
 
    <CompileDependsOn>
53
 
      CompileSlice;$(CompileDependsOn)
54
 
    </CompileDependsOn>
55
 
  </PropertyGroup>
56
50
  <ItemGroup>
57
 
    <Reference Include="Ice">
58
 
      <Name>Ice</Name>
 
51
    <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
 
52
      <SpecificVersion>False</SpecificVersion>
59
53
      <HintPath>..\..\..\..\cs\bin\Ice.dll</HintPath>
60
54
      <Private>False</Private>
61
55
    </Reference>
62
56
    <Reference Include="System" />
63
 
  </ItemGroup>
64
 
  <ItemGroup>
65
 
    <Compile Include="generated\Callback.cs" />
 
57
    <Reference Include="System.Core">
 
58
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
 
59
    </Reference>
 
60
  </ItemGroup>
 
61
  <ProjectExtensions>
 
62
    <VisualStudio>
 
63
      <UserProperties ZerocIce_ConsoleOutput="True" ZerocIce_Enabled="True" ZerocIce_Home="..\..\..\.." ZerocIce_HomeExpanded="..\..\..\.." />
 
64
    </VisualStudio>
 
65
  </ProjectExtensions>
 
66
  <ItemGroup>
 
67
    <None Include="Callback.ice" />
 
68
  </ItemGroup>
 
69
  <ItemGroup>
 
70
    <Compile Include="Callback.cs" />
66
71
  </ItemGroup>
67
72
  <ItemGroup>
68
73
    <Folder Include="Properties\" />
69
74
  </ItemGroup>
70
 
</Project>
 
 
b'\\ No newline at end of file'
 
75
</Project>