262 lines
4.4 KiB
XML
262 lines
4.4 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="Common"
|
|
ProjectGUID="{B4A4B994-9111-42B1-93C2-6F1CA8BC4421}"
|
|
RootNamespace="Common"
|
|
TargetFrameworkVersion="0"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(SolutionDir)PropertySheets/Win32.Debug.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
<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"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets="$(SolutionDir)PropertySheets/Win32.Release.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
<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;cxx;rc;def;r;odl;idl;hpj;bat"
|
|
>
|
|
<File
|
|
RelativePath=".\CriticalSection.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\FileClass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\IniFileClass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\LogClass.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\md5.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MemTest.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\path.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdString.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SyncEvent.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Trace.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Util.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl"
|
|
>
|
|
<File
|
|
RelativePath=".\CriticalSection.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\FileClass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\IniFileClass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\LogClass.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\md5.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MemTest.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\path.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SmartPointer.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdafx.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\StdString.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\stdtypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\SyncEvent.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Trace.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\TraceDefs.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\Util.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|