summaryrefslogtreecommitdiff
path: root/comIvy/comIvy.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'comIvy/comIvy.vcproj')
-rw-r--r--comIvy/comIvy.vcproj315
1 files changed, 196 insertions, 119 deletions
diff --git a/comIvy/comIvy.vcproj b/comIvy/comIvy.vcproj
index 9a4564b..d725277 100644
--- a/comIvy/comIvy.vcproj
+++ b/comIvy/comIvy.vcproj
@@ -1,245 +1,322 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="9,00"
Name="comIvy"
ProjectGUID="{561E32B8-AF2E-4BA4-8D1D-159CC71E2C90}"
RootNamespace="comIvy"
SccProjectName="&quot;$/Bus&quot;, ZOBAAAAA"
- SccAuxPath=""
SccLocalPath=".."
SccProvider="MSSCCI:Microsoft Visual SourceSafe"
- Keyword="AtlProj">
+ Keyword="AtlProj"
+ TargetFrameworkVersion="131072"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="C:\users\fcolin\Program Files\$(ConfigurationName)"
- IntermediateDirectory="Debug"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
<Tool
- Name="VCCLCompilerTool"
- AdditionalOptions=""
- Optimization="0"
- AdditionalIncludeDirectories="..\Ivy"
- PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES"
- MinimalRebuild="TRUE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- UsePrecompiledHeader="3"
- WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ Name="VCPreBuildEventTool"
+ />
<Tool
Name="VCCustomBuildTool"
- Description="Copying dll&apos;s"
- CommandLine="copy &quot;$(TargetPath)&quot; &quot;C:\users\fcolin\Program Files\$(OutDir)&quot;
-"
- Outputs="C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll"/>
+ Description=""
+ CommandLine="&#x0D;&#x0A;"
+ Outputs=""
+ />
<Tool
- Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
- AdditionalOptions=""
- LinkIncremental="2"
- SuppressStartupBanner="TRUE"
- MergedIDLBaseFileName="_comIvy.idl"
- GenerateDebugInformation="TRUE"
- SubSystem="2"
- ImportLibrary="$(OutDir)/comIvy.lib"
- TargetMachine="1"/>
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
- MkTypLibCompatible="FALSE"
+ MkTypLibCompatible="false"
TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
+ GenerateStublessProxies="true"
TypeLibraryName="$(IntDir)/comIvy.tlb"
HeaderFileName="comIvy.h"
DLLDataFileName=""
InterfaceIdentifierFileName="comIvy_i.c"
- ProxyFileName="comIvy_p.c"/>
+ ProxyFileName="comIvy_p.c"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Inscription en cours"
- CommandLine="regsvr32 /s /c &quot;C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll&quot;"/>
- <Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCCLCompilerTool"
+ AdditionalOptions=""
+ Optimization="0"
+ AdditionalIncludeDirectories="&quot;C:\Users\fcolin\Documents\Projects Visual Studio\pcre-7.9&quot;;..\Ivy"
+ PreprocessorDefinitions="WIN32;_WINDOWS;_DEBUG;_USRDLL;_ATL_ATTRIBUTES"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="2"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
+ AdditionalIncludeDirectories="$(IntDir)"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="true"
+ AdditionalOptions=""
+ LinkIncremental="2"
+ SuppressStartupBanner="true"
+ MergedIDLBaseFileName="_comIvy.idl"
+ GenerateDebugInformation="true"
+ SubSystem="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="$(OutDir)/comIvy.lib"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Inscription en cours"
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
+ ExcludedFromBuild="true"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory="Release"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
UseOfATL="1"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ Description=""
+ CommandLine="&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="NDEBUG"
+ MkTypLibCompatible="false"
+ TargetEnvironment="1"
+ GenerateStublessProxies="true"
+ TypeLibraryName="$(IntDir)/comIvy.tlb"
+ HeaderFileName="comIvy.h"
+ DLLDataFileName=""
+ InterfaceIdentifierFileName="comIvy_i.c"
+ ProxyFileName="comIvy_p.c"
+ />
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=""
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="..\Ivy"
+ AdditionalIncludeDirectories="&quot;C:\Users\fcolin\Documents\Projects Visual Studio\pcre-7.9&quot;;..\Ivy"
PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="3"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="2"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="3"/>
+ DebugInformationFormat="3"
+ />
<Tool
- Name="VCCustomBuildTool"
- Description="Copying dll&apos;s"
- CommandLine="copy &quot;$(TargetPath)&quot; &quot;C:\users\fcolin\Program Files\$(OutDir)&quot;
-"
- Outputs="&quot;C:\users\fcolin\Program Files\$(OutDir)\$(TargetFileName)&quot;"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ AdditionalIncludeDirectories="$(IntDir)"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
- IgnoreImportLibrary="TRUE"
+ IgnoreImportLibrary="true"
AdditionalOptions=""
LinkIncremental="1"
- SuppressStartupBanner="TRUE"
+ SuppressStartupBanner="true"
MergedIDLBaseFileName="_comIvy.idl"
- GenerateDebugInformation="TRUE"
- GenerateMapFile="TRUE"
+ GenerateDebugInformation="true"
+ GenerateMapFile="true"
MapFileName="Toto"
- MapExports="TRUE"
- MapLines="TRUE"
+ MapExports="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
ImportLibrary="$(OutDir)/comIvy.lib"
- TargetMachine="1"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCMIDLTool"
- PreprocessorDefinitions="NDEBUG"
- MkTypLibCompatible="FALSE"
- TargetEnvironment="1"
- GenerateStublessProxies="TRUE"
- TypeLibraryName="$(IntDir)/comIvy.tlb"
- HeaderFileName="comIvy.h"
- DLLDataFileName=""
- InterfaceIdentifierFileName="comIvy_i.c"
- ProxyFileName="comIvy_p.c"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPostBuildEventTool"
- Description="Inscription en cours"
- CommandLine="regsvr32 /s /c &quot;C:\users\fcolin\Program Files\$(OutDir)\$(TargetName).dll&quot;"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"
- AdditionalIncludeDirectories="$(IntDir)"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ Description=""
+ CommandLine=""
+ />
</Configuration>
</Configurations>
<References>
<ProjectReference
ReferencedProjectIdentifier="{9818D652-CC05-463E-880D-AFCA2C7BFABE}"
- Name="Ivy"/>
+ RelativePathToProject="..\Ivy\Ivy.vcproj"
+ />
</References>
<Files>
<Filter
Name="Source Files"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
+ >
<File
- RelativePath="Bus.cpp">
+ RelativePath="Bus.cpp"
+ >
</File>
<File
- RelativePath="comIvy.cpp">
+ RelativePath="comIvy.cpp"
+ >
</File>
<File
- RelativePath="Expression.cpp">
+ RelativePath="Expression.cpp"
+ >
</File>
<File
- RelativePath="stdafx.cpp">
+ RelativePath="stdafx.cpp"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=""
- UsePrecompiledHeader="1"/>
+ UsePrecompiledHeader="1"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
AdditionalOptions=""
- UsePrecompiledHeader="1"/>
+ UsePrecompiledHeader="1"
+ />
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Header Files"
- Filter="h;hpp;hxx;hm;inl;inc">
+ Filter="h;hpp;hxx;hm;inl;inc"
+ >
<File
- RelativePath="Bus.h">
+ RelativePath="Bus.h"
+ >
</File>
<File
- RelativePath="Expression.h">
+ RelativePath="Expression.h"
+ >
</File>
<File
- RelativePath="Resource.h">
+ RelativePath="Resource.h"
+ >
</File>
<File
- RelativePath="stdafx.h">
+ RelativePath="stdafx.h"
+ >
</File>
</Filter>
<Filter
Name="Resource Files"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
+ >
<File
- RelativePath="comIvy.rc">
+ RelativePath="comIvy.rc"
+ >
</File>
<File
- RelativePath="comIvy.rgs">
+ RelativePath="comIvy.rgs"
+ >
</File>
</Filter>
<File
RelativePath="ivyscript.vbs"
- DeploymentContent="TRUE">
+ DeploymentContent="true"
+ >
</File>
<File
- RelativePath="ReadMe.txt">
+ RelativePath="ReadMe.txt"
+ >
</File>
<File
RelativePath="TestIvy.doc"
- DeploymentContent="TRUE">
+ DeploymentContent="true"
+ >
</File>
</Files>
<Globals>