Jens Geyer | d5436f5 | 2014-10-03 19:50:38 +0200 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- |
| 3 | Licensed to the Apache Software Foundation (ASF) under one |
| 4 | or more contributor license agreements. See the NOTICE file |
| 5 | distributed with this work for additional information |
| 6 | regarding copyright ownership. The ASF licenses this file |
| 7 | to you under the Apache License, Version 2.0 (the |
| 8 | "License"); you may not use this file except in compliance |
| 9 | with the License. You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, |
| 14 | software distributed under the License is distributed on an |
| 15 | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | KIND, either express or implied. See the License for the |
| 17 | specific language governing permissions and limitations |
| 18 | under the License. |
| 19 | --> |
| 20 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 21 | <PropertyGroup> |
| 22 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 23 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 24 | <ProductVersion>9.0.30729</ProductVersion> |
| 25 | <SchemaVersion>2.0</SchemaVersion> |
| 26 | <ProjectGuid>{18F24087-4760-43DA-ACAB-7B9F0E096B11}</ProjectGuid> |
| 27 | <OutputType>Exe</OutputType> |
| 28 | <AppDesignerFolder>Properties</AppDesignerFolder> |
| 29 | <RootNamespace>CsharpClient</RootNamespace> |
| 30 | <AssemblyName>CsharpClient</AssemblyName> |
| 31 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 32 | <FileAlignment>512</FileAlignment> |
| 33 | </PropertyGroup> |
| 34 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 35 | <DebugSymbols>true</DebugSymbols> |
| 36 | <DebugType>full</DebugType> |
| 37 | <Optimize>false</Optimize> |
| 38 | <OutputPath>bin\Debug\</OutputPath> |
| 39 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 40 | <ErrorReport>prompt</ErrorReport> |
| 41 | <WarningLevel>4</WarningLevel> |
| 42 | </PropertyGroup> |
| 43 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 44 | <DebugType>pdbonly</DebugType> |
| 45 | <Optimize>true</Optimize> |
| 46 | <OutputPath>bin\Release\</OutputPath> |
| 47 | <DefineConstants>TRACE</DefineConstants> |
| 48 | <ErrorReport>prompt</ErrorReport> |
| 49 | <WarningLevel>4</WarningLevel> |
| 50 | </PropertyGroup> |
| 51 | <ItemGroup> |
| 52 | <Reference Include="System" /> |
| 53 | <Reference Include="System.Core"> |
| 54 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 55 | </Reference> |
| 56 | <Reference Include="System.Xml.Linq"> |
| 57 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 58 | </Reference> |
| 59 | <Reference Include="System.Data.DataSetExtensions"> |
| 60 | <RequiredTargetFramework>3.5</RequiredTargetFramework> |
| 61 | </Reference> |
| 62 | <Reference Include="System.Data" /> |
| 63 | <Reference Include="System.Xml" /> |
| 64 | <Reference Include="Thrift, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
| 65 | <SpecificVersion>False</SpecificVersion> |
| 66 | <HintPath>..\..\..\lib\csharp\src\bin\Release\Thrift.dll</HintPath> |
| 67 | </Reference> |
| 68 | </ItemGroup> |
| 69 | <ItemGroup> |
| 70 | <Compile Include="CsharpClient.cs" /> |
| 71 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 72 | <Compile Include="..\..\gen-csharp\Calculator.cs" /> |
| 73 | <Compile Include="..\..\gen-csharp\Constants.cs" /> |
| 74 | <Compile Include="..\..\gen-csharp\InvalidOperation.cs" /> |
| 75 | <Compile Include="..\..\gen-csharp\Operation.cs" /> |
| 76 | <Compile Include="..\..\gen-csharp\SharedService.cs" /> |
| 77 | <Compile Include="..\..\gen-csharp\SharedStruct.cs" /> |
| 78 | <Compile Include="..\..\gen-csharp\Work.cs" /> |
| 79 | </ItemGroup> |
| 80 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 81 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 82 | Other similar extension points exist, see Microsoft.Common.targets. |
| 83 | <Target Name="BeforeBuild"> |
| 84 | </Target> |
| 85 | <Target Name="AfterBuild"> |
| 86 | </Target> |
| 87 | --> |
Bryan Duxbury | 96b2ccc | 2010-09-24 16:47:59 +0000 | [diff] [blame] | 88 | </Project> |