forked from xmichelo/Beeftext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBeeftext.sln
39 lines (39 loc) · 2.08 KB
/
Beeftext.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.202
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "XMiLib", "Submodules\XMiLib\XMiLib\XMiLib.vcxproj", "{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Beeftext", "Beeftext\Beeftext.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
DebugRemote|x86 = DebugRemote|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}.Debug|x86.ActiveCfg = Debug|Win32
{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}.Debug|x86.Build.0 = Debug|Win32
{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}.DebugRemote|x86.ActiveCfg = Debug|Win32
{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}.DebugRemote|x86.Build.0 = Debug|Win32
{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}.Release|x86.ActiveCfg = Release|Win32
{C2C2E08C-D1FF-4496-8D42-8DFB24AEEE66}.Release|x86.Build.0 = Release|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.ActiveCfg = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.Build.0 = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x86.Deploy.0 = Debug|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.DebugRemote|x86.ActiveCfg = DebugRemote|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.DebugRemote|x86.Build.0 = DebugRemote|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.DebugRemote|x86.Deploy.0 = DebugRemote|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.ActiveCfg = Release|Win32
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
Qt5Version = $(DefaultQtVersion)
SolutionGuid = {6C34D44C-97E9-4375-8F51-D29779424AB7}
EndGlobalSection
EndGlobal