blob: 1148eaa78d2e48502955a9392ee2f31ce919ea9d [file] [log] [blame]
Jens Geyer1c99e702014-03-17 22:50:39 +02001<?xml version="1.0" encoding="utf-8"?>
Roger Meiere983cf52012-10-07 19:15:04 +00002<!--
Bryan Duxburydc4a8712010-07-26 17:18:30 +00003 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.
Jens Geyer1c99e702014-03-17 22:50:39 +020019-->
20<Project ToolsVersion="4.0" 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>
Jens Geyer018c1b82015-04-17 20:55:05 +020031 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
Jens Geyer1c99e702014-03-17 22:50:39 +020032 <FileAlignment>512</FileAlignment>
33 <FileUpgradeFlags>
34 </FileUpgradeFlags>
35 <OldToolsVersion>3.5</OldToolsVersion>
36 <UpgradeBackupLocation />
37 <PublishUrl>publish\</PublishUrl>
38 <Install>true</Install>
39 <InstallFrom>Disk</InstallFrom>
40 <UpdateEnabled>false</UpdateEnabled>
41 <UpdateMode>Foreground</UpdateMode>
42 <UpdateInterval>7</UpdateInterval>
43 <UpdateIntervalUnits>Days</UpdateIntervalUnits>
44 <UpdatePeriodically>false</UpdatePeriodically>
45 <UpdateRequired>false</UpdateRequired>
46 <MapFileExtensions>true</MapFileExtensions>
47 <ApplicationRevision>0</ApplicationRevision>
48 <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
49 <IsWebBootstrapper>false</IsWebBootstrapper>
50 <UseApplicationTrust>false</UseApplicationTrust>
51 <BootstrapperEnabled>true</BootstrapperEnabled>
52 </PropertyGroup>
53 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
54 <DebugSymbols>true</DebugSymbols>
55 <DebugType>full</DebugType>
56 <Optimize>false</Optimize>
57 <OutputPath>bin\Debug\</OutputPath>
58 <DefineConstants>DEBUG;TRACE</DefineConstants>
59 <ErrorReport>prompt</ErrorReport>
60 <WarningLevel>4</WarningLevel>
61 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
62 </PropertyGroup>
63 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
64 <DebugType>pdbonly</DebugType>
65 <Optimize>true</Optimize>
66 <OutputPath>bin\Release\</OutputPath>
67 <DefineConstants>TRACE</DefineConstants>
68 <ErrorReport>prompt</ErrorReport>
69 <WarningLevel>4</WarningLevel>
70 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
71 </PropertyGroup>
72 <ItemGroup>
73 <Reference Include="Microsoft.Build.Framework" />
74 <Reference Include="Microsoft.Build.Tasks" />
75 <Reference Include="Microsoft.Build.Utilities" />
76 <Reference Include="System" />
77 <Reference Include="System.Core">
78 <RequiredTargetFramework>3.5</RequiredTargetFramework>
79 </Reference>
80 <Reference Include="System.Xml.Linq">
81 <RequiredTargetFramework>3.5</RequiredTargetFramework>
82 </Reference>
83 <Reference Include="System.Data.DataSetExtensions">
84 <RequiredTargetFramework>3.5</RequiredTargetFramework>
85 </Reference>
86 <Reference Include="System.Data" />
87 <Reference Include="System.Xml" />
88 </ItemGroup>
89 <ItemGroup>
90 <Compile Include="ThriftBuild.cs" />
91 <Compile Include="Properties\AssemblyInfo.cs" />
92 </ItemGroup>
93 <ItemGroup>
94 <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
95 <Visible>False</Visible>
96 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
97 <Install>false</Install>
98 </BootstrapperPackage>
99 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
100 <Visible>False</Visible>
101 <ProductName>.NET Framework 3.5 SP1</ProductName>
102 <Install>true</Install>
103 </BootstrapperPackage>
104 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
105 <Visible>False</Visible>
106 <ProductName>Windows Installer 3.1</ProductName>
107 <Install>true</Install>
108 </BootstrapperPackage>
109 </ItemGroup>
110 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
David Reiss0c90f6f2008-02-06 22:18:40 +0000111 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
David Reiss7f42bcf2008-01-11 20:59:12 +0000112 Other similar extension points exist, see Microsoft.Common.targets.
113 <Target Name="BeforeBuild">
114 </Target>
115 <Target Name="AfterBuild">
116 </Target>
Jens Geyer1c99e702014-03-17 22:50:39 +0200117 -->
Roger Meiere983cf52012-10-07 19:15:04 +0000118</Project>