This repository was archived by the owner on Dec 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathJLab.sln
49 lines (49 loc) · 2.78 KB
/
JLab.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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32929.385
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortDev.JLab", "ShortDev.JLab\ShortDev.JLab.csproj", "{7E4589EB-7F07-40FD-9C58-8633BBE4CF44}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortDev.JLab.JNI", "ShortDev.JLab.JNI\ShortDev.JLab.JNI.csproj", "{B53702BA-836A-4564-BCBA-AC50B8C7FEB2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{6B5F358A-5928-4E99-BCBF-F611222EA8D3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ShortDev.Linux.SandBox", "ShortDev.Linux.SandBox\ShortDev.Linux.SandBox.csproj", "{B8D74B58-4C1A-41D6-8F95-8403185DD96D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Docker", "Docker", "{B9C196C7-FE23-4A92-9CA3-03FEEE5D8BBF}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
Dockerfile = Dockerfile
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7E4589EB-7F07-40FD-9C58-8633BBE4CF44}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7E4589EB-7F07-40FD-9C58-8633BBE4CF44}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7E4589EB-7F07-40FD-9C58-8633BBE4CF44}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7E4589EB-7F07-40FD-9C58-8633BBE4CF44}.Release|Any CPU.Build.0 = Release|Any CPU
{B53702BA-836A-4564-BCBA-AC50B8C7FEB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B53702BA-836A-4564-BCBA-AC50B8C7FEB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B53702BA-836A-4564-BCBA-AC50B8C7FEB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B53702BA-836A-4564-BCBA-AC50B8C7FEB2}.Release|Any CPU.Build.0 = Release|Any CPU
{6B5F358A-5928-4E99-BCBF-F611222EA8D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B5F358A-5928-4E99-BCBF-F611222EA8D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B5F358A-5928-4E99-BCBF-F611222EA8D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B5F358A-5928-4E99-BCBF-F611222EA8D3}.Release|Any CPU.Build.0 = Release|Any CPU
{B8D74B58-4C1A-41D6-8F95-8403185DD96D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B8D74B58-4C1A-41D6-8F95-8403185DD96D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B8D74B58-4C1A-41D6-8F95-8403185DD96D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B8D74B58-4C1A-41D6-8F95-8403185DD96D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3DC8692B-08CD-45D1-8782-900E3D7D25F7}
EndGlobalSection
EndGlobal