From 394d12521ed612366c10fc7636f71cb46f40f21c Mon Sep 17 00:00:00 2001 From: TalAloni Date: Sat, 1 Feb 2020 15:11:54 +0200 Subject: [PATCH] Renamed VS2005 solution and projects --- ....csproj => SMBLibrary.Tests.VS2005.csproj} | 6 ++--- ....csproj => SMBLibrary.Win32.VS2005.csproj} | 4 +-- ...ibrary.csproj => SMBLibrary.VS2005.csproj} | 2 +- SMBServer.sln => SMBServer.VS2005.sln | 26 +++++++++---------- ...BServer.csproj => SMBServer.VS2005.csproj} | 6 ++--- ...ilities.csproj => Utilities.VS2005.csproj} | 0 6 files changed, 22 insertions(+), 22 deletions(-) rename SMBLibrary.Tests/{SMBLibrary.Tests.csproj => SMBLibrary.Tests.VS2005.csproj} (92%) rename SMBLibrary.Win32/{SMBLibrary.Win32.csproj => SMBLibrary.Win32.VS2005.csproj} (92%) rename SMBLibrary/{SMBLibrary.csproj => SMBLibrary.VS2005.csproj} (98%) rename SMBServer.sln => SMBServer.VS2005.sln (83%) rename SMBServer/{SMBServer.csproj => SMBServer.VS2005.csproj} (92%) rename Utilities/{Utilities.csproj => Utilities.VS2005.csproj} (100%) diff --git a/SMBLibrary.Tests/SMBLibrary.Tests.csproj b/SMBLibrary.Tests/SMBLibrary.Tests.VS2005.csproj similarity index 92% rename from SMBLibrary.Tests/SMBLibrary.Tests.csproj rename to SMBLibrary.Tests/SMBLibrary.Tests.VS2005.csproj index 0a07252..54c397c 100644 --- a/SMBLibrary.Tests/SMBLibrary.Tests.csproj +++ b/SMBLibrary.Tests/SMBLibrary.Tests.VS2005.csproj @@ -47,15 +47,15 @@ - + {8CE25496-A52B-4841-822F-74C469D10EE7} SMBLibrary.Win32 - + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7} SMBLibrary - + {6E0F2D1E-6167-4032-BA90-DEE3A99207D0} Utilities diff --git a/SMBLibrary.Win32/SMBLibrary.Win32.csproj b/SMBLibrary.Win32/SMBLibrary.Win32.VS2005.csproj similarity index 92% rename from SMBLibrary.Win32/SMBLibrary.Win32.csproj rename to SMBLibrary.Win32/SMBLibrary.Win32.VS2005.csproj index 868909f..3c03cc3 100644 --- a/SMBLibrary.Win32/SMBLibrary.Win32.csproj +++ b/SMBLibrary.Win32/SMBLibrary.Win32.VS2005.csproj @@ -44,11 +44,11 @@ - + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7} SMBLibrary - + {6E0F2D1E-6167-4032-BA90-DEE3A99207D0} Utilities diff --git a/SMBLibrary/SMBLibrary.csproj b/SMBLibrary/SMBLibrary.VS2005.csproj similarity index 98% rename from SMBLibrary/SMBLibrary.csproj rename to SMBLibrary/SMBLibrary.VS2005.csproj index fe66e7e..a35e8ee 100644 --- a/SMBLibrary/SMBLibrary.csproj +++ b/SMBLibrary/SMBLibrary.VS2005.csproj @@ -593,7 +593,7 @@ - + {6E0F2D1E-6167-4032-BA90-DEE3A99207D0} Utilities diff --git a/SMBServer.sln b/SMBServer.VS2005.sln similarity index 83% rename from SMBServer.sln rename to SMBServer.VS2005.sln index 855ffd7..07a582b 100644 --- a/SMBServer.sln +++ b/SMBServer.VS2005.sln @@ -1,15 +1,15 @@  Microsoft Visual Studio Solution File, Format Version 9.00 # Visual Studio 2005 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBServer", "SMBServer\SMBServer.csproj", "{70D43E2A-26A2-4046-A472-5BA8C9437612}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.VS2005.csproj", "{6E0F2D1E-6167-4032-BA90-DEE3A99207D0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBLibrary", "SMBLibrary\SMBLibrary.csproj", "{8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBLibrary", "SMBLibrary\SMBLibrary.VS2005.csproj", "{8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Utilities", "Utilities\Utilities.csproj", "{6E0F2D1E-6167-4032-BA90-DEE3A99207D0}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBLibrary.Win32", "SMBLibrary.Win32\SMBLibrary.Win32.VS2005.csproj", "{8CE25496-A52B-4841-822F-74C469D10EE7}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBLibrary.Win32", "SMBLibrary.Win32\SMBLibrary.Win32.csproj", "{8CE25496-A52B-4841-822F-74C469D10EE7}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBServer", "SMBServer\SMBServer.VS2005.csproj", "{70D43E2A-26A2-4046-A472-5BA8C9437612}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBLibrary.Tests", "SMBLibrary.Tests\SMBLibrary.Tests.csproj", "{C79B06EB-32C1-44CA-B7E1-A891B8135658}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SMBLibrary.Tests", "SMBLibrary.Tests\SMBLibrary.Tests.VS2005.csproj", "{C79B06EB-32C1-44CA-B7E1-A891B8135658}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -17,22 +17,22 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {70D43E2A-26A2-4046-A472-5BA8C9437612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {70D43E2A-26A2-4046-A472-5BA8C9437612}.Debug|Any CPU.Build.0 = Debug|Any CPU - {70D43E2A-26A2-4046-A472-5BA8C9437612}.Release|Any CPU.ActiveCfg = Release|Any CPU - {70D43E2A-26A2-4046-A472-5BA8C9437612}.Release|Any CPU.Build.0 = Release|Any CPU - {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Release|Any CPU.Build.0 = Release|Any CPU {6E0F2D1E-6167-4032-BA90-DEE3A99207D0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {6E0F2D1E-6167-4032-BA90-DEE3A99207D0}.Debug|Any CPU.Build.0 = Debug|Any CPU {6E0F2D1E-6167-4032-BA90-DEE3A99207D0}.Release|Any CPU.ActiveCfg = Release|Any CPU {6E0F2D1E-6167-4032-BA90-DEE3A99207D0}.Release|Any CPU.Build.0 = Release|Any CPU + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7}.Release|Any CPU.Build.0 = Release|Any CPU {8CE25496-A52B-4841-822F-74C469D10EE7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8CE25496-A52B-4841-822F-74C469D10EE7}.Debug|Any CPU.Build.0 = Debug|Any CPU {8CE25496-A52B-4841-822F-74C469D10EE7}.Release|Any CPU.ActiveCfg = Release|Any CPU {8CE25496-A52B-4841-822F-74C469D10EE7}.Release|Any CPU.Build.0 = Release|Any CPU + {70D43E2A-26A2-4046-A472-5BA8C9437612}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {70D43E2A-26A2-4046-A472-5BA8C9437612}.Debug|Any CPU.Build.0 = Debug|Any CPU + {70D43E2A-26A2-4046-A472-5BA8C9437612}.Release|Any CPU.ActiveCfg = Release|Any CPU + {70D43E2A-26A2-4046-A472-5BA8C9437612}.Release|Any CPU.Build.0 = Release|Any CPU {C79B06EB-32C1-44CA-B7E1-A891B8135658}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C79B06EB-32C1-44CA-B7E1-A891B8135658}.Debug|Any CPU.Build.0 = Debug|Any CPU {C79B06EB-32C1-44CA-B7E1-A891B8135658}.Release|Any CPU.ActiveCfg = Release|Any CPU diff --git a/SMBServer/SMBServer.csproj b/SMBServer/SMBServer.VS2005.csproj similarity index 92% rename from SMBServer/SMBServer.csproj rename to SMBServer/SMBServer.VS2005.csproj index 3c703d6..ac42161 100644 --- a/SMBServer/SMBServer.csproj +++ b/SMBServer/SMBServer.VS2005.csproj @@ -56,15 +56,15 @@ - + {8CE25496-A52B-4841-822F-74C469D10EE7} SMBLibrary.Win32 - + {8D9E8F5D-FD13-4E4C-9723-A333DA2034A7} SMBLibrary - + {6E0F2D1E-6167-4032-BA90-DEE3A99207D0} Utilities diff --git a/Utilities/Utilities.csproj b/Utilities/Utilities.VS2005.csproj similarity index 100% rename from Utilities/Utilities.csproj rename to Utilities/Utilities.VS2005.csproj