Skip to content

Commit c1717e7

Browse files
committed
Update windows projects to Visual Studio 2022
1 parent f2f0969 commit c1717e7

31 files changed

+2078
-2199
lines changed

src/hsp3/dpmread.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ extern HINSTANCE hDllInstance;
2626

2727
#include "filepack.h"
2828

29-
#ifdef HSPUTF8
30-
#pragma execution_character_set("utf-8")
31-
#endif
32-
33-
3429

3530
static FilePack filepack;
3631

src/hsp3/hsp3_64.sln

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.21005.1
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hsp3_64", "hsp3_64.vcxproj", "{D7B84617-0AC0-46DB-AFD3-68E613659EEB}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|Win32 = Debug|Win32
11-
Debug|x64 = Debug|x64
12-
hrt64_release|Win32 = hrt64_release|Win32
13-
hrt64_release|x64 = hrt64_release|x64
14-
Release|Win32 = Release|Win32
15-
Release|x64 = Release|x64
16-
EndGlobalSection
17-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|Win32.ActiveCfg = Debug|Win32
19-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|Win32.Build.0 = Debug|Win32
20-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|x64.ActiveCfg = Debug|x64
21-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|x64.Build.0 = Debug|x64
22-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|Win32.ActiveCfg = hrt_release|Win32
23-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|Win32.Build.0 = hrt_release|Win32
24-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|x64.ActiveCfg = hrt_release|x64
25-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|x64.Build.0 = hrt_release|x64
26-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|Win32.ActiveCfg = Release|Win32
27-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|Win32.Build.0 = Release|Win32
28-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|x64.ActiveCfg = Release|x64
29-
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|x64.Build.0 = Release|x64
30-
EndGlobalSection
31-
GlobalSection(SolutionProperties) = preSolution
32-
HideSolutionNode = FALSE
33-
EndGlobalSection
34-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.21005.1
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hsp3_64", "hsp3_64.vcxproj", "{D7B84617-0AC0-46DB-AFD3-68E613659EEB}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Win32 = Debug|Win32
11+
Debug|x64 = Debug|x64
12+
hrt64_release|Win32 = hrt64_release|Win32
13+
hrt64_release|x64 = hrt64_release|x64
14+
Release|Win32 = Release|Win32
15+
Release|x64 = Release|x64
16+
EndGlobalSection
17+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
18+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|Win32.ActiveCfg = Debug|Win32
19+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|Win32.Build.0 = Debug|Win32
20+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|x64.ActiveCfg = Debug|x64
21+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Debug|x64.Build.0 = Debug|x64
22+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|Win32.ActiveCfg = hrt_release|Win32
23+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|Win32.Build.0 = hrt_release|Win32
24+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|x64.ActiveCfg = hrt_release|x64
25+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.hrt64_release|x64.Build.0 = hrt_release|x64
26+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|Win32.ActiveCfg = Release|Win32
27+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|Win32.Build.0 = Release|Win32
28+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|x64.ActiveCfg = Release|x64
29+
{D7B84617-0AC0-46DB-AFD3-68E613659EEB}.Release|x64.Build.0 = Release|x64
30+
EndGlobalSection
31+
GlobalSection(SolutionProperties) = preSolution
32+
HideSolutionNode = FALSE
33+
EndGlobalSection
34+
EndGlobal

src/hsp3/hsp3_64.vcxproj

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="ProjectConfigurations">
44
<ProjectConfiguration Include="Debug|Win32">
@@ -30,46 +30,46 @@
3030
<ProjectGuid>{D7B84617-0AC0-46DB-AFD3-68E613659EEB}</ProjectGuid>
3131
<Keyword>Win32Proj</Keyword>
3232
<RootNamespace>hsp3_64</RootNamespace>
33-
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
33+
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
3434
</PropertyGroup>
3535
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
3636
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
3737
<ConfigurationType>Application</ConfigurationType>
3838
<UseDebugLibraries>true</UseDebugLibraries>
39-
<PlatformToolset>v120</PlatformToolset>
39+
<PlatformToolset>v143</PlatformToolset>
4040
<CharacterSet>Unicode</CharacterSet>
4141
</PropertyGroup>
4242
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
4343
<ConfigurationType>Application</ConfigurationType>
4444
<UseDebugLibraries>true</UseDebugLibraries>
45-
<PlatformToolset>v141_xp</PlatformToolset>
45+
<PlatformToolset>v143</PlatformToolset>
4646
<CharacterSet>Unicode</CharacterSet>
4747
</PropertyGroup>
4848
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
4949
<ConfigurationType>Application</ConfigurationType>
5050
<UseDebugLibraries>false</UseDebugLibraries>
51-
<PlatformToolset>v141_xp</PlatformToolset>
51+
<PlatformToolset>v143</PlatformToolset>
5252
<WholeProgramOptimization>true</WholeProgramOptimization>
5353
<CharacterSet>MultiByte</CharacterSet>
5454
</PropertyGroup>
5555
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='hrt_release|Win32'" Label="Configuration">
5656
<ConfigurationType>Application</ConfigurationType>
5757
<UseDebugLibraries>false</UseDebugLibraries>
58-
<PlatformToolset>v141_xp</PlatformToolset>
58+
<PlatformToolset>v143</PlatformToolset>
5959
<WholeProgramOptimization>true</WholeProgramOptimization>
6060
<CharacterSet>MultiByte</CharacterSet>
6161
</PropertyGroup>
6262
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
6363
<ConfigurationType>Application</ConfigurationType>
6464
<UseDebugLibraries>false</UseDebugLibraries>
65-
<PlatformToolset>v141_xp</PlatformToolset>
65+
<PlatformToolset>v143</PlatformToolset>
6666
<WholeProgramOptimization>true</WholeProgramOptimization>
6767
<CharacterSet>Unicode</CharacterSet>
6868
</PropertyGroup>
6969
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='hrt_release|x64'" Label="Configuration">
7070
<ConfigurationType>Application</ConfigurationType>
7171
<UseDebugLibraries>false</UseDebugLibraries>
72-
<PlatformToolset>v141_xp</PlatformToolset>
72+
<PlatformToolset>v143</PlatformToolset>
7373
<WholeProgramOptimization>true</WholeProgramOptimization>
7474
<CharacterSet>Unicode</CharacterSet>
7575
</PropertyGroup>
@@ -126,6 +126,7 @@
126126
<WarningLevel>Level3</WarningLevel>
127127
<Optimization>Disabled</Optimization>
128128
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129+
<AdditionalOptions>/source-charset:utf-8 /execution-charset:shift_jis %(AdditionalOptions)</AdditionalOptions>
129130
</ClCompile>
130131
<Link>
131132
<SubSystem>Windows</SubSystem>
@@ -163,6 +164,7 @@
163164
<IntrinsicFunctions>true</IntrinsicFunctions>
164165
<PreprocessorDefinitions>WIN32;HSPWIN;HSPWINGUI;HSPDEBUG;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
165166
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
167+
<AdditionalOptions>/source-charset:utf-8 /execution-charset:shift_jis %(AdditionalOptions)</AdditionalOptions>
166168
</ClCompile>
167169
<Link>
168170
<SubSystem>Windows</SubSystem>
@@ -182,6 +184,7 @@
182184
<IntrinsicFunctions>true</IntrinsicFunctions>
183185
<PreprocessorDefinitions>WIN32;HSPWIN;HSPWINGUI;NDEBUG;_WINDOWS;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
184186
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
187+
<AdditionalOptions>/source-charset:utf-8 /execution-charset:shift_jis %(AdditionalOptions)</AdditionalOptions>
185188
</ClCompile>
186189
<Link>
187190
<SubSystem>Windows</SubSystem>
@@ -234,14 +237,14 @@
234237
</Link>
235238
</ItemDefinitionGroup>
236239
<ItemGroup>
240+
<ClCompile Include="..\..\..\..\hsp3\filepack.cpp" />
241+
<ClCompile Include="..\..\..\..\hsp3\hsp3crypt.cpp" />
242+
<ClCompile Include="..\..\..\..\hsp3\hsp3utfcnv.cpp" />
237243
<ClCompile Include="dpmread.cpp" />
238-
<ClCompile Include="filepack.cpp" />
239244
<ClCompile Include="hsp3.cpp" />
240245
<ClCompile Include="hsp3code.cpp" />
241-
<ClCompile Include="hsp3crypt.cpp" />
242246
<ClCompile Include="hsp3debug.cpp" />
243247
<ClCompile Include="hsp3int.cpp" />
244-
<ClCompile Include="hsp3utfcnv.cpp" />
245248
<ClCompile Include="hspvar_core.cpp" />
246249
<ClCompile Include="hspvar_double.cpp" />
247250
<ClCompile Include="hspvar_int.cpp" />
@@ -269,18 +272,18 @@
269272
<ClCompile Include="win32gui\supio_win_unicode.cpp" />
270273
</ItemGroup>
271274
<ItemGroup>
275+
<ClInclude Include="..\..\..\..\hsp3\filepack.h" />
276+
<ClInclude Include="..\..\..\..\hsp3\hsp3crypt.h" />
277+
<ClInclude Include="..\..\..\..\hsp3\hsp3utfcnv.h" />
272278
<ClInclude Include="dpmread.h" />
273-
<ClInclude Include="filepack.h" />
274279
<ClInclude Include="hsp3.h" />
275280
<ClInclude Include="hsp3code.h" />
276281
<ClInclude Include="hsp3config.h" />
277-
<ClInclude Include="hsp3crypt.h" />
278282
<ClInclude Include="hsp3debug.h" />
279283
<ClInclude Include="hsp3ext.h" />
280284
<ClInclude Include="hsp3gr.h" />
281285
<ClInclude Include="hsp3int.h" />
282286
<ClInclude Include="hsp3struct.h" />
283-
<ClInclude Include="hsp3utfcnv.h" />
284287
<ClInclude Include="hspvar_core.h" />
285288
<ClInclude Include="hspvar_label.h" />
286289
<ClInclude Include="hspwnd.h" />

src/hsp3/hsp3_64.vcxproj.filters

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup>
44
<Filter Include="ソース ファイル">
@@ -105,13 +105,13 @@
105105
<ClCompile Include="win32gui\supio_win_unicode.cpp">
106106
<Filter>ソース ファイル</Filter>
107107
</ClCompile>
108-
<ClCompile Include="filepack.cpp">
108+
<ClCompile Include="..\..\..\..\hsp3\filepack.cpp">
109109
<Filter>ソース ファイル</Filter>
110110
</ClCompile>
111-
<ClCompile Include="hsp3utfcnv.cpp">
111+
<ClCompile Include="..\..\..\..\hsp3\hsp3crypt.cpp">
112112
<Filter>ソース ファイル</Filter>
113113
</ClCompile>
114-
<ClCompile Include="hsp3crypt.cpp">
114+
<ClCompile Include="..\..\..\..\hsp3\hsp3utfcnv.cpp">
115115
<Filter>ソース ファイル</Filter>
116116
</ClCompile>
117117
</ItemGroup>
@@ -209,13 +209,13 @@
209209
<ClInclude Include="win32gui\supio_win_unicode.h">
210210
<Filter>ヘッダー ファイル</Filter>
211211
</ClInclude>
212-
<ClInclude Include="filepack.h">
212+
<ClInclude Include="..\..\..\..\hsp3\filepack.h">
213213
<Filter>ヘッダー ファイル</Filter>
214214
</ClInclude>
215-
<ClInclude Include="hsp3utfcnv.h">
215+
<ClInclude Include="..\..\..\..\hsp3\hsp3crypt.h">
216216
<Filter>ヘッダー ファイル</Filter>
217217
</ClInclude>
218-
<ClInclude Include="hsp3crypt.h">
218+
<ClInclude Include="..\..\..\..\hsp3\hsp3utfcnv.h">
219219
<Filter>ヘッダー ファイル</Filter>
220220
</ClInclude>
221221
</ItemGroup>

src/hsp3/hsp3_64.vcxproj.user

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
2-
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
4-
<LocalDebuggerWorkingDirectory>.\x64\Debug</LocalDebuggerWorkingDirectory>
5-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
6-
</PropertyGroup>
7-
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8-
<LocalDebuggerWorkingDirectory>.\x64\Debug</LocalDebuggerWorkingDirectory>
9-
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
10-
</PropertyGroup>
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
4+
<LocalDebuggerWorkingDirectory>.\x64\Debug</LocalDebuggerWorkingDirectory>
5+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
6+
</PropertyGroup>
7+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
8+
<LocalDebuggerWorkingDirectory>.\x64\Debug</LocalDebuggerWorkingDirectory>
9+
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
10+
</PropertyGroup>
1111
</Project>

src/hsp3/hsp3utfcnv.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ char* hsp3ext_getdir(int id);
3333
#include "hsp3config.h"
3434
#include "supio.h"
3535
#include "hsp3ext.h"
36-
#ifdef HSPUTF8
37-
#pragma execution_character_set("utf-8")
38-
#endif
3936

4037
//
4138
// 変換用のテンポラリ

src/hsp3/vsbuild.bat

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,18 @@ MSBuild hsp3_64.sln -t:Rebuild -p:Configuration=Release;Platform="x64"
88
MSBuild hsp3_64.sln -t:Rebuild -p:Configuration=hrt64_release;Platform="x64"
99
MSBuild win32/hsp3cl.sln -t:Rebuild -p:Configuration=Release;Platform="x86"
1010
MSBuild win32/hsp3cl.sln -t:Rebuild -p:Configuration=hsp3cl_hrt;Platform="x86"
11-
copy /B /Y win32gui\hsprt\hsp3.exe ..\..\package\win32\hsprt
12-
copy /B /Y win32gui\Release\hsp3.exe ..\..\package\win32
13-
copy /B /Y win32gui\Release-unicode\hsp3utf.exe ..\..\package\win32
14-
copy /B /Y win32gui\hsprt-unicode\hsp3utf.hrt ..\..\package\win32\runtime
15-
copy /B /Y x64\Release\hsp3_64.exe ..\..\package\win32
16-
copy /B /Y x64\hrt_release\hsp3_64.hrt ..\..\package\win32\runtime
17-
copy /B /Y win32\Release\hsp3cl.exe ..\..\package\win32
18-
copy /B /Y win32\hsp3cl_hrt\hsp3cl.hrt ..\..\package\win32\runtime
11+
12+
if not exist Release mkdir Release
13+
if not exist Release\runtime mkdir Release\runtime
14+
15+
copy /B /Y win32gui\hsprt\hsp3.exe Release\hsprt
16+
copy /B /Y win32gui\Release\hsp3.exe Release
17+
copy /B /Y win32gui\Release-unicode\hsp3utf.exe Release
18+
copy /B /Y win32gui\hsprt-unicode\hsp3utf.hrt Release\runtime
19+
copy /B /Y x64\Release\hsp3_64.exe Release
20+
copy /B /Y x64\hrt_release\hsp3_64.hrt Release\runtime
21+
copy /B /Y win32\Release\hsp3cl.exe Release
22+
copy /B /Y win32\hsp3cl_hrt\hsp3cl.hrt Release\runtime
23+
24+
dir Release
25+
dir Release\runtime

src/hsp3/win32/hsp3cl.sln

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio Version 16
4-
VisualStudioVersion = 16.0.28922.388
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hsp3cl", "hsp3cl.vcxproj", "{311840E9-9916-4ADC-9BFC-C8EB4849683D}"
7-
EndProject
8-
Global
9-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10-
Debug|x86 = Debug|x86
11-
hsp3cl_hrt|x86 = hsp3cl_hrt|x86
12-
Release|x86 = Release|x86
13-
EndGlobalSection
14-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Debug|x86.ActiveCfg = Debug|Win32
16-
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Debug|x86.Build.0 = Debug|Win32
17-
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.hsp3cl_hrt|x86.ActiveCfg = hsp3cl_hrt|Win32
18-
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.hsp3cl_hrt|x86.Build.0 = hsp3cl_hrt|Win32
19-
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Release|x86.ActiveCfg = Release|Win32
20-
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Release|x86.Build.0 = Release|Win32
21-
EndGlobalSection
22-
GlobalSection(SolutionProperties) = preSolution
23-
HideSolutionNode = FALSE
24-
EndGlobalSection
25-
GlobalSection(ExtensibilityGlobals) = postSolution
26-
SolutionGuid = {4BA4316A-1732-4201-92D7-252D55CD1D9F}
27-
EndGlobalSection
28-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.28922.388
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hsp3cl", "hsp3cl.vcxproj", "{311840E9-9916-4ADC-9BFC-C8EB4849683D}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|x86 = Debug|x86
11+
hsp3cl_hrt|x86 = hsp3cl_hrt|x86
12+
Release|x86 = Release|x86
13+
EndGlobalSection
14+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15+
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Debug|x86.ActiveCfg = Debug|Win32
16+
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Debug|x86.Build.0 = Debug|Win32
17+
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.hsp3cl_hrt|x86.ActiveCfg = hsp3cl_hrt|Win32
18+
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.hsp3cl_hrt|x86.Build.0 = hsp3cl_hrt|Win32
19+
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Release|x86.ActiveCfg = Release|Win32
20+
{311840E9-9916-4ADC-9BFC-C8EB4849683D}.Release|x86.Build.0 = Release|Win32
21+
EndGlobalSection
22+
GlobalSection(SolutionProperties) = preSolution
23+
HideSolutionNode = FALSE
24+
EndGlobalSection
25+
GlobalSection(ExtensibilityGlobals) = postSolution
26+
SolutionGuid = {4BA4316A-1732-4201-92D7-252D55CD1D9F}
27+
EndGlobalSection
28+
EndGlobal

0 commit comments

Comments
 (0)