root/mpich2/trunk/maint/impgen.vcproj @ 4862

Revision 4862, 5.6 KB (checked in by jayesh, 5 months ago)

Get rid of the *hackish* version of import file generator for windows dlls and replace it with an improved - recognizes 64-bit dlls too - version

Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="impgen"
6        ProjectGUID="{68A6C7AD-9713-4315-9ABE-B47E22E5E0A9}"
7        RootNamespace="impgen"
8        Keyword="Win32Proj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="Debug"
21                        IntermediateDirectory="Debug"
22                        ConfigurationType="1"
23                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24                        CharacterSet="2"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
45                                MinimalRebuild="true"
46                                BasicRuntimeChecks="3"
47                                RuntimeLibrary="1"
48                                UsePrecompiledHeader="0"
49                                WarningLevel="3"
50                                Detect64BitPortabilityProblems="true"
51                                DebugInformationFormat="4"
52                        />
53                        <Tool
54                                Name="VCManagedResourceCompilerTool"
55                        />
56                        <Tool
57                                Name="VCResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCPreLinkEventTool"
61                        />
62                        <Tool
63                                Name="VCLinkerTool"
64                                OutputFile="$(OutDir)/impgen.exe"
65                                LinkIncremental="2"
66                                GenerateDebugInformation="true"
67                                ProgramDatabaseFile="$(OutDir)/impgen.pdb"
68                                SubSystem="1"
69                                TargetMachine="1"
70                        />
71                        <Tool
72                                Name="VCALinkTool"
73                        />
74                        <Tool
75                                Name="VCManifestTool"
76                        />
77                        <Tool
78                                Name="VCXDCMakeTool"
79                        />
80                        <Tool
81                                Name="VCBscMakeTool"
82                        />
83                        <Tool
84                                Name="VCFxCopTool"
85                        />
86                        <Tool
87                                Name="VCAppVerifierTool"
88                        />
89                        <Tool
90                                Name="VCWebDeploymentTool"
91                        />
92                        <Tool
93                                Name="VCPostBuildEventTool"
94                        />
95                </Configuration>
96                <Configuration
97                        Name="Release|Win32"
98                        OutputDirectory="Release"
99                        IntermediateDirectory="Release"
100                        ConfigurationType="1"
101                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
102                        CharacterSet="2"
103                        >
104                        <Tool
105                                Name="VCPreBuildEventTool"
106                        />
107                        <Tool
108                                Name="VCCustomBuildTool"
109                        />
110                        <Tool
111                                Name="VCXMLDataGeneratorTool"
112                        />
113                        <Tool
114                                Name="VCWebServiceProxyGeneratorTool"
115                        />
116                        <Tool
117                                Name="VCMIDLTool"
118                        />
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
122                                RuntimeLibrary="0"
123                                UsePrecompiledHeader="0"
124                                WarningLevel="3"
125                                Detect64BitPortabilityProblems="true"
126                                DebugInformationFormat="3"
127                        />
128                        <Tool
129                                Name="VCManagedResourceCompilerTool"
130                        />
131                        <Tool
132                                Name="VCResourceCompilerTool"
133                        />
134                        <Tool
135                                Name="VCPreLinkEventTool"
136                        />
137                        <Tool
138                                Name="VCLinkerTool"
139                                OutputFile="$(OutDir)/impgen.exe"
140                                LinkIncremental="1"
141                                GenerateDebugInformation="true"
142                                SubSystem="1"
143                                OptimizeReferences="2"
144                                EnableCOMDATFolding="2"
145                                TargetMachine="1"
146                        />
147                        <Tool
148                                Name="VCALinkTool"
149                        />
150                        <Tool
151                                Name="VCManifestTool"
152                        />
153                        <Tool
154                                Name="VCXDCMakeTool"
155                                OutputDocumentFile=""
156                        />
157                        <Tool
158                                Name="VCBscMakeTool"
159                                OutputFile=""
160                        />
161                        <Tool
162                                Name="VCFxCopTool"
163                        />
164                        <Tool
165                                Name="VCAppVerifierTool"
166                        />
167                        <Tool
168                                Name="VCWebDeploymentTool"
169                        />
170                        <Tool
171                                Name="VCPostBuildEventTool"
172                        />
173                </Configuration>
174                <Configuration
175                        Name="ch3nemesisPRelease|Win32"
176                        OutputDirectory="$(ConfigurationName)"
177                        IntermediateDirectory="$(ConfigurationName)"
178                        ConfigurationType="1"
179                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
180                        CharacterSet="2"
181                        >
182                        <Tool
183                                Name="VCPreBuildEventTool"
184                        />
185                        <Tool
186                                Name="VCCustomBuildTool"
187                        />
188                        <Tool
189                                Name="VCXMLDataGeneratorTool"
190                        />
191                        <Tool
192                                Name="VCWebServiceProxyGeneratorTool"
193                        />
194                        <Tool
195                                Name="VCMIDLTool"
196                        />
197                        <Tool
198                                Name="VCCLCompilerTool"
199                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
200                                RuntimeLibrary="0"
201                                UsePrecompiledHeader="0"
202                                WarningLevel="3"
203                                Detect64BitPortabilityProblems="true"
204                                DebugInformationFormat="3"
205                        />
206                        <Tool
207                                Name="VCManagedResourceCompilerTool"
208                        />
209                        <Tool
210                                Name="VCResourceCompilerTool"
211                        />
212                        <Tool
213                                Name="VCPreLinkEventTool"
214                        />
215                        <Tool
216                                Name="VCLinkerTool"
217                                OutputFile="$(OutDir)/impgen.exe"
218                                LinkIncremental="1"
219                                GenerateDebugInformation="true"
220                                SubSystem="1"
221                                OptimizeReferences="2"
222                                EnableCOMDATFolding="2"
223                                TargetMachine="1"
224                        />
225                        <Tool
226                                Name="VCALinkTool"
227                        />
228                        <Tool
229                                Name="VCManifestTool"
230                        />
231                        <Tool
232                                Name="VCXDCMakeTool"
233                        />
234                        <Tool
235                                Name="VCBscMakeTool"
236                        />
237                        <Tool
238                                Name="VCFxCopTool"
239                        />
240                        <Tool
241                                Name="VCAppVerifierTool"
242                        />
243                        <Tool
244                                Name="VCWebDeploymentTool"
245                        />
246                        <Tool
247                                Name="VCPostBuildEventTool"
248                        />
249                </Configuration>
250        </Configurations>
251        <References>
252        </References>
253        <Files>
254                <Filter
255                        Name="Source Files"
256                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
257                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
258                        >
259                        <File
260                                RelativePath=".\gccimpgen.cpp"
261                                >
262                        </File>
263                </Filter>
264                <Filter
265                        Name="Header Files"
266                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
267                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
268                        >
269                </Filter>
270                <Filter
271                        Name="Resource Files"
272                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
273                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
274                        >
275                </Filter>
276        </Files>
277        <Globals>
278        </Globals>
279</VisualStudioProject>
Note: See TracBrowser for help on using the browser.