blob: e0695a6469ea1c688a42d45d3aef4b73cb834be3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="7.00"
Name="comIvyPS"
ProjectGUID="{2518DFBB-6692-4F0C-8020-1DEEC95A5EC1}"
SccProjectName=""$/Bus", 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 "$(TargetPath)""/>
<Tool
Name="VCPreBuildEventTool"
Description="Vérification de l'existence des fichiers requis"
CommandLine="if exist dlldata.c goto :END
Erreur d'é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 "$(TargetPath)""/>
<Tool
Name="VCPreBuildEventTool"
Description="Vérification de l'existence des fichiers requis"
CommandLine="if exist dlldata.c goto :END
Erreur d'é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>
|