-
Notifications
You must be signed in to change notification settings - Fork 23
/
DecimaExplorer.sln
55 lines (55 loc) · 3.2 KB
/
DecimaExplorer.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
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30320.27
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "DecimaExplorer", "DecimaExplorer.vcxproj", "{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug (GUI)|x64 = Debug (GUI)|x64
Debug (GUI)|x86 = Debug (GUI)|x86
Debug (GUI-Repack)|x64 = Debug (GUI-Repack)|x64
Debug (GUI-Repack)|x86 = Debug (GUI-Repack)|x86
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release (GUI)|x64 = Release (GUI)|x64
Release (GUI)|x86 = Release (GUI)|x86
Release (GUI-Repack)|x64 = Release (GUI-Repack)|x64
Release (GUI-Repack)|x86 = Release (GUI-Repack)|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI)|x64.ActiveCfg = Debug (GUI)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI)|x64.Build.0 = Debug (GUI)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI)|x86.ActiveCfg = Debug (GUI)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI)|x86.Build.0 = Debug (GUI)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI-Repack)|x64.ActiveCfg = Debug (GUI-Repack)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI-Repack)|x64.Build.0 = Debug (GUI-Repack)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI-Repack)|x86.ActiveCfg = Debug (GUI-Repack)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug (GUI-Repack)|x86.Build.0 = Debug (GUI-Repack)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug|x64.ActiveCfg = Debug|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug|x64.Build.0 = Debug|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug|x86.ActiveCfg = Debug|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Debug|x86.Build.0 = Debug|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI)|x64.ActiveCfg = Release (GUI)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI)|x64.Build.0 = Release (GUI)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI)|x86.ActiveCfg = Release (GUI)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI)|x86.Build.0 = Release (GUI)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI-Repack)|x64.ActiveCfg = Release (GUI-Repack)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI-Repack)|x64.Build.0 = Release (GUI-Repack)|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI-Repack)|x86.ActiveCfg = Release (GUI-Repack)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release (GUI-Repack)|x86.Build.0 = Release (GUI-Repack)|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release|x64.ActiveCfg = Release|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release|x64.Build.0 = Release|x64
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release|x86.ActiveCfg = Release|Win32
{05B0E20F-1ED1-4EA1-B3BF-9FDFDD7E26B3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {48EFC9B8-5278-4CB6-8A4F-A083D944B426}
EndGlobalSection
EndGlobal