mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Version bump to 3.0.82.0 [TGSDeploy]
This commit is contained in:
@@ -1,26 +1,26 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Commandline")]
|
||||
[assembly: AssemblyDescription("CLI for the TG Station Server Service")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("9ad1f086-a83e-4d14-a844-58a9471106b6")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("3.0.81.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.81.0")]
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Commandline")]
|
||||
[assembly: AssemblyDescription("CLI for the TG Station Server Service")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("9ad1f086-a83e-4d14-a844-58a9471106b6")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("3.0.82.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.82.0")]
|
||||
|
||||
@@ -1,29 +1,29 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Control Panel")]
|
||||
[assembly: AssemblyDescription("Control panel for the TG Station Server Service")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("394e7643-6b8c-416f-ab18-95ac12648cdc")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.81.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.81.0")]
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Control Panel")]
|
||||
[assembly: AssemblyDescription("Control panel for the TG Station Server Service")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("394e7643-6b8c-416f-ab18-95ac12648cdc")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.82.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.82.0")]
|
||||
|
||||
@@ -1,29 +1,29 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Service")]
|
||||
[assembly: AssemblyDescription("Server Service for running BYOND games")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("f32eda25-0855-411c-af5e-f0d042917e2d")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.81.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.81.0")]
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Service")]
|
||||
[assembly: AssemblyDescription("Server Service for running BYOND games")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("f32eda25-0855-411c-af5e-f0d042917e2d")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.82.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.82.0")]
|
||||
|
||||
+150
-150
@@ -1,150 +1,150 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Product Id="*" Name="TG Station Server" Language="1033" Version="3.0.81.0" Manufacturer="/tg/station 13" UpgradeCode="663badae-ddca-4aa9-8f3f-3b7b20332eac">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||
<MediaTemplate />
|
||||
|
||||
<Feature Id="ProductFeature" Title="TGServiceInstaller" Level="1">
|
||||
<ComponentGroupRef Id="ProductComponents" />
|
||||
<ComponentGroupRef Id="StartMenuShortcuts" />
|
||||
<ComponentGroupRef Id="DesktopShortcuts" />
|
||||
<ComponentGroupRef Id="Gitx86Components" />
|
||||
<ComponentGroupRef Id="Gitx64Components" />
|
||||
</Feature>
|
||||
<Icon Id="tgs.ico" SourceFile="..\tgs.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="tgs.ico" />
|
||||
<Property Id="INSTALLSHORTCUTDESK" />
|
||||
</Product>
|
||||
|
||||
<Fragment>
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="INSTALLFOLDER" Name="TG Station Server">
|
||||
<Directory Id ="LibFolder" Name="lib">
|
||||
<Directory Id ="Win32Folder" Name="win32">
|
||||
<Directory Id ="x86Folder" Name="x86" />
|
||||
<Directory Id ="x64Folder" Name="x64" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="DesktopFolder" Name="Desktop" />
|
||||
<Directory Id="ProgramMenuFolder" Name="StartMenuDir">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="TG Station Server"/>
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<ComponentGroup Id="StartMenuShortcuts" Directory="ApplicationProgramsFolder">
|
||||
<Component Id="StartMenuShortcut" Guid="685790d5-24ae-431b-8c5a-c71125e389d5">
|
||||
<Shortcut Id="StartMenuShortcutCL"
|
||||
Name="TG Command Line"
|
||||
Target="[#TGCommandLine.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<Shortcut Id="StartMenuShortcutCP"
|
||||
Name="TG Control Panel"
|
||||
Target="[#TGControlPanel.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<Shortcut Id="UninstallProduct"
|
||||
Name="Uninstall TG Station Server"
|
||||
Target="[SystemFolder]msiexec.exe"
|
||||
Arguments="/x [ProductCode]"
|
||||
Description="Uninstalls TG Station Server" />
|
||||
<RemoveFolder Id="CleanUpSMShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/>
|
||||
<RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="StartMenuShortcuts" Type="integer" Value="1" KeyPath="yes"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="DesktopShortcuts" Directory="DesktopFolder">
|
||||
<Component Id="DesktopShortcut" Guid="08950533-8264-4824-b7a5-8424c48375df">
|
||||
<Shortcut Id="DesktopShortcutCL"
|
||||
Name="TG Command Line"
|
||||
Target="[#TGCommandLine.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<Shortcut Id="DesktopShortcutCP"
|
||||
Name="TG Control Panel"
|
||||
Target="[#TGControlPanel.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<RemoveFolder Id="CleanUpDKShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/>
|
||||
<RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="DesktopShortcuts" Type="integer" Value="1" KeyPath="yes"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
||||
<Component Id="TGCommandLine">
|
||||
<File Source="$(var.TGCommandLine.TargetPath)" />
|
||||
<Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="no" Part="last" Action="set" System="yes" />
|
||||
</Component>
|
||||
<Component Id="TGServerService">
|
||||
<File Source="$(var.TGServerService.TargetPath)" />
|
||||
<ServiceInstall Id="ServiceInstaller" Type="ownProcess"
|
||||
Name="TG Station Server"
|
||||
DisplayName="TG Station Server"
|
||||
Description="/tg/station Server Service"
|
||||
Start="auto"
|
||||
Account="LocalSystem"
|
||||
ErrorControl="normal"
|
||||
/>
|
||||
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="TG Station Server" Wait="yes" />
|
||||
</Component>
|
||||
<Component Id="DiscordNet">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Discord.Net.dll" />
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharp">
|
||||
<File Source="$(var.TGServerService.TargetDir)/LibGit2Sharp.dll" />
|
||||
</Component>
|
||||
<Component Id="MeebeySmartIrc4net">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Meebey.SmartIrc4net.dll" />
|
||||
</Component>
|
||||
<Component Id="NewtonsoftJson">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Newtonsoft.Json.dll" />
|
||||
</Component>
|
||||
<Component Id="NitoAsyncConc">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Concurrent.dll" />
|
||||
</Component>
|
||||
<Component Id="NitoAsync">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.dll" />
|
||||
</Component>
|
||||
<Component Id="NitoAsyncEnlight">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Enlightenment.dll" />
|
||||
</Component>
|
||||
<Component Id="RestSharp">
|
||||
<File Source="$(var.TGServerService.TargetDir)/RestSharp.dll" />
|
||||
</Component>
|
||||
<Component Id="WebSock">
|
||||
<File Source="$(var.TGServerService.TargetDir)/WebSocket4Net.dll" />
|
||||
</Component>
|
||||
<Component Id="TGControlPanel">
|
||||
<File Source="$(var.TGControlPanel.TargetPath)" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="TGServiceInterface">
|
||||
<File Source="$(var.TGServiceInterface.TargetPath)" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
<ComponentGroup Id="Gitx86Components" Directory="x86Folder">
|
||||
<Component Id="LibGit2Sharpx86">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\git2-ssh-baa87df.dll" Id="LibGit2Sharpx86dll"/>
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx86SSH">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\libssh2.dll" Id="LibGit2Sharpx86SSHdll"/>
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx86Z">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\zlib.dll" Id="LibGit2Sharpx86Zdll"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
<ComponentGroup Id="Gitx64Components" Directory="x64Folder">
|
||||
<Component Id="LibGit2Sharpx64">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\git2-ssh-baa87df.dll" Id="LibGit2Sharpx64dll" />
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx64SSH">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\libssh2.dll" Id="LibGit2Sharpx64SSHdll"/>
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx64Z">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\zlib.dll" Id="LibGit2Sharpx64Zdll"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Product Id="*" Name="TG Station Server" Language="1033" Version="3.0.82.0" Manufacturer="/tg/station 13" UpgradeCode="663badae-ddca-4aa9-8f3f-3b7b20332eac">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
|
||||
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||
<MediaTemplate />
|
||||
|
||||
<Feature Id="ProductFeature" Title="TGServiceInstaller" Level="1">
|
||||
<ComponentGroupRef Id="ProductComponents" />
|
||||
<ComponentGroupRef Id="StartMenuShortcuts" />
|
||||
<ComponentGroupRef Id="DesktopShortcuts" />
|
||||
<ComponentGroupRef Id="Gitx86Components" />
|
||||
<ComponentGroupRef Id="Gitx64Components" />
|
||||
</Feature>
|
||||
<Icon Id="tgs.ico" SourceFile="..\tgs.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="tgs.ico" />
|
||||
<Property Id="INSTALLSHORTCUTDESK" />
|
||||
</Product>
|
||||
|
||||
<Fragment>
|
||||
<Directory Id="TARGETDIR" Name="SourceDir">
|
||||
<Directory Id="ProgramFilesFolder">
|
||||
<Directory Id="INSTALLFOLDER" Name="TG Station Server">
|
||||
<Directory Id ="LibFolder" Name="lib">
|
||||
<Directory Id ="Win32Folder" Name="win32">
|
||||
<Directory Id ="x86Folder" Name="x86" />
|
||||
<Directory Id ="x64Folder" Name="x64" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="DesktopFolder" Name="Desktop" />
|
||||
<Directory Id="ProgramMenuFolder" Name="StartMenuDir">
|
||||
<Directory Id="ApplicationProgramsFolder" Name="TG Station Server"/>
|
||||
</Directory>
|
||||
</Directory>
|
||||
</Fragment>
|
||||
|
||||
<Fragment>
|
||||
<ComponentGroup Id="StartMenuShortcuts" Directory="ApplicationProgramsFolder">
|
||||
<Component Id="StartMenuShortcut" Guid="685790d5-24ae-431b-8c5a-c71125e389d5">
|
||||
<Shortcut Id="StartMenuShortcutCL"
|
||||
Name="TG Command Line"
|
||||
Target="[#TGCommandLine.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<Shortcut Id="StartMenuShortcutCP"
|
||||
Name="TG Control Panel"
|
||||
Target="[#TGControlPanel.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<Shortcut Id="UninstallProduct"
|
||||
Name="Uninstall TG Station Server"
|
||||
Target="[SystemFolder]msiexec.exe"
|
||||
Arguments="/x [ProductCode]"
|
||||
Description="Uninstalls TG Station Server" />
|
||||
<RemoveFolder Id="CleanUpSMShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/>
|
||||
<RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="StartMenuShortcuts" Type="integer" Value="1" KeyPath="yes"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="DesktopShortcuts" Directory="DesktopFolder">
|
||||
<Component Id="DesktopShortcut" Guid="08950533-8264-4824-b7a5-8424c48375df">
|
||||
<Shortcut Id="DesktopShortcutCL"
|
||||
Name="TG Command Line"
|
||||
Target="[#TGCommandLine.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<Shortcut Id="DesktopShortcutCP"
|
||||
Name="TG Control Panel"
|
||||
Target="[#TGControlPanel.exe]"
|
||||
WorkingDirectory="APPLICATIONROOTDIRECTORY"/>
|
||||
<RemoveFolder Id="CleanUpDKShortCuts" Directory="ApplicationProgramsFolder" On="uninstall"/>
|
||||
<RegistryValue Root="HKCU" Key="Software\TGStation\Server" Name="DesktopShortcuts" Type="integer" Value="1" KeyPath="yes"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="ProductComponents" Directory="INSTALLFOLDER">
|
||||
<Component Id="TGCommandLine">
|
||||
<File Source="$(var.TGCommandLine.TargetPath)" />
|
||||
<Environment Id="PATH" Name="PATH" Value="[INSTALLFOLDER]" Permanent="no" Part="last" Action="set" System="yes" />
|
||||
</Component>
|
||||
<Component Id="TGServerService">
|
||||
<File Source="$(var.TGServerService.TargetPath)" />
|
||||
<ServiceInstall Id="ServiceInstaller" Type="ownProcess"
|
||||
Name="TG Station Server"
|
||||
DisplayName="TG Station Server"
|
||||
Description="/tg/station Server Service"
|
||||
Start="auto"
|
||||
Account="LocalSystem"
|
||||
ErrorControl="normal"
|
||||
/>
|
||||
<ServiceControl Id="StartService" Start="install" Stop="both" Remove="uninstall" Name="TG Station Server" Wait="yes" />
|
||||
</Component>
|
||||
<Component Id="DiscordNet">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Discord.Net.dll" />
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharp">
|
||||
<File Source="$(var.TGServerService.TargetDir)/LibGit2Sharp.dll" />
|
||||
</Component>
|
||||
<Component Id="MeebeySmartIrc4net">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Meebey.SmartIrc4net.dll" />
|
||||
</Component>
|
||||
<Component Id="NewtonsoftJson">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Newtonsoft.Json.dll" />
|
||||
</Component>
|
||||
<Component Id="NitoAsyncConc">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Concurrent.dll" />
|
||||
</Component>
|
||||
<Component Id="NitoAsync">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.dll" />
|
||||
</Component>
|
||||
<Component Id="NitoAsyncEnlight">
|
||||
<File Source="$(var.TGServerService.TargetDir)/Nito.AsyncEx.Enlightenment.dll" />
|
||||
</Component>
|
||||
<Component Id="RestSharp">
|
||||
<File Source="$(var.TGServerService.TargetDir)/RestSharp.dll" />
|
||||
</Component>
|
||||
<Component Id="WebSock">
|
||||
<File Source="$(var.TGServerService.TargetDir)/WebSocket4Net.dll" />
|
||||
</Component>
|
||||
<Component Id="TGControlPanel">
|
||||
<File Source="$(var.TGControlPanel.TargetPath)" KeyPath="yes" />
|
||||
</Component>
|
||||
<Component Id="TGServiceInterface">
|
||||
<File Source="$(var.TGServiceInterface.TargetPath)" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
<ComponentGroup Id="Gitx86Components" Directory="x86Folder">
|
||||
<Component Id="LibGit2Sharpx86">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\git2-ssh-baa87df.dll" Id="LibGit2Sharpx86dll"/>
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx86SSH">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\libssh2.dll" Id="LibGit2Sharpx86SSHdll"/>
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx86Z">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x86\zlib.dll" Id="LibGit2Sharpx86Zdll"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
<ComponentGroup Id="Gitx64Components" Directory="x64Folder">
|
||||
<Component Id="LibGit2Sharpx64">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\git2-ssh-baa87df.dll" Id="LibGit2Sharpx64dll" />
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx64SSH">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\libssh2.dll" Id="LibGit2Sharpx64SSHdll"/>
|
||||
</Component>
|
||||
<Component Id="LibGit2Sharpx64Z">
|
||||
<File Source="$(var.TGServerService.TargetDir)lib\win32\x64\zlib.dll" Id="LibGit2Sharpx64Zdll"/>
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
|
||||
@@ -1,29 +1,29 @@
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Service Interface")]
|
||||
[assembly: AssemblyDescription("Used by user programs to access the TGStation Server Service")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("ac4e7e8b-f83a-481c-a8b0-8fa4e8ae59ab")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.81.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.81.0")]
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
// 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("TGStation Server Service Interface")]
|
||||
[assembly: AssemblyDescription("Used by user programs to access the TGStation Server Service")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
// COM, set the ComVisible attribute to true on that type.
|
||||
[assembly: ComVisible(false)]
|
||||
|
||||
// The following GUID is for the ID of the typelib if this project is exposed to COM
|
||||
[assembly: Guid("ac4e7e8b-f83a-481c-a8b0-8fa4e8ae59ab")]
|
||||
|
||||
// Version information for an assembly consists of the following four values:
|
||||
//
|
||||
// Major Version
|
||||
// Minor Version
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
// You can specify all the values or you can default the Build and Revision Numbers
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("3.0.82.0")]
|
||||
[assembly: AssemblyFileVersion("3.0.82.0")]
|
||||
|
||||
Reference in New Issue
Block a user