This repository has been archived by the owner on Jan 22, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhp12c.sln
41 lines (41 loc) · 2.24 KB
/
hp12c.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29613.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hp12c", "HP12C_c.vcxproj", "{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CreateDate", "CreateDate\CreateDate\CreateDate.vcxproj", "{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
debug 12C|Win32 = debug 12C|Win32
Debug|Win32 = Debug|Win32
Release 12C|Win32 = Release 12C|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.debug 12C|Win32.ActiveCfg = debug 12C|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.debug 12C|Win32.Build.0 = debug 12C|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.Debug|Win32.ActiveCfg = Debug|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.Debug|Win32.Build.0 = Debug|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.Release 12C|Win32.ActiveCfg = Release 12C|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.Release 12C|Win32.Build.0 = Release 12C|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.Release|Win32.ActiveCfg = Release|Win32
{9AD28354-C6D7-4AE4-9B20-5E4D6800E177}.Release|Win32.Build.0 = Release|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.debug 12C|Win32.ActiveCfg = Debug|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.debug 12C|Win32.Build.0 = Debug|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.Debug|Win32.ActiveCfg = Debug|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.Debug|Win32.Build.0 = Debug|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.Release 12C|Win32.ActiveCfg = Release|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.Release 12C|Win32.Build.0 = Release|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.Release|Win32.ActiveCfg = Release|Win32
{BDD61C84-D98F-4E1C-92C5-A6A05CA489D4}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {96421B96-639C-4CAF-B3B0-B7FAA3D0FDEB}
EndGlobalSection
EndGlobal