Skip to content

Commit

Permalink
SDK version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zodiacon committed Oct 22, 2018
1 parent a23a603 commit b9eaf5a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
32 changes: 7 additions & 25 deletions CPUSTRES/CPUStressEx.rc
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,9 @@ CAPTION "About CPUSTRES"
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
ICON IDR_MAINFRAME,IDC_STATIC,14,14,20,20
LTEXT "CPUSTRES v2.1",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "CPUSTRES v2.2",IDC_STATIC,42,14,114,8,SS_NOPREFIX
LTEXT "Copyright (C) 2016-2018 Pavel Yosifovich",IDC_STATIC,42,26,170,8
DEFPUSHBUTTON "OK",IDOK,106,63,50,14,WS_GROUP
CONTROL "Sysinternals - www.sysinternals.com",IDC_LINK,"MfcLink",WS_TABSTOP,39,38,182,14
END

IDR_MAINFRAME DIALOGEX 0, 0, 438, 30
Expand Down Expand Up @@ -314,8 +313,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEVERSION 2,2,0,0
PRODUCTVERSION 2,2,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -332,12 +331,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Windows Internals Book Tools"
VALUE "FileDescription", "CPU Stress"
VALUE "FileVersion", "2.0.0.0"
VALUE "FileVersion", "2.2.0.0"
VALUE "InternalName", "CPUSTRES"
VALUE "LegalCopyright", "Copyright (C) 2016 by Pavel Yosifovich"
VALUE "LegalCopyright", "Copyright (C) 2016-2018 by Pavel Yosifovich"
VALUE "OriginalFilename", "CPUSTRES"
VALUE "ProductName", "Sysinternals CPUSTRES"
VALUE "ProductVersion", "2.0.0.0"
VALUE "ProductName", "CPUSTRES"
VALUE "ProductVersion", "2.2.0.0"
END
END
BLOCK "VarFileInfo"
Expand Down Expand Up @@ -535,23 +534,6 @@ BEGIN
0
END

IDD_ABOUTBOX DLGINIT
BEGIN
IDC_LINK, 0x37c, 184, 0
0x4d3c, 0x4346, 0x694c, 0x6b6e, 0x555f, 0x6c72, 0x683e, 0x7474, 0x3a70,
0x2f2f, 0x7777, 0x2e77, 0x7973, 0x6973, 0x746e, 0x7265, 0x616e, 0x736c,
0x632e, 0x6d6f, 0x2f3c, 0x464d, 0x4c43, 0x6e69, 0x5f6b, 0x7255, 0x3e6c,
0x4d3c, 0x4346, 0x694c, 0x6b6e, 0x555f, 0x6c72, 0x7250, 0x6665, 0x7869,
0x3c3e, 0x4d2f, 0x4346, 0x694c, 0x6b6e, 0x555f, 0x6c72, 0x7250, 0x6665,
0x7869, 0x3c3e, 0x464d, 0x4c43, 0x6e69, 0x5f6b, 0x6f54, 0x6c6f, 0x6974,
0x3e70, 0x2f3c, 0x464d, 0x4c43, 0x6e69, 0x5f6b, 0x6f54, 0x6c6f, 0x6974,
0x3e70, 0x4d3c, 0x4346, 0x694c, 0x6b6e, 0x465f, 0x6c75, 0x546c, 0x7865,
0x5474, 0x6f6f, 0x746c, 0x7069, 0x463e, 0x4c41, 0x4553, 0x2f3c, 0x464d,
0x4c43, 0x6e69, 0x5f6b, 0x7546, 0x6c6c, 0x6554, 0x7478, 0x6f54, 0x6c6f,
0x6974, 0x3e70,
0
END


/////////////////////////////////////////////////////////////////////////////
//
Expand Down
2 changes: 1 addition & 1 deletion CPUSTRES/CPUStressEx.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<RootNamespace>CPUStressEx</RootNamespace>
<Keyword>MFCProj</Keyword>
<ProjectName>CPUSTRES</ProjectName>
<WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down
2 changes: 1 addition & 1 deletion CpuSet/CpuSet.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectGuid>{86CCF6A7-3B28-4197-BC36-A8456A422695}</ProjectGuid>
<Keyword>Win32Proj</Keyword>
<RootNamespace>CpuSet</RootNamespace>
<WindowsTargetPlatformVersion>10.0.14393.0</WindowsTargetPlatformVersion>
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
Expand Down

0 comments on commit b9eaf5a

Please sign in to comment.