-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJsonHookup.sln
41 lines (41 loc) · 2.1 KB
/
JsonHookup.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
38
39
40
41
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33205.214
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonHookup.Core", "src\JsonHookup.Core\JsonHookup.Core.csproj", "{16E80C4A-832A-4EE4-9004-33CCA7E5F1AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonHookup.Core.Tests.Unit", "test\JsonHookup.Core.Tests.Unit\JsonHookup.Core.Tests.Unit.csproj", "{25BF8E98-F055-44B8-A8C3-679A718DBADD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{E7D595DC-C903-47D1-BE70-608636628183}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4FFC508A-1D79-4CBC-ACAC-C69BF8597E7F}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{16E80C4A-832A-4EE4-9004-33CCA7E5F1AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{16E80C4A-832A-4EE4-9004-33CCA7E5F1AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{16E80C4A-832A-4EE4-9004-33CCA7E5F1AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{16E80C4A-832A-4EE4-9004-33CCA7E5F1AE}.Release|Any CPU.Build.0 = Release|Any CPU
{25BF8E98-F055-44B8-A8C3-679A718DBADD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{25BF8E98-F055-44B8-A8C3-679A718DBADD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{25BF8E98-F055-44B8-A8C3-679A718DBADD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{25BF8E98-F055-44B8-A8C3-679A718DBADD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{25BF8E98-F055-44B8-A8C3-679A718DBADD} = {E7D595DC-C903-47D1-BE70-608636628183}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {257BA52E-31E9-4BCA-8D3E-6578A07DE7B5}
EndGlobalSection
EndGlobal