-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathNaCl.Core.sln
47 lines (47 loc) · 2.45 KB
/
NaCl.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27428.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaCl.Core", "src\NaCl.Core\NaCl.Core.csproj", "{5B711EBA-6E41-429F-A2AC-719C4441B663}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaCl.Core.Tests", "test\NaCl.Core.Tests\NaCl.Core.Tests.csproj", "{2FAB1426-5BDB-4835-9323-676F3E286D57}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NaCl.Core.Benchmarks", "test\NaCl.Core.Benchmarks\NaCl.Core.Benchmarks.csproj", "{F55397B0-B348-40C6-A6A8-5BECEB74A840}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{28EF1FB3-A057-4C17-A3B2-B9370B234F81}"
ProjectSection(SolutionItems) = preProject
CodeCoverage.runsettings = CodeCoverage.runsettings
build.cake = build.cake
dotnet-tools.json = dotnet-tools.json
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5B711EBA-6E41-429F-A2AC-719C4441B663}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5B711EBA-6E41-429F-A2AC-719C4441B663}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5B711EBA-6E41-429F-A2AC-719C4441B663}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5B711EBA-6E41-429F-A2AC-719C4441B663}.Release|Any CPU.Build.0 = Release|Any CPU
{2FAB1426-5BDB-4835-9323-676F3E286D57}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2FAB1426-5BDB-4835-9323-676F3E286D57}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2FAB1426-5BDB-4835-9323-676F3E286D57}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2FAB1426-5BDB-4835-9323-676F3E286D57}.Release|Any CPU.Build.0 = Release|Any CPU
{F55397B0-B348-40C6-A6A8-5BECEB74A840}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F55397B0-B348-40C6-A6A8-5BECEB74A840}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F55397B0-B348-40C6-A6A8-5BECEB74A840}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F55397B0-B348-40C6-A6A8-5BECEB74A840}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {24CC8E07-0D90-436B-ABC1-E088813D210A}
EndGlobalSection
EndGlobal