-
Notifications
You must be signed in to change notification settings - Fork 0
/
BCSS.sln
56 lines (56 loc) · 3.34 KB
/
BCSS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33815.320
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BCSS", "BCSS\BCSS.csproj", "{45998C7D-6BC9-43F4-840F-A3CAFD0113B4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BCSSViewer", "BCSSViewer\BCSSViewer.csproj", "{9C7AE5DE-B388-4B4C-854C-6A6EEA496F41}"
ProjectSection(ProjectDependencies) = postProject
{45998C7D-6BC9-43F4-840F-A3CAFD0113B4} = {45998C7D-6BC9-43F4-840F-A3CAFD0113B4}
{837AA5FF-99D6-41CD-A38B-DFE148A8A205} = {837AA5FF-99D6-41CD-A38B-DFE148A8A205}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BCSSViewer.Docs", "BCSSViewer.Docs\BCSSViewer.Docs.csproj", "{837AA5FF-99D6-41CD-A38B-DFE148A8A205}"
ProjectSection(ProjectDependencies) = postProject
{45998C7D-6BC9-43F4-840F-A3CAFD0113B4} = {45998C7D-6BC9-43F4-840F-A3CAFD0113B4}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BCSSViewer.Wasm", "BCSSViewer.Wasm\BCSSViewer.Wasm.csproj", "{C26FD032-E5A7-45A2-8333-285E9F126BA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BCSS.Test", "BCSS.Test\BCSS.Test.csproj", "{96483B78-466E-4CCE-B82A-6180888A8D76}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{45998C7D-6BC9-43F4-840F-A3CAFD0113B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{45998C7D-6BC9-43F4-840F-A3CAFD0113B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{45998C7D-6BC9-43F4-840F-A3CAFD0113B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{45998C7D-6BC9-43F4-840F-A3CAFD0113B4}.Release|Any CPU.Build.0 = Release|Any CPU
{9C7AE5DE-B388-4B4C-854C-6A6EEA496F41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9C7AE5DE-B388-4B4C-854C-6A6EEA496F41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9C7AE5DE-B388-4B4C-854C-6A6EEA496F41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9C7AE5DE-B388-4B4C-854C-6A6EEA496F41}.Release|Any CPU.Build.0 = Release|Any CPU
{837AA5FF-99D6-41CD-A38B-DFE148A8A205}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{837AA5FF-99D6-41CD-A38B-DFE148A8A205}.Debug|Any CPU.Build.0 = Debug|Any CPU
{837AA5FF-99D6-41CD-A38B-DFE148A8A205}.Release|Any CPU.ActiveCfg = Release|Any CPU
{837AA5FF-99D6-41CD-A38B-DFE148A8A205}.Release|Any CPU.Build.0 = Release|Any CPU
{C26FD032-E5A7-45A2-8333-285E9F126BA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C26FD032-E5A7-45A2-8333-285E9F126BA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C26FD032-E5A7-45A2-8333-285E9F126BA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C26FD032-E5A7-45A2-8333-285E9F126BA9}.Release|Any CPU.Build.0 = Release|Any CPU
{96483B78-466E-4CCE-B82A-6180888A8D76}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96483B78-466E-4CCE-B82A-6180888A8D76}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96483B78-466E-4CCE-B82A-6180888A8D76}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96483B78-466E-4CCE-B82A-6180888A8D76}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {26FB81CE-CAB7-45B7-ABF7-2F90FF5FDEA3}
EndGlobalSection
EndGlobal