blob: b94cc37c2ae2537af9231725f4cdc96b62e79376 [file] [log] [blame]
<?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>{3CF48147-B368-49F3-A90C-86A142F29531}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Apache.NMS.Test</RootNamespace>
<AssemblyName>Apache.NMS.Test</AssemblyName>
<WarningLevel>4</WarningLevel>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>3.5</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<IsWebBootstrapper>false</IsWebBootstrapper>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>keyfile\NMSKey.snk</AssemblyOriginatorKeyFile>
<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>
<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_2_0,NET_3_5</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<NoWarn>3016</NoWarn>
<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_2_0,NET_3_5</DefineConstants>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
<DebugType>full</DebugType>
<NoWarn>3016</NoWarn>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>lib\NUnit\net-3.5\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="src\test\csharp\AsyncConsumeTest.cs" />
<Compile Include="src\test\csharp\BadConsumeTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\BytesMessageTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\Commands\BytesMessage.cs" />
<Compile Include="src\test\csharp\Commands\Destination.cs" />
<Compile Include="src\test\csharp\Commands\MapMessage.cs" />
<Compile Include="src\test\csharp\Commands\Message.cs" />
<Compile Include="src\test\csharp\Commands\ObjectMessage.cs" />
<Compile Include="src\test\csharp\Commands\Queue.cs" />
<Compile Include="src\test\csharp\Commands\StreamMessage.cs" />
<Compile Include="src\test\csharp\Commands\TempDestination.cs" />
<Compile Include="src\test\csharp\Commands\TempQueue.cs" />
<Compile Include="src\test\csharp\Commands\TempTopic.cs" />
<Compile Include="src\test\csharp\Commands\TextMessage.cs" />
<Compile Include="src\test\csharp\Commands\Topic.cs" />
<Compile Include="src\test\csharp\CommonAssemblyInfo.cs" />
<Compile Include="src\test\csharp\ConnectionTest.cs" />
<Compile Include="src\test\csharp\ConsumerTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\DurableTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\EndianBinaryReaderTest.cs" />
<Compile Include="src\test\csharp\EndianBinaryWriterTest.cs" />
<Compile Include="src\test\csharp\EndianTest.cs" />
<Compile Include="src\test\csharp\ForgeinMessageTransformationTest.cs" />
<Compile Include="src\test\csharp\MessageTransformerTest.cs" />
<Compile Include="src\test\csharp\NMSPropertyTest.cs" />
<Compile Include="src\test\csharp\NMSTestSupport.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\MapMessageTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\MessageTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\MessageSelectorTest.cs" />
<Compile Include="src\test\csharp\NmsTracer.cs" />
<Compile Include="src\test\csharp\PrimitiveMapTest.cs" />
<Compile Include="src\test\csharp\ProducerTest.cs" />
<Compile Include="src\test\csharp\RedeliveryPolicyTest.cs" />
<Compile Include="src\test\csharp\RequestResponseTest.cs" />
<Compile Include="src\test\csharp\StreamMessageTest.cs" />
<Compile Include="src\test\csharp\TempDestinationDeletionTest.cs" />
<Compile Include="src\test\csharp\TempDestinationTest.cs" />
<Compile Include="src\test\csharp\TextMessage.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\TransactionTest.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="src\test\csharp\URISupportTest.cs" />
<Compile Include="src\test\csharp\XmlMessageTest.cs" />
</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.2.0">
<Visible>False</Visible>
<ProductName>.NET Framework 2.0 %28x86%29</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
<Visible>False</Visible>
<ProductName>.NET Framework 3.0 %28x86%29</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="keyfile\NMSKey.snk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="vs2010-nms-net3.5.csproj">
<Project>{D3FB0346-8AA5-4C72-9942-C4A8B43398DC}</Project>
<Name>vs2010-nms-net3.5</Name>
</ProjectReference>
</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>cd $(ProjectDir)
nant -nologo -q generate-assemblyinfo -D:assemblyinfo.filename="src/test/csharp/CommonAssemblyInfo.cs"
if /i "$(download_skip)" equ "true" (
echo Skipping download...
goto :downloadskip
)
echo Downloading $(ConfigurationName) vendor files...
cd $(ProjectDir)
nant -nologo -q download-vendor -D:vendor.build.config=$(ConfigurationName) -D:vendor.build.framework=net-2.0
:downloadskip
</PreBuildEvent>
</PropertyGroup>
</Project>