-
Notifications
You must be signed in to change notification settings - Fork 0
/
BytePlatform.sln
42 lines (42 loc) · 2.03 KB
/
BytePlatform.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.34929.205
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".SolutionItems", ".SolutionItems", "{9BABBC03-4F95-4555-AB20-4D16866EF0AC}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
Clean.bat = Clean.bat
src\Directory.Build.props = src\Directory.Build.props
src\Directory.Packages.props = src\Directory.Packages.props
global.json = global.json
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BytePlatform.Shared", "src\Shared\BytePlatform.Shared.csproj", "{F1434FD6-26FA-4327-B631-0B6B9F65F8AE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BytePlatform.Server", "src\Server\BytePlatform.Server.csproj", "{F05719D1-132E-45DB-B1B6-F46BD3A30E5F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F1434FD6-26FA-4327-B631-0B6B9F65F8AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1434FD6-26FA-4327-B631-0B6B9F65F8AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1434FD6-26FA-4327-B631-0B6B9F65F8AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1434FD6-26FA-4327-B631-0B6B9F65F8AE}.Release|Any CPU.Build.0 = Release|Any CPU
{F05719D1-132E-45DB-B1B6-F46BD3A30E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F05719D1-132E-45DB-B1B6-F46BD3A30E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F05719D1-132E-45DB-B1B6-F46BD3A30E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F05719D1-132E-45DB-B1B6-F46BD3A30E5F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {67320FA2-3AA4-4F28-BF85-5F9AE4A49B54}
EndGlobalSection
EndGlobal