project64/Source/Common/Common.vcproj

262 lines
4.3 KiB
Plaintext
Raw Normal View History

<?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="File Class.cpp"
>
</File>
<File
RelativePath="Ini File Class.cpp"
>
</File>
<File
RelativePath="Log Class.cpp"
>
</File>
<File
RelativePath="md5.cpp"
>
</File>
<File
RelativePath="MemTest.cpp"
>
</File>
<File
RelativePath="path.cpp"
>
</File>
<File
RelativePath="std string.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>
2015-11-06 11:42:27 +00:00
<File
RelativePath=".\SyncEvent.cpp"
>
</File>
<File
RelativePath="Trace.cpp"
>
</File>
2015-11-06 11:55:21 +00:00
<File
RelativePath=".\Util.cpp"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl"
>
<File
RelativePath="CriticalSection.h"
>
</File>
<File
RelativePath="File Class.h"
>
</File>
<File
RelativePath="Ini File Class.h"
>
</File>
<File
RelativePath="Log Class.h"
>
</File>
<File
RelativePath="md5.h"
>
</File>
<File
RelativePath="MemTest.h"
>
</File>
<File
RelativePath="path.h"
>
</File>
<File
RelativePath="Smart Pointer.h"
>
</File>
<File
RelativePath="std string.h"
>
</File>
<File
RelativePath="stdafx.h"
>
</File>
<File
RelativePath=".\stdtypes.h"
>
</File>
2015-11-06 11:42:27 +00:00
<File
RelativePath=".\SyncEvent.h"
>
</File>
<File
RelativePath="Trace.h"
>
</File>
<File
RelativePath="TraceDefs.h"
>
</File>
2015-11-06 11:55:21 +00:00
<File
RelativePath=".\Util.h"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>