-
Notifications
You must be signed in to change notification settings - Fork 5
/
Paillier.sln
53 lines (53 loc) · 2.72 KB
/
Paillier.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{3303BAA0-773E-4F5D-B699-F3CA3CD5BBB4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{9993F7DE-AFDC-4D82-A030-C3C5E373CE77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{9336DBF6-976F-4D04-A6E4-7E301C68A9B3}"
ProjectSection(SolutionItems) = preProject
.github\workflows\release-dotnet-nuget.yml = .github\workflows\release-dotnet-nuget.yml
.github\workflows\test-dotnet-windows.yml = .github\workflows\test-dotnet-windows.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2955983D-FEC3-4C34-8890-DD89658479E9}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aprismatic.Paillier", "src\Aprismatic.Paillier\Aprismatic.Paillier.csproj", "{C91E1D8B-A50A-4912-B9AD-113629314664}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PaillierTests", "test\PaillierTests\PaillierTests.csproj", "{26E92979-61C6-47D7-A018-6482537C622B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C91E1D8B-A50A-4912-B9AD-113629314664}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C91E1D8B-A50A-4912-B9AD-113629314664}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C91E1D8B-A50A-4912-B9AD-113629314664}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C91E1D8B-A50A-4912-B9AD-113629314664}.Release|Any CPU.Build.0 = Release|Any CPU
{26E92979-61C6-47D7-A018-6482537C622B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E92979-61C6-47D7-A018-6482537C622B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E92979-61C6-47D7-A018-6482537C622B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E92979-61C6-47D7-A018-6482537C622B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C91E1D8B-A50A-4912-B9AD-113629314664} = {3303BAA0-773E-4F5D-B699-F3CA3CD5BBB4}
{26E92979-61C6-47D7-A018-6482537C622B} = {9993F7DE-AFDC-4D82-A030-C3C5E373CE77}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {575666A0-07A3-4BB3-95A8-281FA6583CE7}
EndGlobalSection
EndGlobal