File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 10
10
<?define VSTargetShort = " VS 2012" ?>
11
11
<?define VSTargetFileSuffix = " 110" ?>
12
12
<?define SDK _RegKeyName = " 110" ?>
13
+ <?define ExtSDKWinVer = " v8.0" ?>
13
14
<?elseif $(var.VSTargetVersion) = 12 ?>
14
15
<?include VS 12\guiddefs.wxi ?>
15
16
<?define VSTargetShort = " VS 2013" ?>
16
17
<?define VSTargetFileSuffix = " 120" ?>
17
18
<?define SDK _RegKeyName = " 120" ?>
19
+ <?define ExtSDKWinVer = " v8.1" ?>
18
20
<?endif ?>
19
21
20
22
<!-- last GUID used:
163
165
<?if $(var.VSTargetVersion) != 10 ?>
164
166
<Directory Id =" Microsoft_SDKs" Name =" Microsoft SDKs" >
165
167
<Directory Id =" Windows" Name =" Windows" >
166
- <Directory Id =" v8.0 " Name =" v8.0 " >
168
+ <Directory Id =" winver " Name =" $(var.ExtSDKWinVer) " >
167
169
<Directory Id =" ExtensionSDKs" Name =" ExtensionSDKs" >
168
170
<Directory Id =" CppRESTWindowsSDK" Name =" CppRESTWindowsSDK" >
169
171
<Directory Id =" dir_ver" Name =" $(var.ProductVersion)" >
You can’t perform that action at this time.
0 commit comments