-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathQuickJSON.sln
More file actions
55 lines (55 loc) · 3.28 KB
/
QuickJSON.sln
File metadata and controls
55 lines (55 loc) · 3.28 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "Tests\Tests.csproj", "{C2F56E4C-E81C-4B01-9DD5-49448FD65A60}"
ProjectSection(ProjectDependencies) = postProject
{E01EF657-AB86-4C3F-BFD9-0F06509262F6} = {E01EF657-AB86-4C3F-BFD9-0F06509262F6}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QuickJSON", "QuickJSON\QuickJSON.csproj", "{E01EF657-AB86-4C3F-BFD9-0F06509262F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NetConsole", "NetConsole\NetConsole.csproj", "{CC2CB5A8-6AFD-4CF1-9CA9-536F69B1F95F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkConsole", "FrameworkConsole\FrameworkConsole.csproj", "{F9065400-578B-4F92-9DB0-E06D773460B7}"
ProjectSection(ProjectDependencies) = postProject
{E01EF657-AB86-4C3F-BFD9-0F06509262F6} = {E01EF657-AB86-4C3F-BFD9-0F06509262F6}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrameworkSingleFile", "FrameworkSingleFile\FrameworkSingleFile.csproj", "{69707155-08A0-4187-8F86-3231A4759286}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2F56E4C-E81C-4B01-9DD5-49448FD65A60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F56E4C-E81C-4B01-9DD5-49448FD65A60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F56E4C-E81C-4B01-9DD5-49448FD65A60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2F56E4C-E81C-4B01-9DD5-49448FD65A60}.Release|Any CPU.Build.0 = Release|Any CPU
{E01EF657-AB86-4C3F-BFD9-0F06509262F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E01EF657-AB86-4C3F-BFD9-0F06509262F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E01EF657-AB86-4C3F-BFD9-0F06509262F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E01EF657-AB86-4C3F-BFD9-0F06509262F6}.Release|Any CPU.Build.0 = Release|Any CPU
{CC2CB5A8-6AFD-4CF1-9CA9-536F69B1F95F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC2CB5A8-6AFD-4CF1-9CA9-536F69B1F95F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC2CB5A8-6AFD-4CF1-9CA9-536F69B1F95F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC2CB5A8-6AFD-4CF1-9CA9-536F69B1F95F}.Release|Any CPU.Build.0 = Release|Any CPU
{F9065400-578B-4F92-9DB0-E06D773460B7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F9065400-578B-4F92-9DB0-E06D773460B7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F9065400-578B-4F92-9DB0-E06D773460B7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F9065400-578B-4F92-9DB0-E06D773460B7}.Release|Any CPU.Build.0 = Release|Any CPU
{69707155-08A0-4187-8F86-3231A4759286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69707155-08A0-4187-8F86-3231A4759286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69707155-08A0-4187-8F86-3231A4759286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69707155-08A0-4187-8F86-3231A4759286}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {76C34543-E629-4867-8E25-A2D417F67766}
EndGlobalSection
EndGlobal