|
From: <ric...@us...> - 2009-01-21 07:32:22
|
Revision: 940
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=940&view=rev
Author: rich_sposato
Date: 2009-01-21 07:32:15 +0000 (Wed, 21 Jan 2009)
Log Message:
-----------
Added MSVC9 project file.
Added Paths:
-----------
trunk/src/Library_MSVC9.vcproj
Added: trunk/src/Library_MSVC9.vcproj
===================================================================
--- trunk/src/Library_MSVC9.vcproj (rev 0)
+++ trunk/src/Library_MSVC9.vcproj 2009-01-21 07:32:15 UTC (rev 940)
@@ -0,0 +1,433 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9.00"
+ Name="Library"
+ ProjectGUID="{CBDB8E7A-4286-4AE3-A190-BA33D7C53FF0}"
+ RootNamespace="Library"
+ Keyword="Win32Proj"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="0"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="-wd4996"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\include"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="../lib/loki_D.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="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories="..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="false"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="../lib/loki.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release_MultiThreaded|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories="..\include"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="4"
+ Detect64BitPortabilityProblems="false"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="../lib/loki.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath="..\include\loki\AbstractFactory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Allocator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\AssocVector.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\CheckReturn.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\ConstPolicy.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\DataGenerators.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\EmptyType.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Factory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Function.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Functor.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\HierarchyGenerators.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\LevelMutex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\LockingPtr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\LokiExport.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\LokiTypeInfo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\MultiMethods.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\NullType.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\OrderedStatic.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Pimpl.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\RefToValue.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\SafeBits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\SafeFormat.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\ScopeGuard.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Sequence.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Singleton.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\SmallObj.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\SmartPtr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\static_check.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\StrongPtr.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Threads.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Tuple.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Typelist.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\TypelistMacros.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\TypeManip.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\TypeTraits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\Visitor.h"
+ >
+ </File>
+ <Filter
+ Name="flexstring"
+ >
+ <File
+ RelativePath="..\loki\include\loki\flex\allocatorstringstorage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\cowstringopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\flex_string.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\flex_string_details.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\flex_string_shell.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\simplestringstorage.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\smallstringopt.h"
+ >
+ </File>
+ <File
+ RelativePath="..\loki\include\loki\flex\vectorstringstorage.h"
+ >
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\LevelMutex.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\OrderedStatic.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\SafeFormat.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\Singleton.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\SmallObj.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\SmartPtr.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\StrongPtr.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ric...@us...> - 2009-01-31 07:30:39
|
Revision: 979
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=979&view=rev
Author: rich_sposato
Date: 2009-01-31 07:30:36 +0000 (Sat, 31 Jan 2009)
Log Message:
-----------
Added yasli header files.
Modified Paths:
--------------
trunk/src/Library_MSVC9.vcproj
Modified: trunk/src/Library_MSVC9.vcproj
===================================================================
--- trunk/src/Library_MSVC9.vcproj 2009-01-31 07:29:40 UTC (rev 978)
+++ trunk/src/Library_MSVC9.vcproj 2009-01-31 07:30:36 UTC (rev 979)
@@ -392,6 +392,38 @@
>
</File>
</Filter>
+ <Filter
+ Name="yasli"
+ >
+ <File
+ RelativePath="..\include\loki\yasli\platform.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\yasli\random.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\yasli\yasli_fill_iterator.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\yasli\yasli_memory.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\yasli\yasli_protocols.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\yasli\yasli_traits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\include\loki\yasli\yasli_vector.h"
+ >
+ </File>
+ </Filter>
</Filter>
<Filter
Name="Source Files"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ric...@us...> - 2009-11-02 05:44:05
|
Revision: 1047
http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1047&view=rev
Author: rich_sposato
Date: 2009-11-02 05:43:58 +0000 (Mon, 02 Nov 2009)
Log Message:
-----------
Added ThreadLocal.h header file.
Modified Paths:
--------------
trunk/src/Library_MSVC9.vcproj
Modified: trunk/src/Library_MSVC9.vcproj
===================================================================
--- trunk/src/Library_MSVC9.vcproj 2009-11-02 05:37:41 UTC (rev 1046)
+++ trunk/src/Library_MSVC9.vcproj 2009-11-02 05:43:58 UTC (rev 1047)
@@ -329,6 +329,10 @@
>
</File>
<File
+ RelativePath="..\include\loki\ThreadLocal.h"
+ >
+ </File>
+ <File
RelativePath="..\include\loki\Threads.h"
>
</File>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|