- 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.
Этот коммит содержится в:
родитель
84bab40c31
Коммит
4d7b349cdb
ompi
ompi_static_VC8.slnopal
orte
test/mpi/environment
1394
ompi/mpi/c/mpic.vcproj
Обычный файл
1394
ompi/mpi/c/mpic.vcproj
Обычный файл
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
329
ompi/mpi/cxx/cxx.vcproj
Обычный файл
329
ompi/mpi/cxx/cxx.vcproj
Обычный файл
@ -0,0 +1,329 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="libmpi_cxx"
|
||||
ProjectGUID="{9D298393-B003-4C92-A407-A09A93314CAA}"
|
||||
RootNamespace="libmpi_cxx"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;OMPI_BUILDING;OMPI_BUILDING_CXX_BINDINGS_LIBRARY"
|
||||
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="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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=".\comm.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\datatype.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\file.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\intercepts.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mpicxx.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\win.cc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\comm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\comm_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\constants.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\datatype.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\datatype_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\errhandler.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\errhandler_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\exception.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\file.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\file_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\functions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\functions_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\group.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\group_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\info.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\info_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\intercomm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\intercomm_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\intracomm.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\intracomm_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\mpicxx.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\op.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\op_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\request.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\request_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\status.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\status_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\topology.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\topology_inln.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\win.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\win_inln.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
1474
ompi/mpi/f77/f77.vcproj
Обычный файл
1474
ompi/mpi/f77/f77.vcproj
Обычный файл
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
197
ompi/mpi/f90/f90.vcproj
Обычный файл
197
ompi/mpi/f90/f90.vcproj
Обычный файл
@ -0,0 +1,197 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="libmpi_f90"
|
||||
ProjectGUID="{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}"
|
||||
RootNamespace="f90"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="4"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
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="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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=".\test\align_c.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\test\send_t.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\attr_fn-f90-interfaces.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\fortran_sizes.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
4051
ompi/ompi.vcproj
Обычный файл
4051
ompi/ompi.vcproj
Обычный файл
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
651
ompi/tools/ompi_info/ompi_info.vcproj
Обычный файл
651
ompi/tools/ompi_info/ompi_info.vcproj
Обычный файл
@ -0,0 +1,651 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="ompi_info"
|
||||
ProjectGUID="{5BD0C703-E370-4FD7-95CA-560DF6086409}"
|
||||
RootNamespace="ompi_info"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\allocator.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\bml.lib C:\Projects\ompi-build\MCA_lib\debug_static\btl.lib C:\Projects\ompi-build\MCA_lib\debug_static\coll.lib C:\Projects\ompi-build\MCA_lib\debug_static\common.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\io.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\maffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\mpool.lib C:\Projects\ompi-build\MCA_lib\debug_static\mtl.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\oob.lib C:\Projects\ompi-build\MCA_lib\debug_static\osc.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\pml.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rcache.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\topo.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib;"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="0"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
UseOfMFC="0"
|
||||
UseOfATL="0"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;"
|
||||
StringPooling="false"
|
||||
MinimalRebuild="true"
|
||||
ExceptionHandling="1"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
TreatWChar_tAsBuiltInType="true"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
UseLibraryDependencyInputs="false"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="0"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\allocator.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\bml.lib C:\Projects\ompi-build\MCA_lib\debug_static\btl.lib C:\Projects\ompi-build\MCA_lib\debug_static\coll.lib C:\Projects\ompi-build\MCA_lib\debug_static\common.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\io.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\maffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\mpool.lib C:\Projects\ompi-build\MCA_lib\debug_static\mtl.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\oob.lib C:\Projects\ompi-build\MCA_lib\debug_static\osc.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\pml.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rcache.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\topo.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib;"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="0"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\allocator.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\bml.lib C:\Projects\ompi-build\MCA_lib\debug_static\btl.lib C:\Projects\ompi-build\MCA_lib\debug_static\coll.lib C:\Projects\ompi-build\MCA_lib\debug_static\common.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\io.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\maffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\mpool.lib C:\Projects\ompi-build\MCA_lib\debug_static\mtl.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\oob.lib C:\Projects\ompi-build\MCA_lib\debug_static\osc.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\pml.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rcache.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\topo.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib;"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\allocator.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\bml.lib C:\Projects\ompi-build\MCA_lib\debug_static\btl.lib C:\Projects\ompi-build\MCA_lib\debug_static\coll.lib C:\Projects\ompi-build\MCA_lib\debug_static\common.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\io.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\maffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\mpool.lib C:\Projects\ompi-build\MCA_lib\debug_static\mtl.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\oob.lib C:\Projects\ompi-build\MCA_lib\debug_static\osc.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\pml.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rcache.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\topo.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib;"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="0"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="components.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="ompi_info.cc"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
GeneratePreprocessedFile="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug_Static|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
GeneratePreprocessedFile="0"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="output.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="param.cc"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="version.cc"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="ompi_info.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
481
ompi_static_VC8.sln
Обычный файл
481
ompi_static_VC8.sln
Обычный файл
@ -0,0 +1,481 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libopen-pal", "opal\opal.vcproj", "{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmpi", "ompi\ompi.vcproj", "{A287AF1E-841E-4DAA-A74A-004D1C61BD52}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libopen-rte", "orte\orte.vcproj", "{B874B9EC-879F-4C43-A72F-132867D242BE}"
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "bin", "bin", "{DD1CC77C-53FA-41A1-9260-003DE571F0E7}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ompi_info", "ompi\tools\ompi_info\ompi_info.vcproj", "{5BD0C703-E370-4FD7-95CA-560DF6086409}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52} = {A287AF1E-841E-4DAA-A74A-004D1C61BD52}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opal_wrapper", "opal\tools\wrappers\opal_wrapper.vcproj", "{9F937956-6702-4A57-804D-8136F2B9663B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orted", "orte\tools\orted\orted.vcproj", "{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ortekill", "orte\tools\ortekill\ortekill.vcproj", "{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "lib", "lib", "{AAA85B72-6CBC-4BD8-B657-4B380EEA9450}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orteboot", "orte\tools\orteboot\orteboot.vcproj", "{C9A9E997-D3DB-414C-9EF4-A167576A8009}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orterun", "orte\tools\orterun\orterun.vcproj", "{9FC9957B-288D-4231-B5DF-E75FCCC8345F}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orte-clean", "orte\tools\orte-clean\orte-clean.vcproj", "{E4DA158A-42FA-4188-813A-82218E623FDB}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orte-ps", "orte\tools\orte-ps\orte-ps.vcproj", "{F4431964-265F-4389-989B-AECEF10C3B38}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ortehalt", "orte\tools\ortehalt\ortehalt.vcproj", "{9110089E-407F-4781-BE50-A5EDF38AC67B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orteprobe", "orte\tools\orteprobe\orteprobe.vcproj", "{B2BD47EA-7844-41C3-BA19-87048F53865B}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opal-checkpoint", "opal\tools\opal-checkpoint\opal-checkpoint.vcproj", "{029DA224-4B5F-4A68-97A3-61347D8A8D85}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{4549A41A-2F83-4E43-9444-18547FB39427}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chello", "test\mpi\environment\chello.vcproj", "{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52} = {A287AF1E-841E-4DAA-A74A-004D1C61BD52}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "orte-restart", "orte\tools\orte-restart\orte-restart.vcproj", "{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {B874B9EC-879F-4C43-A72F-132867D242BE}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "non_blocking", "..\test_programs\non_blocking\non_blocking.vcproj", "{1F0F3910-9245-45CA-8551-B78BD8AA2288}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52} = {A287AF1E-841E-4DAA-A74A-004D1C61BD52}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmpi_f90", "ompi\mpi\f90\f90.vcproj", "{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmpi_f77", "ompi\mpi\f77\f77.vcproj", "{09497F03-D8FB-45FD-BCF1-6953B8596D46}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libmpi_cxx", "ompi\mpi\cxx\cxx.vcproj", "{9D298393-B003-4C92-A407-A09A93314CAA}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opal-restart", "opal\tools\opal-restart\opal-restart.vcproj", "{A8E74BA1-CE96-4270-ABA2-724731337D8B}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
Debug_dll|Win32 = Debug_dll|Win32
|
||||
Debug_dll|x64 = Debug_dll|x64
|
||||
Debug|Win32 = Debug|Win32
|
||||
Debug|x64 = Debug|x64
|
||||
DebugDLL|Win32 = DebugDLL|Win32
|
||||
DebugDLL|x64 = DebugDLL|x64
|
||||
Release|Win32 = Release|Win32
|
||||
Release|x64 = Release|x64
|
||||
ReleaseDLL|Win32 = ReleaseDLL|Win32
|
||||
ReleaseDLL|x64 = ReleaseDLL|x64
|
||||
EndGlobalSection
|
||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug_dll|x64.ActiveCfg = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug_dll|x64.Build.0 = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug|x64.ActiveCfg = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Debug|x64.Build.0 = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.DebugDLL|Win32.ActiveCfg = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.DebugDLL|x64.ActiveCfg = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.DebugDLL|x64.Build.0 = Debug_dll|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Release|Win32.Build.0 = Release|Win32
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Release|x64.ActiveCfg = Release|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.Release|x64.Build.0 = Release|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5}.ReleaseDLL|x64.Build.0 = Release|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug_dll|x64.ActiveCfg = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug_dll|x64.Build.0 = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug|x64.ActiveCfg = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Debug|x64.Build.0 = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.DebugDLL|Win32.ActiveCfg = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.DebugDLL|x64.ActiveCfg = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.DebugDLL|x64.Build.0 = Debug_dll|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Release|Win32.Build.0 = Release|Win32
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Release|x64.ActiveCfg = Release|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.Release|x64.Build.0 = Release|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52}.ReleaseDLL|x64.Build.0 = Release|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug_dll|x64.ActiveCfg = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug_dll|x64.Build.0 = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug|x64.ActiveCfg = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Debug|x64.Build.0 = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.DebugDLL|Win32.ActiveCfg = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.DebugDLL|x64.ActiveCfg = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.DebugDLL|x64.Build.0 = Debug_dll|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Release|Win32.Build.0 = Release|Win32
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Release|x64.ActiveCfg = Release|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.Release|x64.Build.0 = Release|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE}.ReleaseDLL|x64.Build.0 = Release|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Debug_dll|Win32.ActiveCfg = Debug|Win32
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Debug_dll|x64.ActiveCfg = Debug|Win32
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Debug|x64.Build.0 = Debug|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.DebugDLL|Win32.ActiveCfg = Debug|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.DebugDLL|x64.ActiveCfg = Debug|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Release|Win32.Build.0 = Release|Win32
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Release|x64.ActiveCfg = Release|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.Release|x64.Build.0 = Release|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug_dll|x64.ActiveCfg = Debug_dll|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug_dll|x64.Build.0 = Debug_dll|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Debug|x64.Build.0 = Debug|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.DebugDLL|Win32.ActiveCfg = Debug_dll|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.DebugDLL|x64.ActiveCfg = Debug_dll|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.DebugDLL|x64.Build.0 = Debug_dll|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Release|Win32.Build.0 = Release|Win32
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Release|x64.ActiveCfg = Release|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.Release|x64.Build.0 = Release|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B}.ReleaseDLL|x64.Build.0 = Release|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug_dll|x64.ActiveCfg = Debug_dll|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug_dll|x64.Build.0 = Debug_dll|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Debug|x64.Build.0 = Debug|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.DebugDLL|Win32.ActiveCfg = Debug_dll|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.DebugDLL|x64.ActiveCfg = Debug_dll|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.DebugDLL|x64.Build.0 = Debug_dll|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Release|Win32.Build.0 = Release|Win32
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Release|x64.ActiveCfg = Release|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.Release|x64.Build.0 = Release|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}.ReleaseDLL|x64.Build.0 = Release|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug_dll|x64.ActiveCfg = Debug_dll|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug_dll|x64.Build.0 = Debug_dll|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug|x64.ActiveCfg = Debug|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Debug|x64.Build.0 = Debug|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.DebugDLL|Win32.ActiveCfg = Debug_dll|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.DebugDLL|x64.ActiveCfg = Debug_dll|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.DebugDLL|x64.Build.0 = Debug_dll|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Release|Win32.Build.0 = Release|Win32
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Release|x64.ActiveCfg = Release|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.Release|x64.Build.0 = Release|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.ReleaseDLL|Win32.ActiveCfg = Release|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.ReleaseDLL|x64.ActiveCfg = Release|x64
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}.ReleaseDLL|x64.Build.0 = Release|x64
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Release|Win32.Build.0 = Release|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.Release|x64.ActiveCfg = Release|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Release|Win32.Build.0 = Release|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.Release|x64.ActiveCfg = Release|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Release|Win32.Build.0 = Release|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.Release|x64.ActiveCfg = Release|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Release|Win32.Build.0 = Release|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.Release|x64.ActiveCfg = Release|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Release|Win32.Build.0 = Release|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.Release|x64.ActiveCfg = Release|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Release|Win32.Build.0 = Release|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.Release|x64.ActiveCfg = Release|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Release|Win32.Build.0 = Release|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.Release|x64.ActiveCfg = Release|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Debug_dll|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Debug_dll|Win32.Build.0 = Debug_dll|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Debug_dll|x64.ActiveCfg = Debug_dll|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Release|Win32.Build.0 = Release|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.Release|x64.ActiveCfg = Release|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Debug_dll|Win32.ActiveCfg = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Debug_dll|Win32.Build.0 = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Debug_dll|x64.ActiveCfg = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.DebugDLL|Win32.ActiveCfg = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.DebugDLL|x64.ActiveCfg = Debug|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Release|Win32.Build.0 = Release|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.Release|x64.ActiveCfg = Release|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Debug_dll|Win32.ActiveCfg = Debug|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Debug_dll|Win32.Build.0 = Debug|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Debug_dll|x64.ActiveCfg = Debug|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.DebugDLL|Win32.ActiveCfg = Debug_dll|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.DebugDLL|Win32.Build.0 = Debug_dll|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.DebugDLL|x64.ActiveCfg = Debug_dll|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Release|Win32.Build.0 = Release|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.Release|x64.ActiveCfg = Release|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Debug_dll|Win32.ActiveCfg = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Debug_dll|Win32.Build.0 = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Debug_dll|x64.ActiveCfg = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.DebugDLL|Win32.ActiveCfg = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.DebugDLL|Win32.Build.0 = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.DebugDLL|x64.ActiveCfg = Debug|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Release|Win32.Build.0 = Release|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.Release|x64.ActiveCfg = Release|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Debug_dll|Win32.ActiveCfg = DebugDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Debug_dll|Win32.Build.0 = DebugDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Debug_dll|x64.ActiveCfg = DebugDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.DebugDLL|Win32.Build.0 = DebugDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.DebugDLL|x64.ActiveCfg = DebugDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Release|Win32.Build.0 = Release|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.Release|x64.ActiveCfg = Release|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.ReleaseDLL|Win32.ActiveCfg = ReleaseDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.ReleaseDLL|Win32.Build.0 = ReleaseDLL|Win32
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46}.ReleaseDLL|x64.ActiveCfg = ReleaseDLL|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Debug_dll|Win32.ActiveCfg = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Debug_dll|Win32.Build.0 = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Debug_dll|x64.ActiveCfg = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.DebugDLL|Win32.ActiveCfg = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.DebugDLL|Win32.Build.0 = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.DebugDLL|x64.ActiveCfg = Debug|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Release|Win32.Build.0 = Release|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.Release|x64.ActiveCfg = Release|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Debug_dll|Win32.ActiveCfg = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Debug_dll|Win32.Build.0 = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Debug_dll|x64.ActiveCfg = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Debug|Win32.ActiveCfg = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Debug|Win32.Build.0 = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Debug|x64.ActiveCfg = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.DebugDLL|Win32.ActiveCfg = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.DebugDLL|Win32.Build.0 = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.DebugDLL|x64.ActiveCfg = Debug|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Release|Win32.ActiveCfg = Release|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Release|Win32.Build.0 = Release|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.Release|x64.ActiveCfg = Release|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.ReleaseDLL|Win32.ActiveCfg = Release|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.ReleaseDLL|Win32.Build.0 = Release|Win32
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B}.ReleaseDLL|x64.ActiveCfg = Release|Win32
|
||||
EndGlobalSection
|
||||
GlobalSection(SolutionProperties) = preSolution
|
||||
HideSolutionNode = FALSE
|
||||
EndGlobalSection
|
||||
GlobalSection(NestedProjects) = preSolution
|
||||
{A287AF1E-841E-4DAA-A74A-004D1C61BD52} = {AAA85B72-6CBC-4BD8-B657-4B380EEA9450}
|
||||
{B874B9EC-879F-4C43-A72F-132867D242BE} = {AAA85B72-6CBC-4BD8-B657-4B380EEA9450}
|
||||
{E5D486A6-64D4-453A-8C9D-B7D8D3B930D5} = {AAA85B72-6CBC-4BD8-B657-4B380EEA9450}
|
||||
{5A8EB1D1-EC41-483B-846E-BE6C25AB77E2} = {AAA85B72-6CBC-4BD8-B657-4B380EEA9450}
|
||||
{09497F03-D8FB-45FD-BCF1-6953B8596D46} = {AAA85B72-6CBC-4BD8-B657-4B380EEA9450}
|
||||
{9D298393-B003-4C92-A407-A09A93314CAA} = {AAA85B72-6CBC-4BD8-B657-4B380EEA9450}
|
||||
{5BD0C703-E370-4FD7-95CA-560DF6086409} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{9F937956-6702-4A57-804D-8136F2B9663B} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{C9A9E997-D3DB-414C-9EF4-A167576A8009} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{9FC9957B-288D-4231-B5DF-E75FCCC8345F} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{E4DA158A-42FA-4188-813A-82218E623FDB} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{F4431964-265F-4389-989B-AECEF10C3B38} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{9110089E-407F-4781-BE50-A5EDF38AC67B} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{B2BD47EA-7844-41C3-BA19-87048F53865B} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{029DA224-4B5F-4A68-97A3-61347D8A8D85} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{A8E74BA1-CE96-4270-ABA2-724731337D8B} = {DD1CC77C-53FA-41A1-9260-003DE571F0E7}
|
||||
{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530} = {4549A41A-2F83-4E43-9444-18547FB39427}
|
||||
{1F0F3910-9245-45CA-8551-B78BD8AA2288} = {4549A41A-2F83-4E43-9444-18547FB39427}
|
||||
EndGlobalSection
|
||||
EndGlobal
|
1810
opal/opal.vcproj
Обычный файл
1810
opal/opal.vcproj
Обычный файл
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
194
opal/threads/opal_thread.vcproj
Обычный файл
194
opal/threads/opal_thread.vcproj
Обычный файл
@ -0,0 +1,194 @@
|
||||
<?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=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
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>
|
257
opal/tools/opal-checkpoint/opal-checkpoint.vcproj
Обычный файл
257
opal/tools/opal-checkpoint/opal-checkpoint.vcproj
Обычный файл
@ -0,0 +1,257 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="opal-checkpoint"
|
||||
ProjectGUID="{029DA224-4B5F-4A68-97A3-61347D8A8D85}"
|
||||
RootNamespace="opal-checkpoint"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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=".\opal-checkpoint.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
199
opal/tools/opal-restart/opal-restart.vcproj
Обычный файл
199
opal/tools/opal-restart/opal-restart.vcproj
Обычный файл
@ -0,0 +1,199 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="opal-restart"
|
||||
ProjectGUID="{A8E74BA1-CE96-4270-ABA2-724731337D8B}"
|
||||
RootNamespace="opalrestart"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
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="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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=".\opal-restart.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
731
opal/tools/wrappers/opal_wrapper.vcproj
Обычный файл
731
opal/tools/wrappers/opal_wrapper.vcproj
Обычный файл
@ -0,0 +1,731 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="opal_wrapper"
|
||||
ProjectGUID="{9F937956-6702-4A57-804D-8136F2B9663B}"
|
||||
RootNamespace="opal_wrapper"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="opal_wrapper.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
3090
orte/orte.vcproj
Обычный файл
3090
orte/orte.vcproj
Обычный файл
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
326
orte/tools/orte-clean/orte-clean.vcproj
Обычный файл
326
orte/tools/orte-clean/orte-clean.vcproj
Обычный файл
@ -0,0 +1,326 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orte-clean"
|
||||
ProjectGUID="{E4DA158A-42FA-4188-813A-82218E623FDB}"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="orte-clean.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
326
orte/tools/orte-ps/orte-ps.vcproj
Обычный файл
326
orte/tools/orte-ps/orte-ps.vcproj
Обычный файл
@ -0,0 +1,326 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orte-ps"
|
||||
ProjectGUID="{F4431964-265F-4389-989B-AECEF10C3B38}"
|
||||
RootNamespace="orte-ps"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="orte-ps.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
199
orte/tools/orte-restart/orte-restart.vcproj
Обычный файл
199
orte/tools/orte-restart/orte-restart.vcproj
Обычный файл
@ -0,0 +1,199 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orte-restart"
|
||||
ProjectGUID="{4379C4D5-D2F2-4C29-A9DF-7AD287B86CD6}"
|
||||
RootNamespace="orterestart"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
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="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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=".\orte-restart.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
447
orte/tools/orteboot/orteboot.vcproj
Обычный файл
447
orte/tools/orteboot/orteboot.vcproj
Обычный файл
@ -0,0 +1,447 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orteboot"
|
||||
ProjectGUID="{C9A9E997-D3DB-414C-9EF4-A167576A8009}"
|
||||
RootNamespace="orteboot"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="orte.lib opal.lib base.lib Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="orteboot.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug_Static|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug_Dynamic|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug_dll|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
||||
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
758
orte/tools/orted/orted.vcproj
Обычный файл
758
orte/tools/orted/orted.vcproj
Обычный файл
@ -0,0 +1,758 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orted"
|
||||
ProjectGUID="{6B72BF4D-C538-45AE-ABAF-D2ADDA55A70A}"
|
||||
RootNamespace="orted"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib Ws2_32.lib"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames="LIBCMTD.lib;LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib Ws2_32.lib"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames="LIBCMTD.lib;LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib Ws2_32.lib"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames="LIBCMTD.lib;LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib Ws2_32.lib"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames="LIBCMTD.lib;LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="3"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib Ws2_32.lib"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames="LIBCMTD.lib;LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="orted.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
330
orte/tools/ortehalt/ortehalt.vcproj
Обычный файл
330
orte/tools/ortehalt/ortehalt.vcproj
Обычный файл
@ -0,0 +1,330 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="ortehalt"
|
||||
ProjectGUID="{9110089E-407F-4781-BE50-A5EDF38AC67B}"
|
||||
RootNamespace="ortehalt"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
SuppressStartupBanner="true"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
SuppressStartupBanner="true"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="ortehalt.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
727
orte/tools/ortekill/ortekill.vcproj
Обычный файл
727
orte/tools/ortekill/ortekill.vcproj
Обычный файл
@ -0,0 +1,727 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="ortekill"
|
||||
ProjectGUID="{ED8C8D1D-BE14-4D14-BF28-D4589C4BFB68}"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
<Platform
|
||||
Name="x64"
|
||||
/>
|
||||
</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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|x64"
|
||||
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
||||
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
TargetEnvironment="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="C:\Projects\ompi-build\MCA_lib\debug_static\orte.lib C:\Projects\ompi-build\MCA_lib\debug_static\opal.lib C:\Projects\ompi-build\MCA_lib\debug_static\ompi.lib C:\Projects\ompi-build\MCA_lib\debug_static\base.lib C:\Projects\ompi-build\MCA_lib\debug_static\errmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\rml.lib C:\Projects\ompi-build\MCA_lib\debug_static\pls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmaps.lib C:\Projects\ompi-build\MCA_lib\debug_static\ras.lib C:\Projects\ompi-build\MCA_lib\debug_static\rds.lib C:\Projects\ompi-build\MCA_lib\debug_static\schema.lib C:\Projects\ompi-build\MCA_lib\debug_static\gpr.lib C:\Projects\ompi-build\MCA_lib\debug_static\ns.lib C:\Projects\ompi-build\MCA_lib\debug_static\iof.lib C:\Projects\ompi-build\MCA_lib\debug_static\odls.lib C:\Projects\ompi-build\MCA_lib\debug_static\rmgr.lib C:\Projects\ompi-build\MCA_lib\debug_static\sds.lib C:\Projects\ompi-build\MCA_lib\debug_static\memcpy.lib C:\Projects\ompi-build\MCA_lib\debug_static\paffinity.lib C:\Projects\ompi-build\MCA_lib\debug_static\memory.lib C:\Projects\ompi-build\MCA_lib\debug_static\timer.lib C:\Projects\ompi-build\MCA_lib\debug_static\smr.lib C:\Projects\ompi-build\MCA_lib\debug_static\backtrace.lib Ws2_32.lib"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="ortekill.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
330
orte/tools/orteprobe/orteprobe.vcproj
Обычный файл
330
orte/tools/orteprobe/orteprobe.vcproj
Обычный файл
@ -0,0 +1,330 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orteprobe"
|
||||
ProjectGUID="{B2BD47EA-7844-41C3-BA19-87048F53865B}"
|
||||
RootNamespace="orteprobe"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
>
|
||||
<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="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="orteprobe.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="orteprobe.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
423
orte/tools/orterun/orterun.vcproj
Обычный файл
423
orte/tools/orterun/orterun.vcproj
Обычный файл
@ -0,0 +1,423 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="orterun"
|
||||
ProjectGUID="{9FC9957B-288D-4231-B5DF-E75FCCC8345F}"
|
||||
RootNamespace="ortetrun"
|
||||
>
|
||||
<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"
|
||||
AdditionalIncludeDirectories=""$(SolutionDir)\contrib\platform\win32";"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="0"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="1"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Static|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="2"
|
||||
ManagedExtensions="0"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
WarningLevel="3"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories=""
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
AssemblyDebug="0"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_Dynamic|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"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32";"C:\Projects\ompi-win\orte\";"C:\Projects\ompi-win\orte\include";"C:\Projects\ompi-win\opal";"C:\Projects\ompi-win\opal\include\opal";"C:\Projects\ompi-win\opal\include";"C:\Projects\ompi-win\opal\event\compat";"C:\Projects\ompi-win\opal\win32";"C:\Projects\ompi-win\opal\event\WIN32-Code";"C:\Projects\ompi-win\ompi";"C:\Projects\ompi-win\ompi\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\adio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\include";"C:\Projects\ompi-win\ompi\mca\io\romio\romio\mpi-io";"C:\Projects\ompi-win";"C:\Program Files\Microsoft Visual Studio 8\VC\include";"C:\Program Files\Microsoft Visual Studio 8\VC\PlatformSDK\Include";"C:\Program Files\Microsoft Visual Studio 8\VC\include\msclr";"C:\Projects\ompi-win\include""
|
||||
RuntimeLibrary="2"
|
||||
WarningLevel="0"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="ompi.lib orte.lib opal.lib base.lib gpr.lib rmaps.lib sds.lib rml.lib pls.lib ras.lib rds.lib schema.lib ns.lib iof.lib odls.lib smr.lib rmgr.lib errmgr.lib timer.lib memcpy.lib paffinity.lib memory.lib backtrace.lib Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
IgnoreDefaultLibraryNames="LIBCMT.lib"
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|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"
|
||||
AdditionalIncludeDirectories="C:\Projects\ompi-win\contrib\platform\win32;"$(SolutionDir)";"$(SolutionDir)\opal";"$(SolutionDir)\opal\include";"$(SolutionDir)\orte";"$(SolutionDir)\orte\include";"$(SolutionDir)\ompi";"$(SolutionDir)\ompi\include";"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
ProgramDataBaseFileName="$(IntDir)\$(TargetName).pdb"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="false"
|
||||
DebugInformationFormat="4"
|
||||
CompileAs="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="Ws2_32.lib"
|
||||
AdditionalLibraryDirectories="C:\Projects\ompi-build\debug_static\"
|
||||
IgnoreDefaultLibraryNames=""
|
||||
GenerateDebugInformation="true"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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="main.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="orterun.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="totalview.c"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="orterun.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="totalview.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
297
test/mpi/environment/chello.vcproj
Обычный файл
297
test/mpi/environment/chello.vcproj
Обычный файл
@ -0,0 +1,297 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Name="chello"
|
||||
ProjectGUID="{76C8913A-6B33-4CB4-AEFD-BC3C1FE9B530}"
|
||||
RootNamespace="chello"
|
||||
Keyword="Win32Proj"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
Name="Win32"
|
||||
/>
|
||||
</Platforms>
|
||||
<ToolFiles>
|
||||
</ToolFiles>
|
||||
<Configurations>
|
||||
<Configuration
|
||||
Name="Debug|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="$(SolutionDir)\contrib\platform\win32"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;STATIC_IMPORT"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="0"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libmpi.lib Ws2_32.lib shlwapi.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName)_d.exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(OutDir)""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Release|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
WholeProgramOptimization="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="2"
|
||||
WarningLevel="3"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="3"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
LinkIncremental="1"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
OptimizeReferences="2"
|
||||
EnableCOMDATFolding="2"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
Name="Debug_dll|Win32"
|
||||
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
||||
IntermediateDirectory="$(ConfigurationName)"
|
||||
ConfigurationType="1"
|
||||
CharacterSet="1"
|
||||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXMLDataGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebServiceProxyGeneratorTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCMIDLTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=""C:\Projects\ompi-win\contrib\platform\win32""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="3"
|
||||
UsePrecompiledHeader="0"
|
||||
WarningLevel="0"
|
||||
Detect64BitPortabilityProblems="true"
|
||||
DebugInformationFormat="4"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCResourceCompilerTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="kernel32.lib Ws2_32.lib advapi32.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="1"
|
||||
TargetMachine="1"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManifestTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCXDCMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCBscMakeTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCFxCopTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<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=".\chello.c"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
GeneratePreprocessedFile="0"
|
||||
CompileAs="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug_dll|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
GeneratePreprocessedFile="1"
|
||||
CompileAs="1"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Resource Files"
|
||||
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}"
|
||||
>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
</Filter>
|
||||
</Files>
|
||||
<Globals>
|
||||
</Globals>
|
||||
</VisualStudioProject>
|
Загрузка…
x
Ссылка в новой задаче
Block a user