Reworked MloFinder
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<PackAsTool>true</PackAsTool>
|
||||
<ToolCommandName>mcb</ToolCommandName>
|
||||
<PackageOutputPath>./nupkg</PackageOutputPath>
|
||||
<PackageLicenseUrl>https://choosealicense.com/licenses/mit/</PackageLicenseUrl>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
23
MloCombiner/bin/Debug/net5.0/MloCombiner.deps.json
Normal file
23
MloCombiner/bin/Debug/net5.0/MloCombiner.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"MloCombiner/1.0.0": {
|
||||
"runtime": {
|
||||
"MloCombiner.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"MloCombiner/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
MloCombiner/bin/Debug/net5.0/MloCombiner.dll
Normal file
BIN
MloCombiner/bin/Debug/net5.0/MloCombiner.dll
Normal file
Binary file not shown.
BIN
MloCombiner/bin/Debug/net5.0/MloCombiner.exe
Normal file
BIN
MloCombiner/bin/Debug/net5.0/MloCombiner.exe
Normal file
Binary file not shown.
BIN
MloCombiner/bin/Debug/net5.0/MloCombiner.pdb
Normal file
BIN
MloCombiner/bin/Debug/net5.0/MloCombiner.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"additionalProbingPaths": [
|
||||
"C:\\Users\\leon\\.dotnet\\store\\|arch|\\|tfm|",
|
||||
"C:\\Users\\leon\\.nuget\\packages",
|
||||
"C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
23
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.deps.json
Normal file
23
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.deps.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"runtimeTarget": {
|
||||
"name": ".NETCoreApp,Version=v5.0",
|
||||
"signature": ""
|
||||
},
|
||||
"compilationOptions": {},
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v5.0": {
|
||||
"MloCombiner/1.0.0": {
|
||||
"runtime": {
|
||||
"MloCombiner.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"MloCombiner/1.0.0": {
|
||||
"type": "project",
|
||||
"serviceable": false,
|
||||
"sha512": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.dll
Normal file
BIN
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.dll
Normal file
Binary file not shown.
BIN
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.exe
Normal file
BIN
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.exe
Normal file
Binary file not shown.
BIN
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.pdb
Normal file
BIN
MloCombiner/bin/Debug/net5.0/publish/MloCombiner.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"runtimeOptions": {
|
||||
"tfm": "net5.0",
|
||||
"framework": {
|
||||
"name": "Microsoft.NETCore.App",
|
||||
"version": "5.0.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
BIN
MloCombiner/nupkg/MloCombiner.1.0.0.nupkg
Normal file
BIN
MloCombiner/nupkg/MloCombiner.1.0.0.nupkg
Normal file
Binary file not shown.
20
MloCombiner/obj/Debug/MloCombiner.1.0.0.nuspec
Normal file
20
MloCombiner/obj/Debug/MloCombiner.1.0.0.nuspec
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>MloCombiner</id>
|
||||
<version>1.0.0</version>
|
||||
<authors>MloCombiner</authors>
|
||||
<licenseUrl>https://choosealicense.com/licenses/mit/</licenseUrl>
|
||||
<description>Package Description</description>
|
||||
<packageTypes>
|
||||
<packageType name="DotnetTool" />
|
||||
</packageTypes>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="D:\Programmierstuff\FiveM\MloCombiner\obj\DotnetToolSettings.xml" target="tools\net5.0\any\DotnetToolSettings.xml" />
|
||||
<file src="D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.dll" target="tools\net5.0\any\MloCombiner.dll" />
|
||||
<file src="D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.deps.json" target="tools\net5.0\any\MloCombiner.deps.json" />
|
||||
<file src="D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.runtimeconfig.json" target="tools\net5.0\any\MloCombiner.runtimeconfig.json" />
|
||||
<file src="D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.pdb" target="tools\net5.0\any\MloCombiner.pdb" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
||||
22
MloCombiner/obj/Debug/net5.0/MloCombiner.AssemblyInfo.cs
Normal file
22
MloCombiner/obj/Debug/net5.0/MloCombiner.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("MloCombiner")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("MloCombiner")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("MloCombiner")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
7aed07fdb14cd95f9131e99a55ff65ab707b32e3
|
||||
@@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = MloCombiner
|
||||
build_property.ProjectDir = D:\Programmierstuff\FiveM\MloCombiner\
|
||||
BIN
MloCombiner/obj/Debug/net5.0/MloCombiner.assets.cache
Normal file
BIN
MloCombiner/obj/Debug/net5.0/MloCombiner.assets.cache
Normal file
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
8df0af359821c54cde886b215755298e1c9f70b3
|
||||
@@ -0,0 +1,16 @@
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\MloCombiner.exe
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\MloCombiner.deps.json
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\MloCombiner.runtimeconfig.json
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\MloCombiner.runtimeconfig.dev.json
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\MloCombiner.dll
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\MloCombiner.pdb
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.csproj.AssemblyReference.cache
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.AssemblyInfoInputs.cache
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.AssemblyInfo.cs
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.csproj.CoreCompileInputs.cache
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.dll
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\refint\MloCombiner.dll
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.pdb
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\MloCombiner.genruntimeconfig.cache
|
||||
D:\Programmierstuff\FiveM\MloCombiner\obj\Debug\net5.0\ref\MloCombiner.dll
|
||||
BIN
MloCombiner/obj/Debug/net5.0/MloCombiner.dll
Normal file
BIN
MloCombiner/obj/Debug/net5.0/MloCombiner.dll
Normal file
Binary file not shown.
@@ -0,0 +1 @@
|
||||
5e7661eb043a6345446d6bca76e046c71d5f6aa0
|
||||
BIN
MloCombiner/obj/Debug/net5.0/MloCombiner.pdb
Normal file
BIN
MloCombiner/obj/Debug/net5.0/MloCombiner.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.exe
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.dll
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.deps.json
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.runtimeconfig.json
|
||||
D:\Programmierstuff\FiveM\MloCombiner\bin\Debug\net5.0\publish\MloCombiner.pdb
|
||||
BIN
MloCombiner/obj/Debug/net5.0/apphost.exe
Normal file
BIN
MloCombiner/obj/Debug/net5.0/apphost.exe
Normal file
Binary file not shown.
BIN
MloCombiner/obj/Debug/net5.0/ref/MloCombiner.dll
Normal file
BIN
MloCombiner/obj/Debug/net5.0/ref/MloCombiner.dll
Normal file
Binary file not shown.
BIN
MloCombiner/obj/Debug/net5.0/refint/MloCombiner.dll
Normal file
BIN
MloCombiner/obj/Debug/net5.0/refint/MloCombiner.dll
Normal file
Binary file not shown.
6
MloCombiner/obj/DotnetToolSettings.xml
Normal file
6
MloCombiner/obj/DotnetToolSettings.xml
Normal file
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<DotNetCliTool Version="1">
|
||||
<Commands>
|
||||
<Command Name="mcb" EntryPoint="MloCombiner.dll" Runner="dotnet" />
|
||||
</Commands>
|
||||
</DotNetCliTool>
|
||||
Binary file not shown.
Binary file not shown.
1
MloCombiner/obj/project.packagespec.json
Normal file
1
MloCombiner/obj/project.packagespec.json
Normal file
@@ -0,0 +1 @@
|
||||
"restore":{"projectUniqueName":"D:\\Programmierstuff\\FiveM\\MloCombiner\\MloCombiner.csproj","projectName":"MloCombiner","projectPath":"D:\\Programmierstuff\\FiveM\\MloCombiner\\MloCombiner.csproj","outputPath":"D:\\Programmierstuff\\FiveM\\MloCombiner\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\6.0.402\\RuntimeIdentifierGraph.json"}}"runtimes":{"":{"#import":[]}}
|
||||
1
MloCombiner/obj/rider.project.restore.info
Normal file
1
MloCombiner/obj/rider.project.restore.info
Normal file
@@ -0,0 +1 @@
|
||||
16668109765853863
|
||||
Reference in New Issue
Block a user