-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPassGen.sln
More file actions
34 lines (34 loc) · 1.7 KB
/
PassGen.sln
File metadata and controls
34 lines (34 loc) · 1.7 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.3.11505.172 d18.3
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PassGen", "PassGen.csproj", "{8FFFD025-20AC-4476-8907-0466AC6B9DF7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PassGen.Tests", "PassGen.Tests\PassGen.Tests.csproj", "{5377BA42-C035-4183-8355-30319640A07C}"
ProjectSection(ProjectDependencies) = postProject
{8FFFD025-20AC-4476-8907-0466AC6B9DF7} = {8FFFD025-20AC-4476-8907-0466AC6B9DF7}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8FFFD025-20AC-4476-8907-0466AC6B9DF7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FFFD025-20AC-4476-8907-0466AC6B9DF7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FFFD025-20AC-4476-8907-0466AC6B9DF7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FFFD025-20AC-4476-8907-0466AC6B9DF7}.Release|Any CPU.Build.0 = Release|Any CPU
{5377BA42-C035-4183-8355-30319640A07C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5377BA42-C035-4183-8355-30319640A07C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5377BA42-C035-4183-8355-30319640A07C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5377BA42-C035-4183-8355-30319640A07C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {43BC0024-492D-41D5-9A2F-0E1216826314}
EndGlobalSection
EndGlobal