-
Notifications
You must be signed in to change notification settings - Fork 5
/
AllyInvest.sln
28 lines (27 loc) · 1.36 KB
/
AllyInvest.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.7
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AllyInvest", "AllyInvest\AllyInvest.vcxproj", "{B4E3BA5A-3DA6-4189-9208-F5E0728FF3BB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AllyTester", "AllyTester\AllyTester.vcxproj", "{128BF9A4-BB6B-4EF1-BA45-FB2DE5F70589}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
#Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
#{B4E3BA5A-3DA6-4189-9208-F5E0728FF3BB}.Debug|x86.ActiveCfg = Debug|Win32
#{B4E3BA5A-3DA6-4189-9208-F5E0728FF3BB}.Debug|x86.Build.0 = Debug|Win32
{B4E3BA5A-3DA6-4189-9208-F5E0728FF3BB}.Release|x86.ActiveCfg = Release|Win32
{B4E3BA5A-3DA6-4189-9208-F5E0728FF3BB}.Release|x86.Build.0 = Release|Win32
#{128BF9A4-BB6B-4EF1-BA45-FB2DE5F70589}.Debug|x86.ActiveCfg = Debug|Win32
#{128BF9A4-BB6B-4EF1-BA45-FB2DE5F70589}.Debug|x86.Build.0 = Debug|Win32
{128BF9A4-BB6B-4EF1-BA45-FB2DE5F70589}.Release|x86.ActiveCfg = Release|Win32
{128BF9A4-BB6B-4EF1-BA45-FB2DE5F70589}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal