Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/libgc
diff options
context:
space:
mode:
authorSebastien Pouliot <sebastien@ximian.com>2005-05-26 19:00:32 +0400
committerSebastien Pouliot <sebastien@ximian.com>2005-05-26 19:00:32 +0400
commit97126986a3bf8a0c9953158d48b5a8d3525e98a5 (patch)
treee315fe0c9bca60e81b1dfe949faa6c09e1b68c39 /libgc
parent15d731b20aa7a24089f629af5acbb20d3be4ccf8 (diff)
libgc.vcproj: Project file for libgc.
svn path=/trunk/mono/; revision=45051
Diffstat (limited to 'libgc')
-rw-r--r--libgc/ChangeLog4
-rw-r--r--libgc/libgc.vcproj281
2 files changed, 285 insertions, 0 deletions
diff --git a/libgc/ChangeLog b/libgc/ChangeLog
index 1527f256945..a4bcb86cca1 100644
--- a/libgc/ChangeLog
+++ b/libgc/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-26 Sebastien Pouliot <sebastien@ximian.com>
+
+ * libgc.vcproj: Project file for libgc.
+
2005-05-19 Zoltan Varga <vargaz@freemail.hu>
* configure.in: Handle i386-*-linux* as well. Fixes #74960.
diff --git a/libgc/libgc.vcproj b/libgc/libgc.vcproj
new file mode 100644
index 00000000000..3b612b28926
--- /dev/null
+++ b/libgc/libgc.vcproj
@@ -0,0 +1,281 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="libgc"
+ ProjectGUID="{EB56000B-C80B-4E8B-908D-D84D31B517D3}"
+ RootNamespace="libgc"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="../VSDependancies/temp/libgc/Debug"
+ IntermediateDirectory="../VSDependancies/temp/libgc/Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".\include\"
+ PreprocessorDefinitions="GC_THREADS;WIN32_THREADS;GC_WIN32_THREADS;GC_NOT_DLL;GC_GCJ_SUPPORT;WIN32;_DEBUG;_LIB;_WINDOWS;__WIN32__;__i386__;PLATFORM_WIN32;SILENT;ALL_INTERIOR_POINTERS;__STDC__"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ CompileAs="1"
+ DisableSpecificWarnings="4311;4312;4996;4005"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="..\libgc.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
+ RuntimeLibrary="2"
+ BufferSecurityCheck="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\allchblk.c"
+ >
+ </File>
+ <File
+ RelativePath=".\alloc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\blacklst.c"
+ >
+ </File>
+ <File
+ RelativePath=".\dbg_mlc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\dyn_load.c"
+ >
+ </File>
+ <File
+ RelativePath=".\finalize.c"
+ >
+ </File>
+ <File
+ RelativePath=".\gcj_mlc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\headers.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mach_dep.c"
+ >
+ </File>
+ <File
+ RelativePath=".\malloc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mallocx.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mark.c"
+ >
+ </File>
+ <File
+ RelativePath=".\mark_rts.c"
+ >
+ </File>
+ <File
+ RelativePath=".\misc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\new_hblk.c"
+ >
+ </File>
+ <File
+ RelativePath=".\obj_map.c"
+ >
+ </File>
+ <File
+ RelativePath=".\os_dep.c"
+ >
+ </File>
+ <File
+ RelativePath=".\ptr_chck.c"
+ >
+ </File>
+ <File
+ RelativePath=".\reclaim.c"
+ >
+ </File>
+ <File
+ RelativePath=".\stubborn.c"
+ >
+ </File>
+ <File
+ RelativePath=".\typd_mlc.c"
+ >
+ </File>
+ <File
+ RelativePath=".\win32_threads.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\include\gc.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\private\gc_hdrs.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\private\gc_locks.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\gc_mark.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\private\gc_pmark.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\private\gc_priv.h"
+ >
+ </File>
+ <File
+ RelativePath=".\include\private\gcconfig.h"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>