diff options
author | Alexander Harkness <bearbin@gmail.com> | 2013-07-29 13:13:03 +0200 |
---|---|---|
committer | Alexander Harkness <bearbin@gmail.com> | 2013-07-29 13:13:03 +0200 |
commit | 53e22b11857fed62e2313d6d84d90f88ed412ffb (patch) | |
tree | c61e56725da7dff0154d566722651e2c39c9d6c6 /VC2008/Squirrel3.vcproj | |
parent | WebAdmin: Removed the duplicate memory usage querying (diff) | |
download | cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.tar cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.tar.gz cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.tar.bz2 cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.tar.lz cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.tar.xz cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.tar.zst cuberite-53e22b11857fed62e2313d6d84d90f88ed412ffb.zip |
Diffstat (limited to '')
-rw-r--r-- | VC2008/Squirrel3.vcproj | 768 |
1 files changed, 384 insertions, 384 deletions
diff --git a/VC2008/Squirrel3.vcproj b/VC2008/Squirrel3.vcproj index 928930842..f0067c72e 100644 --- a/VC2008/Squirrel3.vcproj +++ b/VC2008/Squirrel3.vcproj @@ -1,384 +1,384 @@ -<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="Squirrel3"
- ProjectGUID="{54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}"
- RootNamespace="Squirrel3"
- Keyword="ManagedCProj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3"
- IntermediateDirectory="$(ConfigurationName)\Squirrel3"
- ConfigurationType="4"
- CharacterSet="0"
- ManagedExtensions="0"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\squirrel_3_0_1_stable\include"
- PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="1"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3"
- IntermediateDirectory="$(ConfigurationName)\Squirrel3"
- ConfigurationType="4"
- CharacterSet="0"
- ManagedExtensions="0"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../squirrel_3_0_1_stable/include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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>
- <Configuration
- Name="Release profiled|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3"
- IntermediateDirectory="$(ConfigurationName)\Squirrel3"
- ConfigurationType="4"
- CharacterSet="0"
- ManagedExtensions="0"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories="../squirrel_3_0_1_stable/include"
- PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS"
- RuntimeLibrary="0"
- UsePrecompiledHeader="0"
- WarningLevel="3"
- 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>
- <AssemblyReference
- RelativePath="System.dll"
- AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
- MinFrameworkVersion="131072"
- />
- <AssemblyReference
- RelativePath="System.Data.dll"
- AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
- MinFrameworkVersion="131072"
- />
- <AssemblyReference
- RelativePath="System.XML.dll"
- AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
- MinFrameworkVersion="131072"
- />
- </References>
- <Files>
- <Filter
- Name="sqstdlib"
- >
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdaux.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdblob.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdblobimpl.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdio.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdmath.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdrex.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstream.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstream.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstring.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdsystem.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="squirrel"
- >
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqapi.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqarray.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqbaselib.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclass.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclass.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclosure.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqcompiler.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqcompiler.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqdebug.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncproto.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncstate.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncstate.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqlexer.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqlexer.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqmem.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqobject.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqobject.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqopcodes.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqpcheader.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstate.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstate.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstring.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqtable.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqtable.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\squserdata.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\squtils.h"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqvm.cpp"
- >
- </File>
- <File
- RelativePath="..\squirrel_3_0_1_stable\squirrel\sqvm.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="9,00" + Name="Squirrel3" + ProjectGUID="{54DBF6CE-D1A8-4CCB-A249-4BF1CA9B7E4C}" + RootNamespace="Squirrel3" + Keyword="ManagedCProj" + TargetFrameworkVersion="196613" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3" + IntermediateDirectory="$(ConfigurationName)\Squirrel3" + ConfigurationType="4" + CharacterSet="0" + ManagedExtensions="0" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + Optimization="0" + AdditionalIncludeDirectories="..\squirrel_3_0_1_stable\include" + PreprocessorDefinitions="WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="1" + UsePrecompiledHeader="0" + WarningLevel="3" + 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> + <Configuration + Name="Release|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3" + IntermediateDirectory="$(ConfigurationName)\Squirrel3" + ConfigurationType="4" + CharacterSet="0" + ManagedExtensions="0" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../squirrel_3_0_1_stable/include" + PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="3" + 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> + <Configuration + Name="Release profiled|Win32" + OutputDirectory="$(SolutionDir)$(ConfigurationName)\Squirrel3" + IntermediateDirectory="$(ConfigurationName)\Squirrel3" + ConfigurationType="4" + CharacterSet="0" + ManagedExtensions="0" + WholeProgramOptimization="1" + > + <Tool + Name="VCPreBuildEventTool" + /> + <Tool + Name="VCCustomBuildTool" + /> + <Tool + Name="VCXMLDataGeneratorTool" + /> + <Tool + Name="VCWebServiceProxyGeneratorTool" + /> + <Tool + Name="VCMIDLTool" + /> + <Tool + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="../squirrel_3_0_1_stable/include" + PreprocessorDefinitions="WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS" + RuntimeLibrary="0" + UsePrecompiledHeader="0" + WarningLevel="3" + 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> + <AssemblyReference + RelativePath="System.dll" + AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + MinFrameworkVersion="131072" + /> + <AssemblyReference + RelativePath="System.Data.dll" + AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" + MinFrameworkVersion="131072" + /> + <AssemblyReference + RelativePath="System.XML.dll" + AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" + MinFrameworkVersion="131072" + /> + </References> + <Files> + <Filter + Name="sqstdlib" + > + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdaux.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdblob.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdblobimpl.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdio.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdmath.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdrex.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstream.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstream.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdstring.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\sqstdlib\sqstdsystem.cpp" + > + </File> + </Filter> + <Filter + Name="squirrel" + > + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqapi.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqarray.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqbaselib.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclass.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclass.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqclosure.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqcompiler.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqcompiler.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqdebug.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncproto.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncstate.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqfuncstate.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqlexer.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqlexer.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqmem.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqobject.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqobject.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqopcodes.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqpcheader.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstate.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstate.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqstring.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqtable.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqtable.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\squserdata.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\squtils.h" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqvm.cpp" + > + </File> + <File + RelativePath="..\squirrel_3_0_1_stable\squirrel\sqvm.h" + > + </File> + </Filter> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |