lixiaojun
2023-12-12 f8751d006f8fa8b5332927624a9b2f9077ce2585
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
 
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}") = "Yw.Service.Run.Core", "Yw.Service.Run.Core\Yw.Service.Run.Core.csproj", "{1DDD56BB-4D6D-44DC-8886-C647E14D8191}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yw.Application.Run.Core", "Yw.Application.Run.Core\Yw.Application.Run.Core.csproj", "{E07D4444-C99E-4665-ACB8-4827D16073CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yw.WebApi.Run.Core", "Yw.WebApi.Run.Core\Yw.WebApi.Run.Core.csproj", "{868BAF54-32FD-41E0-B5B2-3B5007E31B97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yw.Entry.Run.Core", "Yw.Entry.Run.Core\Yw.Entry.Run.Core.csproj", "{B5BCA833-E9A4-46B8-B7CF-40D1EF66B989}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {1DDD56BB-4D6D-44DC-8886-C647E14D8191}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {1DDD56BB-4D6D-44DC-8886-C647E14D8191}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {1DDD56BB-4D6D-44DC-8886-C647E14D8191}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {1DDD56BB-4D6D-44DC-8886-C647E14D8191}.Release|Any CPU.Build.0 = Release|Any CPU
        {E07D4444-C99E-4665-ACB8-4827D16073CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {E07D4444-C99E-4665-ACB8-4827D16073CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {E07D4444-C99E-4665-ACB8-4827D16073CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {E07D4444-C99E-4665-ACB8-4827D16073CA}.Release|Any CPU.Build.0 = Release|Any CPU
        {868BAF54-32FD-41E0-B5B2-3B5007E31B97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {868BAF54-32FD-41E0-B5B2-3B5007E31B97}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {868BAF54-32FD-41E0-B5B2-3B5007E31B97}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {868BAF54-32FD-41E0-B5B2-3B5007E31B97}.Release|Any CPU.Build.0 = Release|Any CPU
        {B5BCA833-E9A4-46B8-B7CF-40D1EF66B989}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {B5BCA833-E9A4-46B8-B7CF-40D1EF66B989}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {B5BCA833-E9A4-46B8-B7CF-40D1EF66B989}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {B5BCA833-E9A4-46B8-B7CF-40D1EF66B989}.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