From 465229e4d6243e0109117bef072ec8722c845a72 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Tue, 18 Mar 2003 19:38:36 +0000 Subject: [PATCH] Rest of the VC7 intern projectfiles. --- intern/action/make/msvc_7_0/action.sln | 21 ++ intern/action/make/msvc_7_0/action.vcproj | 145 ++++++++ intern/bmfont/make/msvc_7_0/bmfont.sln | 21 ++ intern/bmfont/make/msvc_7_0/bmfont.vcproj | 186 ++++++++++ intern/bsp/make/msvc_7_0/bsplib.sln | 21 ++ intern/bsp/make/msvc_7_0/bsplib.vcproj | 210 +++++++++++ intern/container/make/msvc_7_0/container.sln | 21 ++ .../container/make/msvc_7_0/container.vcproj | 154 ++++++++ .../decimation/make/msvc_7_0/decimation.sln | 21 ++ .../make/msvc_7_0/decimation.vcproj | 191 ++++++++++ intern/ghost/make/msvc_7_0/ghost.sln | 21 ++ intern/ghost/make/msvc_7_0/ghost.vcproj | 274 ++++++++++++++ intern/iksolver/make/msvc_7_0/iksolver.sln | 21 ++ intern/iksolver/make/msvc_7_0/iksolver.vcproj | 235 ++++++++++++ intern/img/make/msvc_7_0/img.sln | 21 ++ intern/img/make/msvc_7_0/img.vcproj | 142 ++++++++ intern/keymaker/make/msvc_7_0/blenkey.sln | 21 ++ intern/keymaker/make/msvc_7_0/blenkey.vcproj | 153 ++++++++ intern/make/msvc_7_0/build_install_all.vcproj | 53 +++ intern/make/msvc_7_0/intern.sln | 112 ++++++ intern/memutil/make/msvc_7_0/memutil.sln | 21 ++ intern/memutil/make/msvc_7_0/memutil.vcproj | 152 ++++++++ intern/moto/make/msvc_7_0/moto.sln | 21 ++ intern/moto/make/msvc_7_0/moto.vcproj | 337 ++++++++++++++++++ intern/python/freeze/python_freeze_7.sln | 21 ++ intern/python/freeze/python_freeze_7.vcproj | 144 ++++++++ intern/string/make/msvc_7_0/string.sln | 21 ++ intern/string/make/msvc_7_0/string.vcproj | 141 ++++++++ 28 files changed, 2902 insertions(+) create mode 100644 intern/action/make/msvc_7_0/action.sln create mode 100644 intern/action/make/msvc_7_0/action.vcproj create mode 100644 intern/bmfont/make/msvc_7_0/bmfont.sln create mode 100644 intern/bmfont/make/msvc_7_0/bmfont.vcproj create mode 100644 intern/bsp/make/msvc_7_0/bsplib.sln create mode 100644 intern/bsp/make/msvc_7_0/bsplib.vcproj create mode 100644 intern/container/make/msvc_7_0/container.sln create mode 100644 intern/container/make/msvc_7_0/container.vcproj create mode 100644 intern/decimation/make/msvc_7_0/decimation.sln create mode 100644 intern/decimation/make/msvc_7_0/decimation.vcproj create mode 100644 intern/ghost/make/msvc_7_0/ghost.sln create mode 100644 intern/ghost/make/msvc_7_0/ghost.vcproj create mode 100644 intern/iksolver/make/msvc_7_0/iksolver.sln create mode 100644 intern/iksolver/make/msvc_7_0/iksolver.vcproj create mode 100644 intern/img/make/msvc_7_0/img.sln create mode 100644 intern/img/make/msvc_7_0/img.vcproj create mode 100644 intern/keymaker/make/msvc_7_0/blenkey.sln create mode 100644 intern/keymaker/make/msvc_7_0/blenkey.vcproj create mode 100644 intern/make/msvc_7_0/build_install_all.vcproj create mode 100644 intern/make/msvc_7_0/intern.sln create mode 100644 intern/memutil/make/msvc_7_0/memutil.sln create mode 100644 intern/memutil/make/msvc_7_0/memutil.vcproj create mode 100644 intern/moto/make/msvc_7_0/moto.sln create mode 100644 intern/moto/make/msvc_7_0/moto.vcproj create mode 100644 intern/python/freeze/python_freeze_7.sln create mode 100644 intern/python/freeze/python_freeze_7.vcproj create mode 100644 intern/string/make/msvc_7_0/string.sln create mode 100644 intern/string/make/msvc_7_0/string.vcproj diff --git a/intern/action/make/msvc_7_0/action.sln b/intern/action/make/msvc_7_0/action.sln new file mode 100644 index 00000000000..3ab830940c8 --- /dev/null +++ b/intern/action/make/msvc_7_0/action.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "action", "action.vcproj", "{FA745D82-2D98-4843-8B72-874AB3622A8C}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {FA745D82-2D98-4843-8B72-874AB3622A8C}.Debug.ActiveCfg = Debug|Win32 + {FA745D82-2D98-4843-8B72-874AB3622A8C}.Debug.Build.0 = Debug|Win32 + {FA745D82-2D98-4843-8B72-874AB3622A8C}.Release.ActiveCfg = Release|Win32 + {FA745D82-2D98-4843-8B72-874AB3622A8C}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/action/make/msvc_7_0/action.vcproj b/intern/action/make/msvc_7_0/action.vcproj new file mode 100644 index 00000000000..04af58a8d52 --- /dev/null +++ b/intern/action/make/msvc_7_0/action.vcproj @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/bmfont/make/msvc_7_0/bmfont.sln b/intern/bmfont/make/msvc_7_0/bmfont.sln new file mode 100644 index 00000000000..7f1979a8273 --- /dev/null +++ b/intern/bmfont/make/msvc_7_0/bmfont.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bmfont", "bmfont.vcproj", "{8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Debug.ActiveCfg = Debug|Win32 + {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Debug.Build.0 = Debug|Win32 + {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Release.ActiveCfg = Release|Win32 + {8CDFE9DC-F28C-4E1F-9389-3066BB0AB09F}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/bmfont/make/msvc_7_0/bmfont.vcproj b/intern/bmfont/make/msvc_7_0/bmfont.vcproj new file mode 100644 index 00000000000..7ef7ba044ce --- /dev/null +++ b/intern/bmfont/make/msvc_7_0/bmfont.vcproj @@ -0,0 +1,186 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/bsp/make/msvc_7_0/bsplib.sln b/intern/bsp/make/msvc_7_0/bsplib.sln new file mode 100644 index 00000000000..e8c116b639e --- /dev/null +++ b/intern/bsp/make/msvc_7_0/bsplib.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bsplib", "bsplib.vcproj", "{20F0EE62-A21A-46B7-B425-7923F4674B4F}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {20F0EE62-A21A-46B7-B425-7923F4674B4F}.Debug.ActiveCfg = Debug|Win32 + {20F0EE62-A21A-46B7-B425-7923F4674B4F}.Debug.Build.0 = Debug|Win32 + {20F0EE62-A21A-46B7-B425-7923F4674B4F}.Release.ActiveCfg = Release|Win32 + {20F0EE62-A21A-46B7-B425-7923F4674B4F}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/bsp/make/msvc_7_0/bsplib.vcproj b/intern/bsp/make/msvc_7_0/bsplib.vcproj new file mode 100644 index 00000000000..3528a25bca1 --- /dev/null +++ b/intern/bsp/make/msvc_7_0/bsplib.vcproj @@ -0,0 +1,210 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/container/make/msvc_7_0/container.sln b/intern/container/make/msvc_7_0/container.sln new file mode 100644 index 00000000000..16ce8e35563 --- /dev/null +++ b/intern/container/make/msvc_7_0/container.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "container", "container.vcproj", "{E9E5B187-2E50-4DD7-9577-327FE6C9E6B0}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {E9E5B187-2E50-4DD7-9577-327FE6C9E6B0}.Debug.ActiveCfg = Debug|Win32 + {E9E5B187-2E50-4DD7-9577-327FE6C9E6B0}.Debug.Build.0 = Debug|Win32 + {E9E5B187-2E50-4DD7-9577-327FE6C9E6B0}.Release.ActiveCfg = Release|Win32 + {E9E5B187-2E50-4DD7-9577-327FE6C9E6B0}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/container/make/msvc_7_0/container.vcproj b/intern/container/make/msvc_7_0/container.vcproj new file mode 100644 index 00000000000..87634f919c5 --- /dev/null +++ b/intern/container/make/msvc_7_0/container.vcproj @@ -0,0 +1,154 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/decimation/make/msvc_7_0/decimation.sln b/intern/decimation/make/msvc_7_0/decimation.sln new file mode 100644 index 00000000000..8760ff74f8a --- /dev/null +++ b/intern/decimation/make/msvc_7_0/decimation.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decimation", "decimation.vcproj", "{95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Debug.ActiveCfg = Debug|Win32 + {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Debug.Build.0 = Debug|Win32 + {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Release.ActiveCfg = Release|Win32 + {95ED18F3-8A76-4DB9-BDAC-12C7592EFE44}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/decimation/make/msvc_7_0/decimation.vcproj b/intern/decimation/make/msvc_7_0/decimation.vcproj new file mode 100644 index 00000000000..0c7ab32441c --- /dev/null +++ b/intern/decimation/make/msvc_7_0/decimation.vcproj @@ -0,0 +1,191 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/ghost/make/msvc_7_0/ghost.sln b/intern/ghost/make/msvc_7_0/ghost.sln new file mode 100644 index 00000000000..a2073664ca5 --- /dev/null +++ b/intern/ghost/make/msvc_7_0/ghost.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ghost", "ghost.vcproj", "{37364341-0C53-433A-B4CC-CDDD176CABC5}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {37364341-0C53-433A-B4CC-CDDD176CABC5}.Debug.ActiveCfg = Debug|Win32 + {37364341-0C53-433A-B4CC-CDDD176CABC5}.Debug.Build.0 = Debug|Win32 + {37364341-0C53-433A-B4CC-CDDD176CABC5}.Release.ActiveCfg = Release|Win32 + {37364341-0C53-433A-B4CC-CDDD176CABC5}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/ghost/make/msvc_7_0/ghost.vcproj b/intern/ghost/make/msvc_7_0/ghost.vcproj new file mode 100644 index 00000000000..da5e2e33012 --- /dev/null +++ b/intern/ghost/make/msvc_7_0/ghost.vcproj @@ -0,0 +1,274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/iksolver/make/msvc_7_0/iksolver.sln b/intern/iksolver/make/msvc_7_0/iksolver.sln new file mode 100644 index 00000000000..e06e5163993 --- /dev/null +++ b/intern/iksolver/make/msvc_7_0/iksolver.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iksolver", "iksolver.vcproj", "{EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Debug.ActiveCfg = Debug|Win32 + {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Debug.Build.0 = Debug|Win32 + {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Release.ActiveCfg = Release|Win32 + {EB6E6428-C3FA-4A95-91AE-F060EFD1D57C}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/iksolver/make/msvc_7_0/iksolver.vcproj b/intern/iksolver/make/msvc_7_0/iksolver.vcproj new file mode 100644 index 00000000000..941bbc23277 --- /dev/null +++ b/intern/iksolver/make/msvc_7_0/iksolver.vcproj @@ -0,0 +1,235 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/img/make/msvc_7_0/img.sln b/intern/img/make/msvc_7_0/img.sln new file mode 100644 index 00000000000..ae107f825d0 --- /dev/null +++ b/intern/img/make/msvc_7_0/img.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "img", "img.vcproj", "{06306F63-7933-4CE4-AF3D-4FBD8AD80811}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {06306F63-7933-4CE4-AF3D-4FBD8AD80811}.Debug.ActiveCfg = Debug|Win32 + {06306F63-7933-4CE4-AF3D-4FBD8AD80811}.Debug.Build.0 = Debug|Win32 + {06306F63-7933-4CE4-AF3D-4FBD8AD80811}.Release.ActiveCfg = Release|Win32 + {06306F63-7933-4CE4-AF3D-4FBD8AD80811}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/img/make/msvc_7_0/img.vcproj b/intern/img/make/msvc_7_0/img.vcproj new file mode 100644 index 00000000000..33d39f26912 --- /dev/null +++ b/intern/img/make/msvc_7_0/img.vcproj @@ -0,0 +1,142 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/keymaker/make/msvc_7_0/blenkey.sln b/intern/keymaker/make/msvc_7_0/blenkey.sln new file mode 100644 index 00000000000..5ddf040506e --- /dev/null +++ b/intern/keymaker/make/msvc_7_0/blenkey.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blenkey", "blenkey.vcproj", "{E8AF94A5-15FC-432C-9FFD-68D9CD642488}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {E8AF94A5-15FC-432C-9FFD-68D9CD642488}.Debug.ActiveCfg = Debug|Win32 + {E8AF94A5-15FC-432C-9FFD-68D9CD642488}.Debug.Build.0 = Debug|Win32 + {E8AF94A5-15FC-432C-9FFD-68D9CD642488}.Release.ActiveCfg = Release|Win32 + {E8AF94A5-15FC-432C-9FFD-68D9CD642488}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/keymaker/make/msvc_7_0/blenkey.vcproj b/intern/keymaker/make/msvc_7_0/blenkey.vcproj new file mode 100644 index 00000000000..5d099f7722c --- /dev/null +++ b/intern/keymaker/make/msvc_7_0/blenkey.vcproj @@ -0,0 +1,153 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/make/msvc_7_0/build_install_all.vcproj b/intern/make/msvc_7_0/build_install_all.vcproj new file mode 100644 index 00000000000..f7d0fbc8c3f --- /dev/null +++ b/intern/make/msvc_7_0/build_install_all.vcproj @@ -0,0 +1,53 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/make/msvc_7_0/intern.sln b/intern/make/msvc_7_0/intern.sln new file mode 100644 index 00000000000..b99dc387c78 --- /dev/null +++ b/intern/make/msvc_7_0/intern.sln @@ -0,0 +1,112 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MoTo", "..\..\moto\make\msvc_7_0\MoTo.vcproj", "{4B6AFCC5-968C-424A-8F20-76E41B3BEF74}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "blenkey", "..\..\keymaker\make\msvc_7_0\blenkey.vcproj", "{121EC196-8E8A-4937-B0BD-0F114C87D55E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bmfont", "..\..\bmfont\make\msvc_7_0\bmfont.vcproj", "{E784098D-3ED8-433A-9353-9679415DDDC5}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bsplib", "..\..\bsp\make\msvc_7_0\bsplib.vcproj", "{B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "build_install_all", "build_install_all.vcproj", "{3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "container", "..\..\container\make\msvc_7_0\container.vcproj", "{51A348C1-8684-4D67-B980-97B1FC74159B}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "decimation", "..\..\decimation\make\msvc_7_0\decimation.vcproj", "{C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ghost", "..\..\ghost\make\msvc_7_0\ghost.vcproj", "{76D90B92-ECC7-409C-9F98-A8814B90F3C0}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "guardedalloc", "..\..\guardedalloc\make\msvc_7_0\guardedalloc.vcproj", "{6B3229F4-2A37-47EE-8B89-9AA046B35193}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iksolver", "..\..\iksolver\make\msvc_7_0\iksolver.vcproj", "{542A9FA1-B7FF-441C-AE15-054DB31D3488}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memutil", "..\..\memutil\make\msvc_7_0\memutil.vcproj", "{E86B7BDE-C33C-4E55-9433-E74C141D7538}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python_freeze", "..\..\python\freeze\python_freeze_7.vcproj", "{698A5462-7013-450D-A65D-557BDF18DEA4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string", "..\..\string\make\msvc_7_0\string.vcproj", "{B789C2F3-279E-4A85-8F0A-7F7AC068E598}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.0 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74} + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.1 = {E86B7BDE-C33C-4E55-9433-E74C141D7538} + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.2 = {51A348C1-8684-4D67-B980-97B1FC74159B} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.0 = {698A5462-7013-450D-A65D-557BDF18DEA4} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.1 = {121EC196-8E8A-4937-B0BD-0F114C87D55E} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.2 = {E784098D-3ED8-433A-9353-9679415DDDC5} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.3 = {B789C2F3-279E-4A85-8F0A-7F7AC068E598} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.4 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.5 = {E86B7BDE-C33C-4E55-9433-E74C141D7538} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.6 = {542A9FA1-B7FF-441C-AE15-054DB31D3488} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.7 = {6B3229F4-2A37-47EE-8B89-9AA046B35193} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.8 = {76D90B92-ECC7-409C-9F98-A8814B90F3C0} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.9 = {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.10 = {51A348C1-8684-4D67-B980-97B1FC74159B} + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.11 = {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E} + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.0 = {51A348C1-8684-4D67-B980-97B1FC74159B} + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.1 = {4B6AFCC5-968C-424A-8F20-76E41B3BEF74} + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.2 = {E86B7BDE-C33C-4E55-9433-E74C141D7538} + {76D90B92-ECC7-409C-9F98-A8814B90F3C0}.0 = {B789C2F3-279E-4A85-8F0A-7F7AC068E598} + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}.Debug.ActiveCfg = Debug|Win32 + {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}.Debug.Build.0 = Debug|Win32 + {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}.Release.ActiveCfg = Release|Win32 + {4B6AFCC5-968C-424A-8F20-76E41B3BEF74}.Release.Build.0 = Release|Win32 + {121EC196-8E8A-4937-B0BD-0F114C87D55E}.Debug.ActiveCfg = Debug|Win32 + {121EC196-8E8A-4937-B0BD-0F114C87D55E}.Debug.Build.0 = Debug|Win32 + {121EC196-8E8A-4937-B0BD-0F114C87D55E}.Release.ActiveCfg = Release|Win32 + {121EC196-8E8A-4937-B0BD-0F114C87D55E}.Release.Build.0 = Release|Win32 + {E784098D-3ED8-433A-9353-9679415DDDC5}.Debug.ActiveCfg = Debug|Win32 + {E784098D-3ED8-433A-9353-9679415DDDC5}.Debug.Build.0 = Debug|Win32 + {E784098D-3ED8-433A-9353-9679415DDDC5}.Release.ActiveCfg = Release|Win32 + {E784098D-3ED8-433A-9353-9679415DDDC5}.Release.Build.0 = Release|Win32 + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.Debug.ActiveCfg = Debug|Win32 + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.Debug.Build.0 = Debug|Win32 + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.Release.ActiveCfg = Release|Win32 + {B093415D-C0F6-4E76-8F5A-6BC1917BCE9E}.Release.Build.0 = Release|Win32 + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.Debug.ActiveCfg = Debug|Win32 + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.Debug.Build.0 = Debug|Win32 + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.Release.ActiveCfg = Release|Win32 + {3E2D09B4-8139-4B91-AA3F-BD1CC0D30681}.Release.Build.0 = Release|Win32 + {51A348C1-8684-4D67-B980-97B1FC74159B}.Debug.ActiveCfg = Debug|Win32 + {51A348C1-8684-4D67-B980-97B1FC74159B}.Debug.Build.0 = Debug|Win32 + {51A348C1-8684-4D67-B980-97B1FC74159B}.Release.ActiveCfg = Release|Win32 + {51A348C1-8684-4D67-B980-97B1FC74159B}.Release.Build.0 = Release|Win32 + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.Debug.ActiveCfg = Debug|Win32 + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.Debug.Build.0 = Debug|Win32 + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.Release.ActiveCfg = Release|Win32 + {C66F722C-46BE-40C9-ABAE-2EAC7A697EB8}.Release.Build.0 = Release|Win32 + {76D90B92-ECC7-409C-9F98-A8814B90F3C0}.Debug.ActiveCfg = Debug|Win32 + {76D90B92-ECC7-409C-9F98-A8814B90F3C0}.Debug.Build.0 = Debug|Win32 + {76D90B92-ECC7-409C-9F98-A8814B90F3C0}.Release.ActiveCfg = Release|Win32 + {76D90B92-ECC7-409C-9F98-A8814B90F3C0}.Release.Build.0 = Release|Win32 + {6B3229F4-2A37-47EE-8B89-9AA046B35193}.Debug.ActiveCfg = Debug|Win32 + {6B3229F4-2A37-47EE-8B89-9AA046B35193}.Debug.Build.0 = Debug|Win32 + {6B3229F4-2A37-47EE-8B89-9AA046B35193}.Release.ActiveCfg = Release|Win32 + {6B3229F4-2A37-47EE-8B89-9AA046B35193}.Release.Build.0 = Release|Win32 + {542A9FA1-B7FF-441C-AE15-054DB31D3488}.Debug.ActiveCfg = Debug|Win32 + {542A9FA1-B7FF-441C-AE15-054DB31D3488}.Debug.Build.0 = Debug|Win32 + {542A9FA1-B7FF-441C-AE15-054DB31D3488}.Release.ActiveCfg = Release|Win32 + {542A9FA1-B7FF-441C-AE15-054DB31D3488}.Release.Build.0 = Release|Win32 + {E86B7BDE-C33C-4E55-9433-E74C141D7538}.Debug.ActiveCfg = Debug|Win32 + {E86B7BDE-C33C-4E55-9433-E74C141D7538}.Debug.Build.0 = Debug|Win32 + {E86B7BDE-C33C-4E55-9433-E74C141D7538}.Release.ActiveCfg = Release|Win32 + {E86B7BDE-C33C-4E55-9433-E74C141D7538}.Release.Build.0 = Release|Win32 + {698A5462-7013-450D-A65D-557BDF18DEA4}.Debug.ActiveCfg = Debug|Win32 + {698A5462-7013-450D-A65D-557BDF18DEA4}.Debug.Build.0 = Debug|Win32 + {698A5462-7013-450D-A65D-557BDF18DEA4}.Release.ActiveCfg = Release|Win32 + {698A5462-7013-450D-A65D-557BDF18DEA4}.Release.Build.0 = Release|Win32 + {B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Debug.ActiveCfg = Debug|Win32 + {B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Debug.Build.0 = Debug|Win32 + {B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Release.ActiveCfg = Release|Win32 + {B789C2F3-279E-4A85-8F0A-7F7AC068E598}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/memutil/make/msvc_7_0/memutil.sln b/intern/memutil/make/msvc_7_0/memutil.sln new file mode 100644 index 00000000000..462cd1a3871 --- /dev/null +++ b/intern/memutil/make/msvc_7_0/memutil.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "memutil", "memutil.vcproj", "{8B8B95BA-3084-408F-8EE6-3FE6EF52E112}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {8B8B95BA-3084-408F-8EE6-3FE6EF52E112}.Debug.ActiveCfg = Debug|Win32 + {8B8B95BA-3084-408F-8EE6-3FE6EF52E112}.Debug.Build.0 = Debug|Win32 + {8B8B95BA-3084-408F-8EE6-3FE6EF52E112}.Release.ActiveCfg = Release|Win32 + {8B8B95BA-3084-408F-8EE6-3FE6EF52E112}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/memutil/make/msvc_7_0/memutil.vcproj b/intern/memutil/make/msvc_7_0/memutil.vcproj new file mode 100644 index 00000000000..11bc1f5d2e1 --- /dev/null +++ b/intern/memutil/make/msvc_7_0/memutil.vcproj @@ -0,0 +1,152 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/moto/make/msvc_7_0/moto.sln b/intern/moto/make/msvc_7_0/moto.sln new file mode 100644 index 00000000000..c1c34ff4af1 --- /dev/null +++ b/intern/moto/make/msvc_7_0/moto.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "MoTo", "MoTo.vcproj", "{11ABF09B-4414-4188-8071-27CE3FE49256}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {11ABF09B-4414-4188-8071-27CE3FE49256}.Debug.ActiveCfg = Debug|Win32 + {11ABF09B-4414-4188-8071-27CE3FE49256}.Debug.Build.0 = Debug|Win32 + {11ABF09B-4414-4188-8071-27CE3FE49256}.Release.ActiveCfg = Release|Win32 + {11ABF09B-4414-4188-8071-27CE3FE49256}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/moto/make/msvc_7_0/moto.vcproj b/intern/moto/make/msvc_7_0/moto.vcproj new file mode 100644 index 00000000000..99acb064d3e --- /dev/null +++ b/intern/moto/make/msvc_7_0/moto.vcproj @@ -0,0 +1,337 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/python/freeze/python_freeze_7.sln b/intern/python/freeze/python_freeze_7.sln new file mode 100644 index 00000000000..4850fffdf7b --- /dev/null +++ b/intern/python/freeze/python_freeze_7.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python_freeze", "python_freeze_7.vcproj", "{C56F42B2-2959-47F1-A62F-1867EE7D63EF}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Debug.ActiveCfg = Debug|Win32 + {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Debug.Build.0 = Debug|Win32 + {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Release.ActiveCfg = Release|Win32 + {C56F42B2-2959-47F1-A62F-1867EE7D63EF}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/python/freeze/python_freeze_7.vcproj b/intern/python/freeze/python_freeze_7.vcproj new file mode 100644 index 00000000000..f1e2a6388ee --- /dev/null +++ b/intern/python/freeze/python_freeze_7.vcproj @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/intern/string/make/msvc_7_0/string.sln b/intern/string/make/msvc_7_0/string.sln new file mode 100644 index 00000000000..53981b212ea --- /dev/null +++ b/intern/string/make/msvc_7_0/string.sln @@ -0,0 +1,21 @@ +Microsoft Visual Studio Solution File, Format Version 7.00 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "string", "string.vcproj", "{0607A77B-49DD-42D8-A767-D0D60769DC90}" +EndProject +Global + GlobalSection(SolutionConfiguration) = preSolution + ConfigName.0 = Debug + ConfigName.1 = Release + EndGlobalSection + GlobalSection(ProjectDependencies) = postSolution + EndGlobalSection + GlobalSection(ProjectConfiguration) = postSolution + {0607A77B-49DD-42D8-A767-D0D60769DC90}.Debug.ActiveCfg = Debug|Win32 + {0607A77B-49DD-42D8-A767-D0D60769DC90}.Debug.Build.0 = Debug|Win32 + {0607A77B-49DD-42D8-A767-D0D60769DC90}.Release.ActiveCfg = Release|Win32 + {0607A77B-49DD-42D8-A767-D0D60769DC90}.Release.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + EndGlobalSection + GlobalSection(ExtensibilityAddIns) = postSolution + EndGlobalSection +EndGlobal diff --git a/intern/string/make/msvc_7_0/string.vcproj b/intern/string/make/msvc_7_0/string.vcproj new file mode 100644 index 00000000000..a9c5766c6e4 --- /dev/null +++ b/intern/string/make/msvc_7_0/string.vcproj @@ -0,0 +1,141 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +