-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcenc-lib.sln
55 lines (55 loc) · 3.3 KB
/
cenc-lib.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.32014.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CencLibrary", "CencLibrary\CencLibrary.csproj", "{385731DB-AD6C-4E61-B8B8-7E294044ADE0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{87F53114-7575-4D9A-B208-D591FD87A1EB}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PiffLibrary", "PiffLibrary\PiffLibrary\PiffLibrary.csproj", "{A7CA2C80-3F4A-426D-B4B7-B4C88294162B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CencDecryptor.Console", "CencDecryptor.Console\CencDecryptor.Console.csproj", "{6D0CF405-6150-474C-8845-F8EFE9B2FDEA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PiffLibrary.Test", "PiffLibrary\PiffLibrary.Test\PiffLibrary.Test.csproj", "{5889A015-D34F-433A-B7FF-A143127FB6A0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CencLibrary.Test", "CencLibrary.Test\CencLibrary.Test.csproj", "{BD6F2F14-A6E5-4512-8D61-580B8900E90B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{385731DB-AD6C-4E61-B8B8-7E294044ADE0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{385731DB-AD6C-4E61-B8B8-7E294044ADE0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{385731DB-AD6C-4E61-B8B8-7E294044ADE0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{385731DB-AD6C-4E61-B8B8-7E294044ADE0}.Release|Any CPU.Build.0 = Release|Any CPU
{A7CA2C80-3F4A-426D-B4B7-B4C88294162B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A7CA2C80-3F4A-426D-B4B7-B4C88294162B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A7CA2C80-3F4A-426D-B4B7-B4C88294162B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A7CA2C80-3F4A-426D-B4B7-B4C88294162B}.Release|Any CPU.Build.0 = Release|Any CPU
{6D0CF405-6150-474C-8845-F8EFE9B2FDEA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D0CF405-6150-474C-8845-F8EFE9B2FDEA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D0CF405-6150-474C-8845-F8EFE9B2FDEA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D0CF405-6150-474C-8845-F8EFE9B2FDEA}.Release|Any CPU.Build.0 = Release|Any CPU
{5889A015-D34F-433A-B7FF-A143127FB6A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5889A015-D34F-433A-B7FF-A143127FB6A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5889A015-D34F-433A-B7FF-A143127FB6A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5889A015-D34F-433A-B7FF-A143127FB6A0}.Release|Any CPU.Build.0 = Release|Any CPU
{BD6F2F14-A6E5-4512-8D61-580B8900E90B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD6F2F14-A6E5-4512-8D61-580B8900E90B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD6F2F14-A6E5-4512-8D61-580B8900E90B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD6F2F14-A6E5-4512-8D61-580B8900E90B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2C7E3A34-BA54-4832-80F9-64B096A2472C}
EndGlobalSection
EndGlobal