2006-02-25 01:53:20 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-12-15 22:21:31 +00:00
|
|
|
Version="9,00"
|
2006-02-25 01:53:20 +00:00
|
|
|
Name="SmartPtr"
|
|
|
|
ProjectGUID="{D7AB4FEF-E7AF-443D-93A5-37F323F2042D}"
|
|
|
|
RootNamespace="SmartPtr"
|
2008-07-23 07:49:57 +00:00
|
|
|
TargetFrameworkVersion="131072"
|
2006-02-25 01:53:20 +00:00
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2006-03-03 12:58:02 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2006-10-13 23:56:46 +00:00
|
|
|
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE _SECURE_SCL=1;LOKI_OBJECT_LEVEL_THREADING"
|
2006-04-28 00:34:21 +00:00
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="3"
|
2006-02-25 01:53:20 +00:00
|
|
|
WarningLevel="4"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
|
|
|
|
GenerateDebugInformation="true"
|
2008-07-23 07:49:57 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2006-02-25 01:53:20 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="1"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2006-03-03 13:14:48 +00:00
|
|
|
AdditionalIncludeDirectories="..\..\include"
|
2006-10-13 23:56:46 +00:00
|
|
|
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;LOKI_OBJECT_LEVEL_THREADING"
|
|
|
|
RuntimeLibrary="0"
|
2006-02-25 01:53:20 +00:00
|
|
|
WarningLevel="4"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
|
2008-07-23 07:49:57 +00:00
|
|
|
RandomizedBaseAddress="1"
|
|
|
|
DataExecutionPrevention="0"
|
2006-02-25 01:53:20 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
2006-04-05 22:56:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\base.h"
|
|
|
|
>
|
|
|
|
</File>
|
2008-12-15 22:21:31 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\colvin_gibbons_trick.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-04-28 00:34:21 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\LockTest.cpp"
|
|
|
|
>
|
2007-03-07 01:17:51 +00:00
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Detect64BitPortabilityProblems="true"
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
2006-04-28 00:34:21 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SafeFormat.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\loki\SafeFormat.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-03-03 12:58:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\Singleton.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\loki\Singleton.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SmallObj.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\loki\SmallObj.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\SmartPtr.cpp"
|
2006-02-25 01:53:20 +00:00
|
|
|
>
|
2006-03-03 12:58:02 +00:00
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\loki\SmartPtr.h"
|
2006-02-25 01:53:20 +00:00
|
|
|
>
|
2006-03-03 12:58:02 +00:00
|
|
|
</File>
|
2006-04-05 22:56:58 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\src\StrongPtr.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\loki\StrongPtr.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-03-03 12:58:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\loki\Threads.h"
|
2006-02-25 01:53:20 +00:00
|
|
|
>
|
2006-03-03 12:58:02 +00:00
|
|
|
</File>
|
2006-02-25 01:53:20 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|