bring back CodeContracts to mobile profiles.
[mono-project.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap-net_4_5.csproj
blob0df5a4616a18ea3463cbdeb9d676fa6b5cc8d005
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <PropertyGroup>
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <NoWarn>1699,612</NoWarn>
11 <OutputPath>./../../class/lib/net_4_5</OutputPath>
12 <NoStdLib>true</NoStdLib>
14 <AppDesignerFolder>Properties</AppDesignerFolder>
15 <RootNamespace></RootNamespace>
16 <AssemblyName>Novell.Directory.Ldap</AssemblyName>
17 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
18 <FileAlignment>512</FileAlignment>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <NoWarn>1699,612</NoWarn>
24 <Optimize>false</Optimize>
25 <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <NoWarn>1699,612</NoWarn>
33 <Optimize>true</Optimize>
34 <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
38 </PropertyGroup>
39 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
40 <ItemGroup>
41 <Compile Include="Novell.Directory.Ldap\AssemblyInfo.cs" />
42 <Compile Include="..\..\build\common\Consts.cs.in" />
43 <Compile Include="Novell.Directory.Ldap\SupportClass.cs" />
44 <Compile Include="Novell.Directory.Ldap.Utilclass\Base64.cs" />
45 <Compile Include="Novell.Directory.Ldap.Utilclass\DN.cs" />
46 <Compile Include="Novell.Directory.Ldap.Utilclass\RDN.cs" />
47 <Compile Include="Novell.Directory.Ldap.Utilclass\RespExtensionSet.cs" />
48 <Compile Include="Novell.Directory.Ldap.Utilclass\BindProperties.cs" />
49 <Compile Include="Novell.Directory.Ldap.Utilclass\ReferralInfo.cs" />
50 <Compile Include="Novell.Directory.Ldap.Utilclass\ArrayEnumeration.cs" />
51 <Compile Include="Novell.Directory.Ldap.Utilclass\AttributeQualifier.cs" />
52 <Compile Include="Novell.Directory.Ldap.Utilclass\EnumeratedIterator.cs" />
53 <Compile Include="Novell.Directory.Ldap.Utilclass\ResultCodeMessages.cs" />
54 <Compile Include="Novell.Directory.Ldap.Utilclass\ResourcesHandler.cs" />
55 <Compile Include="Novell.Directory.Ldap.Utilclass\ExceptionMessages.cs" />
56 <Compile Include="Novell.Directory.Ldap.Utilclass\RespControlVector.cs" />
57 <Compile Include="Novell.Directory.Ldap.Utilclass\ExtResponseFactory.cs" />
58 <Compile Include="Novell.Directory.Ldap.Utilclass\TokenTypes.cs" />
59 <Compile Include="Novell.Directory.Ldap.Utilclass\CharacterTypes.cs" />
60 <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaTokenCreator.cs" />
61 <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaParser.cs" />
62 <Compile Include="Novell.Directory.Ldap.Utilclass\IntermediateResponseFactory.cs" />
63 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Boolean.cs" />
64 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Choice.cs" />
65 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Encoder.cs" />
66 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Decoder.cs" />
67 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Enumerated.cs" />
68 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Identifier.cs" />
69 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Integer.cs" />
70 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Null.cs" />
71 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Length.cs" />
72 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Sequence.cs" />
73 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Set.cs" />
74 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SequenceOf.cs" />
75 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SetOf.cs" />
76 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Structured.cs" />
77 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Tagged.cs" />
78 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Numeric.cs" />
79 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Object.cs" />
80 <Compile Include="Novell.Directory.Ldap.Asn1\Asn1OctetString.cs" />
81 <Compile Include="Novell.Directory.Ldap.Asn1\LBERDecoder.cs" />
82 <Compile Include="Novell.Directory.Ldap.Asn1\LBEREncoder.cs" />
83 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRelativeLdapDN.cs" />
84 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNRequest.cs" />
85 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNResponse.cs" />
86 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyResponse.cs" />
87 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyRequest.cs" />
88 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareRequest.cs" />
89 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareResponse.cs" />
90 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddRequest.cs" />
91 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddResponse.cs" />
92 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescriptionList.cs" />
93 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValue.cs" />
94 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeTypeAndValues.cs" />
95 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeList.cs" />
96 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleId.cs" />
97 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelRequest.cs" />
98 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelResponse.cs" />
99 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleAssertion.cs" />
100 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSubstringFilter.cs" />
101 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescription.cs" />
102 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValueAssertion.cs" />
103 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAssertionValue.cs" />
104 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSaslCredentials.cs" />
105 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAbandonRequest.cs" />
106 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAuthenticationChoice.cs" />
107 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcFilter.cs" />
108 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapString.cs" />
109 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapSuperDN.cs" />
110 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapOID.cs" />
111 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapDN.cs" />
112 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMessageID.cs" />
113 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRequest.cs" />
114 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchRequest.cs" />
115 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcReferral.cs" />
116 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapResult.cs" />
117 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcResponse.cs" />
118 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultEntry.cs" />
119 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultDone.cs" />
120 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultReference.cs" />
121 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindRequest.cs" />
122 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindResponse.cs" />
123 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControl.cs" />
124 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControls.cs" />
125 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapMessage.cs" />
126 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcUnbindRequest.cs" />
127 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedRequest.cs" />
128 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedResponse.cs" />
129 <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcIntermediateResponse.cs" />
130 <Compile Include="Novell.Directory.Ldap\AuthenticationTypes.cs" />
131 <Compile Include="Novell.Directory.Ldap\LdapConnection.cs" />
132 <Compile Include="Novell.Directory.Ldap\LdapAuthHandler.cs" />
133 <Compile Include="Novell.Directory.Ldap\LdapBindHandler.cs" />
134 <Compile Include="Novell.Directory.Ldap\LdapAuthProvider.cs" />
135 <Compile Include="Novell.Directory.Ldap\LdapModifyRequest.cs" />
136 <Compile Include="Novell.Directory.Ldap\LdapModifyDNRequest.cs" />
137 <Compile Include="Novell.Directory.Ldap\LdapCompareAttrNames.cs" />
138 <Compile Include="Novell.Directory.Ldap\LdapCompareRequest.cs" />
139 <Compile Include="Novell.Directory.Ldap\LdapModification.cs" />
140 <Compile Include="Novell.Directory.Ldap\LdapAddRequest.cs" />
141 <Compile Include="Novell.Directory.Ldap\LdapDSConstants.cs" />
142 <Compile Include="Novell.Directory.Ldap\LdapResponseQueue.cs" />
143 <Compile Include="Novell.Directory.Ldap\LdapDeleteRequest.cs" />
144 <Compile Include="Novell.Directory.Ldap\LdapLocalException.cs" />
145 <Compile Include="Novell.Directory.Ldap\LdapSearchRequest.cs" />
146 <Compile Include="Novell.Directory.Ldap\LdapSearchQueue.cs" />
147 <Compile Include="Novell.Directory.Ldap\LdapAbandonRequest.cs" />
148 <Compile Include="Novell.Directory.Ldap\LdapBindRequest.cs" />
149 <Compile Include="Novell.Directory.Ldap\LdapSearchConstraints.cs" />
150 <Compile Include="Novell.Directory.Ldap\LdapReferralHandler.cs" />
151 <Compile Include="Novell.Directory.Ldap\LdapReferralException.cs" />
152 <Compile Include="Novell.Directory.Ldap\LdapUnsolicitedNotificationListener.cs" />
153 <Compile Include="Novell.Directory.Ldap\LdapConstraints.cs" />
154 <Compile Include="Novell.Directory.Ldap\LdapExtendedOperation.cs" />
155 <Compile Include="Novell.Directory.Ldap\LdapExtendedRequest.cs" />
156 <Compile Include="Novell.Directory.Ldap\LdapExtendedResponse.cs" />
157 <Compile Include="Novell.Directory.Ldap\InterThreadException.cs" />
158 <Compile Include="Novell.Directory.Ldap\MessageVector.cs" />
159 <Compile Include="Novell.Directory.Ldap\LdapResponse.cs" />
160 <Compile Include="Novell.Directory.Ldap\LdapUnbindRequest.cs" />
161 <Compile Include="Novell.Directory.Ldap\Connection.cs" />
162 <Compile Include="Novell.Directory.Ldap\Message.cs" />
163 <Compile Include="Novell.Directory.Ldap\LdapDN.cs" />
164 <Compile Include="Novell.Directory.Ldap\LdapEntry.cs" />
165 <Compile Include="Novell.Directory.Ldap\LdapAttribute.cs" />
166 <Compile Include="Novell.Directory.Ldap\LdapAttributeSet.cs" />
167 <Compile Include="Novell.Directory.Ldap\LdapSearchResult.cs" />
168 <Compile Include="Novell.Directory.Ldap\LdapSearchResults.cs" />
169 <Compile Include="Novell.Directory.Ldap\LdapSearchResultReference.cs" />
170 <Compile Include="Novell.Directory.Ldap\LdapMessageQueue.cs" />
171 <Compile Include="Novell.Directory.Ldap\MessageAgent.cs" />
172 <Compile Include="Novell.Directory.Ldap\LdapUrl.cs" />
173 <Compile Include="Novell.Directory.Ldap\LdapSchema.cs" />
174 <Compile Include="Novell.Directory.Ldap\LdapObjectClassSchema.cs" />
175 <Compile Include="Novell.Directory.Ldap\LdapDITStructureRuleSchema.cs" />
176 <Compile Include="Novell.Directory.Ldap\LdapDITContentRuleSchema.cs" />
177 <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleSchema.cs" />
178 <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleUseSchema.cs" />
179 <Compile Include="Novell.Directory.Ldap\LdapSyntaxSchema.cs" />
180 <Compile Include="Novell.Directory.Ldap\LdapAttributeSchema.cs" />
181 <Compile Include="Novell.Directory.Ldap\LdapSchemaElement.cs" />
182 <Compile Include="Novell.Directory.Ldap\LdapNameFormSchema.cs" />
183 <Compile Include="Novell.Directory.Ldap\LdapControl.cs" />
184 <Compile Include="Novell.Directory.Ldap\LdapException.cs" />
185 <Compile Include="Novell.Directory.Ldap\LdapMessage.cs" />
186 <Compile Include="Novell.Directory.Ldap\LdapIntermediateResponse.cs" />
187 <Compile Include="Novell.Directory.Ldap.Extensions\AbortPartitionOperationRequest.cs" />
188 <Compile Include="Novell.Directory.Ldap.Extensions\AddReplicaRequest.cs" />
189 <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountRequest.cs" />
190 <Compile Include="Novell.Directory.Ldap.Extensions\ChangeReplicaTypeRequest.cs" />
191 <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountResponse.cs" />
192 <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNRequest.cs" />
193 <Compile Include="Novell.Directory.Ldap.Extensions\PartitionSyncRequest.cs" />
194 <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNResponse.cs" />
195 <Compile Include="Novell.Directory.Ldap.Extensions\ReceiveAllUpdatesRequest.cs" />
196 <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesRequest.cs" />
197 <Compile Include="Novell.Directory.Ldap.Extensions\RefreshLdapServerRequest.cs" />
198 <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesResponse.cs" />
199 <Compile Include="Novell.Directory.Ldap.Extensions\RemoveOrphanPartitionRequest.cs" />
200 <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoRequest.cs" />
201 <Compile Include="Novell.Directory.Ldap.Extensions\RemoveReplicaRequest.cs" />
202 <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoResponse.cs" />
203 <Compile Include="Novell.Directory.Ldap.Extensions\ReplicationConstants.cs" />
204 <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterRequest.cs" />
205 <Compile Include="Novell.Directory.Ldap.Extensions\SchemaSyncRequest.cs" />
206 <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterResponse.cs" />
207 <Compile Include="Novell.Directory.Ldap.Extensions\SendAllUpdatesRequest.cs" />
208 <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasRequest.cs" />
209 <Compile Include="Novell.Directory.Ldap.Extensions\SetReplicationFilterRequest.cs" />
210 <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasResponse.cs" />
211 <Compile Include="Novell.Directory.Ldap.Extensions\SplitOrphanPartitionRequest.cs" />
212 <Compile Include="Novell.Directory.Ldap.Extensions\MergePartitionsRequest.cs" />
213 <Compile Include="Novell.Directory.Ldap.Extensions\SplitPartitionRequest.cs" />
214 <Compile Include="Novell.Directory.Ldap.Extensions\NamingContextConstants.cs" />
215 <Compile Include="Novell.Directory.Ldap.Extensions\TriggerBackgroundProcessRequest.cs" />
216 <Compile Include="Novell.Directory.Ldap.Extensions\BackupRestoreConstants.cs" />
217 <Compile Include="Novell.Directory.Ldap.Extensions\LdapBackupRequest.cs" />
218 <Compile Include="Novell.Directory.Ldap.Extensions\LdapBackupResponse.cs" />
219 <Compile Include="Novell.Directory.Ldap.Extensions\LdapRestoreRequest.cs" />
220 <Compile Include="Novell.Directory.Ldap.Controls\LdapEntryChangeControl.cs" />
221 <Compile Include="Novell.Directory.Ldap.Controls\LdapPersistSearchControl.cs" />
222 <Compile Include="Novell.Directory.Ldap.Controls\LdapSortControl.cs" />
223 <Compile Include="Novell.Directory.Ldap.Controls\LdapSortKey.cs" />
224 <Compile Include="Novell.Directory.Ldap.Controls\LdapSortResponse.cs" />
225 <Compile Include="Novell.Directory.Ldap.Controls\LdapVirtualListControl.cs" />
226 <Compile Include="Novell.Directory.Ldap.Controls\LdapVirtualListResponse.cs" />
227 <Compile Include="Novell.Directory.Ldap.Events\LdapEventConstants.cs" />
228 <Compile Include="Novell.Directory.Ldap.Events\BaseEventArgs.cs" />
229 <Compile Include="Novell.Directory.Ldap.Events\DirectoryExceptionEventArgs.cs" />
230 <Compile Include="Novell.Directory.Ldap.Events\DirectoryEventArgs.cs" />
231 <Compile Include="Novell.Directory.Ldap.Events\LdapEventArgs.cs" />
232 <Compile Include="Novell.Directory.Ldap.Events\LdapEventSource.cs" />
233 <Compile Include="Novell.Directory.Ldap.Events\SearchResultEventArgs.cs" />
234 <Compile Include="Novell.Directory.Ldap.Events\SearchReferralEventArgs.cs" />
235 <Compile Include="Novell.Directory.Ldap.Events\PSearchEventSource.cs" />
236 <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventConstants.cs" />
237 <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventArgs.cs" />
238 <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSpecifier.cs" />
239 <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventIntermediateResponse.cs" />
240 <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventResponse.cs" />
241 <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventRequest.cs" />
242 <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSource.cs" />
243 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BaseEdirEventData.cs" />
244 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DSETimeStamp.cs" />
245 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\EntryEventData.cs" />
246 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ValueEventData.cs" />
247 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ReferralAddress.cs" />
248 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugParameter.cs" />
249 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugEventData.cs" />
250 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\GeneralDSEventData.cs" />
251 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BinderyObjectEventData.cs" />
252 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\SecurityEquivalenceEventData.cs" />
253 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ModuleStateEventData.cs" />
254 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\NetworkAddressEventData.cs" />
255 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ConnectionStateEventData.cs" />
256 <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ChangeAddressEventData.cs" />
258 </ItemGroup>
259 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
260 Other similar extension points exist, see Microsoft.Common.targets.
261 <Target Name="BeforeBuild">
262 </Target>
263 <Target Name="AfterBuild">
264 </Target>
266 <PropertyGroup>
267 <PreBuildEvent></PreBuildEvent>
268 </PropertyGroup>
269 <ItemGroup>
270 <Reference Include="mscorlib.dll">
271 <SpecificVersion>False</SpecificVersion>
272 <HintPath>mscorlib.dll</HintPath>
273 </Reference>
274 <Reference Include="mscorlib.dll">
275 <SpecificVersion>False</SpecificVersion>
276 <HintPath>mscorlib.dll</HintPath>
277 </Reference>
278 <Reference Include="System.dll">
279 <SpecificVersion>False</SpecificVersion>
280 <HintPath>System.dll</HintPath>
281 </Reference>
282 <Reference Include="Mono.Security.dll">
283 <SpecificVersion>False</SpecificVersion>
284 <HintPath>Mono.Security.dll</HintPath>
285 </Reference>
287 </ItemGroup>
288 <ItemGroup>
289 <Folder Include="Properties\" />
290 </ItemGroup>
291 <ItemGroup>
292 <EmbeddedResource Include="Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources">
293 <LogicalName>ResultCodeMessages.resources</LogicalName>
294 </EmbeddedResource>
295 </ItemGroup>
297 </Project>