1
1
openmpi/opal/threads/opal_thread.vcproj
Shiqing Fan 4d7b349cdb - Add VC8 solution and project files.
- If one wants to use this solution, remember to unload the project 'orte-restart' which is currently not working for Windows.

This commit was SVN r15680.
2007-07-30 11:05:34 +00:00

195 строки
4.6 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Name="opal_thread"
ProjectGUID="{BC1A980D-4BC0-4998-AB52-1A617466DFE3}"
Keyword="Win32Proj"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="&quot;C:\Projects\ompi-win\contrib\platform\win32&quot;;&quot;C:\Projects\ompi-win\orte\&quot;;&quot;C:\Projects\ompi-win\orte\include&quot;;&quot;C:\Projects\ompi-win\opal&quot;;&quot;C:\Projects\ompi-win\opal\include\opal&quot;;&quot;C:\Projects\ompi-win\opal\include&quot;;&quot;C:\Projects\ompi-win\opal\event\compat&quot;;&quot;C:\Projects\ompi-win\opal\win32&quot;;&quot;C:\Projects\ompi-win\opal\event\WIN32-Code&quot;;&quot;C:\Projects\ompi-win\ompi&quot;;&quot;C:\Projects\ompi-win\ompi\include&quot;;&quot;C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include&quot;;&quot;C:\Projects\ompi-win\ompi\mca\io\romio\romio\include&quot;;&quot;C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io&quot;;&quot;C:\Projects\ompi-win&quot;;&quot;C:\Program Files\Microsoft Visual Studio 8\VC\include&quot;;&quot;C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include&quot;;&quot;C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr&quot;;&quot;C:\Projects\ompi-win\include&quot;"
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<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"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="4"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
RuntimeLibrary="2"
UsePrecompiledHeader="0"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<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="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath=".\condition.h"
>
</File>
<File
RelativePath=".\mutex.h"
>
</File>
<File
RelativePath=".\mutex_unix.h"
>
</File>
<File
RelativePath=".\mutex_windows.h"
>
</File>
<File
RelativePath=".\threads.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</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=".\condition.c"
>
</File>
<File
RelativePath=".\mutex.c"
>
</File>
<File
RelativePath=".\thread.c"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>