-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLockDeal-NFT-API.sln
More file actions
39 lines (39 loc) · 2.04 KB
/
LockDeal-NFT-API.sln
File metadata and controls
39 lines (39 loc) · 2.04 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33829.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{FBF3AF2F-F3A8-407C-A68E-C129D08B59F2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetaDataAPI", "src\MetaDataAPI\MetaDataAPI.csproj", "{1087D093-685B-47A1-AE4C-510BEF8EB8FE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{320AB552-0F05-4008-AD2B-F604D05FBD3C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MetaDataAPI.Tests", "tests\MetaDataAPI.Tests\MetaDataAPI.Tests.csproj", "{5C26358F-3DB2-4826-AD1A-98C264AA7FB0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1087D093-685B-47A1-AE4C-510BEF8EB8FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1087D093-685B-47A1-AE4C-510BEF8EB8FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1087D093-685B-47A1-AE4C-510BEF8EB8FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1087D093-685B-47A1-AE4C-510BEF8EB8FE}.Release|Any CPU.Build.0 = Release|Any CPU
{5C26358F-3DB2-4826-AD1A-98C264AA7FB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5C26358F-3DB2-4826-AD1A-98C264AA7FB0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5C26358F-3DB2-4826-AD1A-98C264AA7FB0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5C26358F-3DB2-4826-AD1A-98C264AA7FB0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1087D093-685B-47A1-AE4C-510BEF8EB8FE} = {FBF3AF2F-F3A8-407C-A68E-C129D08B59F2}
{5C26358F-3DB2-4826-AD1A-98C264AA7FB0} = {320AB552-0F05-4008-AD2B-F604D05FBD3C}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1ABE94B3-AC28-41A1-9950-4C78E34BA1F1}
EndGlobalSection
EndGlobal