Skip to content
Snippets Groups Projects
Commit 80ca771a authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Rename ATXSerializables project to ATXCommon.

Since we have more to share between the applications than just the XML
wrappers, this is the location to keep common classes and methods.
parent e265922c
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,9 @@
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ATXSerializables\ATXSerializables.csproj">
<ProjectReference Include="..\ATXSerializables\ATXCommon.csproj">
<Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project>
<Name>ATXSerializables</Name>
<Name>ATXCommon</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
......
using System;
using System.IO;
using ATXSerializables;
using ATXCommon.Serializables;
namespace ATXConfigTest
{
......
......@@ -7,8 +7,8 @@
<ProjectGuid>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>ATXSerializables</RootNamespace>
<AssemblyName>ATXSerializables</AssemblyName>
<RootNamespace>ATXCommon</RootNamespace>
<AssemblyName>ATXCommon</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
......@@ -40,10 +40,10 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="DriveToCheck.cs" />
<Compile Include="ServiceConfig.cs" />
<Compile Include="Serializables\DriveToCheck.cs" />
<Compile Include="Serializables\ServiceConfig.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ServiceStatus.cs" />
<Compile Include="Serializables\ServiceStatus.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
......
using System.Xml.Serialization;
namespace ATXSerializables
namespace ATXCommon.Serializables
{
/// <summary>
/// Helper class for the nested SpaceMonitoring sections.
......
......@@ -4,7 +4,7 @@ using System.Configuration;
using System.IO;
using System.Xml.Serialization;
namespace ATXSerializables
namespace ATXCommon.Serializables
{
/// <summary>
/// configuration class based on xml
......
......@@ -2,7 +2,7 @@
using System.IO;
using System.Xml.Serialization;
namespace ATXSerializables
namespace ATXCommon.Serializables
{
[Serializable]
public class ServiceStatus
......
......@@ -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}") = "ATXSerializables", "ATXSerializables\ATXSerializables.csproj", "{166D65D5-EE10-4364-8AA3-4D86BA5CE244}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXCommon", "ATXSerializables\ATXCommon.csproj", "{166D65D5-EE10-4364-8AA3-4D86BA5CE244}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ATXConfigTest", "ATXConfigTest\ATXConfigTest.csproj", "{81E0A5AC-0E0D-4F98-B399-41A58612EF33}"
EndProject
......
......@@ -89,9 +89,9 @@
<Content Include="AutoTx.ico" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ATXSerializables\ATXSerializables.csproj">
<ProjectReference Include="..\ATXSerializables\ATXCommon.csproj">
<Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project>
<Name>ATXSerializables</Name>
<Name>ATXCommon</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
......
......@@ -4,8 +4,8 @@ using System.Timers;
using System.Drawing;
using System.IO;
using System.Windows.Forms;
using ATXCommon.Serializables;
using Microsoft.WindowsAPICodePack.Dialogs;
using ATXSerializables;
using Timer = System.Timers.Timer;
namespace ATXTray
......
......@@ -148,9 +148,9 @@
<None Include="Resources\BuildCommit.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ATXSerializables\ATXSerializables.csproj">
<ProjectReference Include="..\ATXSerializables\ATXCommon.csproj">
<Project>{166D65D5-EE10-4364-8AA3-4D86BA5CE244}</Project>
<Name>ATXSerializables</Name>
<Name>ATXCommon</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
......
......@@ -9,7 +9,7 @@ using System.Timers;
using System.DirectoryServices.AccountManagement;
using System.Globalization;
using System.Management;
using ATXSerializables;
using ATXCommon.Serializables;
using RoboSharp;
namespace AutoTx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment