summaryrefslogtreecommitdiff
path: root/cs/demo/cookbook/excel/cookbook.excel.server.csproj
diff options
context:
space:
mode:
authorMark Spruiell <mes@zeroc.com>2009-12-18 08:29:41 -0800
committerMark Spruiell <mes@zeroc.com>2009-12-18 08:29:41 -0800
commita0deeca18e2c62cda2ee4b7b12a12970d270d26c (patch)
tree3e376a4ebd932661a21bcb973ed63a2b3aeb1089 /cs/demo/cookbook/excel/cookbook.excel.server.csproj
parentediting vsplugin text files (diff)
downloadice-a0deeca18e2c62cda2ee4b7b12a12970d270d26c.tar.bz2
ice-a0deeca18e2c62cda2ee4b7b12a12970d270d26c.tar.xz
ice-a0deeca18e2c62cda2ee4b7b12a12970d270d26c.zip
bug 4510 - remove cookbook demos
Diffstat (limited to 'cs/demo/cookbook/excel/cookbook.excel.server.csproj')
-rwxr-xr-xcs/demo/cookbook/excel/cookbook.excel.server.csproj65
1 files changed, 0 insertions, 65 deletions
diff --git a/cs/demo/cookbook/excel/cookbook.excel.server.csproj b/cs/demo/cookbook/excel/cookbook.excel.server.csproj
deleted file mode 100755
index c53c3d2608f..00000000000
--- a/cs/demo/cookbook/excel/cookbook.excel.server.csproj
+++ /dev/null
@@ -1,65 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{606D226F-B98D-4A2C-B9AB-1451E962080D}</ProjectGuid>
- <OutputType>Exe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>cookboobk.excel.server</RootNamespace>
- <AssemblyName>server</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>.\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>.\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Ice, Version=3.3.1.0, Culture=neutral, PublicKeyToken=cdd571ade22f2f16, processorArchitecture=MSIL" />
- <Reference Include="System" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Server.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="cookbook.excel.slice.csproj">
- <Project>{2CD601A0-30C4-46A6-B1B4-5AB1FEED20FC}</Project>
- <Name>cookbook.excel.slice</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- <ProjectExtensions>
- <VisualStudio>
- <UserProperties ZerocIce_HomeExpanded="C:\Ice-3.3.1-VC90" ZerocIce_Home="C:\Ice-3.3.1-VC90" />
- </VisualStudio>
- </ProjectExtensions>
-</Project> \ No newline at end of file