This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMyBlog.sln
49 lines (49 loc) · 3.1 KB
/
MyBlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32616.157
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlogServerSide", "MyBlogServerSide\MyBlogServerSide.csproj", "{145B4A0A-DDA4-4902-B2E0-7C3173288518}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlogWebAssembly.Server", "MyBlogWebAssembly\Server\MyBlogWebAssembly.Server.csproj", "{6B707068-97B0-449F-8061-C997842E09D1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlogWebAssembly.Client", "MyBlogWebAssembly\Client\MyBlogWebAssembly.Client.csproj", "{D5674BF6-9ADF-4D15-BAE1-C72FA98B1CAF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MyBlogWebAssembly.Shared", "MyBlogWebAssembly\Shared\MyBlogWebAssembly.Shared.csproj", "{1EA7B669-B2DB-4ECF-B94E-50D7573A4AF2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MyBlog.Data", "MyBlog.Data\MyBlog.Data.csproj", "{920A0D1C-938D-48E4-A105-7CA75B0DB695}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{145B4A0A-DDA4-4902-B2E0-7C3173288518}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{145B4A0A-DDA4-4902-B2E0-7C3173288518}.Debug|Any CPU.Build.0 = Debug|Any CPU
{145B4A0A-DDA4-4902-B2E0-7C3173288518}.Release|Any CPU.ActiveCfg = Release|Any CPU
{145B4A0A-DDA4-4902-B2E0-7C3173288518}.Release|Any CPU.Build.0 = Release|Any CPU
{6B707068-97B0-449F-8061-C997842E09D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6B707068-97B0-449F-8061-C997842E09D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6B707068-97B0-449F-8061-C997842E09D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6B707068-97B0-449F-8061-C997842E09D1}.Release|Any CPU.Build.0 = Release|Any CPU
{D5674BF6-9ADF-4D15-BAE1-C72FA98B1CAF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D5674BF6-9ADF-4D15-BAE1-C72FA98B1CAF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D5674BF6-9ADF-4D15-BAE1-C72FA98B1CAF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D5674BF6-9ADF-4D15-BAE1-C72FA98B1CAF}.Release|Any CPU.Build.0 = Release|Any CPU
{1EA7B669-B2DB-4ECF-B94E-50D7573A4AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EA7B669-B2DB-4ECF-B94E-50D7573A4AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EA7B669-B2DB-4ECF-B94E-50D7573A4AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EA7B669-B2DB-4ECF-B94E-50D7573A4AF2}.Release|Any CPU.Build.0 = Release|Any CPU
{920A0D1C-938D-48E4-A105-7CA75B0DB695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{920A0D1C-938D-48E4-A105-7CA75B0DB695}.Debug|Any CPU.Build.0 = Debug|Any CPU
{920A0D1C-938D-48E4-A105-7CA75B0DB695}.Release|Any CPU.ActiveCfg = Release|Any CPU
{920A0D1C-938D-48E4-A105-7CA75B0DB695}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C6A9E607-16ED-4810-A6CD-4D174A5B3E42}
EndGlobalSection
EndGlobal