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

« back to all changes in this revision

Viewing changes to vb/demo/IceStorm/clock/IceStorm.clock.slice.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
 
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
 
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5
 
    <ProductVersion>9.0.30729</ProductVersion>
6
 
    <SchemaVersion>2.0</SchemaVersion>
7
 
    <ProjectGuid>{E40D534D-3D87-4639-8518-F83D4C78B970}</ProjectGuid>
8
 
    <OutputType>Library</OutputType>
9
 
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
 
    <RootNamespace>Demo</RootNamespace>
11
 
    <AssemblyName>clockSlice</AssemblyName>
12
 
    <FileUpgradeFlags>
13
 
    </FileUpgradeFlags>
14
 
    <OldToolsVersion>2.0</OldToolsVersion>
15
 
    <UpgradeBackupLocation>
16
 
    </UpgradeBackupLocation>
17
 
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
18
 
  </PropertyGroup>
19
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
 
    <DebugSymbols>true</DebugSymbols>
21
 
    <DebugType>full</DebugType>
22
 
    <Optimize>false</Optimize>
23
 
    <OutputPath>.\</OutputPath>
24
 
    <DefineConstants>DEBUG;TRACE</DefineConstants>
25
 
    <ErrorReport>prompt</ErrorReport>
26
 
    <WarningLevel>4</WarningLevel>
27
 
  </PropertyGroup>
28
 
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29
 
    <DebugType>pdbonly</DebugType>
30
 
    <Optimize>true</Optimize>
31
 
    <OutputPath>bin\Release\</OutputPath>
32
 
    <DefineConstants>TRACE</DefineConstants>
33
 
    <ErrorReport>prompt</ErrorReport>
34
 
    <WarningLevel>4</WarningLevel>
35
 
  </PropertyGroup>
36
 
  <ItemGroup>
37
 
    <Reference Include="Ice, Version=3.4.1.0, Culture=neutral, PublicKeyToken=1f998c50fec78381, processorArchitecture=MSIL">
38
 
      <SpecificVersion>False</SpecificVersion>
39
 
      <HintPath>..\..\..\..\cs\bin\Ice.dll</HintPath>
40
 
      <Private>False</Private>
41
 
    </Reference>
42
 
    <Reference Include="System" />
43
 
    <Reference Include="System.Core">
44
 
      <RequiredTargetFramework>3.5</RequiredTargetFramework>
45
 
    </Reference>
46
 
  </ItemGroup>
47
 
  <ItemGroup>
48
 
    <None Include="Clock.ice" />
49
 
  </ItemGroup>
50
 
  <ItemGroup>
51
 
    <Compile Include="Clock.cs" />
52
 
  </ItemGroup>
53
 
  <ItemGroup>
54
 
    <Folder Include="Properties\" />
55
 
  </ItemGroup>
56
 
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
57
 
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
58
 
       Other similar extension points exist, see Microsoft.Common.targets.
59
 
  <Target Name="BeforeBuild">
60
 
  </Target>
61
 
  <Target Name="AfterBuild">
62
 
  </Target>
63
 
  -->
64
 
  <PropertyGroup>
65
 
    <PreBuildEvent>
66
 
    </PreBuildEvent>
67
 
    <PostBuildEvent>
68
 
    </PostBuildEvent>
69
 
  </PropertyGroup>
70
 
  <ProjectExtensions>
71
 
    <VisualStudio>
72
 
      <UserProperties ZerocIce_HomeExpanded="..\..\..\.." ZerocIce_Home="..\..\..\.." ZerocIce_Enabled="True" ZerocIce_ConsoleOutput="True" />
73
 
    </VisualStudio>
74
 
  </ProjectExtensions>
75
 
</Project>