summaryrefslogtreecommitdiff
path: root/IvyProbe/IvyProbe.vcproj
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:10:12 +0000
committerfcolin2007-02-01 13:10:12 +0000
commitda6d688aed1e2eb8847f4c18ae0b4cdf0f96123f (patch)
tree78ab3ae2b80938656a744e0f203e740e02d88a29 /IvyProbe/IvyProbe.vcproj
parent22a418c9f2c7dc9a0c17fb07299c2ac28b8a7e85 (diff)
downloadivy-cplusplus-da6d688aed1e2eb8847f4c18ae0b4cdf0f96123f.zip
ivy-cplusplus-da6d688aed1e2eb8847f4c18ae0b4cdf0f96123f.tar.gz
ivy-cplusplus-da6d688aed1e2eb8847f4c18ae0b4cdf0f96123f.tar.bz2
ivy-cplusplus-da6d688aed1e2eb8847f4c18ae0b4cdf0f96123f.tar.xz
Utilisateur : Fcolin Date : 9/04/04 Heure : 16:31 Archivé dans $/Bus/IvyProbe Commentaire: (vss 8)
Diffstat (limited to 'IvyProbe/IvyProbe.vcproj')
-rw-r--r--IvyProbe/IvyProbe.vcproj76
1 files changed, 45 insertions, 31 deletions
diff --git a/IvyProbe/IvyProbe.vcproj b/IvyProbe/IvyProbe.vcproj
index 96d73a8..0d1aa35 100644
--- a/IvyProbe/IvyProbe.vcproj
+++ b/IvyProbe/IvyProbe.vcproj
@@ -1,8 +1,9 @@
-<?xml version="1.0" encoding = "Windows-1252"?>
+<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.00"
+ Version="7.10"
Name="IvyProbe"
+ ProjectGUID="{B7F7F0F7-9029-4D1A-8CB4-C42DAF86A21C}"
SccProjectName="&quot;$/Bus/IvyProbe&quot;, ZPBAAAAA"
SccAuxPath=""
SccLocalPath="."
@@ -15,14 +16,13 @@
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory=".\Debug"
+ OutputDirectory="C:\users\fcolin\Program Files\$(ConfigurationName)"
IntermediateDirectory=".\Debug"
ConfigurationType="1"
UseOfMFC="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=""
Optimization="0"
AdditionalIncludeDirectories="..\Ivy"
PreprocessorDefinitions="USE_ETS"
@@ -42,6 +42,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
+ AdditionalDependencies="ComCtl32.lib"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
@@ -55,10 +56,7 @@
TargetEnvironment="1"
TypeLibraryName=".\Debug/Test.tlb"/>
<Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy &quot;$(TargetPath)&quot; &quot;C:\users\fcolin\Program Files\$(OutDir)&quot;
-
-"/>
+ Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -70,18 +68,23 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
+ OutputDirectory="C:\users\fcolin\Program Files\$(ConfigurationName)"
IntermediateDirectory=".\Release"
ConfigurationType="1"
UseOfMFC="2"
ATLMinimizesCRunTimeLibraryUsage="FALSE">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=""
InlineFunctionExpansion="1"
AdditionalIncludeDirectories="..\Ivy"
PreprocessorDefinitions="USE_ETS"
@@ -101,6 +104,7 @@
<Tool
Name="VCLinkerTool"
AdditionalOptions="/MACHINE:I386"
+ OutputFile="$(OutDir)/$(ProjectName).exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
ProgramDatabaseFile=".\Release/Test.pdb"
@@ -113,10 +117,7 @@
TargetEnvironment="1"
TypeLibraryName=".\Release/Test.tlb"/>
<Tool
- Name="VCPostBuildEventTool"
- CommandLine="copy &quot;$(TargetPath)&quot; &quot;C:\users\fcolin\Program Files\$(OutDir)&quot;
-
-"/>
+ Name="VCPostBuildEventTool"/>
<Tool
Name="VCPreBuildEventTool"/>
<Tool
@@ -128,43 +129,49 @@
<Tool
Name="VCWebServiceProxyGeneratorTool"/>
<Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
</Configuration>
</Configurations>
+ <References>
+ </References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
<File
- RelativePath="ETSLayout.cpp">
+ RelativePath=".\ETSLayout.cpp">
</File>
<File
RelativePath=".\HistoryEdit.cpp">
</File>
<File
+ RelativePath="IvyProbe.cpp">
+ </File>
+ <File
+ RelativePath="IvyProbeDlg.cpp">
+ </File>
+ <File
RelativePath=".\StdAfx.cpp">
<FileConfiguration
Name="Debug|Win32">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=""
UsePrecompiledHeader="1"/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
- AdditionalOptions=""
UsePrecompiledHeader="1"/>
</FileConfiguration>
</File>
<File
- RelativePath=".\Test.cpp">
- </File>
- <File
- RelativePath=".\TestDlg.cpp">
- </File>
- <File
RelativePath=".\TestParseCmdLine.cpp">
</File>
</Filter>
@@ -172,22 +179,22 @@
Name="Header Files"
Filter="h;hpp;hxx;hm;inl">
<File
- RelativePath="ETSLayout.h">
+ RelativePath=".\ETSLayout.h">
</File>
<File
RelativePath=".\HistoryEdit.h">
</File>
<File
- RelativePath=".\Resource.h">
+ RelativePath="IvyProbe.h">
</File>
<File
- RelativePath=".\StdAfx.h">
+ RelativePath="IvyProbeDlg.h">
</File>
<File
- RelativePath=".\Test.h">
+ RelativePath=".\Resource.h">
</File>
<File
- RelativePath=".\TestDlg.h">
+ RelativePath=".\StdAfx.h">
</File>
<File
RelativePath=".\TestParseCmdLine.h">
@@ -197,16 +204,23 @@
Name="Resource Files"
Filter="ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe">
<File
- RelativePath=".\res\Test.ico">
+ RelativePath="res\IvyProbe.ico">
+ </File>
+ <File
+ RelativePath="res\IvyProbe.manifest">
</File>
<File
- RelativePath=".\Test.rc">
+ RelativePath="IvyProbe.rc">
</File>
<File
- RelativePath=".\res\Test.rc2">
+ RelativePath="res\IvyProbe.rc2">
</File>
</Filter>
<File
+ RelativePath=".\IvyProbe.exe.manifest"
+ DeploymentContent="TRUE">
+ </File>
+ <File
RelativePath=".\ReadMe.txt">
</File>
</Files>