summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:15:01 +0000
committerfcolin2007-02-01 13:15:01 +0000
commitad7c062a79500bbd7d217c748804c4db22f87dd3 (patch)
tree1b234514df9b72626382e30864fb3519bd1e83bf
parent8165b9594f93dc58b8aa81e3360b06c71708cefc (diff)
downloadivy-cplusplus-ad7c062a79500bbd7d217c748804c4db22f87dd3.zip
ivy-cplusplus-ad7c062a79500bbd7d217c748804c4db22f87dd3.tar.gz
ivy-cplusplus-ad7c062a79500bbd7d217c748804c4db22f87dd3.tar.bz2
ivy-cplusplus-ad7c062a79500bbd7d217c748804c4db22f87dd3.tar.xz
Utilisateur : Fcolin Date : 3/10/02 Heure : 15:27 Créé Commentaire: (vss 1)
-rw-r--r--comIvy/comIvyPS.vcproj121
1 files changed, 121 insertions, 0 deletions
diff --git a/comIvy/comIvyPS.vcproj b/comIvy/comIvyPS.vcproj
new file mode 100644
index 0000000..e0695a6
--- /dev/null
+++ b/comIvy/comIvyPS.vcproj
@@ -0,0 +1,121 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="comIvyPS"
+ ProjectGUID="{2518DFBB-6692-4F0C-8020-1DEEC95A5EC1}"
+ SccProjectName="&quot;$/Bus&quot;, ZOBAAAAA"
+ SccAuxPath=""
+ SccLocalPath=".."
+ SccProvider="MSSCCI:Microsoft Visual SourceSafe"
+ Keyword="AtlPSProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="DebugPS"
+ IntermediateDirectory="DebugPS"
+ ConfigurationType="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;_DEBUG"
+ RuntimeLibrary="3"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
+ ModuleDefinitionFile="comIvyPS.def"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Inscription en cours"
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Vérification de l&apos;existence des fichiers requis"
+ CommandLine="if exist dlldata.c goto :END
+Erreur d&apos;écho : MIDL ne peut pas générer DLLDATA.C si le projet principal ne contient pas au moins une interface.
+Exit 1
+:END
+"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="ReleasePS"
+ IntermediateDirectory="ReleasePS"
+ ConfigurationType="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0400;REGISTER_PROXY_DLL;NDEBUG"
+ RuntimeLibrary="2"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
+ ModuleDefinitionFile="comIvyPS.def"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"
+ Description="Inscription en cours"
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Vérification de l&apos;existence des fichiers requis"
+ CommandLine="if exist dlldata.c goto :END
+Erreur d&apos;écho : MIDL ne peut pas générer DLLDATA.C si le projet principal ne contient pas au moins une interface.
+Exit 1
+:END
+"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <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="comIvyps.def">
+ </File>
+ </Filter>
+ <Filter
+ Name="Generated Files"
+ SourceControlFiles="FALSE">
+ <File
+ RelativePath="_comIvy_i.c">
+ </File>
+ <File
+ RelativePath="_comIvy_p.c">
+ </File>
+ <File
+ RelativePath="dlldata.c">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>