summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:14:39 +0000
committerfcolin2007-02-01 13:14:39 +0000
commitbd629d1392d3a55af10c5e4e10eb3aecfd5faa89 (patch)
treef122cb99d579cba5d56ba2779af7540f08a115be
parent5bed1e3707fa87bdbf682c0271f3ba288114f783 (diff)
downloadivy-cplusplus-bd629d1392d3a55af10c5e4e10eb3aecfd5faa89.zip
ivy-cplusplus-bd629d1392d3a55af10c5e4e10eb3aecfd5faa89.tar.gz
ivy-cplusplus-bd629d1392d3a55af10c5e4e10eb3aecfd5faa89.tar.bz2
ivy-cplusplus-bd629d1392d3a55af10c5e4e10eb3aecfd5faa89.tar.xz
Utilisateur : Fcolin Date : 3/10/02 Heure : 10:54 Créé Commentaire: (vss 1)
-rw-r--r--comIvy/comIvy.vcproj210
1 files changed, 210 insertions, 0 deletions
diff --git a/comIvy/comIvy.vcproj b/comIvy/comIvy.vcproj
new file mode 100644
index 0000000..b6c060e
--- /dev/null
+++ b/comIvy/comIvy.vcproj
@@ -0,0 +1,210 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="comIvy"
+ ProjectGUID="{561E32B8-AF2E-4BA4-8D1D-159CC71E2C90}"
+ SccProjectName="&quot;$/Bus&quot;, ZOBAAAAA"
+ SccAuxPath=""
+ SccLocalPath=".."
+ SccProvider="MSSCCI:Microsoft Visual SourceSafe"
+ Keyword="AtlProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="2"
+ UseOfATL="1"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ 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"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="TRUE"
+ OutputFile="$(OutDir)/comIvy.dll"
+ LinkIncremental="2"
+ MergedIDLBaseFileName="_comIvy.idl"
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ ImportLibrary="$(OutDir)/comIvy.lib"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"
+ PreprocessorDefinitions="_DEBUG"
+ MkTypLibCompatible="FALSE"
+ TargetEnvironment="1"
+ GenerateStublessProxies="TRUE"
+ TypeLibraryName="$(IntDir)/comIvy.tlb"
+ HeaderFileName="comIvy.h"
+ DLLDataFileName=""
+ InterfaceIdentifierFileName="comIvy_i.c"
+ ProxyFileName="comIvy_p.c"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Inscription en cours"
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"
+ AdditionalIncludeDirectories="$(IntDir)"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="2"
+ UseOfATL="1"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ InlineFunctionExpansion="1"
+ PreprocessorDefinitions="WIN32;_WINDOWS;NDEBUG;_USRDLL;_ATL_ATTRIBUTES"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="3"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ IgnoreImportLibrary="TRUE"
+ OutputFile="$(OutDir)/comIvy.dll"
+ LinkIncremental="1"
+ MergedIDLBaseFileName="_comIvy.idl"
+ GenerateDebugInformation="TRUE"
+ SubSystem="2"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ ImportLibrary="$(OutDir)/comIvy.lib"
+ 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"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Inscription en cours"
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"
+ AdditionalIncludeDirectories="$(IntDir)"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ <File
+ RelativePath="Bus.cpp">
+ </File>
+ <File
+ RelativePath="Expression.cpp">
+ </File>
+ <File
+ RelativePath="comIvy.cpp">
+ </File>
+ <File
+ RelativePath="stdafx.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="1"/>
+ </FileConfiguration>
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc">
+ <File
+ RelativePath="Bus.h">
+ </File>
+ <File
+ RelativePath="Expression.h">
+ </File>
+ <File
+ RelativePath="Resource.h">
+ </File>
+ <File
+ RelativePath="stdafx.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ <File
+ RelativePath="comIvy.rc">
+ </File>
+ <File
+ RelativePath="comIvy.rgs">
+ </File>
+ </Filter>
+ <File
+ RelativePath="ReadMe.txt">
+ </File>
+ <File
+ RelativePath="TestIvy.doc"
+ DeploymentContent="TRUE">
+ </File>
+ <File
+ RelativePath="ivyscript.vbs"
+ DeploymentContent="TRUE">
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>