lixiaojun
2024-06-07 65cabdea6bcb065320b75415048d83a7991dfa5a
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
 
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.Repair.Core", "Yw.Service.Repair.Core\Yw.Service.Repair.Core.csproj", "{53DBE577-07B8-4845-B55B-29EFE6E6302F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yw.Application.Repair.Core", "Yw.Application.Repair.Core\Yw.Application.Repair.Core.csproj", "{8F9ED401-4658-4932-B260-8F918D440120}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yw.WebApi.Repair.Core", "Yw.WebApi.Repair.Core\Yw.WebApi.Repair.Core.csproj", "{23D96643-6D89-487C-9B0B-A7926F497C80}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Yw.Entry.Repair.Core", "Yw.Entry.Repair.Core\Yw.Entry.Repair.Core.csproj", "{FFC7B687-77C2-4454-BA7F-87A2B17A889B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Yw.Dto.Repair.Core", "Yw.Dto.Repair.Core\Yw.Dto.Repair.Core.csproj", "{8F2A1341-0BA0-4C9F-A10F-C987CFD6E787}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {53DBE577-07B8-4845-B55B-29EFE6E6302F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {53DBE577-07B8-4845-B55B-29EFE6E6302F}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {53DBE577-07B8-4845-B55B-29EFE6E6302F}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {53DBE577-07B8-4845-B55B-29EFE6E6302F}.Release|Any CPU.Build.0 = Release|Any CPU
        {8F9ED401-4658-4932-B260-8F918D440120}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {8F9ED401-4658-4932-B260-8F918D440120}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {8F9ED401-4658-4932-B260-8F918D440120}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {8F9ED401-4658-4932-B260-8F918D440120}.Release|Any CPU.Build.0 = Release|Any CPU
        {23D96643-6D89-487C-9B0B-A7926F497C80}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {23D96643-6D89-487C-9B0B-A7926F497C80}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {23D96643-6D89-487C-9B0B-A7926F497C80}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {23D96643-6D89-487C-9B0B-A7926F497C80}.Release|Any CPU.Build.0 = Release|Any CPU
        {FFC7B687-77C2-4454-BA7F-87A2B17A889B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {FFC7B687-77C2-4454-BA7F-87A2B17A889B}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {FFC7B687-77C2-4454-BA7F-87A2B17A889B}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {FFC7B687-77C2-4454-BA7F-87A2B17A889B}.Release|Any CPU.Build.0 = Release|Any CPU
        {8F2A1341-0BA0-4C9F-A10F-C987CFD6E787}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {8F2A1341-0BA0-4C9F-A10F-C987CFD6E787}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {8F2A1341-0BA0-4C9F-A10F-C987CFD6E787}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {8F2A1341-0BA0-4C9F-A10F-C987CFD6E787}.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