summaryrefslogtreecommitdiffstats
path: root/Tests/MFC/mfc1/mfc1.sln
diff options
context:
space:
mode:
authorDavid Cole <david.cole@kitware.com>2011-11-15 19:38:52 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-11-15 19:38:52 (GMT)
commit608d05b469a446aeb85c0d3374ccf2a3f397292b (patch)
treedbabf801eb8905387ce13bfb6c537266f8be47e5 /Tests/MFC/mfc1/mfc1.sln
parent151850ed0345ed6353b2b836ffe00da0e448b50b (diff)
parentc71f7ab7db843234cab7e6b75ab2636a0d7e8d67 (diff)
downloadCMake-608d05b469a446aeb85c0d3374ccf2a3f397292b.zip
CMake-608d05b469a446aeb85c0d3374ccf2a3f397292b.tar.gz
CMake-608d05b469a446aeb85c0d3374ccf2a3f397292b.tar.bz2
Merge topic 'add-mfc-test'
c71f7ab Tests: Avoid MFC test automatically for Watcom WMake builds (#11213) a42e3f2 Tests: Fix MFC test for old vs6 dashboards (#11213) b297da6 Tests: Fix MFC test w/ Make-based generators (#11213) 54595e6 Tests: Avoid MFC test automatically for VCExpress builds (#11213) 36b0c43 Tests: Add the MFC test (#11213)
Diffstat (limited to 'Tests/MFC/mfc1/mfc1.sln')
-rw-r--r--Tests/MFC/mfc1/mfc1.sln21
1 files changed, 21 insertions, 0 deletions
diff --git a/Tests/MFC/mfc1/mfc1.sln b/Tests/MFC/mfc1/mfc1.sln
new file mode 100644
index 0000000..78bbe56
--- /dev/null
+++ b/Tests/MFC/mfc1/mfc1.sln
@@ -0,0 +1,21 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mfc1", "mfc1.vcproj", "{06C08100-1145-4104-AEC3-6BC8C608B819}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {06C08100-1145-4104-AEC3-6BC8C608B819}.Debug.ActiveCfg = Debug|Win32
+ {06C08100-1145-4104-AEC3-6BC8C608B819}.Debug.Build.0 = Debug|Win32
+ {06C08100-1145-4104-AEC3-6BC8C608B819}.Release.ActiveCfg = Release|Win32
+ {06C08100-1145-4104-AEC3-6BC8C608B819}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal