From a87eff01abc8f96780f4a55da5332c03cd16eeb0 Mon Sep 17 00:00:00 2001 From: Frederic Bouvier Date: Sat, 18 Apr 2009 17:34:29 +0200 Subject: [PATCH] Add testarray to the Win32 package --- projects/VC7.1/terragear.sln | 10 ++ projects/VC7.1/testarray/.gitignore | 2 + projects/VC7.1/testarray/testarray.vcproj | 140 ++++++++++++++++++++++ 3 files changed, 152 insertions(+) create mode 100644 projects/VC7.1/testarray/.gitignore create mode 100644 projects/VC7.1/testarray/testarray.vcproj diff --git a/projects/VC7.1/terragear.sln b/projects/VC7.1/terragear.sln index 1cce81a7..5294dd80 100644 --- a/projects/VC7.1/terragear.sln +++ b/projects/VC7.1/terragear.sln @@ -239,6 +239,12 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "srtmchop", "srtmchop\srtmch {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} EndProjectSection EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "testarray", "testarray\testarray.vcproj", "{22926274-8818-42A8-9469-28E84978D53B}" + ProjectSection(ProjectDependencies) = postProject + {2871F3BA-ADCC-4440-8078-FC76C5983FCE} = {2871F3BA-ADCC-4440-8078-FC76C5983FCE} + {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} = {22540CD3-D3CA-4C86-A773-80AEEE3ACDED} + EndProjectSection +EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug @@ -413,6 +419,10 @@ Global {7490AAD8-D2A4-4F0D-8150-68DCE07F3116}.Debug.Build.0 = Debug|Win32 {7490AAD8-D2A4-4F0D-8150-68DCE07F3116}.Release.ActiveCfg = Release|Win32 {7490AAD8-D2A4-4F0D-8150-68DCE07F3116}.Release.Build.0 = Release|Win32 + {22926274-8818-42A8-9469-28E84978D53B}.Debug.ActiveCfg = Debug|Win32 + {22926274-8818-42A8-9469-28E84978D53B}.Debug.Build.0 = Debug|Win32 + {22926274-8818-42A8-9469-28E84978D53B}.Release.ActiveCfg = Release|Win32 + {22926274-8818-42A8-9469-28E84978D53B}.Release.Build.0 = Release|Win32 EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection diff --git a/projects/VC7.1/testarray/.gitignore b/projects/VC7.1/testarray/.gitignore new file mode 100644 index 00000000..0f3a6b1b --- /dev/null +++ b/projects/VC7.1/testarray/.gitignore @@ -0,0 +1,2 @@ +Debug +Release diff --git a/projects/VC7.1/testarray/testarray.vcproj b/projects/VC7.1/testarray/testarray.vcproj new file mode 100644 index 00000000..fa2c85e7 --- /dev/null +++ b/projects/VC7.1/testarray/testarray.vcproj @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +