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:
Diffstat (limited to 'mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_5.csproj')
-rw-r--r--mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_5.csproj301
1 files changed, 301 insertions, 0 deletions
diff --git a/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_5.csproj b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_5.csproj
new file mode 100644
index 00000000000..5d15af50067
--- /dev/null
+++ b/mcs/class/Novell.Directory.Ldap/Novell.Directory.Ldap-net_4_5.csproj
@@ -0,0 +1,301 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{155AEF28-C81F-405D-9072-9D52780E3E70}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <NoWarn>1699,649,169,219,168</NoWarn>
+ <OutputPath>./../../class/lib/net_4_5</OutputPath>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <NoStdLib>true</NoStdLib>
+
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>mscorlib</RootNamespace>
+ <AssemblyName>Novell.Directory.Ldap</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <StartupObject>
+ </StartupObject>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <NoWarn>1699,649,169,219,168</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <NoWarn>1699,649,169,219,168</NoWarn>
+ <Optimize>true</Optimize>
+ <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0;NET_4_5</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <AdditionalLibPaths>./../../class/lib/net_4_5</AdditionalLibPaths>
+ </PropertyGroup>
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Compile Include="Novell.Directory.Ldap\AssemblyInfo.cs" />
+ <Compile Include="..\..\build\common\Consts.cs.in" />
+ <Compile Include="Novell.Directory.Ldap\SupportClass.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\Base64.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\DN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\RDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\RespExtensionSet.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\BindProperties.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ReferralInfo.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ArrayEnumeration.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\AttributeQualifier.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\EnumeratedIterator.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ResultCodeMessages.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ResourcesHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ExceptionMessages.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\RespControlVector.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\ExtResponseFactory.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\TokenTypes.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\CharacterTypes.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaTokenCreator.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\SchemaParser.cs" />
+ <Compile Include="Novell.Directory.Ldap.Utilclass\IntermediateResponseFactory.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Boolean.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Choice.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Encoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Decoder.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\Asn1Null.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Length.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Sequence.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Set.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1SequenceOf.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\Asn1Numeric.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1Object.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\Asn1OctetString.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\LBERDecoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Asn1\LBEREncoder.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRelativeLdapDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyDNResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcModifyRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcCompareResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAddResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescriptionList.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValue.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeTypeAndValues.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeList.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleId.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcDelResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMatchingRuleAssertion.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSubstringFilter.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeDescription.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAttributeValueAssertion.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAssertionValue.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSaslCredentials.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAbandonRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcAuthenticationChoice.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcFilter.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapString.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapSuperDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapOID.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapDN.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcMessageID.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcReferral.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapResult.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultEntry.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultDone.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcSearchResultReference.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcBindResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControl.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcControls.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcLdapMessage.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcUnbindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcExtendedResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Rfc2251\RfcIntermediateResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap\AuthenticationTypes.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapConnection.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAuthHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapBindHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAuthProvider.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapModifyRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapModifyDNRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapCompareAttrNames.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapCompareRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapModification.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAddRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDSConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapResponseQueue.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDeleteRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapLocalException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchQueue.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAbandonRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapBindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchConstraints.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapReferralHandler.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapReferralException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapUnsolicitedNotificationListener.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapConstraints.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\InterThreadException.cs" />
+ <Compile Include="Novell.Directory.Ldap\MessageVector.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapUnbindRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap\Connection.cs" />
+ <Compile Include="Novell.Directory.Ldap\Message.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDN.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapEntry.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAttribute.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAttributeSet.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchResult.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchResults.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSearchResultReference.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMessageQueue.cs" />
+ <Compile Include="Novell.Directory.Ldap\MessageAgent.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapUrl.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapObjectClassSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDITStructureRuleSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapDITContentRuleSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMatchingRuleUseSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSyntaxSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapAttributeSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapSchemaElement.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapNameFormSchema.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapControl.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapException.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapMessage.cs" />
+ <Compile Include="Novell.Directory.Ldap\LdapIntermediateResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\AbortPartitionOperationRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\AddReplicaRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ChangeReplicaTypeRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\PartitionEntryCountResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\PartitionSyncRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetBindDNResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ReceiveAllUpdatesRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\RefreshLdapServerRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetEffectivePrivilegesResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\RemoveOrphanPartitionRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\RemoveReplicaRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicaInfoResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ReplicationConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SchemaSyncRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\GetReplicationFilterResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SendAllUpdatesRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SetReplicationFilterRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\ListReplicasResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SplitOrphanPartitionRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\MergePartitionsRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\SplitPartitionRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\NamingContextConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\TriggerBackgroundProcessRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Extensions\BackupRestoreConstants.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.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\LdapEventConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\BaseEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\DirectoryExceptionEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\DirectoryEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\LdapEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\LdapEventSource.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\SearchResultEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\SearchReferralEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events\PSearchEventSource.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventConstants.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventArgs.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSpecifier.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventIntermediateResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventResponse.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\MonitorEventRequest.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir\EdirEventSource.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BaseEdirEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DSETimeStamp.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\EntryEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ValueEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ReferralAddress.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugParameter.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\DebugEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\GeneralDSEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\BinderyObjectEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\SecurityEquivalenceEventData.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\ConnectionStateEventData.cs" />
+ <Compile Include="Novell.Directory.Ldap.Events.Edir.EventData\ChangeAddressEventData.cs" />
+
+ </ItemGroup>
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
+ Other similar extension points exist, see Microsoft.Common.targets.
+ <Target Name="BeforeBuild">
+ </Target>
+ <Target Name="AfterBuild">
+ </Target>
+ -->
+ <PropertyGroup>
+ <PreBuildEvent></PreBuildEvent>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="mscorlib.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\mscorlib.dll</HintPath>
+ </Reference>
+ <Reference Include="System.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\System.dll</HintPath>
+ </Reference>
+ <Reference Include="Mono.Security.dll">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\\lib\build\Mono.Security.dll</HintPath>
+ </Reference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <Folder Include="Properties\" />
+ </ItemGroup>
+ <ItemGroup>
+ <EmbeddedResource Include="Novell.Directory.Ldap.Utilclass/ResultCodeMessages.resources">
+ <LogicalName>ResultCodeMessages.resources</LogicalName>
+ </EmbeddedResource>
+ </ItemGroup>
+
+</Project>
+