-
Notifications
You must be signed in to change notification settings - Fork 0
/
ForgottenPasswordGenerator.sln
43 lines (43 loc) · 2.41 KB
/
ForgottenPasswordGenerator.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 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Cli", "Cli\Cli.csproj", "{4E7974D7-B533-4AF8-AF45-71AD7E58D9E1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Lib", "Lib\Lib.csproj", "{412533A8-1180-4F8D-9E74-B63D14C0FB56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Test", "Test\Test.csproj", "{38F54BE6-81BE-442B-96BE-855F0C848446}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Writer", "Writer\Writer.csproj", "{672F7A2D-63CA-4447-B4BE-BD4ED911DAD7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E7974D7-B533-4AF8-AF45-71AD7E58D9E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E7974D7-B533-4AF8-AF45-71AD7E58D9E1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E7974D7-B533-4AF8-AF45-71AD7E58D9E1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E7974D7-B533-4AF8-AF45-71AD7E58D9E1}.Release|Any CPU.Build.0 = Release|Any CPU
{412533A8-1180-4F8D-9E74-B63D14C0FB56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{412533A8-1180-4F8D-9E74-B63D14C0FB56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{412533A8-1180-4F8D-9E74-B63D14C0FB56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{412533A8-1180-4F8D-9E74-B63D14C0FB56}.Release|Any CPU.Build.0 = Release|Any CPU
{38F54BE6-81BE-442B-96BE-855F0C848446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{38F54BE6-81BE-442B-96BE-855F0C848446}.Debug|Any CPU.Build.0 = Debug|Any CPU
{38F54BE6-81BE-442B-96BE-855F0C848446}.Release|Any CPU.ActiveCfg = Release|Any CPU
{38F54BE6-81BE-442B-96BE-855F0C848446}.Release|Any CPU.Build.0 = Release|Any CPU
{672F7A2D-63CA-4447-B4BE-BD4ED911DAD7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{672F7A2D-63CA-4447-B4BE-BD4ED911DAD7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{672F7A2D-63CA-4447-B4BE-BD4ED911DAD7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{672F7A2D-63CA-4447-B4BE-BD4ED911DAD7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D8725DC9-EEA4-4C57-A5FE-7331E52EFF08}
EndGlobalSection
EndGlobal