blob: bb52c62768bcb01584025a9beba544bf63195040 (
plain)
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
|
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "clist_modern", "clist_modern.vcproj", "{D9057E63-AAAA-4FE7-800A-20C02F4761F3}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Debug Unicode = Debug Unicode
Release = Release
Release Unicode = Release Unicode
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug.ActiveCfg = Debug|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug.Build.0 = Debug|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug Unicode.ActiveCfg = Debug Unicode|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Debug Unicode.Build.0 = Debug Unicode|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release.ActiveCfg = Release|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release.Build.0 = Release|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release Unicode.ActiveCfg = Release Unicode|Win32
{D9057E63-AAAA-4FE7-800A-20C02F4761F3}.Release Unicode.Build.0 = Release Unicode|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
|