-
Notifications
You must be signed in to change notification settings - Fork 0
/
LinxJMS.sln
41 lines (41 loc) · 1.92 KB
/
LinxJMS.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.10.35013.160
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LinxJMS", "src\LinxJMS\LinxJMS.csproj", "{E5B10268-DFD2-4C51-8309-FF01EB261D81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{96F322B2-10BF-4F8F-89B2-B6E001D4A290}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{C10492FF-5636-461C-B4A6-2A8AC4509F9A}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Debug|x64.ActiveCfg = Debug|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Debug|x64.Build.0 = Debug|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Release|Any CPU.Build.0 = Release|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Release|x64.ActiveCfg = Release|Any CPU
{E5B10268-DFD2-4C51-8309-FF01EB261D81}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E5B10268-DFD2-4C51-8309-FF01EB261D81} = {96F322B2-10BF-4F8F-89B2-B6E001D4A290}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {049D2F35-B2E8-45AE-A571-A496A6A359D8}
EndGlobalSection
EndGlobal