-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnanoFramework.System.Security.Cryptography.sln
More file actions
47 lines (47 loc) · 2.54 KB
/
nanoFramework.System.Security.Cryptography.sln
File metadata and controls
47 lines (47 loc) · 2.54 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34024.191
MinimumVisualStudioVersion = 10.0.40219.1
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Security.Cryptography", "System.Security.Cryptography\System.Security.Cryptography.nfproj", "{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{7B20F2BC-2DD3-42C3-AE9B-01F5F558ADFE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{49C02042-2EA7-4EC8-B341-473EC5CBE2BE}"
ProjectSection(SolutionItems) = preProject
.runsettings = .runsettings
NuGet.Config = NuGet.Config
version.json = version.json
EndProjectSection
EndProject
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "System.Security.CryptographyTests", "Tests\System.Security.CryptographyTests\System.Security.CryptographyTests.nfproj", "{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}.Release|Any CPU.Build.0 = Release|Any CPU
{1FE82A4C-BCF5-4195-96C5-6E97CF9A4819}.Release|Any CPU.Deploy.0 = Release|Any CPU
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}.Release|Any CPU.Build.0 = Release|Any CPU
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E}.Release|Any CPU.Deploy.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{11ADD2C9-3053-415E-BB3C-1E0C20F5278E} = {7B20F2BC-2DD3-42C3-AE9B-01F5F558ADFE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FBF8F1F8-8AB4-4305-8E5D-E8E20849D22B}
EndGlobalSection
EndGlobal