-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPasswordGenerator.sln
More file actions
42 lines (42 loc) · 2.37 KB
/
PasswordGenerator.sln
File metadata and controls
42 lines (42 loc) · 2.37 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35931.197
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordGenerator", "PasswordGenerator\PasswordGenerator.csproj", "{09C5F928-BAB1-459F-A728-43782A1423AE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Элементы решения", "Элементы решения", "{754FC069-D67B-A9D7-50A1-8D1CA196D8F1}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordGenerator.Core", "PasswordGenerator.Core\PasswordGenerator.Core.csproj", "{A588AB81-98D1-466F-9808-781F07B88013}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordGenerator.Tests", "PasswordGenerator.Tests\PasswordGenerator.Tests.csproj", "{EC15446B-B96D-4707-A8BD-4D9D2D32B12C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{09C5F928-BAB1-459F-A728-43782A1423AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{09C5F928-BAB1-459F-A728-43782A1423AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{09C5F928-BAB1-459F-A728-43782A1423AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{09C5F928-BAB1-459F-A728-43782A1423AE}.Release|Any CPU.Build.0 = Release|Any CPU
{A588AB81-98D1-466F-9808-781F07B88013}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A588AB81-98D1-466F-9808-781F07B88013}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A588AB81-98D1-466F-9808-781F07B88013}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A588AB81-98D1-466F-9808-781F07B88013}.Release|Any CPU.Build.0 = Release|Any CPU
{EC15446B-B96D-4707-A8BD-4D9D2D32B12C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC15446B-B96D-4707-A8BD-4D9D2D32B12C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC15446B-B96D-4707-A8BD-4D9D2D32B12C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC15446B-B96D-4707-A8BD-4D9D2D32B12C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CC7B6245-E03C-4840-BBF4-3DD5EF6BD7A1}
EndGlobalSection
EndGlobal