-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdotnet-xmss.sln
100 lines (100 loc) · 6.03 KB
/
dotnet-xmss.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Xmss", "Xmss\Xmss.csproj", "{5435047D-2323-4E4D-9476-27D469940E20}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NativeHelper", "NativeHelper\NativeHelper.csproj", "{336EC031-7C5F-4B5A-9680-FA247EDCC752}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Internal.UnitTests", "UnitTests\Internal.UnitTests\Internal.UnitTests.csproj", "{1C09C487-4772-48DA-AE2D-1FB3E11B7D43}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests\UnitTests.csproj", "{64B1F2BE-C094-4ED2-AE56-9E41728300C7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NativeHelper.UnitTests", "UnitTests\NativeHelper.UnitTests\NativeHelper.UnitTests.csproj", "{342AC90B-5931-43C1-A9EB-B8801BE86E64}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Examples", "Examples", "{CC79AB74-8C66-431B-821D-494C329E93CE}"
ProjectSection(SolutionItems) = preProject
Examples\Directory.Build.props = Examples\Directory.Build.props
Examples\Directory.Build.targets = Examples\Directory.Build.targets
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleApp", "Examples\ConsoleApp\ConsoleApp.csproj", "{11B9BE3A-86E5-4AE8-BFF8-D849368689C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WebAssembly", "Examples\WebAssembly\WebAssembly.csproj", "{06165BE7-C274-4CD4-AD9A-8BD4F3423B8D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{D9C415AB-6793-4D75-8757-5787771DF953}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
Directory.Packages.props = Directory.Packages.props
.config\dotnet-tools.json = .config\dotnet-tools.json
GitVersion.yml = GitVersion.yml
global.json = global.json
libc\libc.c = libc\libc.c
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "UnitTests", "UnitTests", "{63248BB0-2821-4868-B9D1-8D6044CE0D56}"
ProjectSection(SolutionItems) = preProject
UnitTests\Directory.Build.props = UnitTests\Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Documentation", "Documentation\Documentation.csproj", "{C2B99335-04F9-48CF-93AA-F5137D6C2D08}"
ProjectSection(ProjectDependencies) = postProject
{5435047D-2323-4E4D-9476-27D469940E20} = {5435047D-2323-4E4D-9476-27D469940E20}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5435047D-2323-4E4D-9476-27D469940E20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5435047D-2323-4E4D-9476-27D469940E20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5435047D-2323-4E4D-9476-27D469940E20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5435047D-2323-4E4D-9476-27D469940E20}.Release|Any CPU.Build.0 = Release|Any CPU
{336EC031-7C5F-4B5A-9680-FA247EDCC752}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{336EC031-7C5F-4B5A-9680-FA247EDCC752}.Debug|Any CPU.Build.0 = Debug|Any CPU
{336EC031-7C5F-4B5A-9680-FA247EDCC752}.Release|Any CPU.ActiveCfg = Release|Any CPU
{336EC031-7C5F-4B5A-9680-FA247EDCC752}.Release|Any CPU.Build.0 = Release|Any CPU
{1C09C487-4772-48DA-AE2D-1FB3E11B7D43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1C09C487-4772-48DA-AE2D-1FB3E11B7D43}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1C09C487-4772-48DA-AE2D-1FB3E11B7D43}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1C09C487-4772-48DA-AE2D-1FB3E11B7D43}.Release|Any CPU.Build.0 = Release|Any CPU
{64B1F2BE-C094-4ED2-AE56-9E41728300C7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64B1F2BE-C094-4ED2-AE56-9E41728300C7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64B1F2BE-C094-4ED2-AE56-9E41728300C7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64B1F2BE-C094-4ED2-AE56-9E41728300C7}.Release|Any CPU.Build.0 = Release|Any CPU
{342AC90B-5931-43C1-A9EB-B8801BE86E64}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{342AC90B-5931-43C1-A9EB-B8801BE86E64}.Debug|Any CPU.Build.0 = Debug|Any CPU
{342AC90B-5931-43C1-A9EB-B8801BE86E64}.Release|Any CPU.ActiveCfg = Release|Any CPU
{342AC90B-5931-43C1-A9EB-B8801BE86E64}.Release|Any CPU.Build.0 = Release|Any CPU
{11B9BE3A-86E5-4AE8-BFF8-D849368689C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11B9BE3A-86E5-4AE8-BFF8-D849368689C0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11B9BE3A-86E5-4AE8-BFF8-D849368689C0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11B9BE3A-86E5-4AE8-BFF8-D849368689C0}.Release|Any CPU.Build.0 = Release|Any CPU
{06165BE7-C274-4CD4-AD9A-8BD4F3423B8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{06165BE7-C274-4CD4-AD9A-8BD4F3423B8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{06165BE7-C274-4CD4-AD9A-8BD4F3423B8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{06165BE7-C274-4CD4-AD9A-8BD4F3423B8D}.Release|Any CPU.Build.0 = Release|Any CPU
{C2B99335-04F9-48CF-93AA-F5137D6C2D08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2B99335-04F9-48CF-93AA-F5137D6C2D08}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{1C09C487-4772-48DA-AE2D-1FB3E11B7D43} = {63248BB0-2821-4868-B9D1-8D6044CE0D56}
{64B1F2BE-C094-4ED2-AE56-9E41728300C7} = {63248BB0-2821-4868-B9D1-8D6044CE0D56}
{342AC90B-5931-43C1-A9EB-B8801BE86E64} = {63248BB0-2821-4868-B9D1-8D6044CE0D56}
{11B9BE3A-86E5-4AE8-BFF8-D849368689C0} = {CC79AB74-8C66-431B-821D-494C329E93CE}
{06165BE7-C274-4CD4-AD9A-8BD4F3423B8D} = {CC79AB74-8C66-431B-821D-494C329E93CE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63312393-B964-4273-9DBC-2840B73964FA}
EndGlobalSection
EndGlobal