Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Commit

Permalink
- Many internals changes to code & code structure
Browse files Browse the repository at this point in the history
- Changed driver save path from current directory to system32\drivers
- Changed from command line to a GUI
- Implemented scripting functionality
  • Loading branch information
ixjf committed Nov 30, 2018
1 parent 17e4e42 commit e20a5fe
Show file tree
Hide file tree
Showing 79 changed files with 7,359 additions and 5,282 deletions.
268 changes: 0 additions & 268 deletions IsaDrv.cpp

This file was deleted.

38 changes: 0 additions & 38 deletions IsaDrv.h

This file was deleted.

20 changes: 20 additions & 0 deletions MSIRGB.DLL/AssemblyInfo.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
using namespace System;
using namespace System::Reflection;
using namespace System::Runtime::CompilerServices;
using namespace System::Runtime::InteropServices;
using namespace System::Security::Permissions;

[assembly:AssemblyTitleAttribute(L"MSIRGB.DLL")];
[assembly:AssemblyDescriptionAttribute(L"")];
[assembly:AssemblyConfigurationAttribute(L"")];
[assembly:AssemblyCompanyAttribute(L"")];
[assembly:AssemblyProductAttribute(L"MSIRGB.DLL")];
[assembly:AssemblyCopyrightAttribute(L"Copyright (c) 2018")];
[assembly:AssemblyTrademarkAttribute(L"")];
[assembly:AssemblyCultureAttribute(L"")];

[assembly:AssemblyVersionAttribute("1.0.*")];

[assembly:ComVisible(false)];

[assembly:CLSCompliantAttribute(true)];
Loading

0 comments on commit e20a5fe

Please sign in to comment.