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" /> |
Jens Geyer | d5436f5 | 2014-10-03 19:50:38 +0200 | [diff] [blame] | 64 | </ItemGroup> |
| 65 | <ItemGroup> |
Jens Geyer | ab1bfa9 | 2015-09-11 23:20:09 +0200 | [diff] [blame] | 66 | <Compile Include="..\gen-csharp\Calculator.cs"> |
| 67 | <Link>Calculator.cs</Link> |
| 68 | </Compile> |
| 69 | <Compile Include="..\gen-csharp\InvalidOperation.cs"> |
| 70 | <Link>InvalidOperation.cs</Link> |
| 71 | </Compile> |
| 72 | <Compile Include="..\gen-csharp\Operation.cs"> |
| 73 | <Link>Operation.cs</Link> |
| 74 | </Compile> |
| 75 | <Compile Include="..\gen-csharp\SharedService.cs"> |
| 76 | <Link>SharedService.cs</Link> |
| 77 | </Compile> |
| 78 | <Compile Include="..\gen-csharp\SharedStruct.cs"> |
| 79 | <Link>SharedStruct.cs</Link> |
| 80 | </Compile> |
| 81 | <Compile Include="..\gen-csharp\tutorial.Constants.cs"> |
| 82 | <Link>tutorial.Constants.cs</Link> |
| 83 | </Compile> |
| 84 | <Compile Include="..\gen-csharp\Work.cs"> |
| 85 | <Link>Work.cs</Link> |
| 86 | </Compile> |
Jens Geyer | d5436f5 | 2014-10-03 19:50:38 +0200 | [diff] [blame] | 87 | <Compile Include="CsharpClient.cs" /> |
| 88 | <Compile Include="Properties\AssemblyInfo.cs" /> |
Jens Geyer | ab1bfa9 | 2015-09-11 23:20:09 +0200 | [diff] [blame] | 89 | </ItemGroup> |
| 90 | <ItemGroup> |
| 91 | <ProjectReference Include="..\..\..\lib\csharp\src\Thrift.csproj"> |
| 92 | <Project>{499eb63c-d74c-47e8-ae48-a2fc94538e9d}</Project> |
| 93 | <Name>Thrift</Name> |
| 94 | </ProjectReference> |
Jens Geyer | d5436f5 | 2014-10-03 19:50:38 +0200 | [diff] [blame] | 95 | </ItemGroup> |
| 96 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
Jens Geyer | ab1bfa9 | 2015-09-11 23:20:09 +0200 | [diff] [blame] | 97 | <PropertyGroup> |
| 98 | <PreBuildEvent>pushd "$(SolutionDir)" |
| 99 | thrift -gen csharp -r ../tutorial.thrift |
| 100 | popd |
| 101 | </PreBuildEvent> |
| 102 | </PropertyGroup> |
Jens Geyer | d5436f5 | 2014-10-03 19:50:38 +0200 | [diff] [blame] | 103 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
| 104 | Other similar extension points exist, see Microsoft.Common.targets. |
| 105 | <Target Name="BeforeBuild"> |
| 106 | </Target> |
| 107 | <Target Name="AfterBuild"> |
| 108 | </Target> |
| 109 | --> |
Bryan Duxbury | 96b2ccc | 2010-09-24 16:47:59 +0000 | [diff] [blame] | 110 | </Project> |