Fix watchos tests for system.data (#6600)
[mono-project.git] / mcs / class / System.DirectoryServices.Protocols / System.DirectoryServices.Protocols-net_4_x.csproj
blob7719198d684baab2a4f9cb1d2f4d02f1f9d2e8e1
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>{EF08F249-31A1-4E62-8391-ECBA5227B686}</ProjectGuid>
10 <OutputType>Library</OutputType>
11 <NoWarn>1699</NoWarn>
12 <LangVersion>latest</LangVersion>
13 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
14 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">darwin</HostPlatform>
15 <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
16 <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
17 <IntermediateOutputPath>obj-net_4_x-$(HostPlatform)</IntermediateOutputPath>
18 <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
19 <NoStdLib>True</NoStdLib>
21 <NoConfig>True</NoConfig>
23 <AppDesignerFolder>Properties</AppDesignerFolder>
24 <RootNamespace>
25 </RootNamespace>
26 <AssemblyName>System.DirectoryServices.Protocols</AssemblyName>
27 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
28 <FileAlignment>512</FileAlignment>
29 <SignAssembly>true</SignAssembly>
30 <AssemblyOriginatorKeyFile>../msfinal.pub</AssemblyOriginatorKeyFile>
31 </PropertyGroup>
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33 <DebugSymbols>true</DebugSymbols>
34 <DebugType>full</DebugType>
35 <NoWarn>1699</NoWarn>
36 <Optimize>false</Optimize>
37 <DefineConstants>TRACE;NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
38 <ErrorReport>prompt</ErrorReport>
39 <WarningLevel>4</WarningLevel>
40 </PropertyGroup>
41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
42 <DebugType>pdbonly</DebugType>
43 <NoWarn>1699</NoWarn>
44 <Optimize>true</Optimize>
45 <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM;MULTIPLEX_OS</DefineConstants>
46 <ErrorReport>prompt</ErrorReport>
47 <WarningLevel>4</WarningLevel>
48 </PropertyGroup>
49 <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
50 Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
51 is a problem to compile the Mono mscorlib.dll -->
52 <PropertyGroup>
53 <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
54 </PropertyGroup>
55 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
56 <ItemGroup>
57 <Compile Include="..\..\build\common\Consts.cs" />
58 <Compile Include="..\..\build\common\Locale.cs" />
59 <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
60 <Compile Include="Assembly\AssemblyInfo.cs" />
61 <Compile Include="System.DirectoryServices.Protocols\AddRequest.cs" />
62 <Compile Include="System.DirectoryServices.Protocols\AddResponse.cs" />
63 <Compile Include="System.DirectoryServices.Protocols\AsqRequestControl.cs" />
64 <Compile Include="System.DirectoryServices.Protocols\AsqResponseControl.cs" />
65 <Compile Include="System.DirectoryServices.Protocols\AuthType.cs" />
66 <Compile Include="System.DirectoryServices.Protocols\BerConversionException.cs" />
67 <Compile Include="System.DirectoryServices.Protocols\BerConverter.cs" />
68 <Compile Include="System.DirectoryServices.Protocols\CompareRequest.cs" />
69 <Compile Include="System.DirectoryServices.Protocols\CompareResponse.cs" />
70 <Compile Include="System.DirectoryServices.Protocols\CrossDomainMoveControl.cs" />
71 <Compile Include="System.DirectoryServices.Protocols\DeleteRequest.cs" />
72 <Compile Include="System.DirectoryServices.Protocols\DeleteResponse.cs" />
73 <Compile Include="System.DirectoryServices.Protocols\DereferenceAlias.cs" />
74 <Compile Include="System.DirectoryServices.Protocols\DereferenceConnectionCallback.cs" />
75 <Compile Include="System.DirectoryServices.Protocols\DirectoryAttribute.cs" />
76 <Compile Include="System.DirectoryServices.Protocols\DirectoryAttributeCollection.cs" />
77 <Compile Include="System.DirectoryServices.Protocols\DirectoryAttributeModification.cs" />
78 <Compile Include="System.DirectoryServices.Protocols\DirectoryAttributeModificationCollection.cs" />
79 <Compile Include="System.DirectoryServices.Protocols\DirectoryAttributeOperation.cs" />
80 <Compile Include="System.DirectoryServices.Protocols\DirectoryConnection.cs" />
81 <Compile Include="System.DirectoryServices.Protocols\DirectoryControl.cs" />
82 <Compile Include="System.DirectoryServices.Protocols\DirectoryControlCollection.cs" />
83 <Compile Include="System.DirectoryServices.Protocols\DirectoryException.cs" />
84 <Compile Include="System.DirectoryServices.Protocols\DirectoryIdentifier.cs" />
85 <Compile Include="System.DirectoryServices.Protocols\DirectoryNotificationControl.cs" />
86 <Compile Include="System.DirectoryServices.Protocols\DirectoryOperation.cs" />
87 <Compile Include="System.DirectoryServices.Protocols\DirectoryOperationException.cs" />
88 <Compile Include="System.DirectoryServices.Protocols\DirectoryRequest.cs" />
89 <Compile Include="System.DirectoryServices.Protocols\DirectoryResponse.cs" />
90 <Compile Include="System.DirectoryServices.Protocols\DirectorySynchronizationOptions.cs" />
91 <Compile Include="System.DirectoryServices.Protocols\DirSyncRequestControl.cs" />
92 <Compile Include="System.DirectoryServices.Protocols\DirSyncResponseControl.cs" />
93 <Compile Include="System.DirectoryServices.Protocols\DomainScopeControl.cs" />
94 <Compile Include="System.DirectoryServices.Protocols\DsmlAuthRequest.cs" />
95 <Compile Include="System.DirectoryServices.Protocols\DsmlAuthResponse.cs" />
96 <Compile Include="System.DirectoryServices.Protocols\DsmlDirectoryIdentifier.cs" />
97 <Compile Include="System.DirectoryServices.Protocols\DsmlDocument.cs" />
98 <Compile Include="System.DirectoryServices.Protocols\DsmlDocumentProcessing.cs" />
99 <Compile Include="System.DirectoryServices.Protocols\DsmlErrorProcessing.cs" />
100 <Compile Include="System.DirectoryServices.Protocols\DsmlErrorResponse.cs" />
101 <Compile Include="System.DirectoryServices.Protocols\DsmlInvalidDocumentException.cs" />
102 <Compile Include="System.DirectoryServices.Protocols\DsmlRequestDocument.cs" />
103 <Compile Include="System.DirectoryServices.Protocols\DsmlResponseDocument.cs" />
104 <Compile Include="System.DirectoryServices.Protocols\DsmlResponseOrder.cs" />
105 <Compile Include="System.DirectoryServices.Protocols\DsmlSoapConnection.cs" />
106 <Compile Include="System.DirectoryServices.Protocols\DsmlSoapHttpConnection.cs" />
107 <Compile Include="System.DirectoryServices.Protocols\ErrorResponseCategory.cs" />
108 <Compile Include="System.DirectoryServices.Protocols\ErrorResponseException.cs" />
109 <Compile Include="System.DirectoryServices.Protocols\ExtendedDNControl.cs" />
110 <Compile Include="System.DirectoryServices.Protocols\ExtendedDNFlag.cs" />
111 <Compile Include="System.DirectoryServices.Protocols\ExtendedRequest.cs" />
112 <Compile Include="System.DirectoryServices.Protocols\ExtendedResponse.cs" />
113 <Compile Include="System.DirectoryServices.Protocols\LazyCommitControl.cs" />
114 <Compile Include="System.DirectoryServices.Protocols\LdapConnection.cs" />
115 <Compile Include="System.DirectoryServices.Protocols\LdapDirectoryIdentifier.cs" />
116 <Compile Include="System.DirectoryServices.Protocols\LdapException.cs" />
117 <Compile Include="System.DirectoryServices.Protocols\LdapSessionOptions.cs" />
118 <Compile Include="System.DirectoryServices.Protocols\LocatorFlags.cs" />
119 <Compile Include="System.DirectoryServices.Protocols\ModifyDNRequest.cs" />
120 <Compile Include="System.DirectoryServices.Protocols\ModifyDNResponse.cs" />
121 <Compile Include="System.DirectoryServices.Protocols\ModifyRequest.cs" />
122 <Compile Include="System.DirectoryServices.Protocols\ModifyResponse.cs" />
123 <Compile Include="System.DirectoryServices.Protocols\NotifyOfNewConnectionCallback.cs" />
124 <Compile Include="System.DirectoryServices.Protocols\PageResultRequestControl.cs" />
125 <Compile Include="System.DirectoryServices.Protocols\PageResultResponseControl.cs" />
126 <Compile Include="System.DirectoryServices.Protocols\PartialResultProcessing.cs" />
127 <Compile Include="System.DirectoryServices.Protocols\PartialResultsCollection.cs" />
128 <Compile Include="System.DirectoryServices.Protocols\PermissiveModifyControl.cs" />
129 <Compile Include="System.DirectoryServices.Protocols\QueryClientCertificateCallback.cs" />
130 <Compile Include="System.DirectoryServices.Protocols\QueryForConnectionCallback.cs" />
131 <Compile Include="System.DirectoryServices.Protocols\QuotaControl.cs" />
132 <Compile Include="System.DirectoryServices.Protocols\ReferralCallback.cs" />
133 <Compile Include="System.DirectoryServices.Protocols\ReferralChasingOptions.cs" />
134 <Compile Include="System.DirectoryServices.Protocols\ResultCode.cs" />
135 <Compile Include="System.DirectoryServices.Protocols\SearchOption.cs" />
136 <Compile Include="System.DirectoryServices.Protocols\SearchOptionsControl.cs" />
137 <Compile Include="System.DirectoryServices.Protocols\SearchRequest.cs" />
138 <Compile Include="System.DirectoryServices.Protocols\SearchResponse.cs" />
139 <Compile Include="System.DirectoryServices.Protocols\SearchResultAttributeCollection.cs" />
140 <Compile Include="System.DirectoryServices.Protocols\SearchResultEntry.cs" />
141 <Compile Include="System.DirectoryServices.Protocols\SearchResultEntryCollection.cs" />
142 <Compile Include="System.DirectoryServices.Protocols\SearchResultReference.cs" />
143 <Compile Include="System.DirectoryServices.Protocols\SearchResultReferenceCollection.cs" />
144 <Compile Include="System.DirectoryServices.Protocols\SearchScope.cs" />
145 <Compile Include="System.DirectoryServices.Protocols\SecurityDescriptorFlagControl.cs" />
146 <Compile Include="System.DirectoryServices.Protocols\SecurityMasks.cs" />
147 <Compile Include="System.DirectoryServices.Protocols\SecurityPackageContextConnectionInformation.cs" />
148 <Compile Include="System.DirectoryServices.Protocols\SecurityProtocol.cs" />
149 <Compile Include="System.DirectoryServices.Protocols\ShowDeletedControl.cs" />
150 <Compile Include="System.DirectoryServices.Protocols\SortKey.cs" />
151 <Compile Include="System.DirectoryServices.Protocols\SortRequestControl.cs" />
152 <Compile Include="System.DirectoryServices.Protocols\SortResponseControl.cs" />
153 <Compile Include="System.DirectoryServices.Protocols\TlsOperationException.cs" />
154 <Compile Include="System.DirectoryServices.Protocols\TreeDeleteControl.cs" />
155 <Compile Include="System.DirectoryServices.Protocols\VerifyNameControl.cs" />
156 <Compile Include="System.DirectoryServices.Protocols\VerifyServerCertificateCallback.cs" />
157 <Compile Include="System.DirectoryServices.Protocols\VlvRequestControl.cs" />
158 <Compile Include="System.DirectoryServices.Protocols\VlvResponseControl.cs" /> </ItemGroup>
159 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
160 Other similar extension points exist, see Microsoft.Common.targets.
161 <Target Name="BeforeBuild">
162 </Target>
163 <Target Name="AfterBuild">
164 </Target>
166 <PropertyGroup>
167 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
169 </PreBuildEvent>
170 <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
172 </PreBuildEvent>
173 <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
175 </PostBuildEvent>
176 <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
178 </PostBuildEvent>
179 </PropertyGroup>
180 <ItemGroup>
181 <ProjectReference Include="../corlib/corlib-net_4_x.csproj">
182 <Project>{2CA6026B-2DC8-4C4C-A12C-1E8234049DB7}</Project>
183 <Name>corlib-net_4_x</Name>
184 </ProjectReference>
185 <ProjectReference Include="../System/System-net_4_x.csproj">
186 <Project>{2762E921-91A8-4C87-91E9-BA628013F753}</Project>
187 <Name>System-net_4_x</Name>
188 </ProjectReference>
189 <ProjectReference Include="../System.DirectoryServices/System.DirectoryServices-net_4_x.csproj">
190 <Project>{CC4F3F73-E0A6-49EE-8F7D-BD8B9F293A72}</Project>
191 <Name>System.DirectoryServices-net_4_x</Name>
192 </ProjectReference>
193 <ProjectReference Include="../System.XML/System.Xml-net_4_x.csproj">
194 <Project>{87FD2F0F-5222-4AE6-BD63-2D4975E11E5B}</Project>
195 <Name>System.Xml-net_4_x</Name>
196 </ProjectReference>
197 </ItemGroup>
198 <ItemGroup>
199 <Folder Include="Properties\" />
200 </ItemGroup>
201 </Project>