blob: 15ccb7f0e9cfad27d1bdb643624e66e5d7a345c2 [file] [log] [blame]
Bryan Duxburydc4a8712010-07-26 17:18:30 +00001<!--
2 Licensed to the Apache Software Foundation (ASF) under one
3 or more contributor license agreements. See the NOTICE file
4 distributed with this work for additional information
5 regarding copyright ownership. The ASF licenses this file
6 to you under the Apache License, Version 2.0 (the
7 "License"); you may not use this file except in compliance
8 with the License. You may obtain a copy of the License at
9
10 http://www.apache.org/licenses/LICENSE-2.0
11
12 Unless required by applicable law or agreed to in writing,
13 software distributed under the License is distributed on an
14 "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 KIND, either express or implied. See the License for the
16 specific language governing permissions and limitations
17 under the License.
18-->
19<?xml version="1.0" encoding="utf-8"?>
David Reiss7f42bcf2008-01-11 20:59:12 +000020<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.21022</ProductVersion>
25 <SchemaVersion>2.0</SchemaVersion>
26 <ProjectGuid>{EC0A0231-66EA-4593-A792-C6CA3BB8668E}</ProjectGuid>
27 <OutputType>Library</OutputType>
28 <AppDesignerFolder>Properties</AppDesignerFolder>
29 <RootNamespace>ThriftMSBuildTask</RootNamespace>
30 <AssemblyName>ThriftMSBuildTask</AssemblyName>
31 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
32 <FileAlignment>512</FileAlignment>
David Reiss7f42bcf2008-01-11 20:59:12 +000033 </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="Microsoft.Build.Framework" />
53 <Reference Include="Microsoft.Build.Tasks" />
54 <Reference Include="Microsoft.Build.Utilities" />
55 <Reference Include="System" />
56 <Reference Include="System.Core">
57 <RequiredTargetFramework>3.5</RequiredTargetFramework>
58 </Reference>
59 <Reference Include="System.Xml.Linq">
60 <RequiredTargetFramework>3.5</RequiredTargetFramework>
61 </Reference>
62 <Reference Include="System.Data.DataSetExtensions">
63 <RequiredTargetFramework>3.5</RequiredTargetFramework>
64 </Reference>
65 <Reference Include="System.Data" />
66 <Reference Include="System.Xml" />
67 </ItemGroup>
68 <ItemGroup>
69 <Compile Include="ThriftBuild.cs" />
70 <Compile Include="Properties\AssemblyInfo.cs" />
71 </ItemGroup>
72 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
David Reiss0c90f6f2008-02-06 22:18:40 +000073 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
David Reiss7f42bcf2008-01-11 20:59:12 +000074 Other similar extension points exist, see Microsoft.Common.targets.
75 <Target Name="BeforeBuild">
76 </Target>
77 <Target Name="AfterBuild">
78 </Target>
79 -->
David Reiss0c90f6f2008-02-06 22:18:40 +000080</Project>