Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add VisualStudio 2010 solution files.
Fixes [AMQNET-327]. (See https://issues.apache.org/jira/browse/AMQNET-327)
- Loading branch information
Showing
8 changed files
with
1,192 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,181 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>9.0.21022</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{03CF8530-43E5-4BC3-AB37-60B20BB4A9CB}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<RootNamespace>Apache.NMS</RootNamespace> | ||
<AssemblyName>Apache.NMS</AssemblyName> | ||
<WarningLevel>4</WarningLevel> | ||
<StartupObject> | ||
</StartupObject> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>keyfile\NMSKey.snk</AssemblyOriginatorKeyFile> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>3.5</OldToolsVersion> | ||
<UpgradeBackupLocation> | ||
</UpgradeBackupLocation> | ||
<SccProjectName>Svn</SccProjectName> | ||
<SccLocalPath>Svn</SccLocalPath> | ||
<SccAuxPath>Svn</SccAuxPath> | ||
<SccProvider>SubversionScc</SccProvider> | ||
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | ||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
<BaseIntermediateOutputPath>obj\net-2.0</BaseIntermediateOutputPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>build\net-2.0\debug\</OutputPath> | ||
<DefineConstants>TRACE;DEBUG;NET,NET_2_0</DefineConstants> | ||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<Optimize>true</Optimize> | ||
<OutputPath>build\net-2.0\release\</OutputPath> | ||
<DefineConstants>TRACE;NET,NET_2_0</DefineConstants> | ||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||
<DebugType>full</DebugType> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Transactions" /> | ||
<Reference Include="System.Web" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="src\main\csharp\CommonAssemblyInfo.cs" /> | ||
<Compile Include="src\main\csharp\IBytesMessage.cs" /> | ||
<Compile Include="src\main\csharp\IConnection.cs" /> | ||
<Compile Include="src\main\csharp\IConnectionFactory.cs" /> | ||
<Compile Include="src\main\csharp\IConnectionMetaData.cs" /> | ||
<Compile Include="src\main\csharp\IDestination.cs" /> | ||
<Compile Include="src\main\csharp\IllegalStateException.cs" /> | ||
<Compile Include="src\main\csharp\IMapMessage.cs" /> | ||
<Compile Include="src\main\csharp\IMessage.cs" /> | ||
<Compile Include="src\main\csharp\IMessageConsumer.cs" /> | ||
<Compile Include="src\main\csharp\IMessageProducer.cs" /> | ||
<Compile Include="src\main\csharp\INetTxConnection.cs" /> | ||
<Compile Include="src\main\csharp\INetTxConnectionFactory.cs" /> | ||
<Compile Include="src\main\csharp\INetTxSession.cs" /> | ||
<Compile Include="src\main\csharp\InvalidClientIDException.cs" /> | ||
<Compile Include="src\main\csharp\InvalidDestinationException.cs" /> | ||
<Compile Include="src\main\csharp\InvalidSelectorException.cs" /> | ||
<Compile Include="src\main\csharp\IObjectMessage.cs" /> | ||
<Compile Include="src\main\csharp\IPrimitiveMap.cs" /> | ||
<Compile Include="src\main\csharp\IQueue.cs" /> | ||
<Compile Include="src\main\csharp\IQueueBrowser.cs" /> | ||
<Compile Include="src\main\csharp\IRedeliveryPolicy.cs" /> | ||
<Compile Include="src\main\csharp\ISession.cs" /> | ||
<Compile Include="src\main\csharp\IStartable.cs" /> | ||
<Compile Include="src\main\csharp\IStoppable.cs" /> | ||
<Compile Include="src\main\csharp\IStreamMessage.cs" /> | ||
<Compile Include="src\main\csharp\ITemporaryQueue.cs" /> | ||
<Compile Include="src\main\csharp\ITemporaryTopic.cs" /> | ||
<Compile Include="src\main\csharp\ITextMessage.cs" /> | ||
<Compile Include="src\main\csharp\ITopic.cs" /> | ||
<Compile Include="src\main\csharp\ITrace.cs" /> | ||
<Compile Include="src\main\csharp\MessageConsumerExtensions.cs" /> | ||
<Compile Include="src\main\csharp\MessageExtensions.cs" /> | ||
<Compile Include="src\main\csharp\MessageEOFException.cs" /> | ||
<Compile Include="src\main\csharp\MessageFormatException.cs" /> | ||
<Compile Include="src\main\csharp\MessageNotReadableException.cs" /> | ||
<Compile Include="src\main\csharp\MessageNotWriteableException.cs" /> | ||
<Compile Include="src\main\csharp\MessageProducerExtensions.cs" /> | ||
<Compile Include="src\main\csharp\NMSConnectionException.cs" /> | ||
<Compile Include="src\main\csharp\NMSConstants.cs" /> | ||
<Compile Include="src\main\csharp\NMSException.cs" /> | ||
<Compile Include="src\main\csharp\NMSConnectionFactory.cs" /> | ||
<Compile Include="src\main\csharp\NMSSecurityException.cs" /> | ||
<Compile Include="src\main\csharp\policies\RedeliveryPolicy.cs" /> | ||
<Compile Include="src\main\csharp\ResourceAllocationException.cs" /> | ||
<Compile Include="src\main\csharp\SessionExtensions.cs" /> | ||
<Compile Include="src\main\csharp\Tracer.cs" /> | ||
<Compile Include="src\main\csharp\TransactionInProgressException.cs" /> | ||
<Compile Include="src\main\csharp\TransactionRolledBackException.cs" /> | ||
<Compile Include="src\main\csharp\Util\Atomic.cs" /> | ||
<Compile Include="src\main\csharp\Util\Convert.cs" /> | ||
<Compile Include="src\main\csharp\Util\CountDownLatch.cs" /> | ||
<Compile Include="src\main\csharp\Util\DateUtils.cs" /> | ||
<Compile Include="src\main\csharp\Util\EndianBinaryReader.cs" /> | ||
<Compile Include="src\main\csharp\Util\EndianBinaryWriter.cs" /> | ||
<Compile Include="src\main\csharp\Util\EndianSupport.cs" /> | ||
<Compile Include="src\main\csharp\Util\MessagePropertyIntercepter.cs" /> | ||
<Compile Include="src\main\csharp\Util\MessageTransformation.cs" /> | ||
<Compile Include="src\main\csharp\Util\NMSExceptionSupport.cs" /> | ||
<Compile Include="src\main\csharp\Util\PrimitiveMap.cs" /> | ||
<Compile Include="src\main\csharp\Util\PrimitiveMapInterceptor.cs" /> | ||
<Compile Include="src\main\csharp\Util\SessionUtils.cs" /> | ||
<Compile Include="src\main\csharp\Util\URISupport.cs"> | ||
<SubType>Code</SubType> | ||
</Compile> | ||
<Compile Include="src\main\csharp\Util\XmlUtils.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="LICENSE.txt"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="NOTICE.txt"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="keyfile\NMSKey.snk" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | ||
<Visible>False</Visible> | ||
<ProductName>Windows Installer 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
<PropertyGroup> | ||
<PostBuildEvent>if /i "$(install_skip)" equ "true" ( | ||
echo Skipping install... | ||
goto :installskip | ||
) | ||
|
||
echo Installing $(ConfigurationName) output files... | ||
cd $(ProjectDir) | ||
nant -nologo -q install-all -D:compile.skip=true | ||
|
||
:installskip | ||
</PostBuildEvent> | ||
<PreBuildEvent> | ||
</PreBuildEvent> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -0,0 +1,183 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0"> | ||
<PropertyGroup> | ||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
<ProductVersion>9.0.21022</ProductVersion> | ||
<SchemaVersion>2.0</SchemaVersion> | ||
<ProjectGuid>{D3FB0346-8AA5-4C72-9942-C4A8B43398DC}</ProjectGuid> | ||
<OutputType>Library</OutputType> | ||
<RootNamespace>Apache.NMS</RootNamespace> | ||
<AssemblyName>Apache.NMS</AssemblyName> | ||
<WarningLevel>4</WarningLevel> | ||
<StartupObject> | ||
</StartupObject> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>keyfile\NMSKey.snk</AssemblyOriginatorKeyFile> | ||
<FileUpgradeFlags> | ||
</FileUpgradeFlags> | ||
<OldToolsVersion>3.5</OldToolsVersion> | ||
<UpgradeBackupLocation> | ||
</UpgradeBackupLocation> | ||
<SccProjectName>Svn</SccProjectName> | ||
<SccLocalPath>Svn</SccLocalPath> | ||
<SccAuxPath>Svn</SccAuxPath> | ||
<SccProvider>SubversionScc</SccProvider> | ||
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent> | ||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion> | ||
<PublishUrl>publish\</PublishUrl> | ||
<Install>true</Install> | ||
<InstallFrom>Disk</InstallFrom> | ||
<UpdateEnabled>false</UpdateEnabled> | ||
<UpdateMode>Foreground</UpdateMode> | ||
<UpdateInterval>7</UpdateInterval> | ||
<UpdateIntervalUnits>Days</UpdateIntervalUnits> | ||
<UpdatePeriodically>false</UpdatePeriodically> | ||
<UpdateRequired>false</UpdateRequired> | ||
<MapFileExtensions>true</MapFileExtensions> | ||
<ApplicationRevision>0</ApplicationRevision> | ||
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> | ||
<IsWebBootstrapper>false</IsWebBootstrapper> | ||
<UseApplicationTrust>false</UseApplicationTrust> | ||
<BootstrapperEnabled>true</BootstrapperEnabled> | ||
<BaseIntermediateOutputPath>obj\net-3.5</BaseIntermediateOutputPath> | ||
<TargetFrameworkProfile> | ||
</TargetFrameworkProfile> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<DebugType>full</DebugType> | ||
<Optimize>false</Optimize> | ||
<OutputPath>build\net-3.5\debug\</OutputPath> | ||
<DefineConstants>TRACE;DEBUG;NET,NET_3_5</DefineConstants> | ||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> | ||
<DebugSymbols>true</DebugSymbols> | ||
<Optimize>true</Optimize> | ||
<OutputPath>build\net-3.5\release\</OutputPath> | ||
<DefineConstants>TRACE;NET,NET_3_5</DefineConstants> | ||
<AllowUnsafeBlocks>false</AllowUnsafeBlocks> | ||
<DebugType>full</DebugType> | ||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<Reference Include="System" /> | ||
<Reference Include="System.Transactions" /> | ||
<Reference Include="System.Web" /> | ||
<Reference Include="System.Xml" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Compile Include="src\main\csharp\CommonAssemblyInfo.cs" /> | ||
<Compile Include="src\main\csharp\IBytesMessage.cs" /> | ||
<Compile Include="src\main\csharp\IConnection.cs" /> | ||
<Compile Include="src\main\csharp\IConnectionFactory.cs" /> | ||
<Compile Include="src\main\csharp\IConnectionMetaData.cs" /> | ||
<Compile Include="src\main\csharp\IDestination.cs" /> | ||
<Compile Include="src\main\csharp\IllegalStateException.cs" /> | ||
<Compile Include="src\main\csharp\IMapMessage.cs" /> | ||
<Compile Include="src\main\csharp\IMessage.cs" /> | ||
<Compile Include="src\main\csharp\IMessageConsumer.cs" /> | ||
<Compile Include="src\main\csharp\IMessageProducer.cs" /> | ||
<Compile Include="src\main\csharp\INetTxConnection.cs" /> | ||
<Compile Include="src\main\csharp\INetTxConnectionFactory.cs" /> | ||
<Compile Include="src\main\csharp\INetTxSession.cs" /> | ||
<Compile Include="src\main\csharp\InvalidClientIDException.cs" /> | ||
<Compile Include="src\main\csharp\InvalidDestinationException.cs" /> | ||
<Compile Include="src\main\csharp\InvalidSelectorException.cs" /> | ||
<Compile Include="src\main\csharp\IObjectMessage.cs" /> | ||
<Compile Include="src\main\csharp\IPrimitiveMap.cs" /> | ||
<Compile Include="src\main\csharp\IQueue.cs" /> | ||
<Compile Include="src\main\csharp\IQueueBrowser.cs" /> | ||
<Compile Include="src\main\csharp\IRedeliveryPolicy.cs" /> | ||
<Compile Include="src\main\csharp\ISession.cs" /> | ||
<Compile Include="src\main\csharp\IStartable.cs" /> | ||
<Compile Include="src\main\csharp\IStoppable.cs" /> | ||
<Compile Include="src\main\csharp\IStreamMessage.cs" /> | ||
<Compile Include="src\main\csharp\ITemporaryQueue.cs" /> | ||
<Compile Include="src\main\csharp\ITemporaryTopic.cs" /> | ||
<Compile Include="src\main\csharp\ITextMessage.cs" /> | ||
<Compile Include="src\main\csharp\ITopic.cs" /> | ||
<Compile Include="src\main\csharp\ITrace.cs" /> | ||
<Compile Include="src\main\csharp\MessageConsumerExtensions.cs" /> | ||
<Compile Include="src\main\csharp\MessageExtensions.cs" /> | ||
<Compile Include="src\main\csharp\MessageEOFException.cs" /> | ||
<Compile Include="src\main\csharp\MessageFormatException.cs" /> | ||
<Compile Include="src\main\csharp\MessageNotReadableException.cs" /> | ||
<Compile Include="src\main\csharp\MessageNotWriteableException.cs" /> | ||
<Compile Include="src\main\csharp\MessageProducerExtensions.cs" /> | ||
<Compile Include="src\main\csharp\NMSConnectionException.cs" /> | ||
<Compile Include="src\main\csharp\NMSConstants.cs" /> | ||
<Compile Include="src\main\csharp\NMSException.cs" /> | ||
<Compile Include="src\main\csharp\NMSConnectionFactory.cs" /> | ||
<Compile Include="src\main\csharp\NMSSecurityException.cs" /> | ||
<Compile Include="src\main\csharp\policies\RedeliveryPolicy.cs" /> | ||
<Compile Include="src\main\csharp\ResourceAllocationException.cs" /> | ||
<Compile Include="src\main\csharp\SessionExtensions.cs" /> | ||
<Compile Include="src\main\csharp\Tracer.cs" /> | ||
<Compile Include="src\main\csharp\TransactionInProgressException.cs" /> | ||
<Compile Include="src\main\csharp\TransactionRolledBackException.cs" /> | ||
<Compile Include="src\main\csharp\Util\Atomic.cs" /> | ||
<Compile Include="src\main\csharp\Util\Convert.cs" /> | ||
<Compile Include="src\main\csharp\Util\CountDownLatch.cs" /> | ||
<Compile Include="src\main\csharp\Util\DateUtils.cs" /> | ||
<Compile Include="src\main\csharp\Util\EndianBinaryReader.cs" /> | ||
<Compile Include="src\main\csharp\Util\EndianBinaryWriter.cs" /> | ||
<Compile Include="src\main\csharp\Util\EndianSupport.cs" /> | ||
<Compile Include="src\main\csharp\Util\MessagePropertyIntercepter.cs" /> | ||
<Compile Include="src\main\csharp\Util\MessageTransformation.cs" /> | ||
<Compile Include="src\main\csharp\Util\NMSExceptionSupport.cs" /> | ||
<Compile Include="src\main\csharp\Util\PrimitiveMap.cs" /> | ||
<Compile Include="src\main\csharp\Util\PrimitiveMapInterceptor.cs" /> | ||
<Compile Include="src\main\csharp\Util\SessionUtils.cs" /> | ||
<Compile Include="src\main\csharp\Util\URISupport.cs"> | ||
<SubType>Code</SubType> | ||
</Compile> | ||
<Compile Include="src\main\csharp\Util\XmlUtils.cs" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<Content Include="LICENSE.txt"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
<Content Include="NOTICE.txt"> | ||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | ||
</Content> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="keyfile\NMSKey.snk" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> | ||
<Install>false</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> | ||
<Visible>False</Visible> | ||
<ProductName>.NET Framework 3.5 SP1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> | ||
<Visible>False</Visible> | ||
<ProductName>Windows Installer 3.1</ProductName> | ||
<Install>true</Install> | ||
</BootstrapperPackage> | ||
</ItemGroup> | ||
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | ||
<PropertyGroup> | ||
<PostBuildEvent>if /i "$(install_skip)" equ "true" ( | ||
echo Skipping install... | ||
goto :installskip | ||
) | ||
|
||
echo Installing $(ConfigurationName) output files... | ||
cd $(ProjectDir) | ||
nant -nologo -q install-all -D:compile.skip=true | ||
|
||
:installskip | ||
</PostBuildEvent> | ||
<PreBuildEvent> | ||
</PreBuildEvent> | ||
</PropertyGroup> | ||
</Project> |
Oops, something went wrong.