Decompile and Rebuild v0.1.2
begin work: base version 0993 move original program for orgnization golang work snapshot decompiled code it builds! (but doesnt run) source code bump library stash decompile 0.1.2, make it build
This commit is contained in:
commit
3e31aa0363
45 changed files with 7996 additions and 0 deletions
15
Properties/AssemblyInfo.cs
Normal file
15
Properties/AssemblyInfo.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using System.Diagnostics;
|
||||
using System.Reflection;
|
||||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.Versioning;
|
||||
|
||||
[assembly: AssemblyCompany("ControlApp")]
|
||||
[assembly: AssemblyConfiguration("Release")]
|
||||
[assembly: AssemblyFileVersion("1.0.0.0")]
|
||||
[assembly: AssemblyInformationalVersion("1.0.0")]
|
||||
[assembly: AssemblyProduct("ControlApp")]
|
||||
[assembly: AssemblyTitle("ControlApp")]
|
||||
[assembly: TargetPlatform("Windows7.0")]
|
||||
[assembly: SupportedOSPlatform("Windows7.0")]
|
||||
[assembly: AssemblyVersion("1.0.0.0")]
|
||||
// [module: RefSafetyRules(11)]
|
Loading…
Add table
Add a link
Reference in a new issue