mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
fixed up projects
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@6730 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
fe6505cf2b
commit
8df5396dd1
@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 9.00
|
||||
# Visual Studio 2005
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IPhreeqc", "IPhreeqc.vcproj", "{F9C18E06-F73A-4EB0-92E0-AE1713EA7FD7}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IPhreeqc", "IPhreeqc.2005.vcproj", "{F9C18E06-F73A-4EB0-92E0-AE1713EA7FD7}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@ -1,11 +1,10 @@
|
||||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="8.00"
|
||||
Name="IPhreeqc"
|
||||
ProjectGUID="{F9C18E06-F73A-4EB0-92E0-AE1713EA7FD7}"
|
||||
RootNamespace="IPhreeqc"
|
||||
TargetFrameworkVersion="131072"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
@ -363,8 +362,6 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
SubSystem="0"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
||||
/>
|
||||
<Tool
|
||||
@ -386,6 +383,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir dll > NUL
copy "$(OutDir)\$(ProjectName).dll" "dll\$(ProjectName).dll"
copy "$(TargetDir)$(TargetName).lib" "dll\$(TargetName).lib"
"
|
||||
@ -445,8 +445,6 @@
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
SubSystem="0"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
<Tool
|
||||
@ -468,6 +466,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir dllx64 > NUL
copy "$(OutDir)\$(ProjectName).dll" "dllx64\$(ProjectName).dll"
copy "$(TargetDir)$(TargetName).lib" "dllx64\$(TargetName).lib"
"
|
||||
@ -527,8 +528,6 @@
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
||||
GenerateDebugInformation="true"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
||||
/>
|
||||
<Tool
|
||||
@ -550,6 +549,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir dll > NUL
copy "$(OutDir)\$(ProjectName)d.dll" "dll\$(ProjectName)d.dll"
copy "$(TargetDir)$(TargetName).lib" "dll\$(TargetName).lib"
copy "$(TargetDir)vc80.pdb" "dll\vc80.pdb"
"
|
||||
@ -610,8 +612,6 @@
|
||||
Name="VCLinkerTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName)d.dll"
|
||||
GenerateDebugInformation="true"
|
||||
RandomizedBaseAddress="1"
|
||||
DataExecutionPrevention="0"
|
||||
ImportLibrary="$(TargetDir)$(TargetName).lib"
|
||||
TargetMachine="17"
|
||||
/>
|
||||
@ -634,6 +634,9 @@
|
||||
<Tool
|
||||
Name="VCAppVerifierTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCWebDeploymentTool"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="mkdir dllx64 > NUL
copy "$(OutDir)\$(ProjectName)d.dll" "dllx64\$(ProjectName)d.dll"
copy "$(TargetDir)$(TargetName).lib" "dllx64\$(TargetName).lib"
copy "$(TargetDir)vc80.pdb" "dllx64\vc80.pdb"
"
|
||||
4064
IPhreeqc.2008.vcproj
4064
IPhreeqc.2008.vcproj
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user