forked from NS-Kazuki/iBMSC
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiBMSC.sln
54 lines (54 loc) · 2.74 KB
/
iBMSC.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
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34322.80
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{03BE6300-686B-4F95-BD36-20A9F7732469}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{778DAE3C-4631-46EA-AA77-85C1314464D9}") = "iBMSC", "iBMSC\iBMSC.vbproj", "{222C7AD2-611F-41B9-B622-CA10DC8306EB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|ARM = Debug|ARM
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|ARM = Release|ARM
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|ARM.ActiveCfg = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|ARM.Build.0 = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|ARM64.ActiveCfg = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|ARM64.Build.0 = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|x64.ActiveCfg = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|x64.Build.0 = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|x86.ActiveCfg = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Debug|x86.Build.0 = Debug|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|Any CPU.Build.0 = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|ARM.ActiveCfg = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|ARM.Build.0 = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|ARM64.ActiveCfg = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|ARM64.Build.0 = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|x64.ActiveCfg = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|x64.Build.0 = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|x86.ActiveCfg = Release|Any CPU
{222C7AD2-611F-41B9-B622-CA10DC8306EB}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CD57099D-9759-4862-A74B-450358B630A0}
EndGlobalSection
EndGlobal