[msvc] Update csproj files (#4846)
[mono-project.git] / mcs / class / System.Configuration / System.Configuration-net_4_x.csproj
blob1493011fb73a5731ed651efcb394c05722c9a654
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- WARNING: this file is autogenerated, don't modify it. Edit the .sources file of the corresponding assembly instead if you want to add/remove C# source files. -->
3 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <PropertyGroup>
5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7 <ProductVersion>9.0.30729</ProductVersion>
8 <SchemaVersion>2.0</SchemaVersion>
9 <ProjectGuid>{D5CDC09C-F19A-4811-A6C8-70F51CBFB644}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699,618</NoWarn>
12 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
15 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
16 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
17 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
18 <NoStdLib>True</NoStdLib>
20 <NoConfig>True</NoConfig>
22 <AppDesignerFolder>Properties</AppDesignerFolder>
23 <RootNamespace>
24 </RootNamespace>
25 <AssemblyName>System.Configuration</AssemblyName>
26 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
27 <FileAlignment>512</FileAlignment>
28 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
31 <DebugSymbols>true</DebugSymbols>
32 <DebugType>full</DebugType>
33 <NoWarn>1699,618</NoWarn>
34 <Optimize>false</Optimize>
35 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
36 <ErrorReport>prompt</ErrorReport>
37 <WarningLevel>4</WarningLevel>
38 </PropertyGroup>
39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
40 <DebugType>pdbonly</DebugType>
41 <NoWarn>1699,618</NoWarn>
42 <Optimize>true</Optimize>
43 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
44 <ErrorReport>prompt</ErrorReport>
45 <WarningLevel>4</WarningLevel>
46 </PropertyGroup>
47 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
48 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
49 is a problem to compile the Mono mscorlib.dll -->
50 <PropertyGroup>
51 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
52 </PropertyGroup>
53 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
54 <ItemGroup>
55 <Compile Include="..\..\build\common\Consts.cs" />
56 <Compile Include="..\..\build\common\Locale.cs" />
57 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
58 <Compile Include="Assembly\AssemblyInfo.cs" />
59 <Compile Include="System.Configuration.Internal\DelegatingConfigHost.cs" />
60 <Compile Include="System.Configuration.Internal\IConfigErrorInfo.cs" />
61 <Compile Include="System.Configuration.Internal\IConfigSystem.cs" />
62 <Compile Include="System.Configuration.Internal\IConfigurationManagerHelper.cs" />
63 <Compile Include="System.Configuration.Internal\IConfigurationManagerInternal.cs" />
64 <Compile Include="System.Configuration.Internal\IInternalConfigClientHost.cs" />
65 <Compile Include="System.Configuration.Internal\IInternalConfigConfigurationFactory.cs" />
66 <Compile Include="System.Configuration.Internal\IInternalConfigHost.cs" />
67 <Compile Include="System.Configuration.Internal\IInternalConfigRecord.cs" />
68 <Compile Include="System.Configuration.Internal\IInternalConfigRoot.cs" />
69 <Compile Include="System.Configuration.Internal\IInternalConfigSettingsFactory.cs" />
70 <Compile Include="System.Configuration.Internal\IInternalConfigSystem.cs" />
71 <Compile Include="System.Configuration.Internal\InternalConfigEventArgs.cs" />
72 <Compile Include="System.Configuration.Internal\InternalConfigEventHandler.cs" />
73 <Compile Include="System.Configuration.Internal\StreamChangeCallback.cs" />
74 <Compile Include="System.Configuration.Provider\ProviderBase.cs" />
75 <Compile Include="System.Configuration.Provider\ProviderCollection.cs" />
76 <Compile Include="System.Configuration.Provider\ProviderException.cs" />
77 <Compile Include="System.Configuration\AppSettingsSection.cs" />
78 <Compile Include="System.Configuration\CallbackValidator.cs" />
79 <Compile Include="System.Configuration\CallbackValidatorAttribute.cs" />
80 <Compile Include="System.Configuration\ClientConfigurationSystem.cs" />
81 <Compile Include="System.Configuration\CommaDelimitedStringCollection.cs" />
82 <Compile Include="System.Configuration\CommaDelimitedStringCollectionConverter.cs" />
83 <Compile Include="System.Configuration\ConfigHelper.cs" />
84 <Compile Include="System.Configuration\ConfigInfo.cs" />
85 <Compile Include="System.Configuration\Configuration.cs" />
86 <Compile Include="System.Configuration\ConfigurationAllowDefinition.cs" />
87 <Compile Include="System.Configuration\ConfigurationAllowExeDefinition.cs" />
88 <Compile Include="System.Configuration\ConfigurationCollectionAttribute.cs" />
89 <Compile Include="System.Configuration\ConfigurationConverterBase.cs" />
90 <Compile Include="System.Configuration\ConfigurationElement.cs" />
91 <Compile Include="System.Configuration\ConfigurationElementCollection.cs" />
92 <Compile Include="System.Configuration\ConfigurationElementCollectionType.cs" />
93 <Compile Include="System.Configuration\ConfigurationElementProperty.cs" />
94 <Compile Include="System.Configuration\ConfigurationErrorsException.cs" />
95 <Compile Include="System.Configuration\ConfigurationFileMap.cs" />
96 <Compile Include="System.Configuration\ConfigurationLocation.cs" />
97 <Compile Include="System.Configuration\ConfigurationLocationCollection.cs" />
98 <Compile Include="System.Configuration\ConfigurationLockCollection.cs" />
99 <Compile Include="System.Configuration\ConfigurationManager.cs" />
100 <Compile Include="System.Configuration\ConfigurationPermission.cs" />
101 <Compile Include="System.Configuration\ConfigurationPermissionAttribute.cs" />
102 <Compile Include="System.Configuration\ConfigurationProperty.cs" />
103 <Compile Include="System.Configuration\ConfigurationPropertyAttribute.cs" />
104 <Compile Include="System.Configuration\ConfigurationPropertyCollection.cs" />
105 <Compile Include="System.Configuration\ConfigurationPropertyOptions.cs" />
106 <Compile Include="System.Configuration\ConfigurationRemoveElement.cs" />
107 <Compile Include="System.Configuration\ConfigurationSaveEventArgs.cs" />
108 <Compile Include="System.Configuration\ConfigurationSaveEventHandler.cs" />
109 <Compile Include="System.Configuration\ConfigurationSaveMode.cs" />
110 <Compile Include="System.Configuration\ConfigurationSection.cs" />
111 <Compile Include="System.Configuration\ConfigurationSectionCollection.cs" />
112 <Compile Include="System.Configuration\ConfigurationSectionGroup.cs" />
113 <Compile Include="System.Configuration\ConfigurationSectionGroupCollection.cs" />
114 <Compile Include="System.Configuration\ConfigurationUserLevel.cs" />
115 <Compile Include="System.Configuration\ConfigurationValidatorAttribute.cs" />
116 <Compile Include="System.Configuration\ConfigurationValidatorBase.cs" />
117 <Compile Include="System.Configuration\ConfigXmlTextReader.cs" />
118 <Compile Include="System.Configuration\ConnectionStringSettings.cs" />
119 <Compile Include="System.Configuration\ConnectionStringSettingsCollection.cs" />
120 <Compile Include="System.Configuration\ConnectionStringsSection.cs" />
121 <Compile Include="System.Configuration\ContextInformation.cs" />
122 <Compile Include="System.Configuration\DefaultSection.cs" />
123 <Compile Include="System.Configuration\DefaultValidator.cs" />
124 <Compile Include="System.Configuration\DpapiProtectedConfigurationProvider.cs" />
125 <Compile Include="System.Configuration\ElementInformation.cs" />
126 <Compile Include="System.Configuration\ExeConfigurationFileMap.cs" />
127 <Compile Include="System.Configuration\ExeContext.cs" />
128 <Compile Include="System.Configuration\GenericEnumConverter.cs" />
129 <Compile Include="System.Configuration\IConfigXmlNode.cs" />
130 <Compile Include="System.Configuration\IgnoreSection.cs" />
131 <Compile Include="System.Configuration\InfiniteIntConverter.cs" />
132 <Compile Include="System.Configuration\InfiniteTimeSpanConverter.cs" />
133 <Compile Include="System.Configuration\IntegerValidator.cs" />
134 <Compile Include="System.Configuration\IntegerValidatorAttribute.cs" />
135 <Compile Include="System.Configuration\InternalConfigurationFactory.cs" />
136 <Compile Include="System.Configuration\InternalConfigurationHost.cs" />
137 <Compile Include="System.Configuration\InternalConfigurationRoot.cs" />
138 <Compile Include="System.Configuration\KeyValueConfigurationCollection.cs" />
139 <Compile Include="System.Configuration\KeyValueConfigurationElement.cs" />
140 <Compile Include="System.Configuration\KeyValueInternalCollection.cs" />
141 <Compile Include="System.Configuration\LongValidator.cs" />
142 <Compile Include="System.Configuration\LongValidatorAttribute.cs" />
143 <Compile Include="System.Configuration\NameValueConfigurationCollection.cs" />
144 <Compile Include="System.Configuration\NameValueConfigurationElement.cs" />
145 <Compile Include="System.Configuration\PositiveTimeSpanValidator.cs" />
146 <Compile Include="System.Configuration\PositiveTimeSpanValidatorAttribute.cs" />
147 <Compile Include="System.Configuration\PropertyInformation.cs" />
148 <Compile Include="System.Configuration\PropertyInformationCollection.cs" />
149 <Compile Include="System.Configuration\PropertyValueOrigin.cs" />
150 <Compile Include="System.Configuration\ProtectedConfiguration.cs" />
151 <Compile Include="System.Configuration\ProtectedConfigurationProvider.cs" />
152 <Compile Include="System.Configuration\ProtectedConfigurationProviderCollection.cs" />
153 <Compile Include="System.Configuration\ProtectedConfigurationSection.cs" />
154 <Compile Include="System.Configuration\ProtectedProviderSettings.cs" />
155 <Compile Include="System.Configuration\ProviderSettings.cs" />
156 <Compile Include="System.Configuration\ProviderSettingsCollection.cs" />
157 <Compile Include="System.Configuration\RegexStringValidator.cs" />
158 <Compile Include="System.Configuration\RegexStringValidatorAttribute.cs" />
159 <Compile Include="System.Configuration\RsaProtectedConfigurationProvider.cs" />
160 <Compile Include="System.Configuration\SectionGroupInfo.cs" />
161 <Compile Include="System.Configuration\SectionInfo.cs" />
162 <Compile Include="System.Configuration\SectionInformation.cs" />
163 <Compile Include="System.Configuration\StringValidator.cs" />
164 <Compile Include="System.Configuration\StringValidatorAttribute.cs" />
165 <Compile Include="System.Configuration\SubclassTypeValidator.cs" />
166 <Compile Include="System.Configuration\SubclassTypeValidatorAttribute.cs" />
167 <Compile Include="System.Configuration\TimeSpanMinutesConverter.cs" />
168 <Compile Include="System.Configuration\TimeSpanMinutesOrInfiniteConverter.cs" />
169 <Compile Include="System.Configuration\TimeSpanSecondsConverter.cs" />
170 <Compile Include="System.Configuration\TimeSpanSecondsOrInfiniteConverter.cs" />
171 <Compile Include="System.Configuration\TimeSpanValidator.cs" />
172 <Compile Include="System.Configuration\TimeSpanValidatorAttribute.cs" />
173 <Compile Include="System.Configuration\TypeNameConverter.cs" />
174 <Compile Include="System.Configuration\ValidatorCallback.cs" />
175 <Compile Include="System.Configuration\WhiteSpaceTrimStringConverter.cs" /> </ItemGroup>
176 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
177 Other similar extension points exist, see Microsoft.Common.targets.
178 <Target Name="BeforeBuild">
179 </Target>
180 <Target Name="AfterBuild">
181 </Target>
183 <PropertyGroup>
184 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
186 </PreBuildEvent>
187 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
189 </PreBuildEvent>
190 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
192 </PostBuildEvent>
193 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
195 </PostBuildEvent>
196 </PropertyGroup>
197 <ItemGroup>
198 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
199 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
200 <Name>corlib-net_4_x</Name>
201 </ProjectReference>
202 <ProjectReference Include="../System/System-secxml-net_4_x.csproj">
203 <Project>{19954F80-065E-4D46-8FEF-62BA4D6CFDAD}</Project>
204 <Name>System-secxml-net_4_x</Name>
205 </ProjectReference>
206 <ProjectReference Include="../System.XML/System.Xml-bare-net_4_x.csproj">
207 <Project>{A5216031-11A3-44DD-B2FF-A14AE63BD0C3}</Project>
208 <Name>System.Xml-bare-net_4_x</Name>
209 </ProjectReference>
210 <ProjectReference Include="../System.Security/System.Security-net_4_x.csproj">
211 <Project>{3ED36717-A9D1-4289-8949-9B7F39766DEB}</Project>
212 <Name>System.Security-net_4_x</Name>
213 </ProjectReference>
214 </ItemGroup>
215 <ItemGroup>
216 <Folder Include="Properties\" />
217 </ItemGroup>
218 </Project>