| <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>{EB943C69-2C9B-45E7-B95B-FB916E7057ED}</ProjectGuid> | |
| <OutputType>Library</OutputType> | |
| <RootNamespace>Apache.NMS.EMS.Test</RootNamespace> | |
| <AssemblyName>Apache.NMS.EMS.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> | |
| </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> | |
| </PropertyGroup> | |
| <ItemGroup> | |
| <Reference Include="Apache.NMS, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2a329723af30bc8d, processorArchitecture=MSIL"> | |
| <SpecificVersion>False</SpecificVersion> | |
| <HintPath>lib\Apache.NMS\net-2.0\Apache.NMS.dll</HintPath> | |
| </Reference> | |
| <Reference Include="Apache.NMS.Test, Version=1.1.0.0, Culture=neutral, PublicKeyToken=2a329723af30bc8d, processorArchitecture=MSIL"> | |
| <SpecificVersion>False</SpecificVersion> | |
| <HintPath>lib\Apache.NMS\net-2.0\Apache.NMS.Test.dll</HintPath> | |
| </Reference> | |
| <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | |
| <SpecificVersion>False</SpecificVersion> | |
| <HintPath>lib\NUnit\net-2.0\nunit.framework.dll</HintPath> | |
| </Reference> | |
| <Reference Include="nunit.framework.extensions, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL"> | |
| <SpecificVersion>False</SpecificVersion> | |
| <HintPath>lib\NUnit\net-2.0\nunit.framework.extensions.dll</HintPath> | |
| </Reference> | |
| <Reference Include="System" /> | |
| <Reference Include="System.Xml" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <Compile Include="src\test\csharp\CommonAssemblyInfo.cs" /> | |
| </ItemGroup> | |
| <ItemGroup> | |
| <ProjectReference Include="vs2008-ems.csproj"> | |
| <Project>{2AF5EBB5-9873-4B35-A8FC-8B6E74242767}</Project> | |
| <Name>vs2008-ems</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="Apache.NMS.EMS.Test.nunit"> | |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
| </None> | |
| <None Include="keyfile\NMSKey.snk" /> | |
| <Content Include="nmsprovider-test.config"> | |
| <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> | |
| </Content> | |
| </ItemGroup> | |
| <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> | |
| <PropertyGroup> | |
| <PostBuildEvent>cd $(ProjectDir) | |
| nant -nologo -q install-all -D:compile.skip=true</PostBuildEvent> | |
| </PropertyGroup> | |
| </Project> |