From 9bf1b2273970062d9d702dbef55a637df9f0af6f Mon Sep 17 00:00:00 2001 From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch> Date: Wed, 17 Jan 2018 23:35:28 +0100 Subject: [PATCH] Fix directory name of ATXCommon project. --- {ATXSerializables => ATXCommon}/ATXCommon.csproj | 0 {ATXSerializables => ATXCommon}/ActiveDirectory.cs | 0 {ATXSerializables => ATXCommon}/Conv.cs | 0 {ATXSerializables => ATXCommon}/FsUtils.cs | 0 {ATXSerializables => ATXCommon}/Properties/AssemblyInfo.cs | 0 {ATXSerializables => ATXCommon}/Serializables/DriveToCheck.cs | 0 {ATXSerializables => ATXCommon}/Serializables/ServiceConfig.cs | 0 {ATXSerializables => ATXCommon}/Serializables/ServiceStatus.cs | 0 {ATXSerializables => ATXCommon}/TimeUtils.cs | 0 {ATXSerializables => ATXCommon}/packages.config | 0 ATXConfigTest/ATXConfigTest.csproj | 2 +- ATXService.sln | 2 +- ATXTray/ATXTray.csproj | 2 +- AutoTx/ATXProject.csproj | 2 +- 14 files changed, 4 insertions(+), 4 deletions(-) rename {ATXSerializables => ATXCommon}/ATXCommon.csproj (100%) rename {ATXSerializables => ATXCommon}/ActiveDirectory.cs (100%) rename {ATXSerializables => ATXCommon}/Conv.cs (100%) rename {ATXSerializables => ATXCommon}/FsUtils.cs (100%) rename {ATXSerializables => ATXCommon}/Properties/AssemblyInfo.cs (100%) rename {ATXSerializables => ATXCommon}/Serializables/DriveToCheck.cs (100%) rename {ATXSerializables => ATXCommon}/Serializables/ServiceConfig.cs (100%) rename {ATXSerializables => ATXCommon}/Serializables/ServiceStatus.cs (100%) rename {ATXSerializables => ATXCommon}/TimeUtils.cs (100%) rename {ATXSerializables => ATXCommon}/packages.config (100%) diff --git a/ATXSerializables/ATXCommon.csproj b/ATXCommon/ATXCommon.csproj similarity index 100% rename from ATXSerializables/ATXCommon.csproj rename to ATXCommon/ATXCommon.csproj diff --git a/ATXSerializables/ActiveDirectory.cs b/ATXCommon/ActiveDirectory.cs similarity index 100% rename from ATXSerializables/ActiveDirectory.cs rename to ATXCommon/ActiveDirectory.cs diff --git a/ATXSerializables/Conv.cs b/ATXCommon/Conv.cs similarity index 100% rename from ATXSerializables/Conv.cs rename to ATXCommon/Conv.cs diff --git a/ATXSerializables/FsUtils.cs b/ATXCommon/FsUtils.cs similarity index 100% rename from ATXSerializables/FsUtils.cs rename to ATXCommon/FsUtils.cs diff --git a/ATXSerializables/Properties/AssemblyInfo.cs b/ATXCommon/Properties/AssemblyInfo.cs similarity index 100% rename from ATXSerializables/Properties/AssemblyInfo.cs rename to ATXCommon/Properties/AssemblyInfo.cs diff --git a/ATXSerializables/Serializables/DriveToCheck.cs b/ATXCommon/Serializables/DriveToCheck.cs similarity index 100% rename from ATXSerializables/Serializables/DriveToCheck.cs rename to ATXCommon/Serializables/DriveToCheck.cs diff --git a/ATXSerializables/Serializables/ServiceConfig.cs b/ATXCommon/Serializables/ServiceConfig.cs similarity index 100% rename from ATXSerializables/Serializables/ServiceConfig.cs rename to ATXCommon/Serializables/ServiceConfig.cs diff --git a/ATXSerializables/Serializables/ServiceStatus.cs b/ATXCommon/Serializables/ServiceStatus.cs similarity index 100% rename from ATXSerializables/Serializables/ServiceStatus.cs rename to ATXCommon/Serializables/ServiceStatus.cs diff --git a/ATXSerializables/TimeUtils.cs b/ATXCommon/TimeUtils.cs similarity index 100% rename from ATXSerializables/TimeUtils.cs rename to ATXCommon/TimeUtils.cs diff --git a/ATXSerializables/packages.config b/ATXCommon/packages.config similarity index 100% rename from ATXSerializables/packages.config rename to ATXCommon/packages.config diff --git a/ATXConfigTest/ATXConfigTest.csproj b/ATXConfigTest/ATXConfigTest.csproj index 08e5ee6..08f32fb 100644 --- a/ATXConfigTest/ATXConfigTest.csproj +++ b/ATXConfigTest/ATXConfigTest.csproj @@ -53,7 +53,7 @@ <None Include="packages.config" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ATXSerializables\ATXCommon.csproj"> + <ProjectReference Include="..\ATXCommon\ATXCommon.csproj"> <Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project> <Name>ATXCommon</Name> </ProjectReference> diff --git a/ATXService.sln b/ATXService.sln index 7ce63be..626d823 100644 --- a/ATXService.sln +++ b/ATXService.sln @@ -5,7 +5,7 @@ VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXProject", "AutoTx\ATXProject.csproj", "{5CB67E3A-E63A-4791-B90B-8CEF0027AEAD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXCommon", "ATXSerializables\ATXCommon.csproj", "{166D65D5-EE10-4364-8AA3-4D86BA5CE244}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXCommon", "ATXCommon\ATXCommon.csproj", "{166D65D5-EE10-4364-8AA3-4D86BA5CE244}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXConfigTest", "ATXConfigTest\ATXConfigTest.csproj", "{81E0A5AC-0E0D-4F98-B399-41A58612EF33}" EndProject diff --git a/ATXTray/ATXTray.csproj b/ATXTray/ATXTray.csproj index 1c86b23..e64ce31 100644 --- a/ATXTray/ATXTray.csproj +++ b/ATXTray/ATXTray.csproj @@ -93,7 +93,7 @@ <Content Include="AutoTx.ico" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ATXSerializables\ATXCommon.csproj"> + <ProjectReference Include="..\ATXCommon\ATXCommon.csproj"> <Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project> <Name>ATXCommon</Name> </ProjectReference> diff --git a/AutoTx/ATXProject.csproj b/AutoTx/ATXProject.csproj index 2c12ad6..9612115 100644 --- a/AutoTx/ATXProject.csproj +++ b/AutoTx/ATXProject.csproj @@ -150,7 +150,7 @@ <None Include="Resources\BuildCommit.txt" /> </ItemGroup> <ItemGroup> - <ProjectReference Include="..\ATXSerializables\ATXCommon.csproj"> + <ProjectReference Include="..\ATXCommon\ATXCommon.csproj"> <Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project> <Name>ATXCommon</Name> </ProjectReference> -- GitLab