ningshuxia
2024-04-29 6eb4d5574aee7042b1883e043d5798865e84d1d1
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
52
53
54
55
 
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32328.378
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Application.Core", "WebApi\IStation.Application.Core\IStation.Application.Core.csproj", "{0359554E-B0F0-4C88-BCBA-673E8226F814}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Entry.Core", "WebApi\IStation.Entry.Core\IStation.Entry.Core.csproj", "{90317C62-4850-4657-9E6A-642E0584FDFF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Server", "WebApi\IStation.Server\IStation.Server.csproj", "{15B903FB-8E85-4226-9045-390AD31564F6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Service.Core", "WebApi\IStation.Service.Core\IStation.Service.Core.csproj", "{F1B05574-2A26-49BC-9D53-C8BE9B2B176E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.TopShelf", "WebApi\IStation.TopShelf\IStation.TopShelf.csproj", "{00D70EB8-C8FF-46BA-8DB0-FB9361E046BF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.WebApi.Core", "WebApi\IStation.WebApi.Core\IStation.WebApi.Core.csproj", "{8077F0D3-3FCC-44BF-8AB3-DF1A105CC798}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {0359554E-B0F0-4C88-BCBA-673E8226F814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {0359554E-B0F0-4C88-BCBA-673E8226F814}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {0359554E-B0F0-4C88-BCBA-673E8226F814}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {0359554E-B0F0-4C88-BCBA-673E8226F814}.Release|Any CPU.Build.0 = Release|Any CPU
        {90317C62-4850-4657-9E6A-642E0584FDFF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {90317C62-4850-4657-9E6A-642E0584FDFF}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {90317C62-4850-4657-9E6A-642E0584FDFF}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {90317C62-4850-4657-9E6A-642E0584FDFF}.Release|Any CPU.Build.0 = Release|Any CPU
        {15B903FB-8E85-4226-9045-390AD31564F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {15B903FB-8E85-4226-9045-390AD31564F6}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {15B903FB-8E85-4226-9045-390AD31564F6}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {15B903FB-8E85-4226-9045-390AD31564F6}.Release|Any CPU.Build.0 = Release|Any CPU
        {F1B05574-2A26-49BC-9D53-C8BE9B2B176E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {F1B05574-2A26-49BC-9D53-C8BE9B2B176E}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {F1B05574-2A26-49BC-9D53-C8BE9B2B176E}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {F1B05574-2A26-49BC-9D53-C8BE9B2B176E}.Release|Any CPU.Build.0 = Release|Any CPU
        {00D70EB8-C8FF-46BA-8DB0-FB9361E046BF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {00D70EB8-C8FF-46BA-8DB0-FB9361E046BF}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {00D70EB8-C8FF-46BA-8DB0-FB9361E046BF}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {00D70EB8-C8FF-46BA-8DB0-FB9361E046BF}.Release|Any CPU.Build.0 = Release|Any CPU
        {8077F0D3-3FCC-44BF-8AB3-DF1A105CC798}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {8077F0D3-3FCC-44BF-8AB3-DF1A105CC798}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {8077F0D3-3FCC-44BF-8AB3-DF1A105CC798}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {8077F0D3-3FCC-44BF-8AB3-DF1A105CC798}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        SolutionGuid = {E02989A8-9B6F-43E5-AACA-790328215089}
    EndGlobalSection
EndGlobal