Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
Jens Geyer | 703200c | 2014-04-15 21:54:55 +0200 | [diff] [blame] | 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 | --> |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 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)' == '' ">x86</Platform> |
| 24 | <ProductVersion>8.0.30703</ProductVersion> |
| 25 | <SchemaVersion>2.0</SchemaVersion> |
| 26 | <ProjectGuid>{E37A0034-DCBF-4886-A0DA-25A03D12D975}</ProjectGuid> |
| 27 | <OutputType>Exe</OutputType> |
| 28 | <AppDesignerFolder>Properties</AppDesignerFolder> |
| 29 | <RootNamespace>JSONTest</RootNamespace> |
| 30 | <AssemblyName>JSONTest</AssemblyName> |
| 31 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 32 | <TargetFrameworkProfile> |
| 33 | </TargetFrameworkProfile> |
| 34 | <FileAlignment>512</FileAlignment> |
| 35 | </PropertyGroup> |
| 36 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
| 37 | <PlatformTarget>x86</PlatformTarget> |
| 38 | <DebugSymbols>true</DebugSymbols> |
| 39 | <DebugType>full</DebugType> |
| 40 | <Optimize>false</Optimize> |
| 41 | <OutputPath>bin\Debug\</OutputPath> |
| 42 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 43 | <ErrorReport>prompt</ErrorReport> |
| 44 | <WarningLevel>4</WarningLevel> |
| 45 | </PropertyGroup> |
| 46 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
| 47 | <PlatformTarget>x86</PlatformTarget> |
| 48 | <DebugType>pdbonly</DebugType> |
| 49 | <Optimize>true</Optimize> |
| 50 | <OutputPath>bin\Release\</OutputPath> |
| 51 | <DefineConstants>TRACE</DefineConstants> |
| 52 | <ErrorReport>prompt</ErrorReport> |
| 53 | <WarningLevel>4</WarningLevel> |
| 54 | </PropertyGroup> |
| 55 | <ItemGroup> |
| 56 | <Reference Include="System" /> |
| 57 | <Reference Include="System.Core" /> |
| 58 | <Reference Include="System.Xml.Linq" /> |
| 59 | <Reference Include="System.Data.DataSetExtensions" /> |
| 60 | <Reference Include="Microsoft.CSharp" /> |
| 61 | <Reference Include="System.Data" /> |
| 62 | <Reference Include="System.Xml" /> |
| 63 | </ItemGroup> |
| 64 | <ItemGroup> |
| 65 | <Compile Include="Program.cs" /> |
| 66 | <Compile Include="Properties\AssemblyInfo.cs" /> |
| 67 | </ItemGroup> |
| 68 | <ItemGroup> |
| 69 | <None Include="app.config" /> |
| 70 | </ItemGroup> |
| 71 | <ItemGroup> |
| 72 | <ProjectReference Include="..\..\src\Thrift.csproj"> |
| 73 | <Project>{499EB63C-D74C-47E8-AE48-A2FC94538E9D}</Project> |
| 74 | <Name>Thrift</Name> |
| 75 | </ProjectReference> |
| 76 | </ItemGroup> |
| 77 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
Jens Geyer | d5436f5 | 2014-10-03 19:50:38 +0200 | [diff] [blame] | 78 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
Jens Geyer | 1c99e70 | 2014-03-17 22:50:39 +0200 | [diff] [blame] | 79 | Other similar extension points exist, see Microsoft.Common.targets. |
| 80 | <Target Name="BeforeBuild"> |
| 81 | </Target> |
| 82 | <Target Name="AfterBuild"> |
| 83 | </Target> |
| 84 | --> |
Jens Geyer | 7393862 | 2014-02-07 22:22:36 +0100 | [diff] [blame] | 85 | </Project> |