-
Notifications
You must be signed in to change notification settings - Fork 2
/
EztransServer.sln
51 lines (51 loc) · 2.8 KB
/
EztransServer.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
50
51
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EztransServer.Core", "EztransServer.Core\EztransServer.Core.csproj", "{B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EztransServer.Terminal", "EztransServer.Terminal\EztransServer.Terminal.csproj", "{DFF3F10A-D364-4F6F-B124-C3A9FDA21EFE}"
ProjectSection(ProjectDependencies) = postProject
{B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA} = {B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB5A837F-C03C-4EA3-BFA7-1965DFF3E28F}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
CHANGELOG.md = CHANGELOG.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EztransServer.Gui", "EztransServer.Gui\EztransServer.Gui.csproj", "{05835A10-CA4E-46E2-B507-F7F6B21731FE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EztransServer.Core.Test", "EztransServer.Core.Test\EztransServer.Core.Test.csproj", "{07BC989F-5B53-41ED-841E-E23BD898F6DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA}.Debug|x86.ActiveCfg = Debug|x86
{B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA}.Debug|x86.Build.0 = Debug|x86
{B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA}.Release|x86.ActiveCfg = Release|x86
{B089A8B5-0B78-4B97-8C2B-1243DDB4B7BA}.Release|x86.Build.0 = Release|x86
{DFF3F10A-D364-4F6F-B124-C3A9FDA21EFE}.Debug|x86.ActiveCfg = Debug|x86
{DFF3F10A-D364-4F6F-B124-C3A9FDA21EFE}.Debug|x86.Build.0 = Debug|x86
{DFF3F10A-D364-4F6F-B124-C3A9FDA21EFE}.Release|x86.ActiveCfg = Release|x86
{DFF3F10A-D364-4F6F-B124-C3A9FDA21EFE}.Release|x86.Build.0 = Release|x86
{05835A10-CA4E-46E2-B507-F7F6B21731FE}.Debug|x86.ActiveCfg = Debug|x86
{05835A10-CA4E-46E2-B507-F7F6B21731FE}.Debug|x86.Build.0 = Debug|x86
{05835A10-CA4E-46E2-B507-F7F6B21731FE}.Release|x86.ActiveCfg = Release|x86
{07BC989F-5B53-41ED-841E-E23BD898F6DF}.Debug|x86.ActiveCfg = Debug|x86
{07BC989F-5B53-41ED-841E-E23BD898F6DF}.Debug|x86.Build.0 = Debug|x86
{07BC989F-5B53-41ED-841E-E23BD898F6DF}.Release|x86.ActiveCfg = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BFFBCBCB-A694-4F34-AA0B-A5A5AEABB2EA}
EndGlobalSection
EndGlobal