ningshuxia
2024-04-09 51730f13db4aa7e353be3c8133e8429bf19ea3b1
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", "IStation.Application.Core\IStation.Application.Core.csproj", "{8A244138-73AE-4AAE-840A-3301CECADE2A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Entry.Core", "IStation.Entry.Core\IStation.Entry.Core.csproj", "{55552F4C-DD2B-4E97-95DA-16B549736604}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Server", "IStation.Server\IStation.Server.csproj", "{863868E2-8A14-4B9B-A2FA-047D60FC5736}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.Service.Core", "IStation.Service.Core\IStation.Service.Core.csproj", "{DA274F11-5585-4C3F-B9DB-491A738CE91C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.TopShelf", "IStation.TopShelf\IStation.TopShelf.csproj", "{0C4F3895-704A-418B-B0E5-B493EB1DB04D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IStation.WebApi.Core", "IStation.WebApi.Core\IStation.WebApi.Core.csproj", "{B603D7A0-E024-46E7-9B67-22A9BAFECB57}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {8A244138-73AE-4AAE-840A-3301CECADE2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {8A244138-73AE-4AAE-840A-3301CECADE2A}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {8A244138-73AE-4AAE-840A-3301CECADE2A}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {8A244138-73AE-4AAE-840A-3301CECADE2A}.Release|Any CPU.Build.0 = Release|Any CPU
        {55552F4C-DD2B-4E97-95DA-16B549736604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {55552F4C-DD2B-4E97-95DA-16B549736604}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {55552F4C-DD2B-4E97-95DA-16B549736604}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {55552F4C-DD2B-4E97-95DA-16B549736604}.Release|Any CPU.Build.0 = Release|Any CPU
        {863868E2-8A14-4B9B-A2FA-047D60FC5736}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {863868E2-8A14-4B9B-A2FA-047D60FC5736}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {863868E2-8A14-4B9B-A2FA-047D60FC5736}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {863868E2-8A14-4B9B-A2FA-047D60FC5736}.Release|Any CPU.Build.0 = Release|Any CPU
        {DA274F11-5585-4C3F-B9DB-491A738CE91C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {DA274F11-5585-4C3F-B9DB-491A738CE91C}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {DA274F11-5585-4C3F-B9DB-491A738CE91C}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {DA274F11-5585-4C3F-B9DB-491A738CE91C}.Release|Any CPU.Build.0 = Release|Any CPU
        {0C4F3895-704A-418B-B0E5-B493EB1DB04D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {0C4F3895-704A-418B-B0E5-B493EB1DB04D}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {0C4F3895-704A-418B-B0E5-B493EB1DB04D}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {0C4F3895-704A-418B-B0E5-B493EB1DB04D}.Release|Any CPU.Build.0 = Release|Any CPU
        {B603D7A0-E024-46E7-9B67-22A9BAFECB57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {B603D7A0-E024-46E7-9B67-22A9BAFECB57}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {B603D7A0-E024-46E7-9B67-22A9BAFECB57}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {B603D7A0-E024-46E7-9B67-22A9BAFECB57}.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