iphreeqc/IPhreeqc.vcxproj
Scott R Charlton ce04b21cb3 setting up for VS2010
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/branches/ErrorHandling@6173 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2012-02-06 22:05:40 +00:00

570 lines
29 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="DebugDll|Win32">
<Configuration>DebugDll</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="DebugDll|x64">
<Configuration>DebugDll</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Win32">
<Configuration>Debug</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|x64">
<Configuration>Debug</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="ReleaseDll|Win32">
<Configuration>ReleaseDll</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="ReleaseDll|x64">
<Configuration>ReleaseDll</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Win32">
<Configuration>Release</Configuration>
<Platform>Win32</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|x64">
<Configuration>Release</Configuration>
<Platform>x64</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>{F9C18E06-F73A-4EB0-92E0-AE1713EA7FD7}</ProjectGuid>
<RootNamespace>IPhreeqc</RootNamespace>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseOfMfc>false</UseOfMfc>
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
<Import Project="IPhreeqc.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">$(Platform)\$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">$(SolutionDir)$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">$(Configuration)\</IntDir>
<OutDir Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
<IntDir Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">$(Platform)\$(Configuration)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Lib>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir lib &gt; NUL
copy "$(TargetDir)$(TargetName).lib" "lib\$(TargetName).lib"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Lib>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir libx64 &gt; NUL
copy "$(TargetDir)$(TargetName).lib" "libx64\$(TargetName).lib"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Lib>
<OutputFile>$(OutDir)$(ProjectName)d.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir lib &gt; NUL
copy "$(TargetDir)$(TargetName).lib" "lib\$(TargetName).lib"
copy "$(TargetDir)vc80.pdb" "lib\vc80.pdb"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Lib>
<OutputFile>$(OutDir)$(ProjectName)d.lib</OutputFile>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Lib>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir libx64 &gt; NUL
copy "$(TargetDir)$(TargetName).lib" "libx64\$(TargetName).lib"
copy "$(TargetDir)vc80.pdb" "libx64\vc80.pdb"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<SubSystem>NotSet</SubSystem>
<ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir dll &gt; NUL
copy "$(OutDir)$(ProjectName).dll" "dll\$(ProjectName).dll"
copy "$(TargetDir)$(TargetName).lib" "dll\$(TargetName).lib"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>MaxSpeed</Optimization>
<InlineFunctionExpansion>OnlyExplicitInline</InlineFunctionExpansion>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>NDEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<StringPooling>true</StringPooling>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<FunctionLevelLinking>true</FunctionLevelLinking>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<SubSystem>NotSet</SubSystem>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir dllx64 &gt; NUL
copy "$(OutDir)$(ProjectName).dll" "dllx64\$(ProjectName).dll"
copy "$(TargetDir)$(TargetName).lib" "dllx64\$(TargetName).lib"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<OutputFile>$(OutDir)$(ProjectName)d.dll</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir dll &gt; NUL
copy "$(OutDir)$(ProjectName)d.dll" "dll\$(ProjectName)d.dll"
copy "$(TargetDir)$(TargetName).lib" "dll\$(TargetName).lib"
copy "$(TargetDir)vc80.pdb" "dll\vc80.pdb"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugDll|x64'">
<Midl>
<TargetEnvironment>X64</TargetEnvironment>
</Midl>
<ClCompile>
<Optimization>Disabled</Optimization>
<AdditionalIncludeDirectories>src;src/phreeqcpp;src/phreeqcpp/phreeqc;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
<PreprocessorDefinitions>_DEBUG;WIN32;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<MinimalRebuild>true</MinimalRebuild>
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<PrecompiledHeaderOutputFile>
</PrecompiledHeaderOutputFile>
<WarningLevel>Level3</WarningLevel>
<SuppressStartupBanner>true</SuppressStartupBanner>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
</ClCompile>
<ResourceCompile>
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<Culture>0x0409</Culture>
</ResourceCompile>
<Link>
<OutputFile>$(OutDir)$(ProjectName)d.dll</OutputFile>
<GenerateDebugInformation>true</GenerateDebugInformation>
<ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary>
<TargetMachine>MachineX64</TargetMachine>
</Link>
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PostBuildEvent>
<Command>mkdir dllx64 &gt; NUL
copy "$(OutDir)$(ProjectName)d.dll" "dllx64\$(ProjectName)d.dll"
copy "$(TargetDir)$(TargetName).lib" "dllx64\$(TargetName).lib"
copy "$(TargetDir)vc80.pdb" "dllx64\vc80.pdb"
</Command>
</PostBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="src\fwrap.cpp" />
<ClCompile Include="src\fwrap2.cpp" />
<ClCompile Include="src\fwrap3.cpp" />
<ClCompile Include="src\IPhreeqc.cpp" />
<ClCompile Include="src\IPhreeqcLib.cpp" />
<ClCompile Include="src\SelectedOutput.cpp" />
<ClCompile Include="src\Var.c">
<CompileAs Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">CompileAsCpp</CompileAs>
<CompileAs Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">CompileAsCpp</CompileAs>
</ClCompile>
<ClCompile Include="src\phreeqcpp\cxxKinetics.cxx" />
<ClCompile Include="src\phreeqcpp\cxxMix.cxx" />
<ClCompile Include="src\phreeqcpp\dumper.cpp" />
<ClCompile Include="src\phreeqcpp\Exchange.cxx" />
<ClCompile Include="src\phreeqcpp\ExchComp.cxx" />
<ClCompile Include="src\phreeqcpp\GasComp.cxx" />
<ClCompile Include="src\phreeqcpp\GasPhase.cxx" />
<ClCompile Include="src\phreeqcpp\ISolution.cxx" />
<ClCompile Include="src\phreeqcpp\ISolutionComp.cxx" />
<ClCompile Include="src\phreeqcpp\Keywords.cpp" />
<ClCompile Include="src\phreeqcpp\KineticsComp.cxx" />
<ClCompile Include="src\phreeqcpp\NameDouble.cxx" />
<ClCompile Include="src\phreeqcpp\NumKeyword.cxx" />
<ClCompile Include="src\phreeqcpp\Parser.cxx" />
<ClCompile Include="src\phreeqcpp\PBasic.cpp" />
<ClCompile Include="src\phreeqcpp\Phreeqc.cpp" />
<ClCompile Include="src\phreeqcpp\PHRQ_base.cxx" />
<ClCompile Include="src\phreeqcpp\PHRQ_io.cpp" />
<ClCompile Include="src\phreeqcpp\PPassemblage.cxx" />
<ClCompile Include="src\phreeqcpp\PPassemblageComp.cxx" />
<ClCompile Include="src\phreeqcpp\Pressure.cxx" />
<ClCompile Include="src\phreeqcpp\Reaction.cxx" />
<ClCompile Include="src\phreeqcpp\ReadClass.cxx" />
<ClCompile Include="src\phreeqcpp\runner.cpp" />
<ClCompile Include="src\phreeqcpp\Solution.cxx" />
<ClCompile Include="src\phreeqcpp\SolutionIsotope.cxx" />
<ClCompile Include="src\phreeqcpp\SolutionIsotopeList.cxx" />
<ClCompile Include="src\phreeqcpp\SS.cxx" />
<ClCompile Include="src\phreeqcpp\SSassemblage.cxx" />
<ClCompile Include="src\phreeqcpp\SScomp.cxx" />
<ClCompile Include="src\phreeqcpp\StorageBin.cxx" />
<ClCompile Include="src\phreeqcpp\StorageBinList.cpp" />
<ClCompile Include="src\phreeqcpp\Surface.cxx" />
<ClCompile Include="src\phreeqcpp\SurfaceCharge.cxx" />
<ClCompile Include="src\phreeqcpp\SurfaceComp.cxx" />
<ClCompile Include="src\phreeqcpp\System.cxx" />
<ClCompile Include="src\phreeqcpp\Temperature.cxx" />
<ClCompile Include="src\phreeqcpp\Use.cpp" />
<ClCompile Include="src\phreeqcpp\Utils.cxx" />
<ClCompile Include="src\phreeqcpp\phreeqc\advection.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\basicsubs.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\cl1.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\cvdense.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\cvode.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\dense.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\dw.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\gases.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\input.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\integrate.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\inverse.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\isotopes.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\kinetics.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\mainsubs.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\model.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\nvector.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\nvector_serial.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\parse.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\phqalloc.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\PHRQ_io_output.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\pitzer.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\pitzer_structures.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\prep.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\print.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\read.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\readtr.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\sit.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\smalldense.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\spread.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\step.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\structures.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\sundialsmath.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\tally.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\tidy.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\transport.cpp" />
<ClCompile Include="src\phreeqcpp\phreeqc\utilities.cpp" />
</ItemGroup>
<ItemGroup>
<CustomBuildStep Include="src\IPhreeqcF.f">
<FileType>Document</FileType>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='DebugDll|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='ReleaseDll|Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
</CustomBuildStep>
</ItemGroup>
<ItemGroup>
<ClInclude Include="src\CVar.hxx" />
<ClInclude Include="src\phreeqcpp\phreeqc\cvdense.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\cvode.h" />
<ClInclude Include="src\phreeqcpp\cxxKinetics.h" />
<ClInclude Include="src\phreeqcpp\cxxMix.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\dense.h" />
<ClInclude Include="src\phreeqcpp\Dictionary.h" />
<ClInclude Include="src\phreeqcpp\dumper.h" />
<ClInclude Include="src\ErrorReporter.hxx" />
<ClInclude Include="src\phreeqcpp\Exchange.h" />
<ClInclude Include="src\phreeqcpp\ExchComp.h" />
<ClInclude Include="src\fwrap.h" />
<ClInclude Include="src\phreeqcpp\GasPhase.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\global.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\global_structures.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\input.h" />
<ClInclude Include="src\phreeqcpp\ISolution.h" />
<ClInclude Include="src\phreeqcpp\ISolutionComp.h" />
<ClInclude Include="src\phreeqcpp\Keywords.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\kinetics.h" />
<ClInclude Include="src\phreeqcpp\KineticsComp.h" />
<ClInclude Include="src\phreeqcpp\NameDouble.h" />
<ClInclude Include="src\phreeqcpp\NumKeyword.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\nvector.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\nvector_serial.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\output.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\p2c.h" />
<ClInclude Include="src\phreeqcpp\Parser.h" />
<ClInclude Include="src\phreeqcpp\PBasic.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\phqalloc.h" />
<ClInclude Include="src\phreeqcpp\Phreeqc.h" />
<ClInclude Include="src\phreeqcpp\Phreeqc_class.h" />
<ClInclude Include="src\phreeqcpp\PHRQ_base.h" />
<ClInclude Include="src\phreeqcpp\PHRQ_io.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\phrqtype.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\pitzer.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\pitzer_structures.h" />
<ClInclude Include="src\phreeqcpp\PPassemblage.h" />
<ClInclude Include="src\phreeqcpp\PPassemblageComp.h" />
<ClInclude Include="src\phreeqcpp\Pressure.h" />
<ClInclude Include="src\phreeqcpp\Reaction.h" />
<ClInclude Include="src\phreeqcpp\runner.h" />
<ClInclude Include="src\SelectedOutput.hxx" />
<ClInclude Include="src\phreeqcpp\phreeqc\smalldense.h" />
<ClInclude Include="src\phreeqcpp\Solution.h" />
<ClInclude Include="src\phreeqcpp\SolutionIsotope.h" />
<ClInclude Include="src\phreeqcpp\SolutionIsotopeList.h" />
<ClInclude Include="src\phreeqcpp\SS.h" />
<ClInclude Include="src\phreeqcpp\SSassemblage.h" />
<ClInclude Include="src\phreeqcpp\SScomp.h" />
<ClInclude Include="src\phreeqcpp\StorageBin.h" />
<ClInclude Include="src\phreeqcpp\StorageBinList.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\sundialsmath.h" />
<ClInclude Include="src\phreeqcpp\phreeqc\sundialstypes.h" />
<ClInclude Include="src\phreeqcpp\Surface.h" />
<ClInclude Include="src\phreeqcpp\SurfaceCharge.h" />
<ClInclude Include="src\phreeqcpp\SurfaceComp.h" />
<ClInclude Include="src\phreeqcpp\System.h" />
<ClInclude Include="src\phreeqcpp\Temperature.h" />
<ClInclude Include="src\phreeqcpp\Use.h" />
<ClInclude Include="src\phreeqcpp\Utils.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>