MS Service

This commit is contained in:
Digital Data - Marlon Schreiber
2018-08-22 16:26:01 +02:00
parent db7cafdbf8
commit f2292bc92e
5 changed files with 273 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{63B0EAA3-8BF5-46DA-9040-15E781F4C3B1}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>DDTestService.Service1</StartupObject>
<StartupObject>DDTestService.MyNewService</StartupObject>
<RootNamespace>DDTestService</RootNamespace>
<AssemblyName>DDTestService</AssemblyName>
<FileAlignment>512</FileAlignment>
@@ -56,6 +56,7 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Configuration.Install" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.IO.Compression" />
@@ -102,6 +103,12 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<Compile Include="ProjectInstaller.Designer.vb">
<DependentUpon>ProjectInstaller.vb</DependentUpon>
</Compile>
<Compile Include="ProjectInstaller.vb">
<SubType>Component</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="My Project\Resources.resx">
@@ -113,6 +120,9 @@
<EmbeddedResource Include="MyNewService.resx">
<DependentUpon>MyNewService.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="ProjectInstaller.resx">
<DependentUpon>ProjectInstaller.vb</DependentUpon>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="My Project\Application.myapp">