-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDRP.sln
47 lines (47 loc) · 2.61 KB
/
DRP.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
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29230.47
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DRP-dotnet", "DRP-dotnet\DRP-dotnet.csproj", "{5FD47B7D-F522-427B-95D0-386A2D0DC3A8}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "DRP-nodejs", "DRP-nodejs\DRP-nodejs.njsproj", "{BA4B474A-FA17-4E27-BCDA-500A68BBBB3A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8F9B29E6-3321-40C8-8AD3-64F1F6A6E28B}"
ProjectSection(SolutionItems) = preProject
README-MermaidCode.md = README-MermaidCode.md
README.md = README.md
EndProjectSection
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "DRP-python", "DRP-python\DRP-python.pyproj", "{37140AA0-1F77-4B5E-A1AC-561141BD7169}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DRP-dotnet-test", "DRP-dotnet-test\DRP-dotnet-test.csproj", "{E44BDFC1-6FE6-4654-90B3-D5BD700ACB53}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5FD47B7D-F522-427B-95D0-386A2D0DC3A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5FD47B7D-F522-427B-95D0-386A2D0DC3A8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5FD47B7D-F522-427B-95D0-386A2D0DC3A8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5FD47B7D-F522-427B-95D0-386A2D0DC3A8}.Release|Any CPU.Build.0 = Release|Any CPU
{BA4B474A-FA17-4E27-BCDA-500A68BBBB3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA4B474A-FA17-4E27-BCDA-500A68BBBB3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA4B474A-FA17-4E27-BCDA-500A68BBBB3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA4B474A-FA17-4E27-BCDA-500A68BBBB3A}.Release|Any CPU.Build.0 = Release|Any CPU
{37140AA0-1F77-4B5E-A1AC-561141BD7169}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{37140AA0-1F77-4B5E-A1AC-561141BD7169}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E44BDFC1-6FE6-4654-90B3-D5BD700ACB53}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E44BDFC1-6FE6-4654-90B3-D5BD700ACB53}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E44BDFC1-6FE6-4654-90B3-D5BD700ACB53}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E44BDFC1-6FE6-4654-90B3-D5BD700ACB53}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDCC5D21-95D2-410E-B32D-E879E3E6CF59}
EndGlobalSection
EndGlobal