-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathSelfDecryptingImage.sln
33 lines (33 loc) · 1.54 KB
/
SelfDecryptingImage.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "makesdi", "makesdi\makesdi.csproj", "{22C812DD-5BFA-4AA1-95AC-822541CB049E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "postsdi", "postsdi\postsdi.csproj", "{90556D31-D5EF-4CFB-8CC2-2533B5D74C81}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E19098C6-414F-44E2-8CCD-53F5427AB771}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
LICENSE = LICENSE
README.md = README.md
sample_print_screen.sh = sample_print_screen.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{22C812DD-5BFA-4AA1-95AC-822541CB049E}.Debug|x86.ActiveCfg = Debug|x86
{22C812DD-5BFA-4AA1-95AC-822541CB049E}.Debug|x86.Build.0 = Debug|x86
{22C812DD-5BFA-4AA1-95AC-822541CB049E}.Release|x86.ActiveCfg = Release|x86
{22C812DD-5BFA-4AA1-95AC-822541CB049E}.Release|x86.Build.0 = Release|x86
{90556D31-D5EF-4CFB-8CC2-2533B5D74C81}.Debug|x86.ActiveCfg = Debug|x86
{90556D31-D5EF-4CFB-8CC2-2533B5D74C81}.Debug|x86.Build.0 = Debug|x86
{90556D31-D5EF-4CFB-8CC2-2533B5D74C81}.Release|x86.ActiveCfg = Release|x86
{90556D31-D5EF-4CFB-8CC2-2533B5D74C81}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
EndGlobalSection
EndGlobal