From c6793e37901b51786617c44b3ac8385805fdc8b6 Mon Sep 17 00:00:00 2001 From: starkos Date: Thu, 17 Apr 2008 15:53:46 +0000 Subject: Implements VS2002 and VS2003 solutions with hardcoded configurations; much refactoring --- samples/vs2003/CppExe/CppExe.vcproj | 125 ++++++++++++++++++++++++++++++++++++ samples/vs2003/MySolution.sln | 21 ++++++ 2 files changed, 146 insertions(+) create mode 100644 samples/vs2003/CppExe/CppExe.vcproj create mode 100644 samples/vs2003/MySolution.sln (limited to 'samples/vs2003') diff --git a/samples/vs2003/CppExe/CppExe.vcproj b/samples/vs2003/CppExe/CppExe.vcproj new file mode 100644 index 0000000..9c10825 --- /dev/null +++ b/samples/vs2003/CppExe/CppExe.vcproj @@ -0,0 +1,125 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/samples/vs2003/MySolution.sln b/samples/vs2003/MySolution.sln new file mode 100644 index 0000000..122efca --- /dev/null +++ b/samples/vs2003/MySolution.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 8.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CppExe", "CppExe/CppExe.vcproj", "{2606321E-67AA-8244-A5C1-67F2E3F8CA0C}" + ProjectSection(ProjectDependencies) = postProject + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + Debug = Debug + Release = Release + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {2606321E-67AA-8244-A5C1-67F2E3F8CA0C}.Debug.ActiveCfg = Debug|Win32 + {2606321E-67AA-8244-A5C1-67F2E3F8CA0C}.Debug.Build.0 = Debug|Win32 + {2606321E-67AA-8244-A5C1-67F2E3F8CA0C}.Release.ActiveCfg = Release|Win32 + {2606321E-67AA-8244-A5C1-67F2E3F8CA0C}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal -- cgit v1.2.3