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/System.EnterpriseServices/System.EnterpriseServices-net_4_0.csproj')
-rw-r--r--mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_0.csproj192
1 files changed, 0 insertions, 192 deletions
diff --git a/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_0.csproj b/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_0.csproj
deleted file mode 100644
index 9c723e0bf42..00000000000
--- a/mcs/class/System.EnterpriseServices/System.EnterpriseServices-net_4_0.csproj
+++ /dev/null
@@ -1,192 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" 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>{C8124AA3-044F-4027-BD71-4810346B8FB6}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,168,162</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>System.EnterpriseServices</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,168,162</NoWarn>
- <Optimize>false</Optimize>
- <DefineConstants>DEBUG;TRACE;NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <NoWarn>1699,168,162</NoWarn>
- <Optimize>true</Optimize>
- <DefineConstants>NET_1_1;NET_2_0;NET_3_0;NET_3_5;NET_4_0</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </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 -->
- <PropertyGroup>
- <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
- </PropertyGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <Compile Include="..\..\build\common\Consts.cs" />
- <Compile Include="..\..\build\common\MonoTODOAttribute.cs" />
- <Compile Include="Assembly\AssemblyInfo.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\ApplicationCrmEnabledAttribute.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\Clerk.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\ClerkInfo.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\ClerkMonitor.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\Compensator.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\CompensatorOptions.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\LogRecord.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\LogRecordFlags.cs" />
- <Compile Include="System.EnterpriseServices.CompensatingResourceManager\TransactionState.cs" />
- <Compile Include="System.EnterpriseServices.Internal\AppDomainHelper.cs" />
- <Compile Include="System.EnterpriseServices.Internal\AssemblyLocator.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ClientRemotingConfig.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ClrObjectFactory.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ComManagedImportUtil.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ComSoapPublishError.cs" />
- <Compile Include="System.EnterpriseServices.Internal\GenerateMetadata.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IClrObjectFactory.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IComManagedImportUtil.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IComSoapIISVRoot.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IComSoapMetadata.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IComSoapPublisher.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IISVirtualRoot.cs" />
- <Compile Include="System.EnterpriseServices.Internal\IServerWebConfig.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ISoapClientImport.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ISoapServerTlb.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ISoapServerVRoot.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ISoapUtility.cs" />
- <Compile Include="System.EnterpriseServices.Internal\Publish.cs" />
- <Compile Include="System.EnterpriseServices.Internal\ServerWebConfig.cs" />
- <Compile Include="System.EnterpriseServices.Internal\SoapClientImport.cs" />
- <Compile Include="System.EnterpriseServices.Internal\SoapServerTlb.cs" />
- <Compile Include="System.EnterpriseServices.Internal\SoapServerVRoot.cs" />
- <Compile Include="System.EnterpriseServices.Internal\SoapUtility.cs" />
- <Compile Include="System.EnterpriseServices\AccessChecksLevelOption.cs" />
- <Compile Include="System.EnterpriseServices\ActivationOption.cs" />
- <Compile Include="System.EnterpriseServices\Activity.cs" />
- <Compile Include="System.EnterpriseServices\ApplicationAccessControlAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ApplicationActivationAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ApplicationIDAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ApplicationNameAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ApplicationQueuingAttribute.cs" />
- <Compile Include="System.EnterpriseServices\AuthenticationOption.cs" />
- <Compile Include="System.EnterpriseServices\AutoCompleteAttribute.cs" />
- <Compile Include="System.EnterpriseServices\BindingOption.cs" />
- <Compile Include="System.EnterpriseServices\BOID.cs" />
- <Compile Include="System.EnterpriseServices\BYOT.cs" />
- <Compile Include="System.EnterpriseServices\ComponentAccessControlAttribute.cs" />
- <Compile Include="System.EnterpriseServices\COMTIIntrinsicsAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ConstructionEnabledAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ContextUtil.cs" />
- <Compile Include="System.EnterpriseServices\DescriptionAttribute.cs" />
- <Compile Include="System.EnterpriseServices\EventClassAttribute.cs" />
- <Compile Include="System.EnterpriseServices\EventTrackingEnabledAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ExceptionClassAttribute.cs" />
- <Compile Include="System.EnterpriseServices\IAsyncErrorNotify.cs" />
- <Compile Include="System.EnterpriseServices\IConfigurationAttribute.cs" />
- <Compile Include="System.EnterpriseServices\IISIntrinsicsAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ImpersonationLevelOption.cs" />
- <Compile Include="System.EnterpriseServices\InheritanceOption.cs" />
- <Compile Include="System.EnterpriseServices\InstallationFlags.cs" />
- <Compile Include="System.EnterpriseServices\InterfaceQueuingAttribute.cs" />
- <Compile Include="System.EnterpriseServices\IPlaybackControl.cs" />
- <Compile Include="System.EnterpriseServices\IProcessInitControl.cs" />
- <Compile Include="System.EnterpriseServices\IProcessInitializer.cs" />
- <Compile Include="System.EnterpriseServices\IRegistrationHelper.cs" />
- <Compile Include="System.EnterpriseServices\IRemoteDispatch.cs" />
- <Compile Include="System.EnterpriseServices\ISecurityCallContext.cs" />
- <Compile Include="System.EnterpriseServices\ISecurityCallersColl.cs" />
- <Compile Include="System.EnterpriseServices\ISecurityIdentityColl.cs" />
- <Compile Include="System.EnterpriseServices\IServiceCall.cs" />
- <Compile Include="System.EnterpriseServices\IServicedComponentInfo.cs" />
- <Compile Include="System.EnterpriseServices\ISharedProperty.cs" />
- <Compile Include="System.EnterpriseServices\ISharedPropertyGroup.cs" />
- <Compile Include="System.EnterpriseServices\ITransaction.cs" />
- <Compile Include="System.EnterpriseServices\JustInTimeActivationAttribute.cs" />
- <Compile Include="System.EnterpriseServices\LoadBalancingSupportedAttribute.cs" />
- <Compile Include="System.EnterpriseServices\MustRunInClientContextAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ObjectPoolingAttribute.cs" />
- <Compile Include="System.EnterpriseServices\PartitionOption.cs" />
- <Compile Include="System.EnterpriseServices\PrivateComponentAttribute.cs" />
- <Compile Include="System.EnterpriseServices\PropertyLockMode.cs" />
- <Compile Include="System.EnterpriseServices\PropertyReleaseMode.cs" />
- <Compile Include="System.EnterpriseServices\RegistrationConfig.cs" />
- <Compile Include="System.EnterpriseServices\RegistrationErrorInfo.cs" />
- <Compile Include="System.EnterpriseServices\RegistrationException.cs" />
- <Compile Include="System.EnterpriseServices\RegistrationHelper.cs" />
- <Compile Include="System.EnterpriseServices\RegistrationHelperTx.cs" />
- <Compile Include="System.EnterpriseServices\ResourcePool.cs" />
- <Compile Include="System.EnterpriseServices\SecureMethodAttribute.cs" />
- <Compile Include="System.EnterpriseServices\SecurityCallContext.cs" />
- <Compile Include="System.EnterpriseServices\SecurityCallers.cs" />
- <Compile Include="System.EnterpriseServices\SecurityIdentity.cs" />
- <Compile Include="System.EnterpriseServices\SecurityRoleAttribute.cs" />
- <Compile Include="System.EnterpriseServices\ServiceConfig.cs" />
- <Compile Include="System.EnterpriseServices\ServicedComponent.cs" />
- <Compile Include="System.EnterpriseServices\ServicedComponentException.cs" />
- <Compile Include="System.EnterpriseServices\ServiceDomain.cs" />
- <Compile Include="System.EnterpriseServices\SharedProperty.cs" />
- <Compile Include="System.EnterpriseServices\SharedPropertyGroup.cs" />
- <Compile Include="System.EnterpriseServices\SharedPropertyGroupManager.cs" />
- <Compile Include="System.EnterpriseServices\SxsOption.cs" />
- <Compile Include="System.EnterpriseServices\SynchronizationAttribute.cs" />
- <Compile Include="System.EnterpriseServices\SynchronizationOption.cs" />
- <Compile Include="System.EnterpriseServices\ThreadPoolOption.cs" />
- <Compile Include="System.EnterpriseServices\TransactionAttribute.cs" />
- <Compile Include="System.EnterpriseServices\TransactionIsolationLevel.cs" />
- <Compile Include="System.EnterpriseServices\TransactionOption.cs" />
- <Compile Include="System.EnterpriseServices\TransactionStatus.cs" />
- <Compile Include="System.EnterpriseServices\TransactionVote.cs" />
- <Compile Include="System.EnterpriseServices\XACTTRANSINFO.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>
- <PostBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
-
- </PostBuildEvent>
- <PostBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">
-
- </PostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\corlib\corlib-net_4_0.csproj">
- <Project>{F42F5509-677F-4C93-A026-047AB6153801}</Project>
- <Name>corlib\corlib-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Transactions\System.Transactions-net_4_0.csproj">
- <Project>{03A0E889-9E62-423F-B65E-40416E021F1B}</Project>
- <Name>System.Transactions\System.Transactions-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-