693433b630459145bad3e009fba697819b0e2ae8
[mono.git] / mcs / class / System.ServiceModel / Test / WCFServers / WCFServers.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
6     <ProductVersion>9.0.21022</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{88AB909A-C341-4639-B99C-729AC1581E7D}</ProjectGuid>\r
9     <OutputType>Exe</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>WCFServers</RootNamespace>\r
12     <AssemblyName>WCFServers</AssemblyName>\r
13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r
14     <FileAlignment>512</FileAlignment>\r
15   </PropertyGroup>\r
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
17     <DebugSymbols>true</DebugSymbols>\r
18     <DebugType>full</DebugType>\r
19     <Optimize>false</Optimize>\r
20     <OutputPath>..\..\</OutputPath>\r
21     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
22     <ErrorReport>prompt</ErrorReport>\r
23     <WarningLevel>4</WarningLevel>\r
24   </PropertyGroup>\r
25   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
26     <DebugType>pdbonly</DebugType>\r
27     <Optimize>true</Optimize>\r
28     <OutputPath>bin\Release\</OutputPath>\r
29     <DefineConstants>TRACE</DefineConstants>\r
30     <ErrorReport>prompt</ErrorReport>\r
31     <WarningLevel>4</WarningLevel>\r
32   </PropertyGroup>\r
33   <ItemGroup>\r
34     <Reference Include="System" />\r
35     <Reference Include="System.Core">\r
36       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
37     </Reference>\r
38     <Reference Include="System.ServiceModel">\r
39       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
40     </Reference>\r
41     <Reference Include="System.Xml.Linq">\r
42       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
43     </Reference>\r
44     <Reference Include="System.Data.DataSetExtensions">\r
45       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
46     </Reference>\r
47     <Reference Include="System.Data" />\r
48     <Reference Include="System.Xml" />\r
49   </ItemGroup>\r
50   <ItemGroup>\r
51     <Compile Include="Program.cs" />\r
52     <Compile Include="Properties\AssemblyInfo.cs" />\r
53   </ItemGroup>\r
54   <ItemGroup>\r
55     <ProjectReference Include="..\..\..\..\nunit20\framework\nunit.framework.dll20.csproj">\r
56       <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>\r
57       <Name>nunit.framework.dll20</Name>\r
58     </ProjectReference>\r
59     <ProjectReference Include="..\..\..\..\nunit20\nunit-console\nunit-console20.csproj">\r
60       <Project>{9367EC89-6A38-42BA-9607-0DC288E4BC3A}</Project>\r
61       <Name>nunit-console20</Name>\r
62     </ProjectReference>\r
63     <ProjectReference Include="..\..\System.ServiceModel_Test.csproj">\r
64       <Project>{05A2DAF1-316D-4350-B07B-B73BE591DE57}</Project>\r
65       <Name>System.ServiceModel_Test</Name>\r
66     </ProjectReference>\r
67   </ItemGroup>\r
68   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
69   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
70        Other similar extension points exist, see Microsoft.Common.targets.\r
71   <Target Name="BeforeBuild">\r
72   </Target>\r
73   <Target Name="AfterBuild">\r
74   </Target>\r
75   -->\r
76 </Project>