File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ AC_CONFIG_MACRO_DIR([m4])
11
11
LIBBOINC_VERSION=`echo ${PACKAGE_VERSION} | sed 's/\./:/g'`
12
12
AC_SUBST ( [ LIBBOINC_VERSION] )
13
13
14
- WRAPPER_RELEASE=26017
14
+ WRAPPER_RELEASE=26018
15
15
AC_SUBST ( [ WRAPPER_RELEASE] )
16
16
17
17
VBOXWRAPPER_RELEASE=26205
Original file line number Diff line number Diff line change 14
14
15
15
// wrapper version number
16
16
// when you change this, change .exe file names in VS project files
17
- #define WRAPPER_RELEASE 26017
17
+ #define WRAPPER_RELEASE 26018
18
18
19
19
// vboxwrapper version number
20
20
// when you change this, change .exe file names in VS project files
Original file line number Diff line number Diff line change 88
88
<CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >AllRules.ruleset</CodeAnalysisRuleSet >
89
89
<CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
90
90
<CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
91
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >wrapper_26017_windows_x86_64 </TargetName >
92
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >wrapper_26017_windows_intelx86 </TargetName >
93
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >wrapper_26017_windows_x86_64 </TargetName >
91
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >wrapper_26018_windows_x86_64 </TargetName >
92
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >wrapper_26018_windows_intelx86 </TargetName >
93
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >wrapper_26018_windows_x86_64 </TargetName >
94
94
</PropertyGroup >
95
95
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
96
96
<Midl >
Original file line number Diff line number Diff line change 93
93
<CodeAnalysisRuleSet Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >AllRules.ruleset</CodeAnalysisRuleSet >
94
94
<CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
95
95
<CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
96
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >wrapper_26017_windows_x86_64 </TargetName >
97
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >wrapper_26017_windows_intelx86 </TargetName >
98
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >wrapper_26017_windows_x86_64 </TargetName >
96
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >wrapper_26018_windows_x86_64 </TargetName >
97
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >wrapper_26018_windows_intelx86 </TargetName >
98
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >wrapper_26018_windows_x86_64 </TargetName >
99
99
</PropertyGroup >
100
100
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
101
101
<Midl >
Original file line number Diff line number Diff line change 90
90
<CodeAnalysisRules Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" />
91
91
<CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" />
92
92
<CodeAnalysisRuleAssemblies Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" />
93
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >wrapper_26017_windows_x86_64 </TargetName >
94
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >wrapper_26017_windows_arm64 </TargetName >
95
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >wrapper_26017_windows_x86_64 </TargetName >
96
- <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >wrapper_26017_windows_arm64 </TargetName >
93
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >wrapper_26018_windows_x86_64 </TargetName >
94
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Release|ARM64'" >wrapper_26018_windows_arm64 </TargetName >
95
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >wrapper_26018_windows_x86_64 </TargetName >
96
+ <TargetName Condition =" '$(Configuration)|$(Platform)'=='Debug|ARM64'" >wrapper_26018_windows_arm64 </TargetName >
97
97
</PropertyGroup >
98
98
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
99
99
<Midl >
You can’t perform that action at this time.
0 commit comments