1
Fork 0
mirror of https://github.com/naehrwert/scetool.git synced 2025-04-26 22:57:46 +00:00
scetool/zlib/src/zlib.sln
Sorvigolova 64a4689a38 Updated to v.0.3.0
- Added Internal keys support.
- Added Signed Elf ver.2 decryption support.
- Decrypting header will now use key-bruteforce method.
- Options changed.
- Removed Pub/Priv configs, enabled all features by default.
2018-01-23 23:22:15 +04:00

22 lines
931 B
Text

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30723.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "zlib.vcxproj", "{619AF6AF-5C96-4CBF-A9E6-52323E60213F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{619AF6AF-5C96-4CBF-A9E6-52323E60213F}.Debug|Win32.ActiveCfg = Debug|Win32
{619AF6AF-5C96-4CBF-A9E6-52323E60213F}.Debug|Win32.Build.0 = Debug|Win32
{619AF6AF-5C96-4CBF-A9E6-52323E60213F}.Release|Win32.ActiveCfg = Release|Win32
{619AF6AF-5C96-4CBF-A9E6-52323E60213F}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal