blob: 36da2cf6383302cb9a5fc1602df232f69fadef07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mTextControl", "mtextcontrol_9.vcproj", "{E26D2311-C164-48CF-BA24-5CEDA873D1B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug Unicode|Win32 = Debug Unicode|Win32
Release Unicode|Win32 = Release Unicode|Win32
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E26D2311-C164-48CF-BA24-5CEDA873D1B2}.Debug Unicode|Win32.ActiveCfg = Debug Unicode|Win32
{E26D2311-C164-48CF-BA24-5CEDA873D1B2}.Debug Unicode|Win32.Build.0 = Debug Unicode|Win32
{E26D2311-C164-48CF-BA24-5CEDA873D1B2}.Release Unicode|Win32.ActiveCfg = Release Unicode|Win32
{E26D2311-C164-48CF-BA24-5CEDA873D1B2}.Release Unicode|Win32.Build.0 = Release Unicode|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
|