summaryrefslogtreecommitdiff
path: root/comIvy/comIvyPS.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'comIvy/comIvyPS.vcproj')
-rw-r--r--comIvy/comIvyPS.vcproj187
1 files changed, 124 insertions, 63 deletions
diff --git a/comIvy/comIvyPS.vcproj b/comIvy/comIvyPS.vcproj
index ed45cc0..6996354 100644
--- a/comIvy/comIvyPS.vcproj
+++ b/comIvy/comIvyPS.vcproj
@@ -1,109 +1,164 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="9,00"
Name="comIvyPS"
ProjectGUID="{2518DFBB-6692-4F0C-8020-1DEEC95A5EC1}"
+ RootNamespace="comIvyPS"
SccProjectName="&quot;$/Bus&quot;, ZOBAAAAA"
- SccAuxPath=""
SccLocalPath=".."
SccProvider="MSSCCI:Microsoft Visual SourceSafe"
- Keyword="AtlPSProj">
+ Keyword="AtlPSProj"
+ TargetFrameworkVersion="131072"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
- OutputDirectory="DebugPS"
- IntermediateDirectory="DebugPS"
- ConfigurationType="2">
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ Description="Vérification de l&apos;existence des fichiers requis"
+ CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;Erreur d&apos;écho : MIDL ne peut pas générer DLLDATA.C si le projet principal ne contient pas au moins une interface.&#x0D;&#x0A;Exit 1&#x0D;&#x0A;:END&#x0D;&#x0A;"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions="WIN32;REGISTER_PROXY_DLL;_DEBUG"
- RuntimeLibrary="3"/>
+ RuntimeLibrary="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
- ModuleDefinitionFile="comIvyPS.def"/>
+ ModuleDefinitionFile="comIvyPS.def"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
<Tool
Name="VCPostBuildEventTool"
Description="Inscription en cours"
- CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"/>
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ >
<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
-"/>
+ CommandLine="if exist dlldata.c goto :END&#x0D;&#x0A;Erreur d&apos;écho : MIDL ne peut pas générer DLLDATA.C si le projet principal ne contient pas au moins une interface.&#x0D;&#x0A;Exit 1&#x0D;&#x0A;:END&#x0D;&#x0A;"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCCustomBuildTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXMLDataGeneratorTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCWebServiceProxyGeneratorTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="ReleasePS"
- IntermediateDirectory="ReleasePS"
- ConfigurationType="2">
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
Optimization="3"
PreprocessorDefinitions="WIN32;REGISTER_PROXY_DLL;NDEBUG"
- RuntimeLibrary="2"/>
+ RuntimeLibrary="2"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="kernel32.lib rpcndr.lib rpcns4.lib rpcrt4.lib oleaut32.lib uuid.lib"
ModuleDefinitionFile="comIvyPS.def"
OptimizeReferences="2"
- EnableCOMDATFolding="2"/>
+ EnableCOMDATFolding="2"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCALinkTool"
+ />
<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
-"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ Description="Inscription en cours"
+ CommandLine="regsvr32 /s /c &quot;$(TargetPath)&quot;"
+ />
</Configuration>
</Configurations>
<References>
@@ -111,22 +166,28 @@ Exit 1
<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="comIvyps.def">
+ RelativePath="comIvyps.def"
+ >
</File>
</Filter>
<Filter
Name="Generated Files"
- SourceControlFiles="FALSE">
+ SourceControlFiles="false"
+ >
<File
- RelativePath="_comIvy_i.c">
+ RelativePath="_comIvy_i.c"
+ >
</File>
<File
- RelativePath="_comIvy_p.c">
+ RelativePath="_comIvy_p.c"
+ >
</File>
<File
- RelativePath="dlldata.c">
+ RelativePath="dlldata.c"
+ >
</File>
</Filter>
</Files>