-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPasswordGeneratorLibrary.sln
More file actions
28 lines (28 loc) · 1.85 KB
/
Copy pathPasswordGeneratorLibrary.sln
File metadata and controls
28 lines (28 loc) · 1.85 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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordGeneratorLibrary", "PasswordGeneratorLibrary\PasswordGeneratorLibrary.csproj", "{D92D9F14-BA89-475D-A3EC-ADE2B484EAC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordGenerator.Test.xUnit", "PasswordGenerator.Test.xUnit\PasswordGenerator.Test.xUnit.csproj", "{17A4DC69-BAAF-491F-A982-13FAE14AA556}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordGenerator.Test.Console", "PasswordGenerator.Test.Console\PasswordGenerator.Test.Console.csproj", "{21E4D50A-2036-4056-BE7D-9B3D959E80D3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D92D9F14-BA89-475D-A3EC-ADE2B484EAC2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D92D9F14-BA89-475D-A3EC-ADE2B484EAC2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D92D9F14-BA89-475D-A3EC-ADE2B484EAC2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D92D9F14-BA89-475D-A3EC-ADE2B484EAC2}.Release|Any CPU.Build.0 = Release|Any CPU
{17A4DC69-BAAF-491F-A982-13FAE14AA556}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{17A4DC69-BAAF-491F-A982-13FAE14AA556}.Debug|Any CPU.Build.0 = Debug|Any CPU
{17A4DC69-BAAF-491F-A982-13FAE14AA556}.Release|Any CPU.ActiveCfg = Release|Any CPU
{17A4DC69-BAAF-491F-A982-13FAE14AA556}.Release|Any CPU.Build.0 = Release|Any CPU
{21E4D50A-2036-4056-BE7D-9B3D959E80D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{21E4D50A-2036-4056-BE7D-9B3D959E80D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{21E4D50A-2036-4056-BE7D-9B3D959E80D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{21E4D50A-2036-4056-BE7D-9B3D959E80D3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal