~pythonregexp2.7/python/issue2636-12

« back to all changes in this revision

Viewing changes to PC/VS8.0/bdist_wininst.vcproj

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-06-09 14:52:42 UTC
  • mfrom: (39033.1.3 Regexp-2.6)
  • Revision ID: darklord@timehorse.com-20080609145242-9m268zc6u87rp1vp
Merged in changes from the core Regexp branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
                <Platform
12
12
                        Name="Win32"
13
13
                />
 
14
                <Platform
 
15
                        Name="x64"
 
16
                />
14
17
        </Platforms>
15
18
        <ToolFiles>
16
19
        </ToolFiles>
104
107
                                Name="VCPostBuildEventTool"
105
108
                        />
106
109
                </Configuration>
 
110
                <Configuration
 
111
                        Name="Release|x64"
 
112
                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
 
113
                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
 
114
                        ConfigurationType="1"
 
115
                        InheritedPropertySheets=".\pyproject.vsprops;.\release.vsprops"
 
116
                        UseOfMFC="0"
 
117
                        ATLMinimizesCRunTimeLibraryUsage="false"
 
118
                        CharacterSet="0"
 
119
                        >
 
120
                        <Tool
 
121
                                Name="VCPreBuildEventTool"
 
122
                        />
 
123
                        <Tool
 
124
                                Name="VCCustomBuildTool"
 
125
                        />
 
126
                        <Tool
 
127
                                Name="VCXMLDataGeneratorTool"
 
128
                        />
 
129
                        <Tool
 
130
                                Name="VCWebServiceProxyGeneratorTool"
 
131
                        />
 
132
                        <Tool
 
133
                                Name="VCMIDLTool"
 
134
                                PreprocessorDefinitions="NDEBUG"
 
135
                                MkTypLibCompatible="true"
 
136
                                SuppressStartupBanner="true"
 
137
                                TargetEnvironment="3"
 
138
                                TypeLibraryName=".\..\..\lib\distutils\command\wininst.tlb"
 
139
                                HeaderFileName=""
 
140
                        />
 
141
                        <Tool
 
142
                                Name="VCCLCompilerTool"
 
143
                                Optimization="1"
 
144
                                InlineFunctionExpansion="1"
 
145
                                AdditionalIncludeDirectories="..\..\PC\bdist_wininst;..\..\Include;..\..\Modules\zlib"
 
146
                                PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE"
 
147
                                StringPooling="true"
 
148
                                RuntimeLibrary="2"
 
149
                                EnableFunctionLevelLinking="true"
 
150
                                WarningLevel="3"
 
151
                                SuppressStartupBanner="true"
 
152
                        />
 
153
                        <Tool
 
154
                                Name="VCManagedResourceCompilerTool"
 
155
                        />
 
156
                        <Tool
 
157
                                Name="VCResourceCompilerTool"
 
158
                                PreprocessorDefinitions="NDEBUG"
 
159
                                Culture="0"
 
160
                                AdditionalIncludeDirectories="..\..\PC;..\..\PC\bdist_wininst;..\..\Include"
 
161
                        />
 
162
                        <Tool
 
163
                                Name="VCPreLinkEventTool"
 
164
                        />
 
165
                        <Tool
 
166
                                Name="VCLinkerTool"
 
167
                                AdditionalDependencies="comctl32.lib imagehlp.lib"
 
168
                                OutputFile="..\..\lib\distutils\command\wininst-8.0-amd64.exe"
 
169
                                LinkIncremental="1"
 
170
                                SuppressStartupBanner="true"
 
171
                                IgnoreDefaultLibraryNames="LIBC"
 
172
                                ProgramDatabaseFile="..\..\lib\distutils\command\wininst-8.0-amd64.pdb"
 
173
                                SubSystem="2"
 
174
                                RandomizedBaseAddress="1"
 
175
                                DataExecutionPrevention="0"
 
176
                                TargetMachine="17"
 
177
                        />
 
178
                        <Tool
 
179
                                Name="VCALinkTool"
 
180
                        />
 
181
                        <Tool
 
182
                                Name="VCManifestTool"
 
183
                        />
 
184
                        <Tool
 
185
                                Name="VCXDCMakeTool"
 
186
                        />
 
187
                        <Tool
 
188
                                Name="VCBscMakeTool"
 
189
                        />
 
190
                        <Tool
 
191
                                Name="VCFxCopTool"
 
192
                        />
 
193
                        <Tool
 
194
                                Name="VCAppVerifierTool"
 
195
                        />
 
196
                        <Tool
 
197
                                Name="VCPostBuildEventTool"
 
198
                        />
 
199
                </Configuration>
107
200
        </Configurations>
108
201
        <References>
109
202
        </References>