initial plugin before git init
This commit is contained in:
@@ -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")]
|
||||
BIN
obj/Debug/netstandard2.1/HerpieDerpiee.LaunchConfirm.dll
Normal file
BIN
obj/Debug/netstandard2.1/HerpieDerpiee.LaunchConfirm.dll
Normal file
Binary file not shown.
22
obj/Debug/netstandard2.1/LaunchConfirm.AssemblyInfo.cs
Normal file
22
obj/Debug/netstandard2.1/LaunchConfirm.AssemblyInfo.cs
Normal 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.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
4ffe5e172e780b6533ec3c053d32c9127bd42dfd49711592538bbe25eb9f7d17
|
||||
@@ -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 =
|
||||
BIN
obj/Debug/netstandard2.1/LaunchConfirm.assets.cache
Normal file
BIN
obj/Debug/netstandard2.1/LaunchConfirm.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
19d24df6beca2bc9dec4aec30f369443ef1e08aba1b1e8f80801a2bed54e6480
|
||||
@@ -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
|
||||
9
obj/Debug/netstandard2.1/MyPluginInfo.cs
Normal file
9
obj/Debug/netstandard2.1/MyPluginInfo.cs
Normal 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";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user