blob: 3eb5a4dcbcb73203c6d861b0a3edf6d474cdc098 [file] [log] [blame]
Martin v. Löwis79ef96d2004-01-02 21:13:59 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="_tkinter"
6 SccProjectName="_tkinter"
7 SccLocalPath="..\..\..">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Release|Win32"
15 OutputDirectory=".\."
16 IntermediateDirectory=".\x86-temp-release\_tkinter"
17 ConfigurationType="2"
18 UseOfMFC="0"
19 ATLMinimizesCRunTimeLibraryUsage="FALSE">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="2"
23 InlineFunctionExpansion="1"
24 AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC"
25 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT"
26 StringPooling="TRUE"
27 RuntimeLibrary="2"
28 EnableFunctionLevelLinking="TRUE"
29 UsePrecompiledHeader="2"
30 PrecompiledHeaderFile=".\x86-temp-release\_tkinter/_tkinter.pch"
31 AssemblerListingLocation=".\x86-temp-release\_tkinter/"
32 ObjectFile=".\x86-temp-release\_tkinter/"
33 ProgramDataBaseFileName=".\x86-temp-release\_tkinter/"
34 WarningLevel="3"
35 SuppressStartupBanner="TRUE"
36 DebugInformationFormat="3"
37 CompileAs="0"/>
38 <Tool
39 Name="VCCustomBuildTool"/>
40 <Tool
41 Name="VCLinkerTool"
42 AdditionalDependencies="..\..\tcl84\lib\tk84.lib ..\..\tcl84\lib\tcl84.lib odbc32.lib odbccp32.lib"
43 OutputFile="./_tkinter.pyd"
44 LinkIncremental="1"
45 SuppressStartupBanner="TRUE"
46 AdditionalLibraryDirectories="C:\Program Files\Tcl\lib"
47 GenerateDebugInformation="TRUE"
48 ProgramDatabaseFile=".\./_tkinter.pdb"
49 SubSystem="2"
50 BaseAddress="0x1e190000"
51 ImportLibrary=".\./_tkinter.lib"
52 TargetMachine="1"/>
53 <Tool
54 Name="VCMIDLTool"
55 PreprocessorDefinitions="NDEBUG"
56 MkTypLibCompatible="TRUE"
57 SuppressStartupBanner="TRUE"
58 TargetEnvironment="1"
59 TypeLibraryName=".\./_tkinter.tlb"
60 HeaderFileName=""/>
61 <Tool
62 Name="VCPostBuildEventTool"/>
63 <Tool
64 Name="VCPreBuildEventTool"/>
65 <Tool
66 Name="VCPreLinkEventTool"/>
67 <Tool
68 Name="VCResourceCompilerTool"
69 PreprocessorDefinitions="NDEBUG"
70 Culture="1033"/>
71 <Tool
72 Name="VCWebServiceProxyGeneratorTool"/>
73 <Tool
74 Name="VCXMLDataGeneratorTool"/>
75 <Tool
76 Name="VCWebDeploymentTool"/>
77 <Tool
78 Name="VCManagedWrapperGeneratorTool"/>
79 <Tool
80 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
81 </Configuration>
82 <Configuration
83 Name="Debug|Win32"
84 OutputDirectory=".\."
85 IntermediateDirectory=".\x86-temp-debug\_tkinter"
86 ConfigurationType="2"
87 UseOfMFC="0"
88 ATLMinimizesCRunTimeLibraryUsage="FALSE">
89 <Tool
90 Name="VCCLCompilerTool"
91 Optimization="0"
92 AdditionalIncludeDirectories="..\..\tcl84\include,..\Include,..\PC"
93 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT"
94 RuntimeLibrary="3"
95 UsePrecompiledHeader="2"
96 PrecompiledHeaderFile=".\x86-temp-debug\_tkinter/_tkinter.pch"
97 AssemblerListingLocation=".\x86-temp-debug\_tkinter/"
98 ObjectFile=".\x86-temp-debug\_tkinter/"
99 ProgramDataBaseFileName=".\x86-temp-debug\_tkinter/"
100 WarningLevel="3"
101 SuppressStartupBanner="TRUE"
102 DebugInformationFormat="3"
103 CompileAs="0"/>
104 <Tool
105 Name="VCCustomBuildTool"/>
106 <Tool
107 Name="VCLinkerTool"
108 AdditionalDependencies="..\..\tcl84\lib\tk84.lib ..\..\tcl84\lib\tcl84.lib odbc32.lib odbccp32.lib"
109 OutputFile="./_tkinter_d.pyd"
110 LinkIncremental="1"
111 SuppressStartupBanner="TRUE"
112 AdditionalLibraryDirectories="C:\Program Files\Tcl\lib"
113 GenerateDebugInformation="TRUE"
114 ProgramDatabaseFile=".\./_tkinter_d.pdb"
115 SubSystem="2"
116 BaseAddress="0x1e190000"
117 ImportLibrary=".\./_tkinter_d.lib"
118 TargetMachine="1"/>
119 <Tool
120 Name="VCMIDLTool"
121 PreprocessorDefinitions="_DEBUG"
122 MkTypLibCompatible="TRUE"
123 SuppressStartupBanner="TRUE"
124 TargetEnvironment="1"
125 TypeLibraryName=".\./_tkinter.tlb"
126 HeaderFileName=""/>
127 <Tool
128 Name="VCPostBuildEventTool"/>
129 <Tool
130 Name="VCPreBuildEventTool"/>
131 <Tool
132 Name="VCPreLinkEventTool"/>
133 <Tool
134 Name="VCResourceCompilerTool"
135 PreprocessorDefinitions="_DEBUG"
136 Culture="1033"/>
137 <Tool
138 Name="VCWebServiceProxyGeneratorTool"/>
139 <Tool
140 Name="VCXMLDataGeneratorTool"/>
141 <Tool
142 Name="VCWebDeploymentTool"/>
143 <Tool
144 Name="VCManagedWrapperGeneratorTool"/>
145 <Tool
146 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
147 </Configuration>
148 </Configurations>
149 <References>
150 </References>
151 <Files>
152 <File
153 RelativePath="..\Modules\_tkinter.c">
154 <FileConfiguration
155 Name="Release|Win32">
156 <Tool
157 Name="VCCLCompilerTool"
158 Optimization="2"
159 AdditionalIncludeDirectories=""
160 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
161 </FileConfiguration>
162 <FileConfiguration
163 Name="Debug|Win32">
164 <Tool
165 Name="VCCLCompilerTool"
166 Optimization="0"
167 AdditionalIncludeDirectories=""
168 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
169 </FileConfiguration>
170 </File>
171 <File
172 RelativePath="..\Modules\tkappinit.c">
173 <FileConfiguration
174 Name="Release|Win32">
175 <Tool
176 Name="VCCLCompilerTool"
177 Optimization="2"
178 AdditionalIncludeDirectories=""
179 PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
180 </FileConfiguration>
181 <FileConfiguration
182 Name="Debug|Win32">
183 <Tool
184 Name="VCCLCompilerTool"
185 Optimization="0"
186 AdditionalIncludeDirectories=""
187 PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;WITH_APPINIT;$(NoInherit)"/>
188 </FileConfiguration>
189 </File>
190 </Files>
191 <Globals>
192 </Globals>
193</VisualStudioProject>