-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #64 from Microsoft/dev
Pull DISKSPD 2.0.20a
- Loading branch information
Showing
59 changed files
with
10,945 additions
and
1,181 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
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
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 |
---|---|---|
@@ -1 +1,19 @@ | ||
DISKSPD.XSD HTML "..\\XmlProfileParser\\diskspd.xsd" | ||
#include <windows.h> | ||
#include "Common.h" | ||
|
||
DISKSPD.XSD HTML "..\\XmlProfileParser\\diskspd.xsd" | ||
|
||
#include <ntverp.h> | ||
|
||
#define VER_FILETYPE VFT_APP | ||
#define VER_FILESUBTYPE VFT2_UNKNOWN | ||
#define VER_FILEDESCRIPTION_STR "DiskSpd Storage Performance Tool" | ||
#define VER_INTERNALNAME_STR "diskspd.exe" | ||
|
||
#undef VER_PRODUCTVERSION | ||
#define VER_PRODUCTVERSION DISKSPD_MAJOR,DISKSPD_MINOR,DISKSPD_BUILD,DISKSPD_QFE | ||
|
||
#undef VER_PRODUCTVERSION_STR | ||
#define VER_PRODUCTVERSION_STR DISKSPD_NUMERIC_VERSION_STRING | ||
|
||
#include "common.ver" |
Oops, something went wrong.