-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathlzx.sln
50 lines (50 loc) · 3.06 KB
/
lzx.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
44
45
46
47
48
49
50
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lzx", "lzx\lzx.vcxproj", "{F974F497-1AFF-4FBE-8745-3D008F4B06C3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
CodeAnalysis|Win32 = CodeAnalysis|Win32
CodeAnalysis|Xbox 360 = CodeAnalysis|Xbox 360
Debug|Win32 = Debug|Win32
Debug|Xbox 360 = Debug|Xbox 360
Profile_FastCap|Win32 = Profile_FastCap|Win32
Profile_FastCap|Xbox 360 = Profile_FastCap|Xbox 360
Profile|Win32 = Profile|Win32
Profile|Xbox 360 = Profile|Xbox 360
Release_LTCG|Win32 = Release_LTCG|Win32
Release_LTCG|Xbox 360 = Release_LTCG|Xbox 360
Release|Win32 = Release|Win32
Release|Xbox 360 = Release|Xbox 360
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.CodeAnalysis|Win32.ActiveCfg = CodeAnalysis|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.CodeAnalysis|Win32.Build.0 = CodeAnalysis|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.CodeAnalysis|Xbox 360.ActiveCfg = CodeAnalysis|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.CodeAnalysis|Xbox 360.Build.0 = CodeAnalysis|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Debug|Win32.ActiveCfg = Debug|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Debug|Win32.Build.0 = Debug|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Debug|Xbox 360.ActiveCfg = Debug|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Debug|Xbox 360.Build.0 = Debug|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile_FastCap|Win32.ActiveCfg = Profile_FastCap|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile_FastCap|Win32.Build.0 = Profile_FastCap|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile_FastCap|Xbox 360.ActiveCfg = Profile_FastCap|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile_FastCap|Xbox 360.Build.0 = Profile_FastCap|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile|Win32.ActiveCfg = Profile|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile|Win32.Build.0 = Profile|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile|Xbox 360.ActiveCfg = Profile|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Profile|Xbox 360.Build.0 = Profile|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release_LTCG|Win32.ActiveCfg = Release_LTCG|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release_LTCG|Win32.Build.0 = Release_LTCG|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release_LTCG|Xbox 360.ActiveCfg = Release_LTCG|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release_LTCG|Xbox 360.Build.0 = Release_LTCG|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release|Win32.ActiveCfg = Release|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release|Win32.Build.0 = Release|Win32
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release|Xbox 360.ActiveCfg = Release|Xbox 360
{F974F497-1AFF-4FBE-8745-3D008F4B06C3}.Release|Xbox 360.Build.0 = Release|Xbox 360
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal