Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-03-05 23:51:35 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-06 10:34:01 +0300
commitb31a445e85523a9a41b0975203f7ccd1d6f185a8 (patch)
tree3fa9a395ceb204eb33a8abfd235b4c5e7b877633 /mcs/class/Novell.Directory.Ldap
parenteb3f7312bd4da3e6ca1e072c06fcb3f1338ad974 (diff)
[gitattributes] Do CRLF normalization on sln/proj files
They can be used with native line endings. We now have a shared folder with the dotnet repos and they have CRLF normalization enabled. This difference leads to conflicts while applying changes from the dotnet repos to mono.
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj586
1 files changed, 293 insertions, 293 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj
index c356b9116f2..d1342e305d9 100644
--- a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap.csproj
@@ -1,294 +1,294 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- 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. -->
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
- <ProjectGuid>{373D6B6E-485C-405E-BD6A-8AA5A5C3160F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,612</NoWarn>
- <LangVersion>latest</LangVersion>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
- <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
- <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
- <AssemblyName>Novell.Directory.Ldap</AssemblyName>
- <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
- <SignAssembly>true</SignAssembly>
- <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
- Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
- is a problem to compile the Mono mscorlib.dll -->
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
- <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
- <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
- </PropertyGroup>
- <!-- @ALL_PROFILE_PROPERTIES@ -->
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
- <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- @BUILT_SOURCES@ -->
- <!--Common files-->
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Boolean.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Choice.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Decoder.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Encoder.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Enumerated.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Identifier.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Integer.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Length.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Null.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Numeric.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Object.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1OctetString.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Sequence.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SequenceOf.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Set.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SetOf.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Structured.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Tagged.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\LBERDecoder.cs" />
- <Compile Include="Novell.Directory.Ldap.Asn1\LBEREncoder.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapEntryChangeControl.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapPersistSearchControl.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapSortControl.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapSortKey.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapSortResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapVirtualListControl.cs" />
- <Compile Include="Novell.Directory.Ldap.Controls\LdapVirtualListResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BaseEdirEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BinderyObjectEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ChangeAddressEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ConnectionStateEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DSETimeStamp.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugParameter.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\EntryEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\GeneralDSEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ModuleStateEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\NetworkAddressEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ReferralAddress.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\SecurityEquivalenceEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ValueEventData.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventConstants.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventIntermediateResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSource.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSpecifier.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\BaseEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\DirectoryEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\DirectoryExceptionEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\LdapEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\LdapEventConstants.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\LdapEventSource.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\PSearchEventSource.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\SearchReferralEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Events\SearchResultEventArgs.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\AbortPartitionOperationRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\AddReplicaRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\BackupRestoreConstants.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\ChangeReplicaTypeRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\LdapBackupRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\LdapBackupResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\LdapRestoreRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\MergePartitionsRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\NamingContextConstants.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\PartitionSyncRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\ReceiveAllUpdatesRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\RefreshLdapServerRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\RemoveOrphanPartitionRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\RemoveReplicaRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\ReplicationConstants.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\SchemaSyncRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\SendAllUpdatesRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\SetReplicationFilterRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\SplitOrphanPartitionRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\SplitPartitionRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Extensions\TriggerBackgroundProcessRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAbandonRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAssertionValue.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescription.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescriptionList.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeList.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeTypeAndValues.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValue.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValueAssertion.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAuthenticationChoice.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControl.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControls.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcFilter.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcIntermediateResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapDN.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapMessage.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapOID.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapResult.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapString.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapSuperDN.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleAssertion.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleId.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMessageID.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcReferral.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRelativeLdapDN.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcResponse.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSaslCredentials.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultDone.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultEntry.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultReference.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSubstringFilter.cs" />
- <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcUnbindRequest.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\ArrayEnumeration.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\AttributeQualifier.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\Base64.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\BindProperties.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\CharacterTypes.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\DN.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\EnumeratedIterator.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\ExceptionMessages.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\ExtResponseFactory.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\IntermediateResponseFactory.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\RDN.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\ReferralInfo.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\ResourcesHandler.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\RespControlVector.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\RespExtensionSet.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\ResultCodeMessages.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaParser.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaTokenCreator.cs" />
- <Compile Include="Novell.Directory.Ldap.Utilclass\TokenTypes.cs" />
- <Compile Include="Novell.Directory.Ldap\AssemblyInfo.cs" />
- <Compile Include="Novell.Directory.Ldap\AuthenticationTypes.cs" />
- <Compile Include="Novell.Directory.Ldap\Connection.cs" />
- <Compile Include="Novell.Directory.Ldap\InterThreadException.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAbandonRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAddRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAttribute.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAttributeSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAttributeSet.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAuthHandler.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapAuthProvider.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapBindHandler.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapBindRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapCompareAttrNames.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapCompareRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapConnection.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapConstraints.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapControl.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapDITContentRuleSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapDITStructureRuleSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapDN.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapDSConstants.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapDeleteRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapEntry.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapException.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapExtendedOperation.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapExtendedRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapExtendedResponse.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapIntermediateResponse.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapLocalException.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleUseSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapMessage.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapMessageQueue.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapModification.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapModifyDNRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapModifyRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapNameFormSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapObjectClassSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapReferralException.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapReferralHandler.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapResponse.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapResponseQueue.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSchemaElement.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSearchConstraints.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSearchQueue.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSearchRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSearchResult.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSearchResultReference.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSearchResults.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapSyntaxSchema.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapUnbindRequest.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapUnsolicitedNotificationListener.cs" />
- <Compile Include="Novell.Directory.Ldap\LdapUrl.cs" />
- <Compile Include="Novell.Directory.Ldap\Message.cs" />
- <Compile Include="Novell.Directory.Ldap\MessageAgent.cs" />
- <Compile Include="Novell.Directory.Ldap\MessageVector.cs" />
- <Compile Include="Novell.Directory.Ldap\SupportClass.cs" />
- <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
- <Name>genconsts</Name>
- <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
- <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
- <CopyToOutputDirectory>Never</CopyToOutputDirectory>
- <Private>false</Private>
- </ProjectReference>
- </ItemGroup>
- <!--End of common files-->
- <!-- @ALL_SOURCES@ -->
- <!-- @COMMON_PROJECT_REFERENCES@ -->
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <ProjectReference Include="../System/System.csproj" />
- <ProjectReference Include="../Mono.Security/Mono.Security.csproj" />
- <ProjectReference Include="../corlib/corlib.csproj" />
- </ItemGroup>
- <!-- @ALL_REFERENCES@ -->
- <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
- <EmbeddedResource Include="Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt">
- <LogicalName>ResultCodeMessages.resources</LogicalName>
- </EmbeddedResource>
- </ItemGroup>
- <!-- @ALL_RESOURCES@ -->
- <PropertyGroup>
- <!-- Force the pre-build event to run after references have been resolved. The default
- behavior is to run them before resolving references, which can cause things like
- culevel.exe to be used before they have been built. -->
- <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
- </PropertyGroup>
+<?xml version="1.0" encoding="utf-8"?>
+<!-- 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. -->
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">net_4_x</Platform>
+ <ProjectGuid>{373D6B6E-485C-405E-BD6A-8AA5A5C3160F}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,612</NoWarn>
+ <LangVersion>latest</LangVersion>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Windows_NT'">win32</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix' and $([System.IO.File]::Exists('/usr/lib/libc.dylib'))">macos</HostPlatform>
+ <HostPlatform Condition=" '$(HostPlatform)' == '' and '$(OS)' == 'Unix'">linux</HostPlatform>
+ <GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
+ <NoStdLib>True</NoStdLib>
+ <NoConfig>True</NoConfig>
+ <AssemblyName>Novell.Directory.Ldap</AssemblyName>
+ <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
+ <SignAssembly>true</SignAssembly>
+ <AssemblyOriginatorKeyFile>../mono.pub</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <PropertyGroup>
+ <!-- Set AddAdditionalExplicitAssemblyReferences to false, otherwise if targetting .NET4.0,
+ Microsoft.NETFramework.props will force a dependency on the assembly System.Core. This
+ is a problem to compile the Mono mscorlib.dll -->
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <OutputPath>./../../class/lib/net_4_x-$(HostPlatform)</OutputPath>
+ <IntermediateOutputPath>./../../class/obj/$(AssemblyName)-net_4_x-$(HostPlatform)</IntermediateOutputPath>
+ <DefineConstants>NET_4_0;NET_4_5;NET_4_6;MONO;WIN_PLATFORM</DefineConstants>
+ </PropertyGroup>
+ <!-- @ALL_PROFILE_PROPERTIES@ -->
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <!-- TRACE is set only for Debug configuration, so inherit from platform-specific value -->
+ <DefineConstants>TRACE;$(DefineConstants)</DefineConstants>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <!-- @BUILT_SOURCES@ -->
+ <!--Common files-->
+ <ItemGroup>
+ <Compile Include="..\..\build\common\Consts.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Boolean.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Choice.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Decoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Encoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Enumerated.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Identifier.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Integer.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Length.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Null.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Numeric.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Object.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1OctetString.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Sequence.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SequenceOf.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Set.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SetOf.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Structured.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Tagged.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\LBERDecoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\LBEREncoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapEntryChangeControl.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapPersistSearchControl.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapSortControl.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapSortKey.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapSortResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapVirtualListControl.cs" />
+ <Compile Include="Novell.Directory.Ldap.Controls\LdapVirtualListResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BaseEdirEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BinderyObjectEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ChangeAddressEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ConnectionStateEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DSETimeStamp.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugParameter.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\EntryEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\GeneralDSEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ModuleStateEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\NetworkAddressEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ReferralAddress.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\SecurityEquivalenceEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ValueEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventIntermediateResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSource.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSpecifier.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\BaseEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\DirectoryEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\DirectoryExceptionEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\LdapEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\LdapEventConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\LdapEventSource.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\PSearchEventSource.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\SearchReferralEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\SearchResultEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\AbortPartitionOperationRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\AddReplicaRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\BackupRestoreConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ChangeReplicaTypeRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\LdapBackupRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\LdapBackupResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\LdapRestoreRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\MergePartitionsRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\NamingContextConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\PartitionSyncRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ReceiveAllUpdatesRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\RefreshLdapServerRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\RemoveOrphanPartitionRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\RemoveReplicaRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ReplicationConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SchemaSyncRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SendAllUpdatesRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SetReplicationFilterRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SplitOrphanPartitionRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SplitPartitionRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\TriggerBackgroundProcessRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAbandonRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAssertionValue.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescription.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescriptionList.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeList.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeTypeAndValues.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValue.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValueAssertion.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAuthenticationChoice.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControl.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControls.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcFilter.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcIntermediateResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapMessage.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapOID.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapResult.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapString.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapSuperDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleAssertion.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleId.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMessageID.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcReferral.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRelativeLdapDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSaslCredentials.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultDone.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultEntry.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultReference.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSubstringFilter.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcUnbindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ArrayEnumeration.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\AttributeQualifier.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\Base64.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\BindProperties.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\CharacterTypes.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\DN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\EnumeratedIterator.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ExceptionMessages.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ExtResponseFactory.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\IntermediateResponseFactory.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\RDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ReferralInfo.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ResourcesHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\RespControlVector.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\RespExtensionSet.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ResultCodeMessages.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaParser.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaTokenCreator.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\TokenTypes.cs" />
+ <Compile Include="Novell.Directory.Ldap\AssemblyInfo.cs" />
+ <Compile Include="Novell.Directory.Ldap\AuthenticationTypes.cs" />
+ <Compile Include="Novell.Directory.Ldap\Connection.cs" />
+ <Compile Include="Novell.Directory.Ldap\InterThreadException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAbandonRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAddRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAttribute.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAttributeSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAttributeSet.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAuthHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAuthProvider.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapBindHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapBindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapCompareAttrNames.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapCompareRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapConnection.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapConstraints.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapControl.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDITContentRuleSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDITStructureRuleSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDN.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDSConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDeleteRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapEntry.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapExtendedOperation.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapExtendedRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapExtendedResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapIntermediateResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapLocalException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleUseSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMessage.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMessageQueue.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapModification.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapModifyDNRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapModifyRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapNameFormSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapObjectClassSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapReferralException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapReferralHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapResponseQueue.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSchemaElement.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchConstraints.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchQueue.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchResult.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchResultReference.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchResults.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSyntaxSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapUnbindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapUnsolicitedNotificationListener.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapUrl.cs" />
+ <Compile Include="Novell.Directory.Ldap\Message.cs" />
+ <Compile Include="Novell.Directory.Ldap\MessageAgent.cs" />
+ <Compile Include="Novell.Directory.Ldap\MessageVector.cs" />
+ <Compile Include="Novell.Directory.Ldap\SupportClass.cs" />
+ <ProjectReference Include="$(SolutionDir)\msvc\scripts\genconsts.csproj">
+ <Name>genconsts</Name>
+ <Project>{702AE2C0-71DD-4112-9A06-E4FABCA59986}</Project>
+ <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
+ <CopyToOutputDirectory>Never</CopyToOutputDirectory>
+ <Private>false</Private>
+ </ProjectReference>
+ </ItemGroup>
+ <!--End of common files-->
+ <!-- @ALL_SOURCES@ -->
+ <!-- @COMMON_PROJECT_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <ProjectReference Include="../System/System.csproj" />
+ <ProjectReference Include="../Mono.Security/Mono.Security.csproj" />
+ <ProjectReference Include="../corlib/corlib.csproj" />
+ </ItemGroup>
+ <!-- @ALL_REFERENCES@ -->
+ <ItemGroup Condition=" '$(Platform)' == 'net_4_x' ">
+ <EmbeddedResource Include="Novell.Directory.Ldap.Utilclass/ResultCodeMessages.txt">
+ <LogicalName>ResultCodeMessages.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+ <!-- @ALL_RESOURCES@ -->
+ <PropertyGroup>
+ <!-- Force the pre-build event to run after references have been resolved. The default
+ behavior is to run them before resolving references, which can cause things like
+ culevel.exe to be used before they have been built. -->
+ <PreBuildEventDependsOn>ResolveReferences</PreBuildEventDependsOn>
+ </PropertyGroup>
</Project> \ No newline at end of file