-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathYourWeather.sln
99 lines (99 loc) · 6.87 KB
/
YourWeather.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31611.283
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{8F4CFCD2-59ED-4F6F-B811-8CDB1357E4C8}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.en.md = README.en.md
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Rcl", "YourWeather\YourWeather.Rcl\YourWeather.Rcl.csproj", "{EF9D427A-61B7-441E-B9E7-B2058DB42BCE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Server", "YourWeather\YourWeather.Server\YourWeather.Server.csproj", "{108A087D-8AA0-4A0E-BD69-879696E6BB97}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Shared", "YourWeather\YourWeather.Shared\YourWeather.Shared.csproj", "{C084251D-289B-4921-9E30-FC31E5FC97E5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Winform", "YourWeather\YourWeather.Winform\YourWeather.Winform.csproj", "{5024BB5A-F9D3-4685-BD66-A5BA79EE2802}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Wpf", "YourWeather\YourWeather.Wpf\YourWeather.Wpf.csproj", "{1DE9AD1B-5976-4984-9B7C-0C066D0495C8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Rcl.Desktop", "YourWeather\YourWeather.Rcl.Desktop\YourWeather.Rcl.Desktop.csproj", "{56AB7E7B-0048-40B5-9633-E8D99D9A53A3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Rcl.Web", "YourWeather\YourWeather.Rcl.Web\YourWeather.Rcl.Web.csproj", "{6BCD3E66-09B7-47F2-A8CD-A49E15099040}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "目录结构", "目录结构", "{3E1AE17E-C81C-4894-A0C9-CEFFCB6F52A2}"
ProjectSection(SolutionItems) = preProject
YourWeather\README.md = YourWeather\README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Photino", "YourWeather\YourWeather.Photino\YourWeather.Photino.csproj", "{BA2DB466-CC72-40AD-8E64-A2087F0BEC82}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.Maui", "YourWeather\YourWeather.Maui\YourWeather.Maui.csproj", "{FA9BEE81-FB97-4676-9ECD-F14E2903F508}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YourWeather.WebAssembly", "YourWeather\YourWeather.WebAssembly\YourWeather.WebAssembly.csproj", "{04DEBE9F-FE5A-47CF-A49E-972705515BC5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Darnton.Blazor.DeviceInterop", "YourWeather\Darnton.Blazor.DeviceInterop\Darnton.Blazor.DeviceInterop.csproj", "{CC119523-6E92-45B9-8475-A809F5C99FDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EF9D427A-61B7-441E-B9E7-B2058DB42BCE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF9D427A-61B7-441E-B9E7-B2058DB42BCE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF9D427A-61B7-441E-B9E7-B2058DB42BCE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF9D427A-61B7-441E-B9E7-B2058DB42BCE}.Release|Any CPU.Build.0 = Release|Any CPU
{108A087D-8AA0-4A0E-BD69-879696E6BB97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{108A087D-8AA0-4A0E-BD69-879696E6BB97}.Debug|Any CPU.Build.0 = Debug|Any CPU
{108A087D-8AA0-4A0E-BD69-879696E6BB97}.Release|Any CPU.ActiveCfg = Release|Any CPU
{108A087D-8AA0-4A0E-BD69-879696E6BB97}.Release|Any CPU.Build.0 = Release|Any CPU
{C084251D-289B-4921-9E30-FC31E5FC97E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C084251D-289B-4921-9E30-FC31E5FC97E5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C084251D-289B-4921-9E30-FC31E5FC97E5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C084251D-289B-4921-9E30-FC31E5FC97E5}.Release|Any CPU.Build.0 = Release|Any CPU
{5024BB5A-F9D3-4685-BD66-A5BA79EE2802}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5024BB5A-F9D3-4685-BD66-A5BA79EE2802}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5024BB5A-F9D3-4685-BD66-A5BA79EE2802}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5024BB5A-F9D3-4685-BD66-A5BA79EE2802}.Release|Any CPU.Build.0 = Release|Any CPU
{1DE9AD1B-5976-4984-9B7C-0C066D0495C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DE9AD1B-5976-4984-9B7C-0C066D0495C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DE9AD1B-5976-4984-9B7C-0C066D0495C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DE9AD1B-5976-4984-9B7C-0C066D0495C8}.Release|Any CPU.Build.0 = Release|Any CPU
{56AB7E7B-0048-40B5-9633-E8D99D9A53A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{56AB7E7B-0048-40B5-9633-E8D99D9A53A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{56AB7E7B-0048-40B5-9633-E8D99D9A53A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{56AB7E7B-0048-40B5-9633-E8D99D9A53A3}.Release|Any CPU.Build.0 = Release|Any CPU
{6BCD3E66-09B7-47F2-A8CD-A49E15099040}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6BCD3E66-09B7-47F2-A8CD-A49E15099040}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6BCD3E66-09B7-47F2-A8CD-A49E15099040}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6BCD3E66-09B7-47F2-A8CD-A49E15099040}.Release|Any CPU.Build.0 = Release|Any CPU
{BA2DB466-CC72-40AD-8E64-A2087F0BEC82}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BA2DB466-CC72-40AD-8E64-A2087F0BEC82}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BA2DB466-CC72-40AD-8E64-A2087F0BEC82}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BA2DB466-CC72-40AD-8E64-A2087F0BEC82}.Release|Any CPU.Build.0 = Release|Any CPU
{FA9BEE81-FB97-4676-9ECD-F14E2903F508}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA9BEE81-FB97-4676-9ECD-F14E2903F508}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA9BEE81-FB97-4676-9ECD-F14E2903F508}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{FA9BEE81-FB97-4676-9ECD-F14E2903F508}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA9BEE81-FB97-4676-9ECD-F14E2903F508}.Release|Any CPU.Build.0 = Release|Any CPU
{FA9BEE81-FB97-4676-9ECD-F14E2903F508}.Release|Any CPU.Deploy.0 = Release|Any CPU
{04DEBE9F-FE5A-47CF-A49E-972705515BC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{04DEBE9F-FE5A-47CF-A49E-972705515BC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{04DEBE9F-FE5A-47CF-A49E-972705515BC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{04DEBE9F-FE5A-47CF-A49E-972705515BC5}.Release|Any CPU.Build.0 = Release|Any CPU
{CC119523-6E92-45B9-8475-A809F5C99FDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC119523-6E92-45B9-8475-A809F5C99FDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC119523-6E92-45B9-8475-A809F5C99FDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC119523-6E92-45B9-8475-A809F5C99FDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {61F7FB11-1E47-470C-91E2-47F8143E1572}
EndGlobalSection
EndGlobal