Skip to content

Commit

Permalink
Rename Service Project
Browse files Browse the repository at this point in the history
  • Loading branch information
xmegz committed Jan 20, 2019
1 parent 9c27c9c commit f86be6c
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 12 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Reflection;
using System.ServiceProcess;

namespace MndpTray.Service
namespace MndpService
{
public partial class MndpService : ServiceBase
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{C68AF71D-2C00-483D-A5E5-4B2ADD183987}</ProjectGuid>
<OutputType>Exe</OutputType>
<RootNamespace>MndpTray.Service</RootNamespace>
<AssemblyName>MndpTray.Service</AssemblyName>
<RootNamespace>MndpService</RootNamespace>
<AssemblyName>MndpService</AssemblyName>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down Expand Up @@ -41,12 +41,13 @@
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DebugType>embedded</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<DebugSymbols>true</DebugSymbols>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Images\favicon.ico</ApplicationIcon>
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Reflection;
using System.ServiceProcess;

namespace MndpTray.Service
namespace MndpService
{
internal static class Program
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.ComponentModel;

namespace MndpTray.Service
namespace MndpService
{
[RunInstaller(true)]
public partial class ProjectInstaller : System.Configuration.Install.Installer
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("MndpTray.Service")]
[assembly: AssemblyTitle("MndpService")]
[assembly: AssemblyDescription("Mikrotik Neighbor Discovery Protocol Service")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Pádár Tamás")]
[assembly: AssemblyProduct("MndpTray.Service")]
[assembly: AssemblyProduct("MndpService")]
[assembly: AssemblyCopyright("Copyright © 2019")]
[assembly: AssemblyTrademark("Pádár Tamás")]
[assembly: AssemblyCulture("")]
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion MndpTray/MndpTray.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MndpTray", "MndpTray\MndpTr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MndpTray.Protocol", "MndpTray.Protocol\MndpTray.Protocol.csproj", "{9008838B-88CD-40B0-BC80-FA37F5F9AAF8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MndpTray.Service", "MndpTray.Service\MndpTray.Service.csproj", "{C68AF71D-2C00-483D-A5E5-4B2ADD183987}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MndpService", "MndpService\MndpService.csproj", "{C68AF71D-2C00-483D-A5E5-4B2ADD183987}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit f86be6c

Please sign in to comment.