This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
forked from lyhyl/TDEDecrypt
-
Notifications
You must be signed in to change notification settings - Fork 1
/
TDEDecrypt.sln
39 lines (39 loc) · 2.04 KB
/
TDEDecrypt.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.181
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TDEDecrypt", "TDEDecrypt\TDEDecrypt.vcxproj", "{227CC1FE-1966-4D24-BF84-B21914D17AC2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TDEConverter", "TDEConverter\TDEConverter.csproj", "{AA656A52-99A5-48C9-8604-0C065B9E4299}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{227CC1FE-1966-4D24-BF84-B21914D17AC2}.Debug|Any CPU.ActiveCfg = Debug|Win32
{227CC1FE-1966-4D24-BF84-B21914D17AC2}.Debug|x64.ActiveCfg = Debug|x64
{227CC1FE-1966-4D24-BF84-B21914D17AC2}.Debug|x64.Build.0 = Debug|x64
{227CC1FE-1966-4D24-BF84-B21914D17AC2}.Release|Any CPU.ActiveCfg = Release|Win32
{227CC1FE-1966-4D24-BF84-B21914D17AC2}.Release|x64.ActiveCfg = Release|x64
{227CC1FE-1966-4D24-BF84-B21914D17AC2}.Release|x64.Build.0 = Release|x64
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Debug|x64.ActiveCfg = Debug|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Debug|x64.Build.0 = Debug|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Release|Any CPU.Build.0 = Release|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Release|x64.ActiveCfg = Release|Any CPU
{AA656A52-99A5-48C9-8604-0C065B9E4299}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {39628428-6006-4BA6-992E-D0EB42DA0B2B}
EndGlobalSection
EndGlobal