minor fix for bug 9520:
[mono.git] / mcs / class / Mono.C5 / Mono.C5-net_2_0.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" 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.30729</ProductVersion>\r
7     <SchemaVersion>2.0</SchemaVersion>\r
8     <ProjectGuid>{59B4B82A-3EBA-4BFB-991B-4A0171AFDCCE}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>\r
11     <OutputPath>bin\Debug\Mono.C5-net_2_0</OutputPath>\r
12     <NoStdLib>True</NoStdLib>\r
13     <NoConfig>True</NoConfig>\r
14     \r
15     <AppDesignerFolder>Properties</AppDesignerFolder>\r
16     <RootNamespace>\r
17     </RootNamespace>\r
18     <AssemblyName>Mono.C5</AssemblyName>\r
19     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r
20     <FileAlignment>512</FileAlignment>\r
21   </PropertyGroup>\r
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
23     <DebugSymbols>true</DebugSymbols>\r
24     <DebugType>full</DebugType>\r
25     <NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>\r
26     <Optimize>false</Optimize>\r
27     <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0</DefineConstants>\r
28     <ErrorReport>prompt</ErrorReport>\r
29     <WarningLevel>4</WarningLevel>\r
30   </PropertyGroup>\r
31   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
32     <DebugType>pdbonly</DebugType>\r
33     <NoWarn>1699,169,219,414,1030,3001,3005,3006</NoWarn>\r
34     <Optimize>true</Optimize>\r
35     <DefineConstants>NET_1_1;NET_2_0</DefineConstants>\r
36     <ErrorReport>prompt</ErrorReport>\r
37     <WarningLevel>4</WarningLevel>\r
38   </PropertyGroup>\r
39   <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0, \r
40   Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This\r
41   is a problem to compile the Mono mscorlib.dll -->\r
42   <PropertyGroup>\r
43     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
44   </PropertyGroup>\r
45   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
46   <ItemGroup>\r
47     <Compile Include="C5\arrays\ArrayList.cs" />\r
48     <Compile Include="C5\arrays\CircularQueue.cs" />\r
49     <Compile Include="C5\arrays\HashedArrayList.cs" />\r
50     <Compile Include="C5\arrays\SortedArray.cs" />\r
51     <Compile Include="C5\AssemblyInfo.cs" />\r
52     <Compile Include="C5\Attributes.cs" />\r
53     <Compile Include="C5\Builtin.cs" />\r
54     <Compile Include="C5\Collections.cs" />\r
55     <Compile Include="C5\Comparer.cs" />\r
56     <Compile Include="C5\Delegates.cs" />\r
57     <Compile Include="C5\Dictionaries.cs" />\r
58     <Compile Include="C5\Enums.cs" />\r
59     <Compile Include="C5\Events.cs" />\r
60     <Compile Include="C5\Exceptions.cs" />\r
61     <Compile Include="C5\Formatting.cs" />\r
62     <Compile Include="C5\Hashers.cs" />\r
63     <Compile Include="C5\hashing\HashBag.cs" />\r
64     <Compile Include="C5\hashing\HashDictionary.cs" />\r
65     <Compile Include="C5\hashing\HashTable.cs" />\r
66     <Compile Include="C5\heaps\IntervalHeap.cs" />\r
67     <Compile Include="C5\Interfaces.cs" />\r
68     <Compile Include="C5\linkedlists\HashedLinkedList.cs" />\r
69     <Compile Include="C5\linkedlists\LinkedList.cs" />\r
70     <Compile Include="C5\MappedEnumerators.cs" />\r
71     <Compile Include="C5\Random.cs" />\r
72     <Compile Include="C5\Records.cs" />\r
73     <Compile Include="C5\Sorting.cs" />\r
74     <Compile Include="C5\trees\RedBlackTreeBag.cs" />\r
75     <Compile Include="C5\trees\RedBlackTreeDictionary.cs" />\r
76     <Compile Include="C5\trees\RedBlackTreeSet.cs" />\r
77     <Compile Include="C5\ViewSupport.cs" />\r
78     <Compile Include="C5\WrappedArray.cs" />\r
79     <Compile Include="C5\Wrappers.cs" />\r  </ItemGroup>\r
80   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
81        Other similar extension points exist, see Microsoft.Common.targets.\r
82   <Target Name="BeforeBuild">\r
83   </Target>\r
84   <Target Name="AfterBuild">\r
85   </Target>\r
86   -->\r
87   <PropertyGroup>\r
88     <PreBuildEvent>\r
89 \r
90     </PreBuildEvent>\r
91     <PostBuildEvent>\r
92       xcopy $(TargetName).* $(ProjectDir)..\lib\net_2_0\ /Y /R /D\r
93   </PostBuildEvent>\r
94   </PropertyGroup>\r
95   <ItemGroup>\r
96     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
97       <Project>{928D664D-8277-47B3-AB06-538D932143FE}</Project>\r
98       <Name>corlib\corlib-net_2_0</Name>\r
99     </ProjectReference>\r
100     <ProjectReference Include="..\System\System-net_2_0-2.csproj">\r
101       <Project>{73E16B85-93E9-44B4-A1AB-FDD7AEB08FB7}</Project>\r
102       <Name>System\System-net_2_0-2</Name>\r
103     </ProjectReference>\r
104   </ItemGroup>\r
105   <ItemGroup>\r
106     <Folder Include="Properties\" />\r
107   </ItemGroup>\r
108 </Project>