-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDisruptiveSoftware.Cryptography.sln
More file actions
49 lines (49 loc) · 2.6 KB
/
Copy pathDisruptiveSoftware.Cryptography.sln
File metadata and controls
49 lines (49 loc) · 2.6 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
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34728.123
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisruptiveSoftware.Cryptography", "DisruptiveSoftware.Cryptography\DisruptiveSoftware.Cryptography.csproj", "{C2F5FBF1-F3F2-4D30-BCB1-3F5BBB0F9634}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{FF611C66-2B24-404D-B6C5-A7AF0F6AFA70}"
ProjectSection(SolutionItems) = preProject
CHANGELOG.md = CHANGELOG.md
COPYING = COPYING
DisruptiveSoftware.Cryptography.nuspec = DisruptiveSoftware.Cryptography.nuspec
GitAssemblyVersion.targets = GitAssemblyVersion.targets
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DisruptiveSoftware.Cryptography.Tests", "DisruptiveSoftware.Cryptography.Tests\DisruptiveSoftware.Cryptography.Tests.csproj", "{1EA587DC-0666-4FDB-B393-D84E70044610}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".build", ".build", "{5DE19C37-8305-4CF0-A3B7-73BF74E63B71}"
ProjectSection(SolutionItems) = preProject
.build\MSBuild.Community.Tasks.dll = .build\MSBuild.Community.Tasks.dll
.build\MSBuild.Community.Tasks.Targets = .build\MSBuild.Community.Tasks.Targets
.build\MSBuild.Community.Tasks.xml = .build\MSBuild.Community.Tasks.xml
.build\MSBuild.Community.Tasks.xsd = .build\MSBuild.Community.Tasks.xsd
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2F5FBF1-F3F2-4D30-BCB1-3F5BBB0F9634}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2F5FBF1-F3F2-4D30-BCB1-3F5BBB0F9634}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2F5FBF1-F3F2-4D30-BCB1-3F5BBB0F9634}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2F5FBF1-F3F2-4D30-BCB1-3F5BBB0F9634}.Release|Any CPU.Build.0 = Release|Any CPU
{1EA587DC-0666-4FDB-B393-D84E70044610}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1EA587DC-0666-4FDB-B393-D84E70044610}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1EA587DC-0666-4FDB-B393-D84E70044610}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1EA587DC-0666-4FDB-B393-D84E70044610}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB285425-1076-48B3-8E17-32E676A0E475}
EndGlobalSection
EndGlobal