boehm-gc: revert all CACAO-specific modifications; this is now an exact copy of the...
[cacao.git] / src / mm / boehm-gc / windows-untested / vc70 / test_gc.vcproj
diff --git a/src/mm/boehm-gc/windows-untested/vc70/test_gc.vcproj b/src/mm/boehm-gc/windows-untested/vc70/test_gc.vcproj
new file mode 100644 (file)
index 0000000..8802cf6
--- /dev/null
@@ -0,0 +1,127 @@
+<?xml version="1.0" encoding = "windows-1251"?>
+<VisualStudioProject
+    ProjectType="Visual C++"
+    Version="7.00"
+    Name="test_gc"
+    SccProjectName=""
+    SccLocalPath="">
+    <Platforms>
+        <Platform
+            Name="Win32"/>
+    </Platforms>
+    <Configurations>
+        <Configuration
+            Name="Release|Win32"
+            OutputDirectory=".\..\..\..\bin"
+            IntermediateDirectory=".\..\..\..\obj\Release\test_gc"
+            ConfigurationType="1"
+            UseOfMFC="0"
+            ATLMinimizesCRunTimeLibraryUsage="FALSE"
+            CharacterSet="2">
+            <Tool
+                Name="VCCLCompilerTool"
+                InlineFunctionExpansion="1"
+                AdditionalIncludeDirectories="..\..\include"
+                PreprocessorDefinitions="NDEBUG,_CONSOLE,GC_DLL,WIN32,GC_THREADS"
+                StringPooling="TRUE"
+                RuntimeLibrary="2"
+                EnableFunctionLevelLinking="TRUE"
+                PrecompiledHeaderFile=".\..\..\..\obj\Release\test_gc/test_gc.pch"
+                AssemblerListingLocation=".\..\..\..\obj\Release\test_gc/"
+                ObjectFile=".\..\..\..\obj\Release\test_gc/"
+                ProgramDataBaseFileName=".\..\..\..\obj\Release\test_gc/"
+                WarningLevel="3"
+                SuppressStartupBanner="TRUE"
+                DebugInformationFormat="3"
+                CompileAs="0"/>
+            <Tool
+                Name="VCCustomBuildTool"/>
+            <Tool
+                Name="VCLinkerTool"
+                AdditionalOptions="/MACHINE:I386"
+                OutputFile=".\..\..\..\bin/test_gc.exe"
+                LinkIncremental="1"
+                SuppressStartupBanner="TRUE"
+                GenerateDebugInformation="TRUE"
+                ProgramDatabaseFile=".\..\..\..\bin/test_gc.pdb"
+                OptimizeReferences="2"
+                SetChecksum="TRUE"/>
+            <Tool
+                Name="VCMIDLTool"
+                TypeLibraryName=".\..\..\..\bin/test_gc.tlb"/>
+            <Tool
+                Name="VCPostBuildEventTool"/>
+            <Tool
+                Name="VCPreBuildEventTool"/>
+            <Tool
+                Name="VCPreLinkEventTool"/>
+            <Tool
+                Name="VCResourceCompilerTool"
+                PreprocessorDefinitions="NDEBUG"
+                Culture="1033"/>
+            <Tool
+                Name="VCWebServiceProxyGeneratorTool"/>
+            <Tool
+                Name="VCWebDeploymentTool"/>
+        </Configuration>
+        <Configuration
+            Name="Debug|Win32"
+            OutputDirectory=".\..\..\..\bin"
+            IntermediateDirectory=".\..\..\..\obj\Debug\test_gc"
+            ConfigurationType="1"
+            UseOfMFC="0"
+            ATLMinimizesCRunTimeLibraryUsage="FALSE"
+            CharacterSet="2">
+            <Tool
+                Name="VCCLCompilerTool"
+                Optimization="0"
+                AdditionalIncludeDirectories="..\..\include"
+                PreprocessorDefinitions="_DEBUG,_CONSOLE,GC_DLL,WIN32,GC_THREADS"
+                BasicRuntimeChecks="3"
+                RuntimeLibrary="3"
+                UsePrecompiledHeader="2"
+                PrecompiledHeaderFile=".\..\..\..\obj\Debug\test_gc/test_gc.pch"
+                AssemblerListingLocation=".\..\..\..\obj\Debug\test_gc/"
+                ObjectFile=".\..\..\..\obj\Debug\test_gc/"
+                ProgramDataBaseFileName=".\..\..\..\obj\Debug\test_gc/"
+                WarningLevel="3"
+                SuppressStartupBanner="TRUE"
+                DebugInformationFormat="3"
+                CompileAs="0"/>
+            <Tool
+                Name="VCCustomBuildTool"/>
+            <Tool
+                Name="VCLinkerTool"
+                AdditionalOptions="/MACHINE:I386"
+                OutputFile="..\..\..\bin/test_gcd.exe"
+                LinkIncremental="1"
+                SuppressStartupBanner="TRUE"
+                GenerateDebugInformation="TRUE"
+                ProgramDatabaseFile=".\..\..\..\bin/test_gcd.pdb"/>
+            <Tool
+                Name="VCMIDLTool"
+                TypeLibraryName=".\..\..\..\bin/test_gc.tlb"/>
+            <Tool
+                Name="VCPostBuildEventTool"/>
+            <Tool
+                Name="VCPreBuildEventTool"/>
+            <Tool
+                Name="VCPreLinkEventTool"/>
+            <Tool
+                Name="VCResourceCompilerTool"
+                PreprocessorDefinitions="_DEBUG"
+                Culture="1033"/>
+            <Tool
+                Name="VCWebServiceProxyGeneratorTool"/>
+            <Tool
+                Name="VCWebDeploymentTool"/>
+        </Configuration>
+    </Configurations>
+    <Files>
+        <File
+            RelativePath="..\..\tests\test.c">
+        </File>
+    </Files>
+    <Globals>
+    </Globals>
+</VisualStudioProject>