Skip to content

Commit

Permalink
Vmmsharp Refactor (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostchi authored Jul 29, 2024
1 parent 4d2e2df commit 4ad40b3
Show file tree
Hide file tree
Showing 15 changed files with 6,953 additions and 4,203 deletions.
10 changes: 5 additions & 5 deletions vmmsharp/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
using System.Runtime.Versioning;
[assembly: AssemblyTitle("MemProcFS : C# API")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
Expand All @@ -13,6 +10,9 @@
[assembly: AssemblyCopyright("Copyright © Ulf Frisk 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
#if NET5_0_OR_GREATER
[assembly: SupportedOSPlatform("Windows")]
#endif

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
Expand All @@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("3.3.0.7")]
[assembly: AssemblyFileVersion("3.3.0.7")]
[assembly: AssemblyFileVersion("3.3.0.7")]
262 changes: 0 additions & 262 deletions vmmsharp/vmm_example.cs

This file was deleted.

Loading

0 comments on commit 4ad40b3

Please sign in to comment.