Changes due to added test for fileConfig contributed by Shane Hathaway.
[python.git] / PCbuild / pythonw.vcproj
blobbaf5e4ac3c01098cccecbedca775a56a7c468af7
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="pythonw"
6 SccProjectName="pythonw"
7 SccLocalPath="..\pc">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-debug\pythonw"
17 ConfigurationType="1"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\Include,..\PC"
24 PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
25 RuntimeLibrary="3"
26 UsePrecompiledHeader="2"
27 WarningLevel="3"
28 SuppressStartupBanner="TRUE"
29 DebugInformationFormat="3"
30 CompileAs="0"/>
31 <Tool
32 Name="VCCustomBuildTool"/>
33 <Tool
34 Name="VCLinkerTool"
35 OutputFile="./pythonw_d.exe"
36 LinkIncremental="1"
37 SuppressStartupBanner="TRUE"
38 GenerateDebugInformation="TRUE"
39 ProgramDatabaseFile=".\./pythonw_d.pdb"
40 SubSystem="2"
41 StackReserveSize="2000000"
42 BaseAddress="0x1d000000"
43 TargetMachine="1"/>
44 <Tool
45 Name="VCMIDLTool"/>
46 <Tool
47 Name="VCPostBuildEventTool"/>
48 <Tool
49 Name="VCPreBuildEventTool"/>
50 <Tool
51 Name="VCPreLinkEventTool"/>
52 <Tool
53 Name="VCResourceCompilerTool"
54 PreprocessorDefinitions="_DEBUG"
55 Culture="1033"/>
56 <Tool
57 Name="VCWebServiceProxyGeneratorTool"/>
58 <Tool
59 Name="VCXMLDataGeneratorTool"/>
60 <Tool
61 Name="VCWebDeploymentTool"/>
62 <Tool
63 Name="VCManagedWrapperGeneratorTool"/>
64 <Tool
65 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
66 </Configuration>
67 <Configuration
68 Name="Release|Win32"
69 OutputDirectory=".\."
70 IntermediateDirectory=".\x86-temp-release\pythonw"
71 ConfigurationType="1"
72 UseOfMFC="0"
73 ATLMinimizesCRunTimeLibraryUsage="FALSE">
74 <Tool
75 Name="VCCLCompilerTool"
76 Optimization="2"
77 InlineFunctionExpansion="1"
78 AdditionalIncludeDirectories="..\Include,..\PC"
79 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
80 StringPooling="TRUE"
81 RuntimeLibrary="2"
82 EnableFunctionLevelLinking="TRUE"
83 UsePrecompiledHeader="2"
84 WarningLevel="3"
85 SuppressStartupBanner="TRUE"
86 DebugInformationFormat="3"
87 CompileAs="0"/>
88 <Tool
89 Name="VCCustomBuildTool"/>
90 <Tool
91 Name="VCLinkerTool"
92 OutputFile=".\./pythonw.exe"
93 LinkIncremental="1"
94 SuppressStartupBanner="TRUE"
95 GenerateDebugInformation="TRUE"
96 ProgramDatabaseFile=".\./pythonw.pdb"
97 SubSystem="2"
98 StackReserveSize="2000000"
99 BaseAddress="0x1d000000"
100 TargetMachine="1"/>
101 <Tool
102 Name="VCMIDLTool"/>
103 <Tool
104 Name="VCPostBuildEventTool"/>
105 <Tool
106 Name="VCPreBuildEventTool"/>
107 <Tool
108 Name="VCPreLinkEventTool"/>
109 <Tool
110 Name="VCResourceCompilerTool"
111 PreprocessorDefinitions="NDEBUG"
112 Culture="1033"/>
113 <Tool
114 Name="VCWebServiceProxyGeneratorTool"/>
115 <Tool
116 Name="VCXMLDataGeneratorTool"/>
117 <Tool
118 Name="VCWebDeploymentTool"/>
119 <Tool
120 Name="VCManagedWrapperGeneratorTool"/>
121 <Tool
122 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
123 </Configuration>
124 <Configuration
125 Name="ReleaseItanium|Win32"
126 OutputDirectory=".\."
127 IntermediateDirectory=".\ia64-temp-release\pythonw"
128 ConfigurationType="1"
129 UseOfMFC="0"
130 ATLMinimizesCRunTimeLibraryUsage="FALSE">
131 <Tool
132 Name="VCCLCompilerTool"
133 AdditionalOptions=" /USECL:MS_ITANIUM"
134 Optimization="2"
135 InlineFunctionExpansion="1"
136 AdditionalIncludeDirectories="{MSSDKPATH}\include\Win64\atl;{MSSDKPATH}\include\Win64\crt;{MSSDKPATH}\include\Win64\crt\sys;{MSSDKPATH}\include\Win64\mfc;..\Include,..\PC"
137 PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
138 StringPooling="TRUE"
139 BasicRuntimeChecks="0"
140 RuntimeLibrary="2"
141 BufferSecurityCheck="FALSE"
142 EnableFunctionLevelLinking="TRUE"
143 UsePrecompiledHeader="2"
144 WarningLevel="3"
145 SuppressStartupBanner="TRUE"
146 Detect64BitPortabilityProblems="TRUE"
147 DebugInformationFormat="3"
148 CompileAs="0"/>
149 <Tool
150 Name="VCCustomBuildTool"/>
151 <Tool
152 Name="VCLinkerTool"
153 AdditionalOptions=" /MACHINE:IA64 /USELINK:MS_SDK"
154 OutputFile=".\./pythonw.exe"
155 LinkIncremental="1"
156 SuppressStartupBanner="TRUE"
157 GenerateDebugInformation="TRUE"
158 ProgramDatabaseFile=".\./pythonw.pdb"
159 SubSystem="2"
160 StackReserveSize="2000000"
161 BaseAddress="0x1d000000"
162 TargetMachine="0"/>
163 <Tool
164 Name="VCMIDLTool"/>
165 <Tool
166 Name="VCPostBuildEventTool"/>
167 <Tool
168 Name="VCPreBuildEventTool"/>
169 <Tool
170 Name="VCPreLinkEventTool"/>
171 <Tool
172 Name="VCResourceCompilerTool"
173 PreprocessorDefinitions="NDEBUG"
174 Culture="1033"/>
175 <Tool
176 Name="VCWebServiceProxyGeneratorTool"/>
177 <Tool
178 Name="VCXMLDataGeneratorTool"/>
179 <Tool
180 Name="VCWebDeploymentTool"/>
181 <Tool
182 Name="VCManagedWrapperGeneratorTool"/>
183 <Tool
184 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
185 </Configuration>
186 </Configurations>
187 <References>
188 </References>
189 <Files>
190 <File
191 RelativePath="..\PC\python_exe.rc">
192 </File>
193 <File
194 RelativePath="..\PC\WinMain.c">
195 </File>
196 </Files>
197 <Globals>
198 </Globals>
199 </VisualStudioProject>