summaryrefslogtreecommitdiffstats
path: root/Smoke/FFTW
diff options
context:
space:
mode:
authorOliver Schinagl <oliver@schinagl.nl>2007-09-19 13:27:29 (GMT)
committerOliver Schinagl <oliver@schinagl.nl>2007-09-19 13:27:29 (GMT)
commit353c37683e2708a1e4c23adddb7d706354947c2d (patch)
tree653f8f4338eb2eba7405b60eb57ca4f5e8a118f4 /Smoke/FFTW
download2iv35-353c37683e2708a1e4c23adddb7d706354947c2d.zip
2iv35-353c37683e2708a1e4c23adddb7d706354947c2d.tar.gz
2iv35-353c37683e2708a1e4c23adddb7d706354947c2d.tar.bz2
Initial import of Smoke application
Diffstat (limited to 'Smoke/FFTW')
-rw-r--r--Smoke/FFTW/FFTW.vcproj737
-rw-r--r--Smoke/FFTW/FFTW.vcproj.TUE.ATelea.user65
2 files changed, 802 insertions, 0 deletions
diff --git a/Smoke/FFTW/FFTW.vcproj b/Smoke/FFTW/FFTW.vcproj
new file mode 100644
index 0000000..a99e2fa
--- /dev/null
+++ b/Smoke/FFTW/FFTW.vcproj
@@ -0,0 +1,737 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="FFTW"
+ ProjectGUID="{664BC2C0-9A86-46A1-B5EA-34812EA063D7}"
+ RootNamespace="FFTW"
+ 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="../fftw-2.1.3/fftw;../fftw-2.1.3/rfftw"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ 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"
+ OutputFile="../library/FFTW.lib"
+ />
+ <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="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="../fftw-2.1.3/fftw;../fftw-2.1.3/rfftw"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="../library/FFTW.lib"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <Filter
+ Name="rfftw"
+ >
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_11.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_12.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_128.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_13.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_14.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_15.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fcr_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhb_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\fhf_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_11.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_12.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_128.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_13.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_14.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_15.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\frc_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rconfig.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rexec.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rexec2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rfftwf77.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rfftwnd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rgeneric.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\rfftw\rplanner.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="fftw"
+ >
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\config.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\executor.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fftwf77.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fftwnd.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_11.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_12.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_13.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_14.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_15.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fn_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_1.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_11.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_12.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_13.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_14.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_15.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\fni_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftw_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_10.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_16.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_2.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_3.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_32.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_4.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_5.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_6.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_64.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_7.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_8.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\ftwi_9.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\generic.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\malloc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\planner.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\putils.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\rader.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\timer.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\twiddle.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\wisdom.c"
+ >
+ </File>
+ <File
+ RelativePath="..\fftw-2.1.3\fftw\wisdomio.c"
+ >
+ </File>
+ </Filter>
+ </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>
diff --git a/Smoke/FFTW/FFTW.vcproj.TUE.ATelea.user b/Smoke/FFTW/FFTW.vcproj.TUE.ATelea.user
new file mode 100644
index 0000000..1c7e081
--- /dev/null
+++ b/Smoke/FFTW/FFTW.vcproj.TUE.ATelea.user
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioUserFile
+ ProjectType="Visual C++"
+ Version="8.00"
+ ShowAllFiles="false"
+ >
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ >
+ <DebugSettings
+ Command=""
+ WorkingDirectory=""
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="NBWIN426"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor=""
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ >
+ <DebugSettings
+ Command=""
+ WorkingDirectory=""
+ CommandArguments=""
+ Attach="false"
+ DebuggerType="3"
+ Remote="1"
+ RemoteMachine="NBWIN426"
+ RemoteCommand=""
+ HttpUrl=""
+ PDBPath=""
+ SQLDebugging=""
+ Environment=""
+ EnvironmentMerge="true"
+ DebuggerFlavor=""
+ MPIRunCommand=""
+ MPIRunArguments=""
+ MPIRunWorkingDirectory=""
+ ApplicationCommand=""
+ ApplicationArguments=""
+ ShimCommand=""
+ MPIAcceptMode=""
+ MPIAcceptFilter=""
+ />
+ </Configuration>
+ </Configurations>
+</VisualStudioUserFile>