-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathJQData.NET.sln
More file actions
37 lines (37 loc) · 2.06 KB
/
JQData.NET.sln
File metadata and controls
37 lines (37 loc) · 2.06 KB
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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JQData_Net4.6", "JQData_Net4.5\JQData_Net4.6.csproj", "{EAA2C88F-CC32-405F-90DE-EFB36BEEDFF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "JQData_Core", "JQData_Core\JQData_Core.csproj", "{CF4D1BC0-FA08-494F-8004-C55EF48A4054}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test_Net4.6", "Test_Net4.5\Test_Net4.6.csproj", "{7C151B9A-3979-4698-A36A-8A81D6A0580E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EAA2C88F-CC32-405F-90DE-EFB36BEEDFF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EAA2C88F-CC32-405F-90DE-EFB36BEEDFF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EAA2C88F-CC32-405F-90DE-EFB36BEEDFF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EAA2C88F-CC32-405F-90DE-EFB36BEEDFF0}.Release|Any CPU.Build.0 = Release|Any CPU
{CF4D1BC0-FA08-494F-8004-C55EF48A4054}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF4D1BC0-FA08-494F-8004-C55EF48A4054}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF4D1BC0-FA08-494F-8004-C55EF48A4054}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF4D1BC0-FA08-494F-8004-C55EF48A4054}.Release|Any CPU.Build.0 = Release|Any CPU
{7C151B9A-3979-4698-A36A-8A81D6A0580E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C151B9A-3979-4698-A36A-8A81D6A0580E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C151B9A-3979-4698-A36A-8A81D6A0580E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C151B9A-3979-4698-A36A-8A81D6A0580E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {6EFC3159-DA9B-48CF-9F07-B1C80D95FEE1}
EndGlobalSection
EndGlobal