-
Notifications
You must be signed in to change notification settings - Fork 3
/
PatternPass.sln
43 lines (43 loc) · 2.08 KB
/
PatternPass.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28803.352
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatternPass", "PatternPass\PatternPass.csproj", "{2EE7D6AF-DED4-44A1-9CC4-A855329B56CB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Miscellaneous", "Miscellaneous", "{0E9AB7AC-0542-4548-82C4-9C0DC4198273}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build-plgx.bat = build-plgx.bat
NuGet.config = NuGet.config
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Documentation", "Documentation", "{5E84AAB0-B163-4DF5-868F-58FF01012236}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PatternPassTests", "PatternPassTests\PatternPassTests.csproj", "{DBBEF1E4-B248-4510-B5C0-1A453A1CCFFA}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{2EE7D6AF-DED4-44A1-9CC4-A855329B56CB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2EE7D6AF-DED4-44A1-9CC4-A855329B56CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2EE7D6AF-DED4-44A1-9CC4-A855329B56CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2EE7D6AF-DED4-44A1-9CC4-A855329B56CB}.Release|Any CPU.Build.0 = Release|Any CPU
{DBBEF1E4-B248-4510-B5C0-1A453A1CCFFA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBBEF1E4-B248-4510-B5C0-1A453A1CCFFA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBBEF1E4-B248-4510-B5C0-1A453A1CCFFA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBBEF1E4-B248-4510-B5C0-1A453A1CCFFA}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D9CFB423-57A8-4529-BBB0-41482452061B}
EndGlobalSection
EndGlobal