-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBlockView.sln
36 lines (36 loc) · 1.61 KB
/
BlockView.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32228.343
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsdkBlockView", "BlockView.vcxproj", "{D7D2B787-DC72-400A-AA55-5A38AE54DB34}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Debug2023|x64 = Debug2023|x64
Debug2023|x86 = Debug2023|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
Template|x64 = Template|x64
Template|x86 = Template|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Debug|x64.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Debug|x86.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Debug2023|x64.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Debug2023|x64.Build.0 = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Debug2023|x86.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Release|x64.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Release|x86.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Template|x64.ActiveCfg = Debug2023|x64
{D7D2B787-DC72-400A-AA55-5A38AE54DB34}.Template|x86.ActiveCfg = Debug2023|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8482B42-DDFB-4948-A0F4-20409CF99B82}
EndGlobalSection
EndGlobal