This repository has been archived by the owner on Apr 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Beam.sln
42 lines (42 loc) · 2.38 KB
/
Beam.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 16
VisualStudioVersion = 16.0.30717.126
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Blake2Sharp", "external\Blake2Sharp\Blake2Sharp.csproj", "{E21AB364-9130-4F14-ABE1-18FA0C089130}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "external", "external", "{C260F912-1EC5-49F1-B3D7-2F2285C38629}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Beam.Reference", "Beam.Reference\Beam.Reference.csproj", "{58E920E3-4B67-42CF-AA57-D0168D964735}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Beam.Reference.Tests", "Beam.Reference.Tests\Beam.Reference.Tests.csproj", "{6137F502-74C6-4166-A878-E3E6BC1371B8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E21AB364-9130-4F14-ABE1-18FA0C089130}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E21AB364-9130-4F14-ABE1-18FA0C089130}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E21AB364-9130-4F14-ABE1-18FA0C089130}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E21AB364-9130-4F14-ABE1-18FA0C089130}.Release|Any CPU.Build.0 = Release|Any CPU
{58E920E3-4B67-42CF-AA57-D0168D964735}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{58E920E3-4B67-42CF-AA57-D0168D964735}.Debug|Any CPU.Build.0 = Debug|Any CPU
{58E920E3-4B67-42CF-AA57-D0168D964735}.Release|Any CPU.ActiveCfg = Release|Any CPU
{58E920E3-4B67-42CF-AA57-D0168D964735}.Release|Any CPU.Build.0 = Release|Any CPU
{6137F502-74C6-4166-A878-E3E6BC1371B8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6137F502-74C6-4166-A878-E3E6BC1371B8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6137F502-74C6-4166-A878-E3E6BC1371B8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6137F502-74C6-4166-A878-E3E6BC1371B8}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E21AB364-9130-4F14-ABE1-18FA0C089130} = {C260F912-1EC5-49F1-B3D7-2F2285C38629}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B40CEF7-A4E7-4AC0-90A9-BC67D584AFB6}
EndGlobalSection
EndGlobal