-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPassBreach.sln
31 lines (31 loc) · 1.57 KB
/
PassBreach.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.11.35327.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PassBreach", "PassBreach\PassBreach.csproj", "{799C80BE-7431-403E-8568-1DCAFBE99FCA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PassBreachTests", "PassBreachTests\PassBreachTests.csproj", "{EFECE1D0-3224-44C1-9855-79F3729CCF5B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{799C80BE-7431-403E-8568-1DCAFBE99FCA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{799C80BE-7431-403E-8568-1DCAFBE99FCA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{799C80BE-7431-403E-8568-1DCAFBE99FCA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{799C80BE-7431-403E-8568-1DCAFBE99FCA}.Release|Any CPU.Build.0 = Release|Any CPU
{EFECE1D0-3224-44C1-9855-79F3729CCF5B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EFECE1D0-3224-44C1-9855-79F3729CCF5B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EFECE1D0-3224-44C1-9855-79F3729CCF5B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EFECE1D0-3224-44C1-9855-79F3729CCF5B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EC5B262F-0318-47B3-ABB1-0CFA1DE3DA7B}
EndGlobalSection
EndGlobal