-
Notifications
You must be signed in to change notification settings - Fork 0
/
SparrowCore.sln
37 lines (37 loc) · 1.91 KB
/
SparrowCore.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31515.178
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SparrowCore", "SparrowCore.vcxproj", "{65C5D29D-9BCC-3F09-8E62-B42322388002}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testWindow", "testWindow\testWindow.vcxproj", "{8C05309B-9B82-3129-90F2-7A035FE1A568}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TestConsole", "..\TestConsole\TestConsole.vcxproj", "{B12702AD-ABFB-343A-A199-8E24837244A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{65C5D29D-9BCC-3F09-8E62-B42322388002}.Debug|x64.ActiveCfg = Debug|x64
{65C5D29D-9BCC-3F09-8E62-B42322388002}.Debug|x64.Build.0 = Debug|x64
{65C5D29D-9BCC-3F09-8E62-B42322388002}.Release|x64.ActiveCfg = Release|x64
{65C5D29D-9BCC-3F09-8E62-B42322388002}.Release|x64.Build.0 = Release|x64
{8C05309B-9B82-3129-90F2-7A035FE1A568}.Debug|x64.ActiveCfg = Debug|x64
{8C05309B-9B82-3129-90F2-7A035FE1A568}.Debug|x64.Build.0 = Debug|x64
{8C05309B-9B82-3129-90F2-7A035FE1A568}.Release|x64.ActiveCfg = Release|x64
{8C05309B-9B82-3129-90F2-7A035FE1A568}.Release|x64.Build.0 = Release|x64
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.ActiveCfg = Debug|x64
{B12702AD-ABFB-343A-A199-8E24837244A3}.Debug|x64.Build.0 = Debug|x64
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.ActiveCfg = Release|x64
{B12702AD-ABFB-343A-A199-8E24837244A3}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3B1B75C-C8FD-4A9C-B95D-68B5B9931FE3}
EndGlobalSection
EndGlobal