initial plugin before git init

This commit is contained in:
Valentijn
2026-05-30 14:24:45 +02:00
commit d589d77934
21 changed files with 4114 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = ".NET Standard 2.1")]

View File

@@ -0,0 +1,22 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("HerpieDerpiee.LaunchConfirm")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+663a466e99a8eed66bed8bd74fdadfee12e10f1b")]
[assembly: System.Reflection.AssemblyProductAttribute("LaunchConfirm")]
[assembly: System.Reflection.AssemblyTitleAttribute("HerpieDerpiee.LaunchConfirm")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Generated by the MSBuild WriteCodeFragment class.

View File

@@ -0,0 +1 @@
4ffe5e172e780b6533ec3c053d32c9127bd42dfd49711592538bbe25eb9f7d17

View File

@@ -0,0 +1,5 @@
is_global = true
build_property.RootNamespace = LaunchConfirm
build_property.ProjectDir = /var/home/valentijn/Development/LethalMods/LaunchConfirm/
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

Binary file not shown.

View File

@@ -0,0 +1 @@
19d24df6beca2bc9dec4aec30f369443ef1e08aba1b1e8f80801a2bed54e6480

View File

@@ -0,0 +1,9 @@
/var/home/valentijn/Development/LethalMods/LaunchConfirm/bin/Debug/netstandard2.1/HerpieDerpiee.LaunchConfirm.deps.json
/var/home/valentijn/Development/LethalMods/LaunchConfirm/bin/Debug/netstandard2.1/HerpieDerpiee.LaunchConfirm.dll
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/LaunchConfirm.csproj.AssemblyReference.cache
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/MyPluginInfo.cs
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/LaunchConfirm.GeneratedMSBuildEditorConfig.editorconfig
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/LaunchConfirm.AssemblyInfoInputs.cache
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/LaunchConfirm.AssemblyInfo.cs
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/LaunchConfirm.csproj.CoreCompileInputs.cache
/var/home/valentijn/Development/LethalMods/LaunchConfirm/obj/Debug/netstandard2.1/HerpieDerpiee.LaunchConfirm.dll

View File

@@ -0,0 +1,9 @@
namespace LaunchConfirm
{
public static class MyPluginInfo
{
public const string PLUGIN_GUID = "HerpieDerpiee.LaunchConfirm";
public const string PLUGIN_NAME = "LaunchConfirm";
public const string PLUGIN_VERSION = "1.0.0";
}
}