-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathSessionLicenseControl.sln
More file actions
81 lines (81 loc) · 5.54 KB
/
SessionLicenseControl.sln
File metadata and controls
81 lines (81 loc) · 5.54 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SessionLicenseControl", "SessionLicenseControl\SessionLicenseControl.csproj", "{B78F1CC4-9C9E-42A1-9AF6-7D99DF146615}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{648898CD-3B25-4875-A880-B68CD3504056}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Generators", "Generators", "{F24578EF-AD7C-4304-9AFE-FE50A4EE943D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ConsoleTestSession", "Tests\ConsoleTestSession\ConsoleTestSession.csproj", "{9B975569-3C03-48E9-A8E0-F3DCACCE368B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WpfTestLicense", "Tests\WpfTestLicense\WpfTestLicense.csproj", "{0192A288-FD31-40DF-864D-1954EECDF160}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseCreator", "Generators\LicenseCreator\LicenseCreator.csproj", "{D94D23F0-382A-478B-8A56-B8E79E0EFE36}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "LicenseCreator.WPF", "Generators\LicenseCreator.WPF\LicenseCreator.WPF.csproj", "{0CD4D598-B161-469C-8885-608FD830129B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RowDecryptor", "RowDecryptor\RowDecryptor.csproj", "{BED01539-E17C-4788-9135-313F1914502F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WPF", "WPF", "{4CF4BF8A-1FB4-4B6E-8076-2B9524C4D995}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SessionLicenseControl.WPF", "WPF\SessionLicenseControl.WPF\SessionLicenseControl.WPF.csproj", "{F88C70B8-BCE0-4A56-8DFB-AC6116919064}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SessionLicenseControl.MaterialDesign.WPF", "WPF\SessionLicenseControl.MaterialDesign.WPF\SessionLicenseControl.MaterialDesign.WPF.csproj", "{5068101B-5213-4335-8015-EF203F003E6F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B78F1CC4-9C9E-42A1-9AF6-7D99DF146615}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B78F1CC4-9C9E-42A1-9AF6-7D99DF146615}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B78F1CC4-9C9E-42A1-9AF6-7D99DF146615}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B78F1CC4-9C9E-42A1-9AF6-7D99DF146615}.Release|Any CPU.Build.0 = Release|Any CPU
{9B975569-3C03-48E9-A8E0-F3DCACCE368B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B975569-3C03-48E9-A8E0-F3DCACCE368B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B975569-3C03-48E9-A8E0-F3DCACCE368B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B975569-3C03-48E9-A8E0-F3DCACCE368B}.Release|Any CPU.Build.0 = Release|Any CPU
{0192A288-FD31-40DF-864D-1954EECDF160}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0192A288-FD31-40DF-864D-1954EECDF160}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0192A288-FD31-40DF-864D-1954EECDF160}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0192A288-FD31-40DF-864D-1954EECDF160}.Release|Any CPU.Build.0 = Release|Any CPU
{D94D23F0-382A-478B-8A56-B8E79E0EFE36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D94D23F0-382A-478B-8A56-B8E79E0EFE36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D94D23F0-382A-478B-8A56-B8E79E0EFE36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D94D23F0-382A-478B-8A56-B8E79E0EFE36}.Release|Any CPU.Build.0 = Release|Any CPU
{0CD4D598-B161-469C-8885-608FD830129B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CD4D598-B161-469C-8885-608FD830129B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CD4D598-B161-469C-8885-608FD830129B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CD4D598-B161-469C-8885-608FD830129B}.Release|Any CPU.Build.0 = Release|Any CPU
{BED01539-E17C-4788-9135-313F1914502F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BED01539-E17C-4788-9135-313F1914502F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BED01539-E17C-4788-9135-313F1914502F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BED01539-E17C-4788-9135-313F1914502F}.Release|Any CPU.Build.0 = Release|Any CPU
{F88C70B8-BCE0-4A56-8DFB-AC6116919064}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F88C70B8-BCE0-4A56-8DFB-AC6116919064}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F88C70B8-BCE0-4A56-8DFB-AC6116919064}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F88C70B8-BCE0-4A56-8DFB-AC6116919064}.Release|Any CPU.Build.0 = Release|Any CPU
{5068101B-5213-4335-8015-EF203F003E6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5068101B-5213-4335-8015-EF203F003E6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5068101B-5213-4335-8015-EF203F003E6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5068101B-5213-4335-8015-EF203F003E6F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{9B975569-3C03-48E9-A8E0-F3DCACCE368B} = {648898CD-3B25-4875-A880-B68CD3504056}
{0192A288-FD31-40DF-864D-1954EECDF160} = {648898CD-3B25-4875-A880-B68CD3504056}
{D94D23F0-382A-478B-8A56-B8E79E0EFE36} = {F24578EF-AD7C-4304-9AFE-FE50A4EE943D}
{0CD4D598-B161-469C-8885-608FD830129B} = {F24578EF-AD7C-4304-9AFE-FE50A4EE943D}
{F88C70B8-BCE0-4A56-8DFB-AC6116919064} = {4CF4BF8A-1FB4-4B6E-8076-2B9524C4D995}
{5068101B-5213-4335-8015-EF203F003E6F} = {4CF4BF8A-1FB4-4B6E-8076-2B9524C4D995}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2F0D2EF2-E49D-4F33-A39E-7D04793F906F}
EndGlobalSection
EndGlobal