Skip to content

Commit 93278a0

Browse files
committed
Fix resource file reference and upgrade to VS 2022.
1 parent 2ff1462 commit 93278a0

File tree

3 files changed

+50
-50
lines changed

3 files changed

+50
-50
lines changed

windows/test.vcxproj

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,76 +107,76 @@
107107
</PropertyGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
109109
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS 140-2|Win32'">
110-
<PlatformToolset>v142</PlatformToolset>
110+
<PlatformToolset>v143</PlatformToolset>
111111
</PropertyGroup>
112112
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS 140-2|x64'">
113-
<PlatformToolset>v142</PlatformToolset>
113+
<PlatformToolset>v143</PlatformToolset>
114114
</PropertyGroup>
115115
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS 140-2|Win32'">
116-
<PlatformToolset>v142</PlatformToolset>
116+
<PlatformToolset>v143</PlatformToolset>
117117
</PropertyGroup>
118118
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS 140-2|x64'">
119-
<PlatformToolset>v142</PlatformToolset>
119+
<PlatformToolset>v143</PlatformToolset>
120120
</PropertyGroup>
121121
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS Ready|x64'">
122-
<PlatformToolset>v142</PlatformToolset>
122+
<PlatformToolset>v143</PlatformToolset>
123123
</PropertyGroup>
124124
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS Ready|Win32'">
125-
<PlatformToolset>v142</PlatformToolset>
125+
<PlatformToolset>v143</PlatformToolset>
126126
</PropertyGroup>
127127
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS Ready|x64'">
128-
<PlatformToolset>v142</PlatformToolset>
128+
<PlatformToolset>v143</PlatformToolset>
129129
</PropertyGroup>
130130
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS Ready|Win32'">
131-
<PlatformToolset>v142</PlatformToolset>
131+
<PlatformToolset>v143</PlatformToolset>
132132
</PropertyGroup>
133133
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug Non-FIPS|x64'">
134-
<PlatformToolset>v142</PlatformToolset>
134+
<PlatformToolset>v143</PlatformToolset>
135135
</PropertyGroup>
136136
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug Non-FIPS|Win32'">
137-
<PlatformToolset>v142</PlatformToolset>
137+
<PlatformToolset>v143</PlatformToolset>
138138
</PropertyGroup>
139139
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug Non-FIPS|Win32'">
140-
<PlatformToolset>v142</PlatformToolset>
140+
<PlatformToolset>v143</PlatformToolset>
141141
</PropertyGroup>
142142
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug Non-FIPS|x64'">
143-
<PlatformToolset>v142</PlatformToolset>
143+
<PlatformToolset>v143</PlatformToolset>
144144
</PropertyGroup>
145145
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release Non-FIPS|Win32'">
146-
<PlatformToolset>v142</PlatformToolset>
146+
<PlatformToolset>v143</PlatformToolset>
147147
</PropertyGroup>
148148
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release Non-FIPS|x64'">
149-
<PlatformToolset>v142</PlatformToolset>
149+
<PlatformToolset>v143</PlatformToolset>
150150
</PropertyGroup>
151151
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release Non-FIPS|Win32'">
152-
<PlatformToolset>v142</PlatformToolset>
152+
<PlatformToolset>v143</PlatformToolset>
153153
</PropertyGroup>
154154
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release Non-FIPS|x64'">
155-
<PlatformToolset>v142</PlatformToolset>
155+
<PlatformToolset>v143</PlatformToolset>
156156
</PropertyGroup>
157157
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release FIPS Ready|Win32'">
158-
<PlatformToolset>v142</PlatformToolset>
158+
<PlatformToolset>v143</PlatformToolset>
159159
</PropertyGroup>
160160
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release FIPS 140-2|Win32'" Label="Configuration">
161-
<PlatformToolset>v142</PlatformToolset>
161+
<PlatformToolset>v143</PlatformToolset>
162162
</PropertyGroup>
163163
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release FIPS Ready|x64'">
164-
<PlatformToolset>v142</PlatformToolset>
164+
<PlatformToolset>v143</PlatformToolset>
165165
</PropertyGroup>
166166
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release FIPS 140-2|x64'" Label="Configuration">
167-
<PlatformToolset>v142</PlatformToolset>
167+
<PlatformToolset>v143</PlatformToolset>
168168
</PropertyGroup>
169169
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS Ready|Win32'">
170-
<PlatformToolset>v142</PlatformToolset>
170+
<PlatformToolset>v143</PlatformToolset>
171171
</PropertyGroup>
172172
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS 140-2|Win32'" Label="Configuration">
173-
<PlatformToolset>v142</PlatformToolset>
173+
<PlatformToolset>v143</PlatformToolset>
174174
</PropertyGroup>
175175
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS Ready|x64'">
176-
<PlatformToolset>v142</PlatformToolset>
176+
<PlatformToolset>v143</PlatformToolset>
177177
</PropertyGroup>
178178
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS 140-2|x64'" Label="Configuration">
179-
<PlatformToolset>v142</PlatformToolset>
179+
<PlatformToolset>v143</PlatformToolset>
180180
</PropertyGroup>
181181
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
182182
<ImportGroup Label="ExtensionSettings">

windows/wolfEngine.rc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Microsoft Visual C++ generated resource script.
22
//
3-
#include "resource1.h"
3+
#include "resource.h"
44

55
#define APSTUDIO_READONLY_SYMBOLS
66
/////////////////////////////////////////////////////////////////////////////
@@ -27,7 +27,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
2727

2828
1 TEXTINCLUDE
2929
BEGIN
30-
"resource1.h\0"
30+
"resource.h\0"
3131
END
3232

3333
2 TEXTINCLUDE

windows/wolfEngine.vcxproj

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,99 +107,99 @@
107107
</PropertyGroup>
108108
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
109109
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS 140-2|Win32'">
110-
<PlatformToolset>v142</PlatformToolset>
110+
<PlatformToolset>v143</PlatformToolset>
111111
<ConfigurationType>StaticLibrary</ConfigurationType>
112112
</PropertyGroup>
113113
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS 140-2|x64'">
114-
<PlatformToolset>v142</PlatformToolset>
114+
<PlatformToolset>v143</PlatformToolset>
115115
<ConfigurationType>StaticLibrary</ConfigurationType>
116116
</PropertyGroup>
117117
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS 140-2|Win32'">
118-
<PlatformToolset>v142</PlatformToolset>
118+
<PlatformToolset>v143</PlatformToolset>
119119
<ConfigurationType>DynamicLibrary</ConfigurationType>
120120
</PropertyGroup>
121121
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS 140-2|x64'">
122-
<PlatformToolset>v142</PlatformToolset>
122+
<PlatformToolset>v143</PlatformToolset>
123123
<ConfigurationType>DynamicLibrary</ConfigurationType>
124124
</PropertyGroup>
125125
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS Ready|x64'">
126-
<PlatformToolset>v142</PlatformToolset>
126+
<PlatformToolset>v143</PlatformToolset>
127127
<ConfigurationType>StaticLibrary</ConfigurationType>
128128
</PropertyGroup>
129129
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug FIPS Ready|Win32'">
130-
<PlatformToolset>v142</PlatformToolset>
130+
<PlatformToolset>v143</PlatformToolset>
131131
<ConfigurationType>StaticLibrary</ConfigurationType>
132132
</PropertyGroup>
133133
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS Ready|x64'">
134-
<PlatformToolset>v142</PlatformToolset>
134+
<PlatformToolset>v143</PlatformToolset>
135135
<ConfigurationType>DynamicLibrary</ConfigurationType>
136136
</PropertyGroup>
137137
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug FIPS Ready|Win32'">
138-
<PlatformToolset>v142</PlatformToolset>
138+
<PlatformToolset>v143</PlatformToolset>
139139
<ConfigurationType>DynamicLibrary</ConfigurationType>
140140
</PropertyGroup>
141141
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug Non-FIPS|x64'">
142-
<PlatformToolset>v142</PlatformToolset>
142+
<PlatformToolset>v143</PlatformToolset>
143143
<ConfigurationType>StaticLibrary</ConfigurationType>
144144
</PropertyGroup>
145145
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug Non-FIPS|Win32'">
146-
<PlatformToolset>v142</PlatformToolset>
146+
<PlatformToolset>v143</PlatformToolset>
147147
<ConfigurationType>StaticLibrary</ConfigurationType>
148148
</PropertyGroup>
149149
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug Non-FIPS|Win32'">
150-
<PlatformToolset>v142</PlatformToolset>
150+
<PlatformToolset>v143</PlatformToolset>
151151
<ConfigurationType>DynamicLibrary</ConfigurationType>
152152
</PropertyGroup>
153153
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Debug Non-FIPS|x64'">
154-
<PlatformToolset>v142</PlatformToolset>
154+
<PlatformToolset>v143</PlatformToolset>
155155
<ConfigurationType>DynamicLibrary</ConfigurationType>
156156
</PropertyGroup>
157157
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release Non-FIPS|Win32'">
158-
<PlatformToolset>v142</PlatformToolset>
158+
<PlatformToolset>v143</PlatformToolset>
159159
<ConfigurationType>StaticLibrary</ConfigurationType>
160160
</PropertyGroup>
161161
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release Non-FIPS|x64'">
162-
<PlatformToolset>v142</PlatformToolset>
162+
<PlatformToolset>v143</PlatformToolset>
163163
<ConfigurationType>StaticLibrary</ConfigurationType>
164164
</PropertyGroup>
165165
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release Non-FIPS|Win32'">
166-
<PlatformToolset>v142</PlatformToolset>
166+
<PlatformToolset>v143</PlatformToolset>
167167
<ConfigurationType>DynamicLibrary</ConfigurationType>
168168
</PropertyGroup>
169169
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release Non-FIPS|x64'">
170-
<PlatformToolset>v142</PlatformToolset>
170+
<PlatformToolset>v143</PlatformToolset>
171171
<ConfigurationType>DynamicLibrary</ConfigurationType>
172172
</PropertyGroup>
173173
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release FIPS Ready|Win32'">
174-
<PlatformToolset>v142</PlatformToolset>
174+
<PlatformToolset>v143</PlatformToolset>
175175
<ConfigurationType>StaticLibrary</ConfigurationType>
176176
</PropertyGroup>
177177
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release FIPS 140-2|Win32'" Label="Configuration">
178-
<PlatformToolset>v142</PlatformToolset>
178+
<PlatformToolset>v143</PlatformToolset>
179179
<ConfigurationType>StaticLibrary</ConfigurationType>
180180
</PropertyGroup>
181181
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release FIPS Ready|x64'">
182-
<PlatformToolset>v142</PlatformToolset>
182+
<PlatformToolset>v143</PlatformToolset>
183183
<ConfigurationType>StaticLibrary</ConfigurationType>
184184
</PropertyGroup>
185185
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release FIPS 140-2|x64'" Label="Configuration">
186-
<PlatformToolset>v142</PlatformToolset>
186+
<PlatformToolset>v143</PlatformToolset>
187187
<ConfigurationType>StaticLibrary</ConfigurationType>
188188
</PropertyGroup>
189189
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS Ready|Win32'">
190-
<PlatformToolset>v142</PlatformToolset>
190+
<PlatformToolset>v143</PlatformToolset>
191191
<ConfigurationType>DynamicLibrary</ConfigurationType>
192192
</PropertyGroup>
193193
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS 140-2|Win32'" Label="Configuration">
194-
<PlatformToolset>v142</PlatformToolset>
194+
<PlatformToolset>v143</PlatformToolset>
195195
<ConfigurationType>DynamicLibrary</ConfigurationType>
196196
</PropertyGroup>
197197
<PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS Ready|x64'">
198-
<PlatformToolset>v142</PlatformToolset>
198+
<PlatformToolset>v143</PlatformToolset>
199199
<ConfigurationType>DynamicLibrary</ConfigurationType>
200200
</PropertyGroup>
201201
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DLL Release FIPS 140-2|x64'" Label="Configuration">
202-
<PlatformToolset>v142</PlatformToolset>
202+
<PlatformToolset>v143</PlatformToolset>
203203
<ConfigurationType>DynamicLibrary</ConfigurationType>
204204
</PropertyGroup>
205205
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />

0 commit comments

Comments
 (0)