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 08e5ee6918347d479d8f3290fc73e5b0437ca2cb..08f32fb33144eaa114da6b425dffc80267e0073c 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 7ce63be1fa780b2bed144be4ebed8a6ba76180e9..626d82345992c0be34ef79936c103ca162c18f8a 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 1c86b23041d889b1d4f3dcdc12412439c47b1c2c..e64ce3107a09b49b58117ae279f07b5fcc6e8fda 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 2c12ad65437b84b0e54576a98b5361d428d530ab..96121158c733b68259b54028f5f19ae51c41a8ba 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>