-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathKrkrZCxdecV2.sln
43 lines (43 loc) · 2.46 KB
/
KrkrZCxdecV2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33801.468
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CxdecExtractor", "CxdecExtractor\CxdecExtractor.vcxproj", "{C43A55E8-8D0C-479E-BD44-A648D550E594}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CxdecExtractorLoader", "CxdecExtractorLoader\CxdecExtractorLoader.vcxproj", "{26785597-4B94-439F-AE7E-4F41A4010BE1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CxdecExtractorUI", "CxdecExtractorUI\CxdecExtractorUI.vcxproj", "{313D8951-B8B6-482A-86BC-8C4BE0202D97}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CxdecStringDumper", "CxdecStringDumper\CxdecStringDumper.vcxproj", "{3ADCCE05-606F-4818-833D-E0E78230E8B0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C43A55E8-8D0C-479E-BD44-A648D550E594}.Debug|x86.ActiveCfg = Debug|Win32
{C43A55E8-8D0C-479E-BD44-A648D550E594}.Debug|x86.Build.0 = Debug|Win32
{C43A55E8-8D0C-479E-BD44-A648D550E594}.Release|x86.ActiveCfg = Release|Win32
{C43A55E8-8D0C-479E-BD44-A648D550E594}.Release|x86.Build.0 = Release|Win32
{26785597-4B94-439F-AE7E-4F41A4010BE1}.Debug|x86.ActiveCfg = Debug|Win32
{26785597-4B94-439F-AE7E-4F41A4010BE1}.Debug|x86.Build.0 = Debug|Win32
{26785597-4B94-439F-AE7E-4F41A4010BE1}.Release|x86.ActiveCfg = Release|Win32
{26785597-4B94-439F-AE7E-4F41A4010BE1}.Release|x86.Build.0 = Release|Win32
{313D8951-B8B6-482A-86BC-8C4BE0202D97}.Debug|x86.ActiveCfg = Debug|Win32
{313D8951-B8B6-482A-86BC-8C4BE0202D97}.Debug|x86.Build.0 = Debug|Win32
{313D8951-B8B6-482A-86BC-8C4BE0202D97}.Release|x86.ActiveCfg = Release|Win32
{313D8951-B8B6-482A-86BC-8C4BE0202D97}.Release|x86.Build.0 = Release|Win32
{3ADCCE05-606F-4818-833D-E0E78230E8B0}.Debug|x86.ActiveCfg = Debug|Win32
{3ADCCE05-606F-4818-833D-E0E78230E8B0}.Debug|x86.Build.0 = Debug|Win32
{3ADCCE05-606F-4818-833D-E0E78230E8B0}.Release|x86.ActiveCfg = Release|Win32
{3ADCCE05-606F-4818-833D-E0E78230E8B0}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3C6BC094-81D3-4BCF-97F0-B13138A67353}
EndGlobalSection
EndGlobal