Skip to content

Commit

Permalink
changing the name of the project/sln to match the new assembly/namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaigle committed Apr 18, 2014
1 parent 892c770 commit 31981ba
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<Compile Include="SqlServiceBrokerTransactionManager.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ServiceBroker.Net\ServiceBroker.Net.csproj">
<Project>{9F497261-47C1-49F7-A2DC-0779A70ED6EC}</Project>
<Name>ServiceBroker.Net</Name>
<ProjectReference Include="..\ServiceBrokerDotNet\ServiceBrokerDotNet.csproj">
<Project>{9f497261-47c1-49f7-a2dc-0779a70ed6ec}</Project>
<Name>ServiceBrokerDotNet</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@
<Project>{79A15565-916C-41A0-BD86-AC806838D8CB}</Project>
<Name>NServiceBus.Unicast.Transport.ServiceBroker</Name>
</ProjectReference>
<ProjectReference Include="..\ServiceBroker.Net\ServiceBroker.Net.csproj">
<Project>{9F497261-47C1-49F7-A2DC-0779A70ED6EC}</Project>
<Name>ServiceBroker.Net</Name>
<ProjectReference Include="..\ServiceBrokerDotNet\ServiceBrokerDotNet.csproj">
<Project>{9f497261-47c1-49f7-a2dc-0779a70ed6ec}</Project>
<Name>ServiceBrokerDotNet</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand Down
24 changes: 12 additions & 12 deletions ServiceBroker.Net.sln → ServiceBrokerDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30324.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBroker.Net", "ServiceBroker.Net\ServiceBroker.Net.csproj", "{9F497261-47C1-49F7-A2DC-0779A70ED6EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "NServiceBus.Unicast.Transport.ServiceBroker", "NServiceBus.Unicast.Transport.ServiceBroker\NServiceBus.Unicast.Transport.ServiceBroker.csproj", "{79A15565-916C-41A0-BD86-AC806838D8CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBroker.NServiceBus.TestRunner", "ServiceBroker.NServiceBus.TestRunner\ServiceBroker.NServiceBus.TestRunner.csproj", "{9684B8AD-282E-4B62-BB27-00317EB2DCB0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceBrokerDotNet", "ServiceBrokerDotNet\ServiceBrokerDotNet.csproj", "{9F497261-47C1-49F7-A2DC-0779A70ED6EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -19,16 +19,6 @@ Global
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Any CPU.Build.0 = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|x86.ActiveCfg = Release|Any CPU
{79A15565-916C-41A0-BD86-AC806838D8CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{79A15565-916C-41A0-BD86-AC806838D8CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{79A15565-916C-41A0-BD86-AC806838D8CB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
Expand All @@ -49,6 +39,16 @@ Global
{9684B8AD-282E-4B62-BB27-00317EB2DCB0}.Release|Mixed Platforms.Build.0 = Release|x86
{9684B8AD-282E-4B62-BB27-00317EB2DCB0}.Release|x86.ActiveCfg = Release|x86
{9684B8AD-282E-4B62-BB27-00317EB2DCB0}.Release|x86.Build.0 = Release|x86
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Any CPU.Build.0 = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{9F497261-47C1-49F7-A2DC-0779A70ED6EC}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 31981ba

Please sign in to comment.