Merge pull request #495 from nicolas-raoul/fix-for-issue2907-with-no-formatting-changes
[mono.git] / mcs / class / System.ServiceModel / Test / MetadataTests / ExportUtil.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>10.0.0</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{D4C1B0BD-3488-441C-92B9-7E017041E137}</ProjectGuid>
9     <OutputType>Exe</OutputType>
10     <RootNamespace>ExportUtil</RootNamespace>
11     <AssemblyName>ExportUtil</AssemblyName>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>True</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>False</Optimize>
17     <OutputPath>bin\Debug</OutputPath>
18     <DefineConstants>DEBUG;</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <Externalconsole>True</Externalconsole>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
24     <DebugType>none</DebugType>
25     <Optimize>True</Optimize>
26     <OutputPath>bin\Release</OutputPath>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <Externalconsole>True</Externalconsole>
30   </PropertyGroup>
31   <ItemGroup>
32     <Reference Include="System" />
33     <Reference Include="System.ServiceModel" />
34     <Reference Include="System.Xml" />
35     <Reference Include="System.Runtime.Serialization" />
36     <Reference Include="System.Web.Services" />
37   </ItemGroup>
38   <ItemGroup>
39     <Compile Include="AssemblyInfo.cs" />
40     <Compile Include="ExportUtil.cs" />
41     <Compile Include="MetadataSamples.cs" />
42     <Compile Include="TestContext.cs" />
43   </ItemGroup>
44   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
45 </Project>