-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPartialKeyVerification.sln
More file actions
47 lines (47 loc) · 2.95 KB
/
Copy pathPartialKeyVerification.sln
File metadata and controls
47 lines (47 loc) · 2.95 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
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36429.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialKeyVerificationLibrary.Tests", "PartialKeyVerificationLibrary.Tests\PartialKeyVerificationLibrary.Tests.csproj", "{A4D46C05-914B-4F9E-9870-5CA590EB865C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialKeyVerificationLibrary.Verificator", "PartialKeyVerificationLibrary.Verificator\PartialKeyVerificationLibrary.Verificator.csproj", "{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PartialKeyVerificationLibrary.Generator", "PartialKeyVerificationLibrary.Generator\PartialKeyVerificationLibrary.Generator.csproj", "{917B17DB-2815-47AE-8689-95F8B99138A3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Default|Any CPU = Default|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A4D46C05-914B-4F9E-9870-5CA590EB865C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4D46C05-914B-4F9E-9870-5CA590EB865C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4D46C05-914B-4F9E-9870-5CA590EB865C}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{A4D46C05-914B-4F9E-9870-5CA590EB865C}.Default|Any CPU.Build.0 = Debug|Any CPU
{A4D46C05-914B-4F9E-9870-5CA590EB865C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4D46C05-914B-4F9E-9870-5CA590EB865C}.Release|Any CPU.Build.0 = Release|Any CPU
{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}.Default|Any CPU.Build.0 = Debug|Any CPU
{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A545CC9C-1EA0-42FA-B30B-285F7CD8F652}.Release|Any CPU.Build.0 = Release|Any CPU
{917B17DB-2815-47AE-8689-95F8B99138A3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{917B17DB-2815-47AE-8689-95F8B99138A3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{917B17DB-2815-47AE-8689-95F8B99138A3}.Default|Any CPU.ActiveCfg = Debug|Any CPU
{917B17DB-2815-47AE-8689-95F8B99138A3}.Default|Any CPU.Build.0 = Debug|Any CPU
{917B17DB-2815-47AE-8689-95F8B99138A3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{917B17DB-2815-47AE-8689-95F8B99138A3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5135DAC-8279-4994-B9FA-4EE8BA57D4B6}
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = PartialKeyVerification.vsmdi
EndGlobalSection
EndGlobal