Fix bugs in sizing TableLayoutPanel (Xamarin bug 18638)
[mono.git] / mcs / class / System.Configuration / System.Configuration-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>{2695A2F2-2271-423D-8E0D-553DAB84E917}</ProjectGuid>\r
9     <OutputType>Library</OutputType>\r
10     <NoWarn>1699,618</NoWarn>\r
11     <OutputPath>./../../class/lib/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>System.Configuration</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,618</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,618</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="..\..\build\common\Consts.cs" />\r
48     <Compile Include="..\..\build\common\Locale.cs" />\r
49     <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />\r
50     <Compile Include="Assembly\AssemblyInfo.cs" />\r
51     <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />\r
52     <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />\r
53     <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />\r
54     <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />\r
55     <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />\r
56     <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />\r
57     <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />\r
58     <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />\r
59     <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />\r
60     <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />\r
61     <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />\r
62     <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />\r
63     <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />\r
64     <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />\r
65     <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />\r
66     <Compile Include="System.Configuration.Provider\ProviderBase.cs" />\r
67     <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />\r
68     <Compile Include="System.Configuration.Provider\ProviderException.cs" />\r
69     <Compile Include="System.Configuration\AppSettingsSection.cs" />\r
70     <Compile Include="System.Configuration\CallbackValidator.cs" />\r
71     <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />\r
72     <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />\r
73     <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />\r
74     <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />\r
75     <Compile Include="System.Configuration\ConfigHelper.cs" />\r
76     <Compile Include="System.Configuration\ConfigInfo.cs" />\r
77     <Compile Include="System.Configuration\Configuration.cs" />\r
78     <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />\r
79     <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />\r
80     <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />\r
81     <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />\r
82     <Compile Include="System.Configuration\ConfigurationElement.cs" />\r
83     <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />\r
84     <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />\r
85     <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />\r
86     <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />\r
87     <Compile Include="System.Configuration\ConfigurationFileMap.cs" />\r
88     <Compile Include="System.Configuration\ConfigurationLocation.cs" />\r
89     <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />\r
90     <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />\r
91     <Compile Include="System.Configuration\ConfigurationManager.cs" />\r
92     <Compile Include="System.Configuration\ConfigurationPermission.cs" />\r
93     <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />\r
94     <Compile Include="System.Configuration\ConfigurationProperty.cs" />\r
95     <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />\r
96     <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />\r
97     <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />\r
98     <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />\r
99     <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />\r
100     <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />\r
101     <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />\r
102     <Compile Include="System.Configuration\ConfigurationSection.cs" />\r
103     <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />\r
104     <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />\r
105     <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />\r
106     <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />\r
107     <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />\r
108     <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />\r
109     <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />\r
110     <Compile Include="System.Configuration\ConnectionStringSettings.cs" />\r
111     <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />\r
112     <Compile Include="System.Configuration\ConnectionStringsSection.cs" />\r
113     <Compile Include="System.Configuration\ContextInformation.cs" />\r
114     <Compile Include="System.Configuration\DefaultSection.cs" />\r
115     <Compile Include="System.Configuration\DefaultValidator.cs" />\r
116     <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />\r
117     <Compile Include="System.Configuration\ElementInformation.cs" />\r
118     <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />\r
119     <Compile Include="System.Configuration\ExeContext.cs" />\r
120     <Compile Include="System.Configuration\GenericEnumConverter.cs" />\r
121     <Compile Include="System.Configuration\IConfigXmlNode.cs" />\r
122     <Compile Include="System.Configuration\IgnoreSection.cs" />\r
123     <Compile Include="System.Configuration\InfiniteIntConverter.cs" />\r
124     <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />\r
125     <Compile Include="System.Configuration\IntegerValidator.cs" />\r
126     <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />\r
127     <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />\r
128     <Compile Include="System.Configuration\InternalConfigurationHost.cs" />\r
129     <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />\r
130     <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />\r
131     <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />\r
132     <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />\r
133     <Compile Include="System.Configuration\LongValidator.cs" />\r
134     <Compile Include="System.Configuration\LongValidatorAttribute.cs" />\r
135     <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />\r
136     <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />\r
137     <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />\r
138     <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />\r
139     <Compile Include="System.Configuration\PropertyInformation.cs" />\r
140     <Compile Include="System.Configuration\PropertyInformationCollection.cs" />\r
141     <Compile Include="System.Configuration\PropertyValueOrigin.cs" />\r
142     <Compile Include="System.Configuration\ProtectedConfiguration.cs" />\r
143     <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />\r
144     <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />\r
145     <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />\r
146     <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />\r
147     <Compile Include="System.Configuration\ProviderSettings.cs" />\r
148     <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />\r
149     <Compile Include="System.Configuration\RegexStringValidator.cs" />\r
150     <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />\r
151     <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />\r
152     <Compile Include="System.Configuration\SectionGroupInfo.cs" />\r
153     <Compile Include="System.Configuration\SectionInfo.cs" />\r
154     <Compile Include="System.Configuration\SectionInformation.cs" />\r
155     <Compile Include="System.Configuration\StringValidator.cs" />\r
156     <Compile Include="System.Configuration\StringValidatorAttribute.cs" />\r
157     <Compile Include="System.Configuration\SubclassTypeValidator.cs" />\r
158     <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />\r
159     <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />\r
160     <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />\r
161     <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />\r
162     <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />\r
163     <Compile Include="System.Configuration\TimeSpanValidator.cs" />\r
164     <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />\r
165     <Compile Include="System.Configuration\TypeNameConverter.cs" />\r
166     <Compile Include="System.Configuration\ValidatorCallback.cs" />\r
167     <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" />\r  </ItemGroup>\r
168   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
169        Other similar extension points exist, see Microsoft.Common.targets.\r
170   <Target Name="BeforeBuild">\r
171   </Target>\r
172   <Target Name="AfterBuild">\r
173   </Target>\r
174   -->\r
175   <PropertyGroup>\r
176     <PreBuildEvent>\r
177 \r
178     </PreBuildEvent>\r
179     <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
180
181     </PostBuildEvent>
182     <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
183
184     </PostBuildEvent>\r
185   </PropertyGroup>\r
186   <ItemGroup>\r
187     <ProjectReference Include="..\corlib\corlib-net_2_0.csproj">\r
188       <Project>{5A00133C-6D08-48F7-A164-8B796CE6DB83}</Project>\r
189       <Name>corlib\corlib-net_2_0</Name>\r
190     </ProjectReference>\r
191     <ProjectReference Include="..\System\System-net_2_0-1.csproj">\r
192       <Project>{5A1ED72C-ADAB-4396-AB03-D0E26AA91E90}</Project>\r
193       <Name>System\System-net_2_0-1</Name>\r
194     </ProjectReference>\r
195     <ProjectReference Include="..\System.XML\System.Xml-net_2_0.csproj">\r
196       <Project>{E89F34AB-7AE2-41CA-B891-C8D1C9F02EB8}</Project>\r
197       <Name>System.XML\System.Xml-net_2_0</Name>\r
198     </ProjectReference>\r
199     <ProjectReference Include="..\System.Security\System.Security-net_2_0.csproj">\r
200       <Project>{879EA17D-67A5-44ED-B912-1BE4883356FE}</Project>\r
201       <Name>System.Security\System.Security-net_2_0</Name>\r
202     </ProjectReference>\r
203   </ItemGroup>\r
204   <ItemGroup>\r
205     <Folder Include="Properties\" />\r
206   </ItemGroup>\r
207 </Project>\r
208