2009-08-06 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / mcs / class / System.ServiceModel.Web / System.ServiceModel.Web_Test.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>{05A2DAF1-316D-4350-B07B-B73BE591DE57}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <AppDesignerFolder>Properties</AppDesignerFolder>\r
11     <RootNamespace>MonoTests.System.ServiceModel.Web</RootNamespace>\r
12     <AssemblyName>System.ServiceModel.Web_test_net_3_5</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>TRACE;DEBUG;NET_3_5</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.configuration" />\r
36     <Reference Include="System.Core">\r
37       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
38     </Reference>\r
39     <Reference Include="System.Drawing" />\r
40     <Reference Include="System.IdentityModel">\r
41       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
42     </Reference>\r
43     <Reference Include="System.IdentityModel.Selectors">\r
44       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
45     </Reference>\r
46     <Reference Include="System.Messaging" />\r
47     <Reference Include="System.Runtime.Serialization">\r
48       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
49     </Reference>\r
50     <Reference Include="System.Security" />\r
51     <Reference Include="System.ServiceModel">\r
52       <RequiredTargetFramework>3.0</RequiredTargetFramework>\r
53     </Reference>\r
54     <Reference Include="System.ServiceModel.Web">\r
55       <RequiredTargetFramework>3.5</RequiredTargetFramework>\r
56     </Reference>\r
57     <Reference Include="System.Transactions" />\r
58     <Reference Include="System.Web" />\r
59     <Reference Include="System.Web.Services" />\r
60     <Reference Include="System.Windows.Forms" />\r
61     <Reference Include="System.Data" />\r
62     <Reference Include="System.Xml" />\r
63   </ItemGroup>\r
64   <ItemGroup>\r
65     <Compile Include="Test\System.Runtime.Serialization.Json\DataContractJsonSerializerTest.cs" />\r
66     <Compile Include="Test\System.Runtime.Serialization.Json\JsonReaderTest.cs" />\r
67     <Compile Include="Test\System.Runtime.Serialization.Json\JsonWriterTest.cs" />\r
68     <Compile Include="Test\System.ServiceModel.Channels\WebBodyFormatMessagePropertyTest.cs" />\r
69     <Compile Include="Test\System.ServiceModel.Channels\WebMessageEncodingBindingElementTest.cs" />\r
70     <Compile Include="Test\System.ServiceModel.Description\WebHttpBehaviorTest.cs" />\r
71     <Compile Include="Test\System.ServiceModel.Dispatcher\JsonQueryStringConverterTest.cs" />\r
72     <Compile Include="Test\System.ServiceModel.Dispatcher\QueryStringConverterTest.cs" />\r
73     <Compile Include="Test\System.ServiceModel.Dispatcher\WebHttpDispatchOperationSelectorTest.cs" />\r
74     <Compile Include="Test\System.ServiceModel.Syndication\Atom10FeedFormatterTest.cs" />\r
75     <Compile Include="Test\System.ServiceModel.Syndication\Atom10ItemFormatterTest.cs" />\r
76     <Compile Include="Test\System.ServiceModel.Syndication\Rss20FeedFormatterTest.cs" />\r
77     <Compile Include="Test\System.ServiceModel.Syndication\Rss20ItemFormatterTest.cs" />\r
78     <Compile Include="Test\System.ServiceModel.Syndication\SyndicationElementExtensionTest.cs" />\r
79     <Compile Include="Test\System.ServiceModel.Syndication\SyndicationFeedTest.cs" />\r
80     <Compile Include="Test\System.ServiceModel.Syndication\SyndicationItemTest.cs" />\r
81     <Compile Include="Test\System.ServiceModel.Syndication\SyndicationLinkTest.cs" />\r
82     <Compile Include="Test\System.ServiceModel.Syndication\TextSyndicationContentTest.cs" />\r
83     <Compile Include="Test\System.ServiceModel.Syndication\UrlSyndicationContentTest.cs" />\r
84     <Compile Include="Test\System.ServiceModel.Syndication\XmlSyndicationContentTest.cs" />\r
85     <Compile Include="Test\System.ServiceModel.Web\WebGetAttributeTest.cs" />\r
86     <Compile Include="Test\System.ServiceModel.Web\WebInvokeAttributeTest.cs" />\r
87     <Compile Include="Test\System.ServiceModel.Web\WebServiceHostTest.cs" />\r
88     <Compile Include="Test\System.ServiceModel\WebHttpBindingTest.cs" />\r
89     <Compile Include="Test\System\UriTemplateTest.cs" />\r
90   </ItemGroup>\r
91   <ItemGroup>\r
92     <ProjectReference Include="..\..\nunit20\framework\nunit.framework.dll20.csproj">\r
93       <Project>{83DD7E12-A705-4DBA-9D71-09C8973D9382}</Project>\r
94       <Name>nunit.framework.dll20</Name>\r
95     </ProjectReference>\r
96   </ItemGroup>\r
97   <ItemGroup>\r
98     <Folder Include="Properties\" />\r
99   </ItemGroup>\r
100   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
101   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
102        Other similar extension points exist, see Microsoft.Common.targets.\r
103   <Target Name="BeforeBuild">\r
104   </Target>\r
105   <Target Name="AfterBuild">\r
106   </Target>\r
107   -->\r
108   <PropertyGroup>\r
109     <PostBuildEvent>copy $(TargetDir)..\..\nunit20\nunit-console\bin\$(ConfigurationName)\*.exe $(TargetDir)\r
110 copy $(TargetDir)..\..\nunit20\nunit-console\bin\$(ConfigurationName)\*.dll $(TargetDir)</PostBuildEvent>\r
111   </PropertyGroup>\r
112 </Project>