blob: b3686745ea2f42047c6b73fa87f3b524af534dd7 [file] [log] [blame]
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>9.0.30729</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2F3ABCF5-EE87-43B1-9DE7-0548FD6A4E52}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Apache.NMS.Test</RootNamespace>
<AssemblyName>Apache.NMS.Test</AssemblyName>
<WarningLevel>4</WarningLevel>
<StartupObject>
</StartupObject>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>2.0</OldToolsVersion>
<UpgradeBackupLocation>
</UpgradeBackupLocation>
<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>
<SignAssembly>true</SignAssembly>
<AssemblyOriginatorKeyFile>keyfile\NMSKey.snk</AssemblyOriginatorKeyFile>
<SccProjectName>Svn</SccProjectName>
<SccLocalPath>Svn</SccLocalPath>
<SccAuxPath>Svn</SccAuxPath>
<SccProvider>SubversionScc</SccProvider>
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
</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>
<NoWarn>3016</NoWarn>
</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>
<NoWarn>3016</NoWarn>
</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>
<ProjectReference Include="vs2008-nms.csproj">
<Project>{300C1716-0674-4D01-8F5D-151E59A504FE}</Project>
<Name>vs2008-nms</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<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>
</ItemGroup>
<ItemGroup>
<None Include="keyfile\NMSKey.snk" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<PropertyGroup>
<PostBuildEvent>cd $(ProjectDir)
nant -nologo -q install-all -D:compile.skip=true</PostBuildEvent>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
</Project>