summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"