mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-13 07:08:23 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@12923 1feff8c3-07ed-0310-ac33-dd36852eb9cd
1948 lines
44 KiB
XML
1948 lines
44 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="IPhreeqc"
|
|
ProjectGUID="{B0A40DC6-D218-4028-9FF1-3E25EF0FF5FE}"
|
|
RootNamespace="IPhreeqc"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
<Platform
|
|
Name="x64"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=lib
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=libx64
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=lib
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
copy "$(TargetDir)vc*.pdb" "%DEST%\."
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Debug|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="4"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="1"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.lib"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=libx64
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
copy "$(TargetDir)vc*.pdb" "%DEST%\."
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseDll|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
SubSystem="0"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=dll
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseDll|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
SubSystem="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=dllx64
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugDll|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
GenerateDebugInformation="true"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=dll
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
copy "$(TargetDir)vc*.pdb" "%DEST%\."
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugDll|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
GenerateDebugInformation="true"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=dllx64
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
copy "$(TargetDir)vc*.pdb" "%DEST%\."
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugCLR|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
ManagedExtensions="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;MULTICHART"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="3"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
GenerateDebugInformation="true"
|
|
AssemblyDebug="1"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=clr
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
copy "$(TargetDir)vc*.pdb" "%DEST%\."
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="DebugCLR|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
ManagedExtensions="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;MULTICHART"
|
|
MinimalRebuild="false"
|
|
BasicRuntimeChecks="0"
|
|
RuntimeLibrary="3"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
DebugInformationFormat="3"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="_DEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
|
GenerateDebugInformation="true"
|
|
AssemblyDebug="1"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=clrx64
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
copy "$(TargetDir)vc*.pdb" "%DEST%\."
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseCLR|Win32"
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
ManagedExtensions="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;MULTICHART"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
SubSystem="0"
|
|
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=clr
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="ReleaseCLR|x64"
|
|
OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)"
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
ConfigurationType="2"
|
|
InheritedPropertySheets=".\IPhreeqc.vsprops"
|
|
UseOfMFC="0"
|
|
ATLMinimizesCRunTimeLibraryUsage="false"
|
|
CharacterSet="2"
|
|
ManagedExtensions="1"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
TargetEnvironment="3"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
AdditionalOptions="/MP"
|
|
Optimization="2"
|
|
InlineFunctionExpansion="1"
|
|
AdditionalIncludeDirectories=""
|
|
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;MULTICHART"
|
|
StringPooling="true"
|
|
RuntimeLibrary="2"
|
|
EnableFunctionLevelLinking="true"
|
|
PrecompiledHeaderFile=""
|
|
WarningLevel="3"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
PreprocessorDefinitions="NDEBUG"
|
|
Culture="1033"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
SubSystem="0"
|
|
TargetMachine="17"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCManifestTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
SuppressStartupBanner="true"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCAppVerifierTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebDeploymentTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
CommandLine="SETLOCAL
set DEST=clrx64
if not exist %DEST% mkdir %DEST%
copy "$(TargetDir)$(TargetName).dll" "%DEST%\$(TargetName).dll"
copy "$(TargetDir)$(TargetName).lib" "%DEST%\$(TargetName).lib"
"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
<AssemblyReference
|
|
RelativePath=".\zedgraph.dll"
|
|
AssemblyName="ZedGraph, Version=5.1.5.28844, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL"
|
|
/>
|
|
<AssemblyReference
|
|
RelativePath="System.Windows.Forms.dll"
|
|
AssemblyName="System.Windows.Forms, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
|
|
/>
|
|
<AssemblyReference
|
|
RelativePath="System.Drawing.dll"
|
|
AssemblyName="System.Drawing, Version=2.0.0.0, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"
|
|
/>
|
|
<AssemblyReference
|
|
RelativePath="System.dll"
|
|
AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
|
|
/>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="Source Files"
|
|
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat;f90;for;f;fpp"
|
|
>
|
|
<File
|
|
RelativePath=".\src\CSelectedOutput.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap2.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap3.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap4.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap5.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap6.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap7.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap8.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\IPhreeqc.rc"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqc_interface_F.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqcF.f"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseDll|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDll|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugCLR|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseCLR|Win32"
|
|
ExcludedFromBuild="true"
|
|
>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqcLib.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\Parser.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\PHRQ_base.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\PHRQ_io.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\Utils.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Var.c"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseDll|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDll|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugCLR|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugCLR|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseCLR|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseCLR|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
CompileAs="2"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<Filter
|
|
Name="phreeqcpp"
|
|
>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\advection.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\basicsubs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ChartHandler.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ChartObject.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cl1.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\CurveObject.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cvdense.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cvode.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cxxKinetics.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cxxMix.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\dense.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Dictionary.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\dumper.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Exchange.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ExchComp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\GasComp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\gases.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\GasPhase.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\input.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\integrate.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\inverse.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ISolution.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ISolutionComp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\isotopes.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PhreeqcKeywords\Keywords.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\kinetics.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\KineticsComp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\mainsubs.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\model.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\NameDouble.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\NumKeyword.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\nvector.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\nvector_serial.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\parse.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PBasic.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\phqalloc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Phreeqc.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PHRQ_io_output.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\pitzer.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\pitzer_structures.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PPassemblage.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PPassemblageComp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\prep.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Pressure.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\print.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Reaction.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\read.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ReadClass.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\readtr.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\runner.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SelectedOutput.cpp"
|
|
>
|
|
<FileConfiguration
|
|
Name="Release|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Release|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="Debug|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseDll|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseDll|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDll|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugDll|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugCLR|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="DebugCLR|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseCLR|Win32"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
<FileConfiguration
|
|
Name="ReleaseCLR|x64"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
ObjectFile="$(IntDir)\$(InputName)1.obj"
|
|
XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
|
|
/>
|
|
</FileConfiguration>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\sit.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\smalldense.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Solution.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SolutionIsotope.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\spread.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SS.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SSassemblage.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SScomp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\step.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\StorageBin.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\StorageBinList.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\structures.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\sundialsmath.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Surface.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SurfaceCharge.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SurfaceComp.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\System.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\tally.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Temperature.cxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\tidy.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\transport.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Use.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\UserPunch.cpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\utilities.cpp"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Filter>
|
|
<Filter
|
|
Name="Header Files"
|
|
Filter="h;hpp;hxx;hm;inl;fi;fd"
|
|
>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ChartHandler.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ChartObject.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CSelectedOutput.hxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\CurveObject.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\CVar.hxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cvdense.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cvode.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cxxKinetics.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\cxxMix.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Debug.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\dense.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Dictionary.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\dumper.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="src\ErrorReporter.hxx"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Exchange.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ExchComp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Form1.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\fwrap.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\GasComp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\GasPhase.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\global_structures.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqc.hpp"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\IPhreeqcCallbacks.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ISolution.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\ISolutionComp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PhreeqcKeywords\Keywords.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\KineticsComp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\NA.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\NameDouble.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\NumKeyword.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\nvector.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\nvector_serial.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\Parser.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PBasic.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\phqalloc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Phreeqc.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\PHRQ_base.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\PHRQ_io.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\phrqtype.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PPassemblage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\PPassemblageComp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Pressure.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Reaction.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\resource.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\runner.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SelectedOutput.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\smalldense.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Solution.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SolutionIsotope.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SS.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SSassemblage.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SScomp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\StorageBin.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\StorageBinList.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\sundialsmath.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\sundialstypes.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Surface.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SurfaceCharge.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\SurfaceComp.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\System.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Temperature.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\thread.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Use.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\UserPunch.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\common\Utils.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Var.h"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath=".\src\Version.h"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
<Filter
|
|
Name="Resource Files"
|
|
Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
|
|
>
|
|
<File
|
|
RelativePath=".\src\phreeqcpp\Form1.2005.resX"
|
|
SubType="Designer"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|