- remove 2005 solutions from example builds
- update VS2010 Solution
This commit is contained in:
@@ -70,6 +70,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate30.Te
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Data.NHibernate21.Integration.Tests.2010", "test\Spring\Spring.Data.NHibernate21.Integration.Tests\Spring.Data.NHibernate21.Integration.Tests.2010.csproj", "{4A07E150-ED90-407C-8CAD-4760444DDFD9}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Spring.Messaging.Ems.2010", "src\Spring\Spring.Messaging.Ems\Spring.Messaging.Ems.2010.csproj", "{900E3839-301E-48B1-BAEB-B6645620ACFF}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug|.NET = Debug|.NET
|
||||
@@ -410,6 +412,16 @@ Global
|
||||
{4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{4A07E150-ED90-407C-8CAD-4760444DDFD9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|.NET.ActiveCfg = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|.NET.ActiveCfg = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
|
||||
{900E3839-301E-48B1-BAEB-B6645620ACFF}.Release|Mixed Platforms.Build.0 = Release|Any CPU
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
|
||||
@@ -96,7 +96,7 @@ Rebuilding Solutions using Nant and "solutions.build":
|
||||
<foreach item="File" property="filename">
|
||||
<in>
|
||||
<items basedir="${root.dir}">
|
||||
<include name="examples/Spring/**/*.2005.sln" />
|
||||
<!-- <include name="examples/Spring/**/*.2005.sln" /> -->
|
||||
<include name="examples/Spring/**/*.2008.sln" />
|
||||
<include name="examples/Spring/Spring.Data.NHibernate/Spring.Northwind.sln" />
|
||||
<!-- Does not build on bamboo server SPRNET-1283 -->
|
||||
|
||||
183
src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.2010.csproj
Normal file
183
src/Spring/Spring.Messaging.Ems/Spring.Messaging.Ems.2010.csproj
Normal file
@@ -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.30729</ProductVersion>
|
||||
<SchemaVersion>2.0</SchemaVersion>
|
||||
<ProjectGuid>{900E3839-301E-48B1-BAEB-B6645620ACFF}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>Spring</RootNamespace>
|
||||
<AssemblyName>Spring.Messaging.Ems</AssemblyName>
|
||||
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<UpgradeBackupLocation />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<Optimize>false</Optimize>
|
||||
<OutputPath>..\..\..\build\VS.NET.2008\Spring.Messaging.Ems\Debug\</OutputPath>
|
||||
<DefineConstants>TRACE;DEBUG;NET_2_0</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<DocumentationFile>Spring.Messaging.Ems.xml</DocumentationFile>
|
||||
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
|
||||
<NoWarn>1591,0618</NoWarn>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>..\..\..\build\VS.NET.2008\Spring.Messaging.Ems\Release\</OutputPath>
|
||||
<DefineConstants>TRACE;NET_2_0</DefineConstants>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<WarningLevel>4</WarningLevel>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Common.Logging, Version=1.2.0.0, Culture=neutral, PublicKeyToken=65e474d141e25e07, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\lib\net\2.0\Common.Logging.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.XML" />
|
||||
<Reference Include="TIBCO.EMS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5b83db8ff05c64ba, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\lib\Net\2.0\TIBCO.EMS.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="..\CommonAssemblyInfo.cs">
|
||||
<Link>CommonAssemblyInfo.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="AssemblyInfo.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsConnection.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsConnectionFactory.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsMessageConsumer.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsMessageProducer.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsSession.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsSSLFileStoreInfo.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsSSLSystemStoreInfo.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\EmsTopicSubscriber.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\IConnection.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\IConnectionFactory.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\IEmsSSLStoreType.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\IMessageConsumer.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\IMessageProducer.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\ISession.cs" />
|
||||
<Compile Include="Messaging\Ems\Common\ITopicSubscriber.cs" />
|
||||
<Compile Include="Messaging\Ems\Config\MessageListenerContainerObjectDefinitionParser.cs" />
|
||||
<Compile Include="Messaging\Ems\Config\EmsNamespaceParser.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\CachedMessageConsumer .cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\CachedMessageProducer.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\CachedSession.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\CachingConnectionFactory.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\ChainedExceptionListener.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\ConnectionFactoryUtils.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\EmsResourceHolder.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\EmsTransactionManager.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\IDecoratorSession.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\ISmartConnectionFactory.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\SingleConnectionFactory.cs" />
|
||||
<Compile Include="Messaging\Ems\Connections\SynchedLocalTransactionFailedException.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\BrowserDelegate.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\EmsGatewaySupport.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\EmsTemplate.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\IBrowserCallback.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\IEmsOperations.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\IMessageCreator.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\IMessagePostProcessor.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\IProducerCallback.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\ISessionCallback.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\MessageCreatorDelegate.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\MessagePostProcessorDelegate.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\ProducerDelegate.cs" />
|
||||
<Compile Include="Messaging\Ems\Core\SessionDelegate.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\JndiContextType.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\JndiAccessor.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\JndiLocatorSupport.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\JndiLookupFactoryObject.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\JndiObjectLocator.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\LookupContextFactoryObject.cs" />
|
||||
<Compile Include="Messaging\Ems\Jndi\TypeMismatchNamingException.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\AbstractListenerContainer.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\AbstractMessageListenerContainer.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\Adapter\ListenerExecutionFailedException.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\Adapter\MessageListenerAdapter.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\ISessionAwareMessageListener.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\LocallyExposedEmsResourceHolder.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\RecoveryTimeExceededException.cs" />
|
||||
<Compile Include="Messaging\Ems\Listener\SimpleMessageListenerContainer.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Converter\IMessageConverter.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Converter\ITypeMapper.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Converter\MessageConversionException.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Converter\SimpleMessageConverter.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Converter\TypeMapper.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Converter\XmlMessageConverter.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Destinations\DynamicDestinationResolver.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Destinations\IDestinationResolver.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\Destinations\EmsDestinationAccessor.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\EmsAccessor.cs" />
|
||||
<Compile Include="Messaging\Ems\Support\EmsUtils.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Messaging\Ems\Config\spring-ems-1.3.xsd">
|
||||
<SubType>
|
||||
</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>.NET Framework 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>
|
||||
<ProjectReference Include="..\Spring.Aop\Spring.Aop.2008.csproj">
|
||||
<Project>{3A3A4E65-45A6-4B20-B460-0BEDC302C02C}</Project>
|
||||
<Name>Spring.Aop.2008</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Spring.Core\Spring.Core.2008.csproj">
|
||||
<Project>{710961A3-0DF4-49E4-A26E-F5B9C044AC84}</Project>
|
||||
<Name>Spring.Core.2008</Name>
|
||||
</ProjectReference>
|
||||
<ProjectReference Include="..\Spring.Data\Spring.Data.2008.csproj">
|
||||
<Project>{AE00E5AB-C39A-436F-86D2-33BFE33E2E40}</Project>
|
||||
<Name>Spring.Data.2008</Name>
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<!-- 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>
|
||||
-->
|
||||
</Project>
|
||||
Reference in New Issue
Block a user