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 @@
<ProjectGuid>{5CB67E3A-E63A-4791-B90B-8CEF0027AEAD}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>AutoTx</RootNamespace>
<RootNamespace>ATxService</RootNamespace>
<AssemblyName>AutoTx</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
......@@ -47,7 +47,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>AutoTx.Program</StartupObject>
<StartupObject>ATxService.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="NLog, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
......
File moved
namespace AutoTx
namespace ATxService
{
partial class AutoTx
{
......
......@@ -14,7 +14,7 @@ using NLog.Config;
using NLog.Targets;
using RoboSharp;
namespace AutoTx
namespace ATxService
{
public partial class AutoTx : ServiceBase
{
......
File moved
......@@ -6,7 +6,7 @@ using System.Net.Mail;
using System.Text;
using ATxCommon;
namespace AutoTx
namespace ATxService
{
public partial class AutoTx
{
......
......@@ -2,7 +2,7 @@
using System.ServiceProcess;
using System.IO;
namespace AutoTx
namespace ATxService
{
static class Program
{
......
namespace AutoTx
namespace ATxService
{
partial class ProjectInstaller
{
......
using System.ComponentModel;
namespace AutoTx
namespace ATxService
{
[RunInstaller(true)]
public partial class ProjectInstaller : System.Configuration.Install.Installer
......
File moved
......@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("IMCF, Biozentrum, University of Basel")]
[assembly: AssemblyProduct("AutoTx")]
[assembly: AssemblyCopyright("Copyright © 2017")]
[assembly: AssemblyCopyright("Copyright © 2018")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
......
......@@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace AutoTx.Properties {
namespace ATxService.Properties {
using System;
......@@ -39,7 +39,7 @@ namespace AutoTx.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
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;
}
return resourceMan;
......@@ -61,7 +61,7 @@ namespace AutoTx.Properties {
}
/// <summary>
/// Looks up a localized string similar to autotransfer-v1-134-g04a73b1
/// Looks up a localized string similar to autotransfer-v1-236-gc48c399
///.
/// </summary>
internal static string BuildCommit {
......@@ -71,7 +71,7 @@ namespace AutoTx.Properties {
}
/// <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>
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