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:
authorMarek Safar <marek.safar@gmail.com>2014-12-04 17:16:31 +0300
committerMarek Safar <marek.safar@gmail.com>2014-12-04 17:16:31 +0300
commita1aced8ab22c1dabd25542fe808459f332039ee9 (patch)
treeedc815c58e3da7337a937cc454546af09b9530d7 /mcs/class/Mono.Messaging
parent336755ca9edfbb0dd5c395f59a398c76449f7fdc (diff)
Remove 4.0 profile
Diffstat (limited to 'mcs/class/Mono.Messaging')
-rw-r--r--mcs/class/Mono.Messaging/Mono.Messaging-net_4_0.csproj111
-rw-r--r--mcs/class/Mono.Messaging/Mono.Messaging-tests-net_4_0.csproj99
2 files changed, 0 insertions, 210 deletions
diff --git a/mcs/class/Mono.Messaging/Mono.Messaging-net_4_0.csproj b/mcs/class/Mono.Messaging/Mono.Messaging-net_4_0.csproj
deleted file mode 100644
index 9d4e0c12b9e..00000000000
--- a/mcs/class/Mono.Messaging/Mono.Messaging-net_4_0.csproj
+++ /dev/null
@@ -1,111 +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>{DD379954-9A73-4B1D-B314-D8EF1D4C5EB7}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699</NoWarn>
- <OutputPath>./../../class/lib/net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>True</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.Messaging</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699</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</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\Locale.cs" />
- <Compile Include=".\Assembly\AssemblyInfo.cs" />
- <Compile Include=".\Mono.Messaging\AcknowledgeTypes.cs" />
- <Compile Include=".\Mono.Messaging\Acknowledgment.cs" />
- <Compile Include=".\Mono.Messaging\CompletedEventArgs.cs" />
- <Compile Include=".\Mono.Messaging\CompletedEventHandler.cs" />
- <Compile Include=".\Mono.Messaging\ConcurrentLinkedQueue.cs" />
- <Compile Include=".\Mono.Messaging\ConnectionException.cs" />
- <Compile Include=".\Mono.Messaging\CryptographicProviderType.cs" />
- <Compile Include=".\Mono.Messaging\EncryptionAlgorithm.cs" />
- <Compile Include=".\Mono.Messaging\EncryptionRequired.cs" />
- <Compile Include=".\Mono.Messaging\HashAlgorithm.cs" />
- <Compile Include=".\Mono.Messaging\IMessage.cs" />
- <Compile Include=".\Mono.Messaging\IMessageEnumerator.cs" />
- <Compile Include=".\Mono.Messaging\IMessageQueue.cs" />
- <Compile Include=".\Mono.Messaging\IMessageQueueTransaction.cs" />
- <Compile Include=".\Mono.Messaging\IMessagingProvider.cs" />
- <Compile Include=".\Mono.Messaging\MessageBase.cs" />
- <Compile Include=".\Mono.Messaging\MessagePriority.cs" />
- <Compile Include=".\Mono.Messaging\MessageQueueBase.cs" />
- <Compile Include=".\Mono.Messaging\MessageQueueTransactionStatus.cs" />
- <Compile Include=".\Mono.Messaging\MessageQueueTransactionType.cs" />
- <Compile Include=".\Mono.Messaging\MessageType.cs" />
- <Compile Include=".\Mono.Messaging\MessageUnavailableException.cs" />
- <Compile Include=".\Mono.Messaging\MessagingProviderLocator.cs" />
- <Compile Include=".\Mono.Messaging\MonoMessagingException.cs" />
- <Compile Include=".\Mono.Messaging\QueueReference.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\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-
diff --git a/mcs/class/Mono.Messaging/Mono.Messaging-tests-net_4_0.csproj b/mcs/class/Mono.Messaging/Mono.Messaging-tests-net_4_0.csproj
deleted file mode 100644
index f601663d7d1..00000000000
--- a/mcs/class/Mono.Messaging/Mono.Messaging-tests-net_4_0.csproj
+++ /dev/null
@@ -1,99 +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>{B7589A5F-C173-45C5-96CC-C82162D783CC}</ProjectGuid>
- <OutputType>Library</OutputType>
- <NoWarn>1699,618,219,169</NoWarn>
- <OutputPath>bin\Debug\Mono.Messaging-tests-net_4_0</OutputPath>
- <NoStdLib>True</NoStdLib>
- <NoConfig>False</NoConfig>
-
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Mono.Messaging_test_net_4_0</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <NoWarn>1699,618,219,169</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,618,219,169</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="Test\Mono.Messaging\ConcurrentLinkedQueueTest.cs" />
- <Compile Include="Test\Mono.Messaging\QueueReferenceTest.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>
- <Reference Include="..\lib\net_4_0\nunit.framework.dll" />
- <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="..\Mono.Messaging\Mono.Messaging-net_4_0.csproj">
- <Project>{DD379954-9A73-4B1D-B314-D8EF1D4C5EB7}</Project>
- <Name>Mono.Messaging\Mono.Messaging-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System\System-net_4_0-2.csproj">
- <Project>{3391D58D-26E9-48D2-9A76-4BC1A2F06BE9}</Project>
- <Name>System\System-net_4_0-2</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Configuration\System.Configuration-net_4_0.csproj">
- <Project>{BC3505BA-1086-45B4-92AC-EB589CC1292F}</Project>
- <Name>System.Configuration\System.Configuration-net_4_0</Name>
- </ProjectReference>
- <ProjectReference Include="..\System.Messaging\System.Messaging-net_2_0.csproj">
- <Project>{DB0FD42E-2BF8-4E67-B707-901AC35FCB9A}</Project>
- <Name>System.Messaging\System.Messaging-net_2_0</Name>
- </ProjectReference>
- <Reference Include="nunit.mocks.dll">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>nunit.mocks.dll</HintPath>
- <Private>False</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Properties\" />
- </ItemGroup>
-</Project>
-