delete WorkshopInstaller, no longer needed

This commit is contained in:
Evil Factory
2022-07-02 11:17:07 -03:00
parent dc32ee6f08
commit 90c83edcb6
3 changed files with 0 additions and 59 deletions

View File

@@ -1,24 +0,0 @@
using System;
using System.IO;
using System.IO.Compression;
namespace WorkshopInstaller
{
class Program
{
static void Main(string[] args)
{
if (File.Exists("Barotrauma.exe"))
{
Directory.SetCurrentDirectory("Mods/LuaForBarotrauma/");
}
ZipFile.ExtractToDirectory("blacklist_files.zip", ".");
File.Move("DedicatedServer.exe", "WorkshopInstaller.exe");
File.Move("DedicatedServer.exe.original", "DedicatedServer.exe");
File.Create("DedicatedServer.exe.original");
}
}
}

View File

@@ -1,10 +0,0 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
<PreserveCompilationContext>false</PreserveCompilationContext>
<MvcRazorCompileOnPublish>false</MvcRazorCompileOnPublish>
</PropertyGroup>
</Project>

View File

@@ -1,25 +0,0 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31129.286
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WorkshopInstaller", "WorkshopInstaller.csproj", "{B72BA20A-E0E9-4B41-BD12-67AC62D549AE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B72BA20A-E0E9-4B41-BD12-67AC62D549AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B72BA20A-E0E9-4B41-BD12-67AC62D549AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B72BA20A-E0E9-4B41-BD12-67AC62D549AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B72BA20A-E0E9-4B41-BD12-67AC62D549AE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {07CADD5B-22A1-40E4-97C5-63C715CD535A}
EndGlobalSection
EndGlobal