mirror of https://github.com/PCSX2/pcsx2.git
1066 lines
25 KiB
XML
1066 lines
25 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="w32pthreads"
|
|
ProjectGUID="{26511268-2902-4997-8421-ECD7055F9E28}"
|
|
RootNamespace="pthreads"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="196613"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="..\3rdparty.vsprops;..\..\common\vsprops\CodeGen_Debug.vsprops;..\..\common\vsprops\IncrementalLinking.vsprops"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)\include""
|
|
PreprocessorDefinitions="PTW32_BUILD;__CLEANUP_SEH;_DEBUG;_LIB"
|
|
ExceptionHandling="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
CompileAs="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="ws2_32.lib"
|
|
OutputFile="$(SolutionDir)\bin\$(ProjectName).dll"
|
|
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
|
/>
|
|
<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"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="..\3rdparty.vsprops;..\..\common\vsprops\CodeGen_Release.vsprops"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)\include""
|
|
PreprocessorDefinitions="PTW32_BUILD;__CLEANUP_SEH;NDEBUG;_LIB"
|
|
ExceptionHandling="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
CompileAs="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="ws2_32.lib"
|
|
OutputFile="$(SolutionDir)\bin\$(ProjectName).dll"
|
|
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Devel|Win32"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets="..\3rdparty.vsprops;..\..\common\vsprops\CodeGen_Devel.vsprops;..\..\common\vsprops\IncrementalLinking.vsprops"
|
|
CharacterSet="2"
|
|
WholeProgramOptimization="0"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalIncludeDirectories=""$(ProjectDir)";"$(ProjectDir)\include""
|
|
PreprocessorDefinitions="PTW32_BUILD;__CLEANUP_SEH;NDEBUG;_LIB"
|
|
ExceptionHandling="2"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
CompileAs="1"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
AdditionalDependencies="ws2_32.lib"
|
|
OutputFile="$(SolutionDir)\bin\$(ProjectName).dll"
|
|
ImportLibrary="$(OutDir)\$(ProjectName).lib"
|
|
/>
|
|
<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>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
>
|
|
<File
|
|
RelativePath=".\attr.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\barrier.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cancel.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\cleanup.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\condvar.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\config.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\create.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\dll.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\errno.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\exit.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\fork.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\global.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\misc.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\mutex.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\nonportable.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\private.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ptw32pch.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="1"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\ptw32pch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\rwlock.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\sched.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\semaphore.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\signal.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\spin.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\sync.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\tsd.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Devel|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
UsePrecompiledHeader="2"
|
|
PrecompiledHeaderThrough="ptw32pch.h"
|
|
PrecompiledHeaderFile="$(IntDir)\ptw32.pch"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
>
|
|
<File
|
|
RelativePath=".\include\implement.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\need_errno.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\pthread.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\sched.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\include\semaphore.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Docs"
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
|
|
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
|
|
>
|
|
<File
|
|
RelativePath=".\ANNOUNCE"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\BUGS"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\CONTRIBUTORS"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\COPYING"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\FAQ"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\MAINTAINERS"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\NEWS"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\PCSX2.txt"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|