This repository has been archived by the owner on May 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bReader.sln
43 lines (43 loc) · 2.52 KB
/
bReader.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bReader.Server", "bReader.Server\bReader.Server.csproj", "{5F32AEB7-ADF7-4CCF-9701-B03B0F64C1EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bReader.Shared", "bReader.Shared\bReader.Shared.csproj", "{A22E410B-17B2-4C53-9C8D-91743DCCCFBF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "bReader.Wasm", "bReader.Wasm\bReader.Wasm.csproj", "{818507DB-1D0E-476D-B746-E7032635E6F5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "bReader.Tests", "bReader.Tests\bReader.Tests.csproj", "{7363D3DB-18B1-4DFB-AA88-E98332C1B46F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5F32AEB7-ADF7-4CCF-9701-B03B0F64C1EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F32AEB7-ADF7-4CCF-9701-B03B0F64C1EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F32AEB7-ADF7-4CCF-9701-B03B0F64C1EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F32AEB7-ADF7-4CCF-9701-B03B0F64C1EF}.Release|Any CPU.Build.0 = Release|Any CPU
{A22E410B-17B2-4C53-9C8D-91743DCCCFBF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A22E410B-17B2-4C53-9C8D-91743DCCCFBF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A22E410B-17B2-4C53-9C8D-91743DCCCFBF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A22E410B-17B2-4C53-9C8D-91743DCCCFBF}.Release|Any CPU.Build.0 = Release|Any CPU
{818507DB-1D0E-476D-B746-E7032635E6F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{818507DB-1D0E-476D-B746-E7032635E6F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{818507DB-1D0E-476D-B746-E7032635E6F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{818507DB-1D0E-476D-B746-E7032635E6F5}.Release|Any CPU.Build.0 = Release|Any CPU
{7363D3DB-18B1-4DFB-AA88-E98332C1B46F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7363D3DB-18B1-4DFB-AA88-E98332C1B46F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7363D3DB-18B1-4DFB-AA88-E98332C1B46F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7363D3DB-18B1-4DFB-AA88-E98332C1B46F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A9E59D45-CE14-4B69-BE24-9F13D5A9200B}
EndGlobalSection
EndGlobal