forked from dandcg/grin-dotnet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Grin.sln
49 lines (49 loc) · 2.95 KB
/
Grin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2009
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grin", "src\Grin\Grin.csproj", "{0B68DC4E-0D06-4588-A920-E9F68697E1EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Grin.Tests", "test\Grin.Tests\Grin.Tests.csproj", "{9E8DBEC4-3213-41D6-8D92-1FFE5C414713}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Secp256k1-zkp", "src\Secp256k1-zkp\Secp256k1-zkp.csproj", "{257B494A-0D69-4E30-B352-BFBBCE0AFE4F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Secp256k1-zkp.Tests", "test\Secp256k1-zkp.Tests\Secp256k1-zkp.Tests.csproj", "{75DFB988-4BC5-45AB-947C-206922D69D2D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Common", "src\Common\Common.csproj", "{9FC543D6-2E96-4151-825D-669243D838B9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0B68DC4E-0D06-4588-A920-E9F68697E1EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0B68DC4E-0D06-4588-A920-E9F68697E1EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0B68DC4E-0D06-4588-A920-E9F68697E1EC}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{0B68DC4E-0D06-4588-A920-E9F68697E1EC}.Release|Any CPU.Build.0 = Debug|Any CPU
{9E8DBEC4-3213-41D6-8D92-1FFE5C414713}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E8DBEC4-3213-41D6-8D92-1FFE5C414713}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E8DBEC4-3213-41D6-8D92-1FFE5C414713}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9E8DBEC4-3213-41D6-8D92-1FFE5C414713}.Release|Any CPU.Build.0 = Debug|Any CPU
{257B494A-0D69-4E30-B352-BFBBCE0AFE4F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{257B494A-0D69-4E30-B352-BFBBCE0AFE4F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{257B494A-0D69-4E30-B352-BFBBCE0AFE4F}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{257B494A-0D69-4E30-B352-BFBBCE0AFE4F}.Release|Any CPU.Build.0 = Debug|Any CPU
{75DFB988-4BC5-45AB-947C-206922D69D2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{75DFB988-4BC5-45AB-947C-206922D69D2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{75DFB988-4BC5-45AB-947C-206922D69D2D}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{75DFB988-4BC5-45AB-947C-206922D69D2D}.Release|Any CPU.Build.0 = Debug|Any CPU
{9FC543D6-2E96-4151-825D-669243D838B9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FC543D6-2E96-4151-825D-669243D838B9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FC543D6-2E96-4151-825D-669243D838B9}.Release|Any CPU.ActiveCfg = Debug|Any CPU
{9FC543D6-2E96-4151-825D-669243D838B9}.Release|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3F35B5DF-8471-4666-85AF-F724F06E85B1}
EndGlobalSection
EndGlobal