forked from 13xforever/DeDRM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDeDRM.sln
42 lines (42 loc) · 2.19 KB
/
DeDRM.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30413.136
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Drm", "Drm\Drm.csproj", "{9D016AB6-96E9-41BF-9677-C34FCE195B60}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SimpleLauncher", "SimpleLauncher\SimpleLauncher.csproj", "{994DDFB3-C4E9-4DE4-AD08-A1D0B56702AD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Drm.Tests", "Drm.Tests\Drm.Tests.csproj", "{ECF6049A-E49A-45BC-A119-73A96DE86BB2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{7FC6B8A5-A412-4109-A167-B3EBA58F5A35}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
build-distrib.ps1 = build-distrib.ps1
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9D016AB6-96E9-41BF-9677-C34FCE195B60}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D016AB6-96E9-41BF-9677-C34FCE195B60}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D016AB6-96E9-41BF-9677-C34FCE195B60}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D016AB6-96E9-41BF-9677-C34FCE195B60}.Release|Any CPU.Build.0 = Release|Any CPU
{994DDFB3-C4E9-4DE4-AD08-A1D0B56702AD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{994DDFB3-C4E9-4DE4-AD08-A1D0B56702AD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{994DDFB3-C4E9-4DE4-AD08-A1D0B56702AD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{994DDFB3-C4E9-4DE4-AD08-A1D0B56702AD}.Release|Any CPU.Build.0 = Release|Any CPU
{ECF6049A-E49A-45BC-A119-73A96DE86BB2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECF6049A-E49A-45BC-A119-73A96DE86BB2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECF6049A-E49A-45BC-A119-73A96DE86BB2}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C5A36862-614C-4726-8B32-AFCAF617E9FD}
EndGlobalSection
EndGlobal