Skip to content

Commit b4263d5

Browse files
jsm174freezy
authored andcommitted
ilrepack: repack entire VisualPinball.Engine.Mpf.dll
1 parent ea1e3fb commit b4263d5

File tree

61 files changed

+128
-4970
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+128
-4970
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,4 +348,6 @@ MigrationBackup/
348348
# Ionide (cross platform F# VS Code tools) working folder
349349
.ionide/
350350

351-
.idea/
351+
.idea/
352+
353+
**/protos/*.cs

VisualPinball.Engine.Mpf.Test/Program.cs

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ class Program
2121
{
2222
static async Task Main(string[] args)
2323
{
24-
var s = Stopwatch.StartNew();
24+
Console.WriteLine("Starting...");
25+
var client = new MpfClient();
26+
client.Connect();
27+
client.Play();
28+
Console.WriteLine("Description = " + client.GetMachineDescription());
29+
Console.WriteLine("Done!");
30+
31+
32+
/*var s = Stopwatch.StartNew();
2533
var mpfApi = new MpfApi(@"../../../VisualPinball.Engine.Mpf/machine");
2634
2735
await mpfApi.Launch();
@@ -31,7 +39,7 @@ static async Task Main(string[] args)
3139
});
3240
3341
var descr = await mpfApi.GetMachineDescription();
34-
Console.WriteLine($"Description: {descr} in {s.ElapsedMilliseconds}ms");
42+
Console.WriteLine($"Description: {descr} in {s.ElapsedMilliseconds}ms");*/
3543
}
3644
}
3745
}

VisualPinball.Engine.Mpf.Unity/Editor/VisualPinball.Engine.Mpf.Unity.Editor.asmdef

Lines changed: 0 additions & 17 deletions
This file was deleted.

VisualPinball.Engine.Mpf.Unity/Editor/VisualPinball.Engine.Mpf.Unity.Editor.asmdef.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.
-496 KB
Binary file not shown.
-52.1 KB
Binary file not shown.
-577 KB
Binary file not shown.

VisualPinball.Engine.Mpf.Unity/Plugins/linux-x64/Grpc.Core.dll.meta

Lines changed: 0 additions & 43 deletions
This file was deleted.
1.12 MB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)