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

Rename "ATXProject" to "ATxService".

parent c48c3993
Branches
Tags
No related merge requests found
Showing
with 13 additions and 13 deletions
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<ProjectGuid>{5CB67E3A-E63A-4791-B90B-8CEF0027AEAD}</ProjectGuid> <ProjectGuid>{5CB67E3A-E63A-4791-B90B-8CEF0027AEAD}</ProjectGuid>
<OutputType>WinExe</OutputType> <OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoTx</RootNamespace> <RootNamespace>ATxService</RootNamespace>
<AssemblyName>AutoTx</AssemblyName> <AssemblyName>AutoTx</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment> <FileAlignment>512</FileAlignment>
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<WarningLevel>4</WarningLevel> <WarningLevel>4</WarningLevel>
</PropertyGroup> </PropertyGroup>
<PropertyGroup> <PropertyGroup>
<StartupObject>AutoTx.Program</StartupObject> <StartupObject>ATxService.Program</StartupObject>
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL"> <Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
......
File moved
namespace AutoTx namespace ATxService
{ {
partial class AutoTx partial class AutoTx
{ {
......
...@@ -14,7 +14,7 @@ using NLog.Config; ...@@ -14,7 +14,7 @@ using NLog.Config;
using NLog.Targets; using NLog.Targets;
using RoboSharp; using RoboSharp;
namespace AutoTx namespace ATxService
{ {
public partial class AutoTx : ServiceBase public partial class AutoTx : ServiceBase
{ {
......
File moved
...@@ -6,7 +6,7 @@ using System.Net.Mail; ...@@ -6,7 +6,7 @@ using System.Net.Mail;
using System.Text; using System.Text;
using ATxCommon; using ATxCommon;
namespace AutoTx namespace ATxService
{ {
public partial class AutoTx public partial class AutoTx
{ {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
using System.ServiceProcess; using System.ServiceProcess;
using System.IO; using System.IO;
namespace AutoTx namespace ATxService
{ {
static class Program static class Program
{ {
......
namespace AutoTx namespace ATxService
{ {
partial class ProjectInstaller partial class ProjectInstaller
{ {
......
using System.ComponentModel; using System.ComponentModel;
namespace AutoTx namespace ATxService
{ {
[RunInstaller(true)] [RunInstaller(true)]
public partial class ProjectInstaller : System.Configuration.Install.Installer public partial class ProjectInstaller : System.Configuration.Install.Installer
......
File moved
...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices; ...@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")] [assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")] [assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")]
[assembly: AssemblyProduct("AutoTx")] [assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")] [assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")] [assembly: AssemblyCulture("")]
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
// </auto-generated> // </auto-generated>
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
namespace AutoTx.Properties { namespace ATxService.Properties {
using System; using System;
...@@ -39,7 +39,7 @@ namespace AutoTx.Properties { ...@@ -39,7 +39,7 @@ namespace AutoTx.Properties {
internal static global::System.Resources.ResourceManager ResourceManager { internal static global::System.Resources.ResourceManager ResourceManager {
get { get {
if (object.ReferenceEquals(resourceMan, null)) { if (object.ReferenceEquals(resourceMan, null)) {
var temp = new global::System.Resources.ResourceManager("AutoTx.Properties.Resources", typeof(Resources).Assembly); global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ATxService.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp; resourceMan = temp;
} }
return resourceMan; return resourceMan;
...@@ -61,7 +61,7 @@ namespace AutoTx.Properties { ...@@ -61,7 +61,7 @@ namespace AutoTx.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to autotransfer-v1-134-g04a73b1 /// Looks up a localized string similar to autotransfer-v1-236-gc48c399
///. ///.
/// </summary> /// </summary>
internal static string BuildCommit { internal static string BuildCommit {
...@@ -71,7 +71,7 @@ namespace AutoTx.Properties { ...@@ -71,7 +71,7 @@ namespace AutoTx.Properties {
} }
/// <summary> /// <summary>
/// Looks up a localized string similar to 2017-12-21 10:42:03 /// Looks up a localized string similar to 2018-02-01 01:23:43
///. ///.
/// </summary> /// </summary>
internal static string BuildDate { internal static string BuildDate {
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment