summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.vcproj
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:10:06 +0000
committerfcolin2007-02-01 13:10:06 +0000
commit30805533c3cbb4e9a718930b584ba70580e3cbb2 (patch)
treeb283e1303a799571581e51d8eae086ddb7612caf /IvyProbe/IvyProbe.vcproj
parentc5922079b58ea16396e450c376ed77ae65614ad9 (diff)
downloadivy-cplusplus-30805533c3cbb4e9a718930b584ba70580e3cbb2.zip
ivy-cplusplus-30805533c3cbb4e9a718930b584ba70580e3cbb2.tar.gz
ivy-cplusplus-30805533c3cbb4e9a718930b584ba70580e3cbb2.tar.bz2
ivy-cplusplus-30805533c3cbb4e9a718930b584ba70580e3cbb2.tar.xz
Utilisateur : Fcolin Date : 3/10/02 Heure : 12:09 Archivé dans $/Bus/Test Commentaire: (vss 5)
Diffstat (limited to 'IvyProbe/IvyProbe.vcproj')
-rw-r--r--IvyProbe/IvyProbe.vcproj17
1 files changed, 9 insertions, 8 deletions
diff --git a/IvyProbe/IvyProbe.vcproj b/IvyProbe/IvyProbe.vcproj
index a2a89fc..3195334 100644
--- a/IvyProbe/IvyProbe.vcproj
+++ b/IvyProbe/IvyProbe.vcproj
@@ -2,7 +2,7 @@
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
- Name="Test"
+ Name="IvyProbe"
SccProjectName="&quot;$/Bus/Test&quot;, ZPBAAAAA"
SccAuxPath=""
SccLocalPath="."
@@ -15,7 +15,7 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
+ OutputDirectory="C:\users\fcolin\Program Files\$(ConfigurationName)"
IntermediateDirectory=".\Debug"
ConfigurationType="1"
UseOfMFC="2"
@@ -23,8 +23,9 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
- RuntimeLibrary="1"
+ AdditionalIncludeDirectories="..\Ivy"
+ PreprocessorDefinitions="USE_ETS"
+ RuntimeLibrary="3"
UsePrecompiledHeader="3"
PrecompiledHeaderThrough="stdafx.h"
PrecompiledHeaderFile=".\Debug/Test.pch"
@@ -40,7 +41,6 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
- OutputFile="c:\users\fcolin\Program Files\Debug\Test.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
@@ -61,7 +61,7 @@
Name="VCPreLinkEventTool"/>
<Tool
Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_AFXDLL;_DEBUG"
+ PreprocessorDefinitions="_DEBUG"
Culture="1036"/>
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
@@ -70,7 +70,7 @@
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
+ OutputDirectory="C:\users\fcolin\Program Files\$(ConfigurationName)"
IntermediateDirectory=".\Release"
ConfigurationType="1"
UseOfMFC="2"
@@ -78,7 +78,8 @@
<Tool
Name="VCCLCompilerTool"
InlineFunctionExpansion="1"
- PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
+ AdditionalIncludeDirectories="..\Ivy"
+ PreprocessorDefinitions="USE_ETS"
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"