-
Notifications
You must be signed in to change notification settings - Fork 2
/
AceQL.Client.sln
37 lines (37 loc) · 2.08 KB
/
AceQL.Client.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.30128.74
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AceQL.Client.Samples", "AceQL.Client.Samples\AceQL.Client.Samples.csproj", "{2084D7CF-95C3-431E-9D42-90A59A0CE1CC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AceQL.Client", "AceQL.Client\AceQL.Client.csproj", "{830785E7-4388-452A-95CC-DCC9C6F38E13}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AceQL.Client.Tests", "AceQL.Client.Tests\AceQL.Client.Tests.csproj", "{C600F7EF-6FF8-4BA4-A0DC-A9C8FEF577BF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2084D7CF-95C3-431E-9D42-90A59A0CE1CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2084D7CF-95C3-431E-9D42-90A59A0CE1CC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2084D7CF-95C3-431E-9D42-90A59A0CE1CC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2084D7CF-95C3-431E-9D42-90A59A0CE1CC}.Release|Any CPU.Build.0 = Release|Any CPU
{830785E7-4388-452A-95CC-DCC9C6F38E13}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{830785E7-4388-452A-95CC-DCC9C6F38E13}.Debug|Any CPU.Build.0 = Debug|Any CPU
{830785E7-4388-452A-95CC-DCC9C6F38E13}.Release|Any CPU.ActiveCfg = Release|Any CPU
{830785E7-4388-452A-95CC-DCC9C6F38E13}.Release|Any CPU.Build.0 = Release|Any CPU
{C600F7EF-6FF8-4BA4-A0DC-A9C8FEF577BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C600F7EF-6FF8-4BA4-A0DC-A9C8FEF577BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C600F7EF-6FF8-4BA4-A0DC-A9C8FEF577BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C600F7EF-6FF8-4BA4-A0DC-A9C8FEF577BF}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1B0762D3-D455-45BD-8A34-C317B7CC0549}
EndGlobalSection
EndGlobal