michaelmcdaniel / GuidgenConsole

C# Guidgen Console app generates, replaces, finds, and reformats GUIDs from the command line. Supports clipboard, | (pipes), and lots of formats.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

16 bit?

javafun opened this issue · comments

C:>GuidGen.exe /?
This version of C:\GuidGen.exe is not compatible with the version of Windows you're running. Check your computer's system information to see whether you need a x86 (32-bit) or x64 (64-bit) version of
the program, and then contact the software publisher.

Really only intended to run with .net 4.0

Added .NET v2.0 compatible binaries/project. Since no target OS (I'm assuming XP) was specified, this should run now if at least .NET 2.0 is available.