-
Notifications
You must be signed in to change notification settings - Fork 0
/
PasswordSecure.sln
27 lines (26 loc) · 1.51 KB
/
PasswordSecure.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordSecure", "PasswordSecure\PasswordSecure.csproj", "{592E62F3-C5F0-484E-AB9F-BA24F0EFF755}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E168895D-9B71-4A8A-BCF7-43864A01B83F}"
ProjectSection(SolutionItems) = preProject
Directory.Build.props = Directory.Build.props
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PasswordSecure.Test", "PasswordSecure.Test\PasswordSecure.Test.csproj", "{0DD58754-A7D0-44E8-A1C9-0D75B6959B8B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{592E62F3-C5F0-484E-AB9F-BA24F0EFF755}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{592E62F3-C5F0-484E-AB9F-BA24F0EFF755}.Debug|Any CPU.Build.0 = Debug|Any CPU
{592E62F3-C5F0-484E-AB9F-BA24F0EFF755}.Release|Any CPU.ActiveCfg = Release|Any CPU
{592E62F3-C5F0-484E-AB9F-BA24F0EFF755}.Release|Any CPU.Build.0 = Release|Any CPU
{0DD58754-A7D0-44E8-A1C9-0D75B6959B8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DD58754-A7D0-44E8-A1C9-0D75B6959B8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DD58754-A7D0-44E8-A1C9-0D75B6959B8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DD58754-A7D0-44E8-A1C9-0D75B6959B8B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal