-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProtection Suite.sln
55 lines (55 loc) · 3.9 KB
/
Protection Suite.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.32112.339
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSoftwareProtection.Winforms", "SImpleSoftwareProtection.Winforms\SimpleSoftwareProtection.Winforms.csproj", "{7C602054-4B2D-4271-84DC-327D98997604}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSoftwareProtection.Windows.Tests.Unit", "SimpleSoftwareProtection.Tests.Unit\SimpleSoftwareProtection.Windows.Tests.Unit.csproj", "{4A2DF9B4-FF59-4EE6-84E3-E00EB3BEA7E0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSoftwareProtection.Core.Windows", "SimpleSoftwareProtection.Core.Windows\SimpleSoftwareProtection.Core.Windows.csproj", "{CA72D3D8-E827-4C43-BAAA-C5AB5D61F767}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleSoftwareProtection.Core", "SimpleSoftwareProtection.Core\SimpleSoftwareProtection.Core.csproj", "{3DB00623-9108-4709-B124-BD8B6525E367}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSoftwareProtection.Core.Decryption", "SimpleSoftwareProtection.Core.Decryption\SimpleSoftwareProtection.Core.Decryption.csproj", "{60DB8BAA-73B8-4D27-82C4-B5C03B7A3289}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SimpleSoftwareProtection.Standard.Tests.Unit", "SimpleSoftwareProtection.Standard.Tests.Unit\SimpleSoftwareProtection.Standard.Tests.Unit.csproj", "{9591EF4F-2991-453F-869C-C76A48EF6A88}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7C602054-4B2D-4271-84DC-327D98997604}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C602054-4B2D-4271-84DC-327D98997604}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C602054-4B2D-4271-84DC-327D98997604}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C602054-4B2D-4271-84DC-327D98997604}.Release|Any CPU.Build.0 = Release|Any CPU
{4A2DF9B4-FF59-4EE6-84E3-E00EB3BEA7E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4A2DF9B4-FF59-4EE6-84E3-E00EB3BEA7E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4A2DF9B4-FF59-4EE6-84E3-E00EB3BEA7E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A2DF9B4-FF59-4EE6-84E3-E00EB3BEA7E0}.Release|Any CPU.Build.0 = Release|Any CPU
{CA72D3D8-E827-4C43-BAAA-C5AB5D61F767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA72D3D8-E827-4C43-BAAA-C5AB5D61F767}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA72D3D8-E827-4C43-BAAA-C5AB5D61F767}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA72D3D8-E827-4C43-BAAA-C5AB5D61F767}.Release|Any CPU.Build.0 = Release|Any CPU
{3DB00623-9108-4709-B124-BD8B6525E367}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DB00623-9108-4709-B124-BD8B6525E367}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DB00623-9108-4709-B124-BD8B6525E367}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DB00623-9108-4709-B124-BD8B6525E367}.Release|Any CPU.Build.0 = Release|Any CPU
{60DB8BAA-73B8-4D27-82C4-B5C03B7A3289}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60DB8BAA-73B8-4D27-82C4-B5C03B7A3289}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60DB8BAA-73B8-4D27-82C4-B5C03B7A3289}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60DB8BAA-73B8-4D27-82C4-B5C03B7A3289}.Release|Any CPU.Build.0 = Release|Any CPU
{9591EF4F-2991-453F-869C-C76A48EF6A88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9591EF4F-2991-453F-869C-C76A48EF6A88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9591EF4F-2991-453F-869C-C76A48EF6A88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9591EF4F-2991-453F-869C-C76A48EF6A88}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {523A7A41-BC5B-4375-85C9-8A76597D2490}
EndGlobalSection
EndGlobal