Author: jgomes Date: Thu Oct 9 13:39:47 2008 New Revision: 703251 URL: http://svn.apache.org/viewvc?rev=703251&view=rev Log:
Fixes [AMQNET-115]. (See https://issues.apache.org/activemq/browse/AMQNET-115) Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms-test.csproj activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms.csproj Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms-test.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms-test.csproj?rev=703251&r1=703250&r2=703251&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms-test.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms-test.csproj Thu Oct 9 13:39:47 2008 @@ -31,8 +31,9 @@ <IsWebBootstrapper>false</IsWebBootstrapper> <UseApplicationTrust>false</UseApplicationTrust> <BootstrapperEnabled>true</BootstrapperEnabled> - <SignAssembly>true</SignAssembly> - <AssemblyOriginatorKeyFile>activemq-dotnet.snk</AssemblyOriginatorKeyFile> + <SignAssembly>false</SignAssembly> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> <SccProjectName>Svn</SccProjectName> <SccLocalPath>Svn</SccLocalPath> <SccAuxPath>Svn</SccAuxPath> @@ -115,8 +116,5 @@ <Install>false</Install> </BootstrapperPackage> </ItemGroup> - <ItemGroup> - <None Include="activemq-dotnet.snk" /> - </ItemGroup> <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" /> </Project> \ No newline at end of file Modified: activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms.csproj URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms.csproj?rev=703251&r1=703250&r2=703251&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms.csproj (original) +++ activemq/activemq-dotnet/Apache.NMS/tags/1.0.0/vs2008-nms.csproj Thu Oct 9 13:39:47 2008 @@ -2,7 +2,7 @@ <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>9.0.21022</ProductVersion> + <ProductVersion>9.0.30729</ProductVersion> <SchemaVersion>2.0</SchemaVersion> <ProjectGuid>{300C1716-0674-4D01-8F5D-151E59A504FE}</ProjectGuid> <OutputType>Library</OutputType> @@ -11,8 +11,9 @@ <WarningLevel>4</WarningLevel> <StartupObject> </StartupObject> - <SignAssembly>true</SignAssembly> - <AssemblyOriginatorKeyFile>activemq-dotnet.snk</AssemblyOriginatorKeyFile> + <SignAssembly>false</SignAssembly> + <AssemblyOriginatorKeyFile> + </AssemblyOriginatorKeyFile> <FileUpgradeFlags> </FileUpgradeFlags> <OldToolsVersion>2.0</OldToolsVersion> @@ -82,9 +83,6 @@ </Compile> </ItemGroup> <ItemGroup> - <None Include="activemq-dotnet.snk" /> - </ItemGroup> - <ItemGroup> <Content Include="LICENSE.txt"> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content>
