-
Notifications
You must be signed in to change notification settings - Fork 1
/
BigIntegerExt.sln
54 lines (54 loc) · 2.78 KB
/
BigIntegerExt.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
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30114.105
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
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
nuget.config = nuget.config
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BigIntegerExtTest", "test\BigIntegerExtTest\BigIntegerExtTest.csproj", "{782332B8-4698-4132-AED5-4EF1694A73E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aprismatic.BigIntegerExt", "src\Aprismatic.BigIntegerExt\Aprismatic.BigIntegerExt.csproj", "{2EA36A4D-10A4-4572-AE68-2D804CAEDC83}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{782332B8-4698-4132-AED5-4EF1694A73E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{782332B8-4698-4132-AED5-4EF1694A73E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{782332B8-4698-4132-AED5-4EF1694A73E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{782332B8-4698-4132-AED5-4EF1694A73E8}.Release|Any CPU.Build.0 = Release|Any CPU
{2EA36A4D-10A4-4572-AE68-2D804CAEDC83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EA36A4D-10A4-4572-AE68-2D804CAEDC83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EA36A4D-10A4-4572-AE68-2D804CAEDC83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EA36A4D-10A4-4572-AE68-2D804CAEDC83}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{782332B8-4698-4132-AED5-4EF1694A73E8} = {9993F7DE-AFDC-4D82-A030-C3C5E373CE77}
{2EA36A4D-10A4-4572-AE68-2D804CAEDC83} = {3303BAA0-773E-4F5D-B699-F3CA3CD5BBB4}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {575666A0-07A3-4BB3-95A8-281FA6583CE7}
EndGlobalSection
EndGlobal