forked from Noice2k/NsisDecompiler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNsisDecompiler.sln
26 lines (26 loc) · 1.31 KB
/
NsisDecompiler.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "NsisDecompiler", "NsisDecompiler.vcxproj", "{FC77BFBC-E683-4B5D-B124-9DDCA5BCAD04}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "LzmaLib", "lzma\Util\LzmaLib\LzmaLib.vcxproj", "{203E2C7A-C806-4C38-B8ED-D517C9F94D8D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FC77BFBC-E683-4B5D-B124-9DDCA5BCAD04}.Debug|Win32.ActiveCfg = Debug|Win32
{FC77BFBC-E683-4B5D-B124-9DDCA5BCAD04}.Debug|Win32.Build.0 = Debug|Win32
{FC77BFBC-E683-4B5D-B124-9DDCA5BCAD04}.Release|Win32.ActiveCfg = Release|Win32
{FC77BFBC-E683-4B5D-B124-9DDCA5BCAD04}.Release|Win32.Build.0 = Release|Win32
{203E2C7A-C806-4C38-B8ED-D517C9F94D8D}.Debug|Win32.ActiveCfg = Debug|Win32
{203E2C7A-C806-4C38-B8ED-D517C9F94D8D}.Debug|Win32.Build.0 = Debug|Win32
{203E2C7A-C806-4C38-B8ED-D517C9F94D8D}.Release|Win32.ActiveCfg = Release|Win32
{203E2C7A-C806-4C38-B8ED-D517C9F94D8D}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal