-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathSecp256k1.Net.sln
42 lines (42 loc) · 2.29 KB
/
Secp256k1.Net.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 15
VisualStudioVersion = 15.0.27703.2035
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Secp256k1.Net", "Secp256k1.Net\Secp256k1.Net.csproj", "{D788BD2A-96F4-4881-9E6D-4724E12992BD}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3A2535D8-6FF7-48DE-9331-3F8E7919C476}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Secp256k1.Net.Test", "Secp256k1.Net.Test\Secp256k1.Net.Test.csproj", "{ABDA21A2-7F81-415E-8252-B0F35D98FC45}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Secp256k1.Net.Bench", "Secp256k1.Net.Bench\Secp256k1.Net.Bench.csproj", "{CB05F5FC-E487-43ED-8D1D-282400591A73}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D788BD2A-96F4-4881-9E6D-4724E12992BD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D788BD2A-96F4-4881-9E6D-4724E12992BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D788BD2A-96F4-4881-9E6D-4724E12992BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D788BD2A-96F4-4881-9E6D-4724E12992BD}.Release|Any CPU.Build.0 = Release|Any CPU
{ABDA21A2-7F81-415E-8252-B0F35D98FC45}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ABDA21A2-7F81-415E-8252-B0F35D98FC45}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABDA21A2-7F81-415E-8252-B0F35D98FC45}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABDA21A2-7F81-415E-8252-B0F35D98FC45}.Release|Any CPU.Build.0 = Release|Any CPU
{CB05F5FC-E487-43ED-8D1D-282400591A73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB05F5FC-E487-43ED-8D1D-282400591A73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB05F5FC-E487-43ED-8D1D-282400591A73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB05F5FC-E487-43ED-8D1D-282400591A73}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {44C6A093-A589-49E0-8262-BB6DD2EA32B9}
EndGlobalSection
EndGlobal