-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create WindowsMidiServicesVersion.cs
- Loading branch information
1 parent
48dba64
commit 5880cbf
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// this file has been auto-generated by the Windows MIDI Services build process | ||
|
||
namespace Microsoft.Midi.Common | ||
{ | ||
public static class MidiBuildInformation | ||
{ | ||
public const string Source = "GitHub Preview"; | ||
public const string Name = "Unknown"; | ||
public const string BuildFullVersion = "0.0.0-unknown.0.00000.0000"; | ||
public const string VersionMajor = "0"; | ||
public const string VersionMinor = "0"; | ||
public const string VersionRevision = "0"; | ||
public const string VersionDateNumber = "00000"; | ||
public const string VersionTimeNumber = "0000"; | ||
} | ||
} |