forked from bitbeans/zxcvbn-cs
-
Notifications
You must be signed in to change notification settings - Fork 18
/
zxcvbn-cs.sln
49 lines (49 loc) · 2.5 KB
/
zxcvbn-cs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{71211407-F148-4CD8-A83E-2E0399B8D97D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
GitVersion.yml = GitVersion.yml
LICENSE = LICENSE
nuget.exe = nuget.exe
README.md = README.md
tests.bat = tests.bat
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zxcvbn-core", "zxcvbn-core\zxcvbn-core.csproj", "{5D3F6D54-EB79-4980-B09A-5C72136E8B4A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zxcvbn-core-test", "zxcvbn-core-test\zxcvbn-core-test.csproj", "{65B256F9-4874-4D6F-9A46-D881FAB0215B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "zxcvbn-core-list-builder", "zxcvbn-core-list-builder\zxcvbn-core-list-builder.csproj", "{80BA1964-B98A-4D34-95B8-DFA51CD3A378}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{5D3F6D54-EB79-4980-B09A-5C72136E8B4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D3F6D54-EB79-4980-B09A-5C72136E8B4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D3F6D54-EB79-4980-B09A-5C72136E8B4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D3F6D54-EB79-4980-B09A-5C72136E8B4A}.Release|Any CPU.Build.0 = Release|Any CPU
{65B256F9-4874-4D6F-9A46-D881FAB0215B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65B256F9-4874-4D6F-9A46-D881FAB0215B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65B256F9-4874-4D6F-9A46-D881FAB0215B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65B256F9-4874-4D6F-9A46-D881FAB0215B}.Release|Any CPU.Build.0 = Release|Any CPU
{80BA1964-B98A-4D34-95B8-DFA51CD3A378}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{80BA1964-B98A-4D34-95B8-DFA51CD3A378}.Debug|Any CPU.Build.0 = Debug|Any CPU
{80BA1964-B98A-4D34-95B8-DFA51CD3A378}.Release|Any CPU.ActiveCfg = Release|Any CPU
{80BA1964-B98A-4D34-95B8-DFA51CD3A378}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {FF2D379C-4018-4EF8-B032-89FCE8B2A37D}
EndGlobalSection
EndGlobal