Steve Dower | 78e25ab | 2017-05-17 13:06:11 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
| 3 | <PropertyGroup> |
| 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | <SchemaVersion>2.0</SchemaVersion> |
| 6 | <ProjectGuid>{cb12a4c2-3757-4e67-8f51-c533876cefd1}</ProjectGuid> |
| 7 | <ProjectHome>..\Lib\</ProjectHome> |
| 8 | <StartupFile>abc.py</StartupFile> |
| 9 | <SearchPath /> |
| 10 | <WorkingDirectory>.</WorkingDirectory> |
| 11 | <OutputPath>.</OutputPath> |
| 12 | <ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids> |
| 13 | <LaunchProvider>Standard Python launcher</LaunchProvider> |
| 14 | <InterpreterId /> |
| 15 | </PropertyGroup> |
| 16 | <PropertyGroup Condition="'$(Configuration)' == 'Debug'" /> |
| 17 | <PropertyGroup Condition="'$(Configuration)' == 'Release'" /> |
| 18 | <PropertyGroup> |
| 19 | <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion> |
| 20 | </PropertyGroup> |
| 21 | <ItemGroup> |
| 22 | <Compile Include="abc.py" /> |
| 23 | <Compile Include="aifc.py" /> |
| 24 | <Compile Include="antigravity.py" /> |
| 25 | <Compile Include="argparse.py" /> |
| 26 | <Compile Include="ast.py" /> |
| 27 | <Compile Include="asynchat.py" /> |
| 28 | <Compile Include="asyncio\base_events.py" /> |
| 29 | <Compile Include="asyncio\base_futures.py" /> |
| 30 | <Compile Include="asyncio\base_subprocess.py" /> |
| 31 | <Compile Include="asyncio\base_tasks.py" /> |
| 32 | <Compile Include="asyncio\compat.py" /> |
| 33 | <Compile Include="asyncio\constants.py" /> |
| 34 | <Compile Include="asyncio\coroutines.py" /> |
| 35 | <Compile Include="asyncio\events.py" /> |
| 36 | <Compile Include="asyncio\futures.py" /> |
| 37 | <Compile Include="asyncio\locks.py" /> |
| 38 | <Compile Include="asyncio\log.py" /> |
| 39 | <Compile Include="asyncio\proactor_events.py" /> |
| 40 | <Compile Include="asyncio\protocols.py" /> |
| 41 | <Compile Include="asyncio\queues.py" /> |
| 42 | <Compile Include="asyncio\selector_events.py" /> |
| 43 | <Compile Include="asyncio\sslproto.py" /> |
| 44 | <Compile Include="asyncio\streams.py" /> |
| 45 | <Compile Include="asyncio\subprocess.py" /> |
| 46 | <Compile Include="asyncio\tasks.py" /> |
| 47 | <Compile Include="asyncio\test_utils.py" /> |
| 48 | <Compile Include="asyncio\transports.py" /> |
| 49 | <Compile Include="asyncio\unix_events.py" /> |
| 50 | <Compile Include="asyncio\windows_events.py" /> |
| 51 | <Compile Include="asyncio\windows_utils.py" /> |
| 52 | <Compile Include="asyncio\__init__.py" /> |
| 53 | <Compile Include="asyncore.py" /> |
| 54 | <Compile Include="base64.py" /> |
| 55 | <Compile Include="bdb.py" /> |
| 56 | <Compile Include="binhex.py" /> |
| 57 | <Compile Include="bisect.py" /> |
| 58 | <Compile Include="bz2.py" /> |
| 59 | <Compile Include="calendar.py" /> |
| 60 | <Compile Include="cgi.py" /> |
| 61 | <Compile Include="cgitb.py" /> |
| 62 | <Compile Include="chunk.py" /> |
| 63 | <Compile Include="cmd.py" /> |
| 64 | <Compile Include="code.py" /> |
| 65 | <Compile Include="codecs.py" /> |
| 66 | <Compile Include="codeop.py" /> |
| 67 | <Compile Include="collections\abc.py" /> |
| 68 | <Compile Include="collections\__init__.py" /> |
| 69 | <Compile Include="colorsys.py" /> |
| 70 | <Compile Include="compileall.py" /> |
| 71 | <Compile Include="concurrent\futures\process.py" /> |
| 72 | <Compile Include="concurrent\futures\thread.py" /> |
| 73 | <Compile Include="concurrent\futures\_base.py" /> |
| 74 | <Compile Include="concurrent\futures\__init__.py" /> |
| 75 | <Compile Include="concurrent\__init__.py" /> |
| 76 | <Compile Include="configparser.py" /> |
| 77 | <Compile Include="contextlib.py" /> |
| 78 | <Compile Include="copy.py" /> |
| 79 | <Compile Include="copyreg.py" /> |
| 80 | <Compile Include="cProfile.py" /> |
| 81 | <Compile Include="crypt.py" /> |
| 82 | <Compile Include="csv.py" /> |
| 83 | <Compile Include="ctypes\macholib\dyld.py" /> |
| 84 | <Compile Include="ctypes\macholib\dylib.py" /> |
| 85 | <Compile Include="ctypes\macholib\framework.py" /> |
| 86 | <Compile Include="ctypes\macholib\__init__.py" /> |
| 87 | <Compile Include="ctypes\test\test_anon.py" /> |
| 88 | <Compile Include="ctypes\test\test_arrays.py" /> |
| 89 | <Compile Include="ctypes\test\test_array_in_pointer.py" /> |
| 90 | <Compile Include="ctypes\test\test_as_parameter.py" /> |
| 91 | <Compile Include="ctypes\test\test_bitfields.py" /> |
| 92 | <Compile Include="ctypes\test\test_buffers.py" /> |
| 93 | <Compile Include="ctypes\test\test_bytes.py" /> |
| 94 | <Compile Include="ctypes\test\test_byteswap.py" /> |
| 95 | <Compile Include="ctypes\test\test_callbacks.py" /> |
| 96 | <Compile Include="ctypes\test\test_cast.py" /> |
| 97 | <Compile Include="ctypes\test\test_cfuncs.py" /> |
| 98 | <Compile Include="ctypes\test\test_checkretval.py" /> |
| 99 | <Compile Include="ctypes\test\test_delattr.py" /> |
| 100 | <Compile Include="ctypes\test\test_errno.py" /> |
| 101 | <Compile Include="ctypes\test\test_find.py" /> |
| 102 | <Compile Include="ctypes\test\test_frombuffer.py" /> |
| 103 | <Compile Include="ctypes\test\test_funcptr.py" /> |
| 104 | <Compile Include="ctypes\test\test_functions.py" /> |
| 105 | <Compile Include="ctypes\test\test_incomplete.py" /> |
| 106 | <Compile Include="ctypes\test\test_init.py" /> |
| 107 | <Compile Include="ctypes\test\test_internals.py" /> |
| 108 | <Compile Include="ctypes\test\test_keeprefs.py" /> |
| 109 | <Compile Include="ctypes\test\test_libc.py" /> |
| 110 | <Compile Include="ctypes\test\test_loading.py" /> |
| 111 | <Compile Include="ctypes\test\test_macholib.py" /> |
| 112 | <Compile Include="ctypes\test\test_memfunctions.py" /> |
| 113 | <Compile Include="ctypes\test\test_numbers.py" /> |
| 114 | <Compile Include="ctypes\test\test_objects.py" /> |
| 115 | <Compile Include="ctypes\test\test_parameters.py" /> |
| 116 | <Compile Include="ctypes\test\test_pep3118.py" /> |
| 117 | <Compile Include="ctypes\test\test_pickling.py" /> |
| 118 | <Compile Include="ctypes\test\test_pointers.py" /> |
| 119 | <Compile Include="ctypes\test\test_prototypes.py" /> |
| 120 | <Compile Include="ctypes\test\test_python_api.py" /> |
| 121 | <Compile Include="ctypes\test\test_random_things.py" /> |
| 122 | <Compile Include="ctypes\test\test_refcounts.py" /> |
| 123 | <Compile Include="ctypes\test\test_repr.py" /> |
| 124 | <Compile Include="ctypes\test\test_returnfuncptrs.py" /> |
| 125 | <Compile Include="ctypes\test\test_simplesubclasses.py" /> |
| 126 | <Compile Include="ctypes\test\test_sizes.py" /> |
| 127 | <Compile Include="ctypes\test\test_slicing.py" /> |
| 128 | <Compile Include="ctypes\test\test_stringptr.py" /> |
| 129 | <Compile Include="ctypes\test\test_strings.py" /> |
| 130 | <Compile Include="ctypes\test\test_structures.py" /> |
| 131 | <Compile Include="ctypes\test\test_struct_fields.py" /> |
| 132 | <Compile Include="ctypes\test\test_unaligned_structures.py" /> |
| 133 | <Compile Include="ctypes\test\test_unicode.py" /> |
| 134 | <Compile Include="ctypes\test\test_values.py" /> |
| 135 | <Compile Include="ctypes\test\test_varsize_struct.py" /> |
| 136 | <Compile Include="ctypes\test\test_win32.py" /> |
| 137 | <Compile Include="ctypes\test\test_wintypes.py" /> |
| 138 | <Compile Include="ctypes\test\__init__.py" /> |
| 139 | <Compile Include="ctypes\test\__main__.py" /> |
| 140 | <Compile Include="ctypes\util.py" /> |
| 141 | <Compile Include="ctypes\wintypes.py" /> |
| 142 | <Compile Include="ctypes\_endian.py" /> |
| 143 | <Compile Include="ctypes\__init__.py" /> |
| 144 | <Compile Include="curses\ascii.py" /> |
| 145 | <Compile Include="curses\has_key.py" /> |
| 146 | <Compile Include="curses\panel.py" /> |
| 147 | <Compile Include="curses\textpad.py" /> |
| 148 | <Compile Include="curses\__init__.py" /> |
| 149 | <Compile Include="datetime.py" /> |
| 150 | <Compile Include="dbm\dumb.py" /> |
| 151 | <Compile Include="dbm\gnu.py" /> |
| 152 | <Compile Include="dbm\ndbm.py" /> |
| 153 | <Compile Include="dbm\__init__.py" /> |
| 154 | <Compile Include="decimal.py" /> |
| 155 | <Compile Include="difflib.py" /> |
| 156 | <Compile Include="dis.py" /> |
| 157 | <Compile Include="distutils\archive_util.py" /> |
| 158 | <Compile Include="distutils\bcppcompiler.py" /> |
| 159 | <Compile Include="distutils\ccompiler.py" /> |
| 160 | <Compile Include="distutils\cmd.py" /> |
| 161 | <Compile Include="distutils\command\bdist.py" /> |
| 162 | <Compile Include="distutils\command\bdist_dumb.py" /> |
| 163 | <Compile Include="distutils\command\bdist_msi.py" /> |
| 164 | <Compile Include="distutils\command\bdist_rpm.py" /> |
| 165 | <Compile Include="distutils\command\bdist_wininst.py" /> |
| 166 | <Compile Include="distutils\command\build.py" /> |
| 167 | <Compile Include="distutils\command\build_clib.py" /> |
| 168 | <Compile Include="distutils\command\build_ext.py" /> |
| 169 | <Compile Include="distutils\command\build_py.py" /> |
| 170 | <Compile Include="distutils\command\build_scripts.py" /> |
| 171 | <Compile Include="distutils\command\check.py" /> |
| 172 | <Compile Include="distutils\command\clean.py" /> |
| 173 | <Compile Include="distutils\command\config.py" /> |
| 174 | <Compile Include="distutils\command\install.py" /> |
| 175 | <Compile Include="distutils\command\install_data.py" /> |
| 176 | <Compile Include="distutils\command\install_egg_info.py" /> |
| 177 | <Compile Include="distutils\command\install_headers.py" /> |
| 178 | <Compile Include="distutils\command\install_lib.py" /> |
| 179 | <Compile Include="distutils\command\install_scripts.py" /> |
| 180 | <Compile Include="distutils\command\register.py" /> |
| 181 | <Compile Include="distutils\command\sdist.py" /> |
| 182 | <Compile Include="distutils\command\upload.py" /> |
| 183 | <Compile Include="distutils\command\__init__.py" /> |
| 184 | <Compile Include="distutils\config.py" /> |
| 185 | <Compile Include="distutils\core.py" /> |
| 186 | <Compile Include="distutils\cygwinccompiler.py" /> |
| 187 | <Compile Include="distutils\debug.py" /> |
| 188 | <Compile Include="distutils\dep_util.py" /> |
| 189 | <Compile Include="distutils\dir_util.py" /> |
| 190 | <Compile Include="distutils\dist.py" /> |
| 191 | <Compile Include="distutils\errors.py" /> |
| 192 | <Compile Include="distutils\extension.py" /> |
| 193 | <Compile Include="distutils\fancy_getopt.py" /> |
| 194 | <Compile Include="distutils\filelist.py" /> |
| 195 | <Compile Include="distutils\file_util.py" /> |
| 196 | <Compile Include="distutils\log.py" /> |
| 197 | <Compile Include="distutils\msvc9compiler.py" /> |
| 198 | <Compile Include="distutils\msvccompiler.py" /> |
| 199 | <Compile Include="distutils\spawn.py" /> |
| 200 | <Compile Include="distutils\sysconfig.py" /> |
| 201 | <Compile Include="distutils\tests\support.py" /> |
| 202 | <Compile Include="distutils\tests\test_archive_util.py" /> |
| 203 | <Compile Include="distutils\tests\test_bdist.py" /> |
| 204 | <Compile Include="distutils\tests\test_bdist_dumb.py" /> |
| 205 | <Compile Include="distutils\tests\test_bdist_msi.py" /> |
| 206 | <Compile Include="distutils\tests\test_bdist_rpm.py" /> |
| 207 | <Compile Include="distutils\tests\test_bdist_wininst.py" /> |
| 208 | <Compile Include="distutils\tests\test_build.py" /> |
| 209 | <Compile Include="distutils\tests\test_build_clib.py" /> |
| 210 | <Compile Include="distutils\tests\test_build_ext.py" /> |
| 211 | <Compile Include="distutils\tests\test_build_py.py" /> |
| 212 | <Compile Include="distutils\tests\test_build_scripts.py" /> |
| 213 | <Compile Include="distutils\tests\test_check.py" /> |
| 214 | <Compile Include="distutils\tests\test_clean.py" /> |
| 215 | <Compile Include="distutils\tests\test_cmd.py" /> |
| 216 | <Compile Include="distutils\tests\test_config.py" /> |
| 217 | <Compile Include="distutils\tests\test_config_cmd.py" /> |
| 218 | <Compile Include="distutils\tests\test_core.py" /> |
| 219 | <Compile Include="distutils\tests\test_cygwinccompiler.py" /> |
| 220 | <Compile Include="distutils\tests\test_dep_util.py" /> |
| 221 | <Compile Include="distutils\tests\test_dir_util.py" /> |
| 222 | <Compile Include="distutils\tests\test_dist.py" /> |
| 223 | <Compile Include="distutils\tests\test_extension.py" /> |
| 224 | <Compile Include="distutils\tests\test_filelist.py" /> |
| 225 | <Compile Include="distutils\tests\test_file_util.py" /> |
| 226 | <Compile Include="distutils\tests\test_install.py" /> |
| 227 | <Compile Include="distutils\tests\test_install_data.py" /> |
| 228 | <Compile Include="distutils\tests\test_install_headers.py" /> |
| 229 | <Compile Include="distutils\tests\test_install_lib.py" /> |
| 230 | <Compile Include="distutils\tests\test_install_scripts.py" /> |
| 231 | <Compile Include="distutils\tests\test_log.py" /> |
| 232 | <Compile Include="distutils\tests\test_msvc9compiler.py" /> |
| 233 | <Compile Include="distutils\tests\test_msvccompiler.py" /> |
| 234 | <Compile Include="distutils\tests\test_register.py" /> |
| 235 | <Compile Include="distutils\tests\test_sdist.py" /> |
| 236 | <Compile Include="distutils\tests\test_spawn.py" /> |
| 237 | <Compile Include="distutils\tests\test_sysconfig.py" /> |
| 238 | <Compile Include="distutils\tests\test_text_file.py" /> |
| 239 | <Compile Include="distutils\tests\test_unixccompiler.py" /> |
| 240 | <Compile Include="distutils\tests\test_upload.py" /> |
| 241 | <Compile Include="distutils\tests\test_util.py" /> |
| 242 | <Compile Include="distutils\tests\test_version.py" /> |
| 243 | <Compile Include="distutils\tests\test_versionpredicate.py" /> |
| 244 | <Compile Include="distutils\tests\__init__.py" /> |
| 245 | <Compile Include="distutils\text_file.py" /> |
| 246 | <Compile Include="distutils\unixccompiler.py" /> |
| 247 | <Compile Include="distutils\util.py" /> |
| 248 | <Compile Include="distutils\version.py" /> |
| 249 | <Compile Include="distutils\versionpredicate.py" /> |
| 250 | <Compile Include="distutils\_msvccompiler.py" /> |
| 251 | <Compile Include="distutils\__init__.py" /> |
| 252 | <Compile Include="doctest.py" /> |
| 253 | <Compile Include="dummy_threading.py" /> |
| 254 | <Compile Include="email\base64mime.py" /> |
| 255 | <Compile Include="email\charset.py" /> |
| 256 | <Compile Include="email\contentmanager.py" /> |
| 257 | <Compile Include="email\encoders.py" /> |
| 258 | <Compile Include="email\errors.py" /> |
| 259 | <Compile Include="email\feedparser.py" /> |
| 260 | <Compile Include="email\generator.py" /> |
| 261 | <Compile Include="email\header.py" /> |
| 262 | <Compile Include="email\headerregistry.py" /> |
| 263 | <Compile Include="email\iterators.py" /> |
| 264 | <Compile Include="email\message.py" /> |
| 265 | <Compile Include="email\mime\application.py" /> |
| 266 | <Compile Include="email\mime\audio.py" /> |
| 267 | <Compile Include="email\mime\base.py" /> |
| 268 | <Compile Include="email\mime\image.py" /> |
| 269 | <Compile Include="email\mime\message.py" /> |
| 270 | <Compile Include="email\mime\multipart.py" /> |
| 271 | <Compile Include="email\mime\nonmultipart.py" /> |
| 272 | <Compile Include="email\mime\text.py" /> |
| 273 | <Compile Include="email\mime\__init__.py" /> |
| 274 | <Compile Include="email\parser.py" /> |
| 275 | <Compile Include="email\policy.py" /> |
| 276 | <Compile Include="email\quoprimime.py" /> |
| 277 | <Compile Include="email\utils.py" /> |
| 278 | <Compile Include="email\_encoded_words.py" /> |
| 279 | <Compile Include="email\_header_value_parser.py" /> |
| 280 | <Compile Include="email\_parseaddr.py" /> |
| 281 | <Compile Include="email\_policybase.py" /> |
| 282 | <Compile Include="email\__init__.py" /> |
| 283 | <Compile Include="encodings\aliases.py" /> |
| 284 | <Compile Include="encodings\ascii.py" /> |
| 285 | <Compile Include="encodings\base64_codec.py" /> |
| 286 | <Compile Include="encodings\big5.py" /> |
| 287 | <Compile Include="encodings\big5hkscs.py" /> |
| 288 | <Compile Include="encodings\bz2_codec.py" /> |
| 289 | <Compile Include="encodings\charmap.py" /> |
| 290 | <Compile Include="encodings\cp037.py" /> |
| 291 | <Compile Include="encodings\cp1006.py" /> |
| 292 | <Compile Include="encodings\cp1026.py" /> |
| 293 | <Compile Include="encodings\cp1125.py" /> |
| 294 | <Compile Include="encodings\cp1140.py" /> |
| 295 | <Compile Include="encodings\cp1250.py" /> |
| 296 | <Compile Include="encodings\cp1251.py" /> |
| 297 | <Compile Include="encodings\cp1252.py" /> |
| 298 | <Compile Include="encodings\cp1253.py" /> |
| 299 | <Compile Include="encodings\cp1254.py" /> |
| 300 | <Compile Include="encodings\cp1255.py" /> |
| 301 | <Compile Include="encodings\cp1256.py" /> |
| 302 | <Compile Include="encodings\cp1257.py" /> |
| 303 | <Compile Include="encodings\cp1258.py" /> |
| 304 | <Compile Include="encodings\cp273.py" /> |
| 305 | <Compile Include="encodings\cp424.py" /> |
| 306 | <Compile Include="encodings\cp437.py" /> |
| 307 | <Compile Include="encodings\cp500.py" /> |
| 308 | <Compile Include="encodings\cp65001.py" /> |
| 309 | <Compile Include="encodings\cp720.py" /> |
| 310 | <Compile Include="encodings\cp737.py" /> |
| 311 | <Compile Include="encodings\cp775.py" /> |
| 312 | <Compile Include="encodings\cp850.py" /> |
| 313 | <Compile Include="encodings\cp852.py" /> |
| 314 | <Compile Include="encodings\cp855.py" /> |
| 315 | <Compile Include="encodings\cp856.py" /> |
| 316 | <Compile Include="encodings\cp857.py" /> |
| 317 | <Compile Include="encodings\cp858.py" /> |
| 318 | <Compile Include="encodings\cp860.py" /> |
| 319 | <Compile Include="encodings\cp861.py" /> |
| 320 | <Compile Include="encodings\cp862.py" /> |
| 321 | <Compile Include="encodings\cp863.py" /> |
| 322 | <Compile Include="encodings\cp864.py" /> |
| 323 | <Compile Include="encodings\cp865.py" /> |
| 324 | <Compile Include="encodings\cp866.py" /> |
| 325 | <Compile Include="encodings\cp869.py" /> |
| 326 | <Compile Include="encodings\cp874.py" /> |
| 327 | <Compile Include="encodings\cp875.py" /> |
| 328 | <Compile Include="encodings\cp932.py" /> |
| 329 | <Compile Include="encodings\cp949.py" /> |
| 330 | <Compile Include="encodings\cp950.py" /> |
| 331 | <Compile Include="encodings\euc_jisx0213.py" /> |
| 332 | <Compile Include="encodings\euc_jis_2004.py" /> |
| 333 | <Compile Include="encodings\euc_jp.py" /> |
| 334 | <Compile Include="encodings\euc_kr.py" /> |
| 335 | <Compile Include="encodings\gb18030.py" /> |
| 336 | <Compile Include="encodings\gb2312.py" /> |
| 337 | <Compile Include="encodings\gbk.py" /> |
| 338 | <Compile Include="encodings\hex_codec.py" /> |
| 339 | <Compile Include="encodings\hp_roman8.py" /> |
| 340 | <Compile Include="encodings\hz.py" /> |
| 341 | <Compile Include="encodings\idna.py" /> |
| 342 | <Compile Include="encodings\iso2022_jp.py" /> |
| 343 | <Compile Include="encodings\iso2022_jp_1.py" /> |
| 344 | <Compile Include="encodings\iso2022_jp_2.py" /> |
| 345 | <Compile Include="encodings\iso2022_jp_2004.py" /> |
| 346 | <Compile Include="encodings\iso2022_jp_3.py" /> |
| 347 | <Compile Include="encodings\iso2022_jp_ext.py" /> |
| 348 | <Compile Include="encodings\iso2022_kr.py" /> |
| 349 | <Compile Include="encodings\iso8859_1.py" /> |
| 350 | <Compile Include="encodings\iso8859_10.py" /> |
| 351 | <Compile Include="encodings\iso8859_11.py" /> |
| 352 | <Compile Include="encodings\iso8859_13.py" /> |
| 353 | <Compile Include="encodings\iso8859_14.py" /> |
| 354 | <Compile Include="encodings\iso8859_15.py" /> |
| 355 | <Compile Include="encodings\iso8859_16.py" /> |
| 356 | <Compile Include="encodings\iso8859_2.py" /> |
| 357 | <Compile Include="encodings\iso8859_3.py" /> |
| 358 | <Compile Include="encodings\iso8859_4.py" /> |
| 359 | <Compile Include="encodings\iso8859_5.py" /> |
| 360 | <Compile Include="encodings\iso8859_6.py" /> |
| 361 | <Compile Include="encodings\iso8859_7.py" /> |
| 362 | <Compile Include="encodings\iso8859_8.py" /> |
| 363 | <Compile Include="encodings\iso8859_9.py" /> |
| 364 | <Compile Include="encodings\johab.py" /> |
| 365 | <Compile Include="encodings\koi8_r.py" /> |
| 366 | <Compile Include="encodings\koi8_t.py" /> |
| 367 | <Compile Include="encodings\koi8_u.py" /> |
| 368 | <Compile Include="encodings\kz1048.py" /> |
| 369 | <Compile Include="encodings\latin_1.py" /> |
| 370 | <Compile Include="encodings\mac_arabic.py" /> |
| 371 | <Compile Include="encodings\mac_centeuro.py" /> |
| 372 | <Compile Include="encodings\mac_croatian.py" /> |
| 373 | <Compile Include="encodings\mac_cyrillic.py" /> |
| 374 | <Compile Include="encodings\mac_farsi.py" /> |
| 375 | <Compile Include="encodings\mac_greek.py" /> |
| 376 | <Compile Include="encodings\mac_iceland.py" /> |
| 377 | <Compile Include="encodings\mac_latin2.py" /> |
| 378 | <Compile Include="encodings\mac_roman.py" /> |
| 379 | <Compile Include="encodings\mac_romanian.py" /> |
| 380 | <Compile Include="encodings\mac_turkish.py" /> |
| 381 | <Compile Include="encodings\mbcs.py" /> |
| 382 | <Compile Include="encodings\oem.py" /> |
| 383 | <Compile Include="encodings\palmos.py" /> |
| 384 | <Compile Include="encodings\ptcp154.py" /> |
| 385 | <Compile Include="encodings\punycode.py" /> |
| 386 | <Compile Include="encodings\quopri_codec.py" /> |
| 387 | <Compile Include="encodings\raw_unicode_escape.py" /> |
| 388 | <Compile Include="encodings\rot_13.py" /> |
| 389 | <Compile Include="encodings\shift_jis.py" /> |
| 390 | <Compile Include="encodings\shift_jisx0213.py" /> |
| 391 | <Compile Include="encodings\shift_jis_2004.py" /> |
| 392 | <Compile Include="encodings\tis_620.py" /> |
| 393 | <Compile Include="encodings\undefined.py" /> |
| 394 | <Compile Include="encodings\unicode_escape.py" /> |
| 395 | <Compile Include="encodings\unicode_internal.py" /> |
| 396 | <Compile Include="encodings\utf_16.py" /> |
| 397 | <Compile Include="encodings\utf_16_be.py" /> |
| 398 | <Compile Include="encodings\utf_16_le.py" /> |
| 399 | <Compile Include="encodings\utf_32.py" /> |
| 400 | <Compile Include="encodings\utf_32_be.py" /> |
| 401 | <Compile Include="encodings\utf_32_le.py" /> |
| 402 | <Compile Include="encodings\utf_7.py" /> |
| 403 | <Compile Include="encodings\utf_8.py" /> |
| 404 | <Compile Include="encodings\utf_8_sig.py" /> |
| 405 | <Compile Include="encodings\uu_codec.py" /> |
| 406 | <Compile Include="encodings\zlib_codec.py" /> |
| 407 | <Compile Include="encodings\__init__.py" /> |
| 408 | <Compile Include="ensurepip\_uninstall.py" /> |
| 409 | <Compile Include="ensurepip\__init__.py" /> |
| 410 | <Compile Include="ensurepip\__main__.py" /> |
| 411 | <Compile Include="enum.py" /> |
| 412 | <Compile Include="filecmp.py" /> |
| 413 | <Compile Include="fileinput.py" /> |
| 414 | <Compile Include="fnmatch.py" /> |
| 415 | <Compile Include="formatter.py" /> |
| 416 | <Compile Include="fractions.py" /> |
| 417 | <Compile Include="ftplib.py" /> |
| 418 | <Compile Include="functools.py" /> |
| 419 | <Compile Include="genericpath.py" /> |
| 420 | <Compile Include="getopt.py" /> |
| 421 | <Compile Include="getpass.py" /> |
| 422 | <Compile Include="gettext.py" /> |
| 423 | <Compile Include="glob.py" /> |
| 424 | <Compile Include="gzip.py" /> |
| 425 | <Compile Include="hashlib.py" /> |
| 426 | <Compile Include="heapq.py" /> |
| 427 | <Compile Include="hmac.py" /> |
| 428 | <Compile Include="html\entities.py" /> |
| 429 | <Compile Include="html\parser.py" /> |
| 430 | <Compile Include="html\__init__.py" /> |
| 431 | <Compile Include="http\client.py" /> |
| 432 | <Compile Include="http\cookiejar.py" /> |
| 433 | <Compile Include="http\cookies.py" /> |
| 434 | <Compile Include="http\server.py" /> |
| 435 | <Compile Include="http\__init__.py" /> |
| 436 | <Compile Include="idlelib\autocomplete.py" /> |
| 437 | <Compile Include="idlelib\autocomplete_w.py" /> |
| 438 | <Compile Include="idlelib\autoexpand.py" /> |
| 439 | <Compile Include="idlelib\browser.py" /> |
| 440 | <Compile Include="idlelib\calltips.py" /> |
| 441 | <Compile Include="idlelib\calltip_w.py" /> |
| 442 | <Compile Include="idlelib\codecontext.py" /> |
| 443 | <Compile Include="idlelib\colorizer.py" /> |
| 444 | <Compile Include="idlelib\config.py" /> |
| 445 | <Compile Include="idlelib\configdialog.py" /> |
| 446 | <Compile Include="idlelib\config_key.py" /> |
| 447 | <Compile Include="idlelib\debugger.py" /> |
| 448 | <Compile Include="idlelib\debugger_r.py" /> |
| 449 | <Compile Include="idlelib\debugobj.py" /> |
| 450 | <Compile Include="idlelib\debugobj_r.py" /> |
| 451 | <Compile Include="idlelib\delegator.py" /> |
| 452 | <Compile Include="idlelib\dynoption.py" /> |
| 453 | <Compile Include="idlelib\editor.py" /> |
| 454 | <Compile Include="idlelib\filelist.py" /> |
| 455 | <Compile Include="idlelib\grep.py" /> |
| 456 | <Compile Include="idlelib\help.py" /> |
| 457 | <Compile Include="idlelib\help_about.py" /> |
| 458 | <Compile Include="idlelib\history.py" /> |
| 459 | <Compile Include="idlelib\hyperparser.py" /> |
| 460 | <Compile Include="idlelib\idle.py" /> |
| 461 | <Compile Include="idlelib\idle.pyw" /> |
| 462 | <Compile Include="idlelib\idle_test\htest.py" /> |
| 463 | <Compile Include="idlelib\idle_test\mock_idle.py" /> |
| 464 | <Compile Include="idlelib\idle_test\mock_tk.py" /> |
| 465 | <Compile Include="idlelib\idle_test\test_autocomplete.py" /> |
| 466 | <Compile Include="idlelib\idle_test\test_autoexpand.py" /> |
| 467 | <Compile Include="idlelib\idle_test\test_calltips.py" /> |
| 468 | <Compile Include="idlelib\idle_test\test_colorizer.py" /> |
| 469 | <Compile Include="idlelib\idle_test\test_config.py" /> |
| 470 | <Compile Include="idlelib\idle_test\test_configdialog.py" /> |
| 471 | <Compile Include="idlelib\idle_test\test_config_key.py" /> |
| 472 | <Compile Include="idlelib\idle_test\test_debugger.py" /> |
| 473 | <Compile Include="idlelib\idle_test\test_delegator.py" /> |
| 474 | <Compile Include="idlelib\idle_test\test_editmenu.py" /> |
| 475 | <Compile Include="idlelib\idle_test\test_editor.py" /> |
| 476 | <Compile Include="idlelib\idle_test\test_grep.py" /> |
| 477 | <Compile Include="idlelib\idle_test\test_help.py" /> |
| 478 | <Compile Include="idlelib\idle_test\test_help_about.py" /> |
| 479 | <Compile Include="idlelib\idle_test\test_history.py" /> |
| 480 | <Compile Include="idlelib\idle_test\test_hyperparser.py" /> |
| 481 | <Compile Include="idlelib\idle_test\test_iomenu.py" /> |
| 482 | <Compile Include="idlelib\idle_test\test_macosx.py" /> |
| 483 | <Compile Include="idlelib\idle_test\test_paragraph.py" /> |
| 484 | <Compile Include="idlelib\idle_test\test_parenmatch.py" /> |
| 485 | <Compile Include="idlelib\idle_test\test_pathbrowser.py" /> |
| 486 | <Compile Include="idlelib\idle_test\test_percolator.py" /> |
| 487 | <Compile Include="idlelib\idle_test\test_query.py" /> |
| 488 | <Compile Include="idlelib\idle_test\test_redirector.py" /> |
| 489 | <Compile Include="idlelib\idle_test\test_replace.py" /> |
| 490 | <Compile Include="idlelib\idle_test\test_rstrip.py" /> |
| 491 | <Compile Include="idlelib\idle_test\test_scrolledlist.py" /> |
| 492 | <Compile Include="idlelib\idle_test\test_search.py" /> |
| 493 | <Compile Include="idlelib\idle_test\test_searchbase.py" /> |
| 494 | <Compile Include="idlelib\idle_test\test_searchengine.py" /> |
| 495 | <Compile Include="idlelib\idle_test\test_text.py" /> |
| 496 | <Compile Include="idlelib\idle_test\test_textview.py" /> |
| 497 | <Compile Include="idlelib\idle_test\test_tree.py" /> |
| 498 | <Compile Include="idlelib\idle_test\test_undo.py" /> |
| 499 | <Compile Include="idlelib\idle_test\test_warning.py" /> |
| 500 | <Compile Include="idlelib\idle_test\__init__.py" /> |
| 501 | <Compile Include="idlelib\iomenu.py" /> |
| 502 | <Compile Include="idlelib\macosx.py" /> |
| 503 | <Compile Include="idlelib\mainmenu.py" /> |
| 504 | <Compile Include="idlelib\multicall.py" /> |
| 505 | <Compile Include="idlelib\outwin.py" /> |
| 506 | <Compile Include="idlelib\paragraph.py" /> |
| 507 | <Compile Include="idlelib\parenmatch.py" /> |
| 508 | <Compile Include="idlelib\pathbrowser.py" /> |
| 509 | <Compile Include="idlelib\percolator.py" /> |
| 510 | <Compile Include="idlelib\pyparse.py" /> |
| 511 | <Compile Include="idlelib\pyshell.py" /> |
| 512 | <Compile Include="idlelib\query.py" /> |
| 513 | <Compile Include="idlelib\redirector.py" /> |
| 514 | <Compile Include="idlelib\replace.py" /> |
| 515 | <Compile Include="idlelib\rpc.py" /> |
| 516 | <Compile Include="idlelib\rstrip.py" /> |
| 517 | <Compile Include="idlelib\run.py" /> |
| 518 | <Compile Include="idlelib\runscript.py" /> |
| 519 | <Compile Include="idlelib\scrolledlist.py" /> |
| 520 | <Compile Include="idlelib\search.py" /> |
| 521 | <Compile Include="idlelib\searchbase.py" /> |
| 522 | <Compile Include="idlelib\searchengine.py" /> |
| 523 | <Compile Include="idlelib\stackviewer.py" /> |
| 524 | <Compile Include="idlelib\statusbar.py" /> |
| 525 | <Compile Include="idlelib\tabbedpages.py" /> |
| 526 | <Compile Include="idlelib\textview.py" /> |
| 527 | <Compile Include="idlelib\tooltip.py" /> |
| 528 | <Compile Include="idlelib\tree.py" /> |
| 529 | <Compile Include="idlelib\undo.py" /> |
| 530 | <Compile Include="idlelib\windows.py" /> |
| 531 | <Compile Include="idlelib\zoomheight.py" /> |
| 532 | <Compile Include="idlelib\__init__.py" /> |
| 533 | <Compile Include="idlelib\__main__.py" /> |
| 534 | <Compile Include="imaplib.py" /> |
| 535 | <Compile Include="imghdr.py" /> |
| 536 | <Compile Include="imp.py" /> |
| 537 | <Compile Include="importlib\abc.py" /> |
| 538 | <Compile Include="importlib\machinery.py" /> |
| 539 | <Compile Include="importlib\util.py" /> |
| 540 | <Compile Include="importlib\_bootstrap.py" /> |
| 541 | <Compile Include="importlib\_bootstrap_external.py" /> |
| 542 | <Compile Include="importlib\__init__.py" /> |
| 543 | <Compile Include="inspect.py" /> |
| 544 | <Compile Include="io.py" /> |
| 545 | <Compile Include="ipaddress.py" /> |
| 546 | <Compile Include="json\decoder.py" /> |
| 547 | <Compile Include="json\encoder.py" /> |
| 548 | <Compile Include="json\scanner.py" /> |
| 549 | <Compile Include="json\tool.py" /> |
| 550 | <Compile Include="json\__init__.py" /> |
| 551 | <Compile Include="keyword.py" /> |
| 552 | <Compile Include="lib2to3\btm_matcher.py" /> |
| 553 | <Compile Include="lib2to3\btm_utils.py" /> |
| 554 | <Compile Include="lib2to3\fixer_base.py" /> |
| 555 | <Compile Include="lib2to3\fixer_util.py" /> |
| 556 | <Compile Include="lib2to3\fixes\fix_apply.py" /> |
| 557 | <Compile Include="lib2to3\fixes\fix_asserts.py" /> |
| 558 | <Compile Include="lib2to3\fixes\fix_basestring.py" /> |
| 559 | <Compile Include="lib2to3\fixes\fix_buffer.py" /> |
| 560 | <Compile Include="lib2to3\fixes\fix_dict.py" /> |
| 561 | <Compile Include="lib2to3\fixes\fix_except.py" /> |
| 562 | <Compile Include="lib2to3\fixes\fix_exec.py" /> |
| 563 | <Compile Include="lib2to3\fixes\fix_execfile.py" /> |
| 564 | <Compile Include="lib2to3\fixes\fix_exitfunc.py" /> |
| 565 | <Compile Include="lib2to3\fixes\fix_filter.py" /> |
| 566 | <Compile Include="lib2to3\fixes\fix_funcattrs.py" /> |
| 567 | <Compile Include="lib2to3\fixes\fix_future.py" /> |
| 568 | <Compile Include="lib2to3\fixes\fix_getcwdu.py" /> |
| 569 | <Compile Include="lib2to3\fixes\fix_has_key.py" /> |
| 570 | <Compile Include="lib2to3\fixes\fix_idioms.py" /> |
| 571 | <Compile Include="lib2to3\fixes\fix_import.py" /> |
| 572 | <Compile Include="lib2to3\fixes\fix_imports.py" /> |
| 573 | <Compile Include="lib2to3\fixes\fix_imports2.py" /> |
| 574 | <Compile Include="lib2to3\fixes\fix_input.py" /> |
| 575 | <Compile Include="lib2to3\fixes\fix_intern.py" /> |
| 576 | <Compile Include="lib2to3\fixes\fix_isinstance.py" /> |
| 577 | <Compile Include="lib2to3\fixes\fix_itertools.py" /> |
| 578 | <Compile Include="lib2to3\fixes\fix_itertools_imports.py" /> |
| 579 | <Compile Include="lib2to3\fixes\fix_long.py" /> |
| 580 | <Compile Include="lib2to3\fixes\fix_map.py" /> |
| 581 | <Compile Include="lib2to3\fixes\fix_metaclass.py" /> |
| 582 | <Compile Include="lib2to3\fixes\fix_methodattrs.py" /> |
| 583 | <Compile Include="lib2to3\fixes\fix_ne.py" /> |
| 584 | <Compile Include="lib2to3\fixes\fix_next.py" /> |
| 585 | <Compile Include="lib2to3\fixes\fix_nonzero.py" /> |
| 586 | <Compile Include="lib2to3\fixes\fix_numliterals.py" /> |
| 587 | <Compile Include="lib2to3\fixes\fix_operator.py" /> |
| 588 | <Compile Include="lib2to3\fixes\fix_paren.py" /> |
| 589 | <Compile Include="lib2to3\fixes\fix_print.py" /> |
| 590 | <Compile Include="lib2to3\fixes\fix_raise.py" /> |
| 591 | <Compile Include="lib2to3\fixes\fix_raw_input.py" /> |
| 592 | <Compile Include="lib2to3\fixes\fix_reduce.py" /> |
| 593 | <Compile Include="lib2to3\fixes\fix_reload.py" /> |
| 594 | <Compile Include="lib2to3\fixes\fix_renames.py" /> |
| 595 | <Compile Include="lib2to3\fixes\fix_repr.py" /> |
| 596 | <Compile Include="lib2to3\fixes\fix_set_literal.py" /> |
| 597 | <Compile Include="lib2to3\fixes\fix_standarderror.py" /> |
| 598 | <Compile Include="lib2to3\fixes\fix_sys_exc.py" /> |
| 599 | <Compile Include="lib2to3\fixes\fix_throw.py" /> |
| 600 | <Compile Include="lib2to3\fixes\fix_tuple_params.py" /> |
| 601 | <Compile Include="lib2to3\fixes\fix_types.py" /> |
| 602 | <Compile Include="lib2to3\fixes\fix_unicode.py" /> |
| 603 | <Compile Include="lib2to3\fixes\fix_urllib.py" /> |
| 604 | <Compile Include="lib2to3\fixes\fix_ws_comma.py" /> |
| 605 | <Compile Include="lib2to3\fixes\fix_xrange.py" /> |
| 606 | <Compile Include="lib2to3\fixes\fix_xreadlines.py" /> |
| 607 | <Compile Include="lib2to3\fixes\fix_zip.py" /> |
| 608 | <Compile Include="lib2to3\fixes\__init__.py" /> |
| 609 | <Compile Include="lib2to3\main.py" /> |
| 610 | <Compile Include="lib2to3\patcomp.py" /> |
| 611 | <Compile Include="lib2to3\pgen2\conv.py" /> |
| 612 | <Compile Include="lib2to3\pgen2\driver.py" /> |
| 613 | <Compile Include="lib2to3\pgen2\grammar.py" /> |
| 614 | <Compile Include="lib2to3\pgen2\literals.py" /> |
| 615 | <Compile Include="lib2to3\pgen2\parse.py" /> |
| 616 | <Compile Include="lib2to3\pgen2\pgen.py" /> |
| 617 | <Compile Include="lib2to3\pgen2\token.py" /> |
| 618 | <Compile Include="lib2to3\pgen2\tokenize.py" /> |
| 619 | <Compile Include="lib2to3\pgen2\__init__.py" /> |
| 620 | <Compile Include="lib2to3\pygram.py" /> |
| 621 | <Compile Include="lib2to3\pytree.py" /> |
| 622 | <Compile Include="lib2to3\refactor.py" /> |
| 623 | <Compile Include="lib2to3\tests\data\bom.py" /> |
| 624 | <Compile Include="lib2to3\tests\data\crlf.py" /> |
| 625 | <Compile Include="lib2to3\tests\data\different_encoding.py" /> |
| 626 | <Compile Include="lib2to3\tests\data\false_encoding.py" /> |
| 627 | <Compile Include="lib2to3\tests\data\fixers\bad_order.py" /> |
| 628 | <Compile Include="lib2to3\tests\data\fixers\myfixes\fix_explicit.py" /> |
| 629 | <Compile Include="lib2to3\tests\data\fixers\myfixes\fix_first.py" /> |
| 630 | <Compile Include="lib2to3\tests\data\fixers\myfixes\fix_last.py" /> |
| 631 | <Compile Include="lib2to3\tests\data\fixers\myfixes\fix_parrot.py" /> |
| 632 | <Compile Include="lib2to3\tests\data\fixers\myfixes\fix_preorder.py" /> |
| 633 | <Compile Include="lib2to3\tests\data\fixers\myfixes\__init__.py" /> |
| 634 | <Compile Include="lib2to3\tests\data\fixers\no_fixer_cls.py" /> |
| 635 | <Compile Include="lib2to3\tests\data\fixers\parrot_example.py" /> |
| 636 | <Compile Include="lib2to3\tests\data\infinite_recursion.py" /> |
| 637 | <Compile Include="lib2to3\tests\data\py2_test_grammar.py" /> |
| 638 | <Compile Include="lib2to3\tests\data\py3_test_grammar.py" /> |
| 639 | <Compile Include="lib2to3\tests\pytree_idempotency.py" /> |
| 640 | <Compile Include="lib2to3\tests\support.py" /> |
| 641 | <Compile Include="lib2to3\tests\test_all_fixers.py" /> |
| 642 | <Compile Include="lib2to3\tests\test_fixers.py" /> |
| 643 | <Compile Include="lib2to3\tests\test_main.py" /> |
| 644 | <Compile Include="lib2to3\tests\test_parser.py" /> |
| 645 | <Compile Include="lib2to3\tests\test_pytree.py" /> |
| 646 | <Compile Include="lib2to3\tests\test_refactor.py" /> |
| 647 | <Compile Include="lib2to3\tests\test_util.py" /> |
| 648 | <Compile Include="lib2to3\tests\__init__.py" /> |
| 649 | <Compile Include="lib2to3\tests\__main__.py" /> |
| 650 | <Compile Include="lib2to3\__init__.py" /> |
| 651 | <Compile Include="lib2to3\__main__.py" /> |
| 652 | <Compile Include="linecache.py" /> |
| 653 | <Compile Include="locale.py" /> |
| 654 | <Compile Include="logging\config.py" /> |
| 655 | <Compile Include="logging\handlers.py" /> |
| 656 | <Compile Include="logging\__init__.py" /> |
| 657 | <Compile Include="lzma.py" /> |
Steve Dower | 78e25ab | 2017-05-17 13:06:11 -0700 | [diff] [blame] | 658 | <Compile Include="mailbox.py" /> |
| 659 | <Compile Include="mailcap.py" /> |
| 660 | <Compile Include="mimetypes.py" /> |
| 661 | <Compile Include="modulefinder.py" /> |
| 662 | <Compile Include="msilib\schema.py" /> |
| 663 | <Compile Include="msilib\sequence.py" /> |
| 664 | <Compile Include="msilib\text.py" /> |
| 665 | <Compile Include="msilib\__init__.py" /> |
| 666 | <Compile Include="multiprocessing\connection.py" /> |
| 667 | <Compile Include="multiprocessing\context.py" /> |
| 668 | <Compile Include="multiprocessing\dummy\connection.py" /> |
| 669 | <Compile Include="multiprocessing\dummy\__init__.py" /> |
| 670 | <Compile Include="multiprocessing\forkserver.py" /> |
| 671 | <Compile Include="multiprocessing\heap.py" /> |
| 672 | <Compile Include="multiprocessing\managers.py" /> |
| 673 | <Compile Include="multiprocessing\pool.py" /> |
| 674 | <Compile Include="multiprocessing\popen_fork.py" /> |
| 675 | <Compile Include="multiprocessing\popen_forkserver.py" /> |
| 676 | <Compile Include="multiprocessing\popen_spawn_posix.py" /> |
| 677 | <Compile Include="multiprocessing\popen_spawn_win32.py" /> |
| 678 | <Compile Include="multiprocessing\process.py" /> |
| 679 | <Compile Include="multiprocessing\queues.py" /> |
| 680 | <Compile Include="multiprocessing\reduction.py" /> |
| 681 | <Compile Include="multiprocessing\resource_sharer.py" /> |
| 682 | <Compile Include="multiprocessing\semaphore_tracker.py" /> |
| 683 | <Compile Include="multiprocessing\sharedctypes.py" /> |
| 684 | <Compile Include="multiprocessing\spawn.py" /> |
| 685 | <Compile Include="multiprocessing\synchronize.py" /> |
| 686 | <Compile Include="multiprocessing\util.py" /> |
| 687 | <Compile Include="multiprocessing\__init__.py" /> |
| 688 | <Compile Include="netrc.py" /> |
| 689 | <Compile Include="nntplib.py" /> |
| 690 | <Compile Include="ntpath.py" /> |
| 691 | <Compile Include="nturl2path.py" /> |
| 692 | <Compile Include="numbers.py" /> |
| 693 | <Compile Include="opcode.py" /> |
| 694 | <Compile Include="operator.py" /> |
| 695 | <Compile Include="optparse.py" /> |
| 696 | <Compile Include="os.py" /> |
| 697 | <Compile Include="pathlib.py" /> |
| 698 | <Compile Include="pdb.py" /> |
| 699 | <Compile Include="pickle.py" /> |
| 700 | <Compile Include="pickletools.py" /> |
| 701 | <Compile Include="pipes.py" /> |
| 702 | <Compile Include="pkgutil.py" /> |
| 703 | <Compile Include="platform.py" /> |
| 704 | <Compile Include="plistlib.py" /> |
| 705 | <Compile Include="poplib.py" /> |
| 706 | <Compile Include="posixpath.py" /> |
| 707 | <Compile Include="pprint.py" /> |
| 708 | <Compile Include="profile.py" /> |
| 709 | <Compile Include="pstats.py" /> |
| 710 | <Compile Include="pty.py" /> |
| 711 | <Compile Include="pyclbr.py" /> |
| 712 | <Compile Include="pydoc.py" /> |
| 713 | <Compile Include="pydoc_data\topics.py" /> |
| 714 | <Compile Include="pydoc_data\__init__.py" /> |
| 715 | <Compile Include="py_compile.py" /> |
| 716 | <Compile Include="queue.py" /> |
| 717 | <Compile Include="quopri.py" /> |
| 718 | <Compile Include="random.py" /> |
| 719 | <Compile Include="re.py" /> |
| 720 | <Compile Include="reprlib.py" /> |
| 721 | <Compile Include="rlcompleter.py" /> |
| 722 | <Compile Include="runpy.py" /> |
| 723 | <Compile Include="sched.py" /> |
| 724 | <Compile Include="secrets.py" /> |
| 725 | <Compile Include="selectors.py" /> |
| 726 | <Compile Include="shelve.py" /> |
| 727 | <Compile Include="shlex.py" /> |
| 728 | <Compile Include="shutil.py" /> |
| 729 | <Compile Include="signal.py" /> |
| 730 | <Compile Include="site.py" /> |
| 731 | <Compile Include="smtpd.py" /> |
| 732 | <Compile Include="smtplib.py" /> |
| 733 | <Compile Include="sndhdr.py" /> |
| 734 | <Compile Include="socket.py" /> |
| 735 | <Compile Include="socketserver.py" /> |
| 736 | <Compile Include="sqlite3\dbapi2.py" /> |
| 737 | <Compile Include="sqlite3\dump.py" /> |
| 738 | <Compile Include="sqlite3\test\dbapi.py" /> |
| 739 | <Compile Include="sqlite3\test\dump.py" /> |
| 740 | <Compile Include="sqlite3\test\factory.py" /> |
| 741 | <Compile Include="sqlite3\test\hooks.py" /> |
| 742 | <Compile Include="sqlite3\test\regression.py" /> |
| 743 | <Compile Include="sqlite3\test\transactions.py" /> |
| 744 | <Compile Include="sqlite3\test\types.py" /> |
| 745 | <Compile Include="sqlite3\test\userfunctions.py" /> |
| 746 | <Compile Include="sqlite3\test\__init__.py" /> |
| 747 | <Compile Include="sqlite3\__init__.py" /> |
| 748 | <Compile Include="sre_compile.py" /> |
| 749 | <Compile Include="sre_constants.py" /> |
| 750 | <Compile Include="sre_parse.py" /> |
| 751 | <Compile Include="ssl.py" /> |
| 752 | <Compile Include="stat.py" /> |
| 753 | <Compile Include="statistics.py" /> |
| 754 | <Compile Include="string.py" /> |
| 755 | <Compile Include="stringprep.py" /> |
| 756 | <Compile Include="struct.py" /> |
| 757 | <Compile Include="subprocess.py" /> |
| 758 | <Compile Include="sunau.py" /> |
| 759 | <Compile Include="symbol.py" /> |
| 760 | <Compile Include="symtable.py" /> |
| 761 | <Compile Include="sysconfig.py" /> |
| 762 | <Compile Include="tabnanny.py" /> |
| 763 | <Compile Include="tarfile.py" /> |
| 764 | <Compile Include="telnetlib.py" /> |
| 765 | <Compile Include="tempfile.py" /> |
| 766 | <Compile Include="test\ann_module.py" /> |
| 767 | <Compile Include="test\ann_module2.py" /> |
| 768 | <Compile Include="test\ann_module3.py" /> |
| 769 | <Compile Include="test\audiotests.py" /> |
| 770 | <Compile Include="test\autotest.py" /> |
| 771 | <Compile Include="test\badsyntax_3131.py" /> |
| 772 | <Compile Include="test\badsyntax_future10.py" /> |
| 773 | <Compile Include="test\badsyntax_future3.py" /> |
| 774 | <Compile Include="test\badsyntax_future4.py" /> |
| 775 | <Compile Include="test\badsyntax_future5.py" /> |
| 776 | <Compile Include="test\badsyntax_future6.py" /> |
| 777 | <Compile Include="test\badsyntax_future7.py" /> |
| 778 | <Compile Include="test\badsyntax_future8.py" /> |
| 779 | <Compile Include="test\badsyntax_future9.py" /> |
| 780 | <Compile Include="test\badsyntax_pep3120.py" /> |
| 781 | <Compile Include="test\bad_coding.py" /> |
| 782 | <Compile Include="test\bad_coding2.py" /> |
| 783 | <Compile Include="test\bytecode_helper.py" /> |
| 784 | <Compile Include="test\coding20731.py" /> |
| 785 | <Compile Include="test\crashers\bogus_code_obj.py" /> |
| 786 | <Compile Include="test\crashers\gc_inspection.py" /> |
| 787 | <Compile Include="test\crashers\infinite_loop_re.py" /> |
| 788 | <Compile Include="test\crashers\mutation_inside_cyclegc.py" /> |
| 789 | <Compile Include="test\crashers\recursive_call.py" /> |
| 790 | <Compile Include="test\crashers\trace_at_recursion_limit.py" /> |
| 791 | <Compile Include="test\crashers\underlying_dict.py" /> |
| 792 | <Compile Include="test\curses_tests.py" /> |
| 793 | <Compile Include="test\datetimetester.py" /> |
| 794 | <Compile Include="test\dis_module.py" /> |
| 795 | <Compile Include="test\doctest_aliases.py" /> |
| 796 | <Compile Include="test\double_const.py" /> |
| 797 | <Compile Include="test\dtracedata\call_stack.py" /> |
| 798 | <Compile Include="test\dtracedata\gc.py" /> |
| 799 | <Compile Include="test\dtracedata\instance.py" /> |
| 800 | <Compile Include="test\dtracedata\line.py" /> |
| 801 | <Compile Include="test\eintrdata\eintr_tester.py" /> |
| 802 | <Compile Include="test\encoded_modules\module_iso_8859_1.py" /> |
| 803 | <Compile Include="test\encoded_modules\module_koi8_r.py" /> |
| 804 | <Compile Include="test\encoded_modules\__init__.py" /> |
| 805 | <Compile Include="test\final_a.py" /> |
| 806 | <Compile Include="test\final_b.py" /> |
| 807 | <Compile Include="test\fork_wait.py" /> |
| 808 | <Compile Include="test\future_test1.py" /> |
| 809 | <Compile Include="test\future_test2.py" /> |
| 810 | <Compile Include="test\gdb_sample.py" /> |
| 811 | <Compile Include="test\imp_dummy.py" /> |
| 812 | <Compile Include="test\inspect_fodder.py" /> |
| 813 | <Compile Include="test\inspect_fodder2.py" /> |
| 814 | <Compile Include="test\leakers\test_ctypes.py" /> |
| 815 | <Compile Include="test\leakers\test_selftype.py" /> |
| 816 | <Compile Include="test\leakers\__init__.py" /> |
| 817 | <Compile Include="test\libregrtest\cmdline.py" /> |
| 818 | <Compile Include="test\libregrtest\main.py" /> |
| 819 | <Compile Include="test\libregrtest\refleak.py" /> |
| 820 | <Compile Include="test\libregrtest\runtest.py" /> |
| 821 | <Compile Include="test\libregrtest\runtest_mp.py" /> |
| 822 | <Compile Include="test\libregrtest\save_env.py" /> |
| 823 | <Compile Include="test\libregrtest\setup.py" /> |
| 824 | <Compile Include="test\libregrtest\__init__.py" /> |
| 825 | <Compile Include="test\list_tests.py" /> |
| 826 | <Compile Include="test\lock_tests.py" /> |
| 827 | <Compile Include="test\make_ssl_certs.py" /> |
| 828 | <Compile Include="test\mapping_tests.py" /> |
| 829 | <Compile Include="test\memory_watchdog.py" /> |
| 830 | <Compile Include="test\mock_socket.py" /> |
| 831 | <Compile Include="test\mod_generics_cache.py" /> |
| 832 | <Compile Include="test\mp_fork_bomb.py" /> |
| 833 | <Compile Include="test\mp_preload.py" /> |
| 834 | <Compile Include="test\multibytecodec_support.py" /> |
| 835 | <Compile Include="test\outstanding_bugs.py" /> |
| 836 | <Compile Include="test\pickletester.py" /> |
| 837 | <Compile Include="test\profilee.py" /> |
| 838 | <Compile Include="test\pyclbr_input.py" /> |
| 839 | <Compile Include="test\pydocfodder.py" /> |
| 840 | <Compile Include="test\pydoc_mod.py" /> |
| 841 | <Compile Include="test\regrtest.py" /> |
| 842 | <Compile Include="test\relimport.py" /> |
| 843 | <Compile Include="test\reperf.py" /> |
| 844 | <Compile Include="test\re_tests.py" /> |
| 845 | <Compile Include="test\sample_doctest.py" /> |
| 846 | <Compile Include="test\sample_doctest_no_docstrings.py" /> |
| 847 | <Compile Include="test\sample_doctest_no_doctests.py" /> |
| 848 | <Compile Include="test\seq_tests.py" /> |
| 849 | <Compile Include="test\signalinterproctester.py" /> |
| 850 | <Compile Include="test\sortperf.py" /> |
| 851 | <Compile Include="test\ssltests.py" /> |
| 852 | <Compile Include="test\ssl_servers.py" /> |
| 853 | <Compile Include="test\string_tests.py" /> |
| 854 | <Compile Include="test\subprocessdata\fd_status.py" /> |
| 855 | <Compile Include="test\subprocessdata\input_reader.py" /> |
| 856 | <Compile Include="test\subprocessdata\qcat.py" /> |
| 857 | <Compile Include="test\subprocessdata\qgrep.py" /> |
| 858 | <Compile Include="test\subprocessdata\sigchild_ignore.py" /> |
| 859 | <Compile Include="test\support\script_helper.py" /> |
| 860 | <Compile Include="test\support\__init__.py" /> |
| 861 | <Compile Include="test\testcodec.py" /> |
| 862 | <Compile Include="test\test_abc.py" /> |
| 863 | <Compile Include="test\test_abstract_numbers.py" /> |
| 864 | <Compile Include="test\test_aifc.py" /> |
| 865 | <Compile Include="test\test_argparse.py" /> |
| 866 | <Compile Include="test\test_array.py" /> |
| 867 | <Compile Include="test\test_asdl_parser.py" /> |
| 868 | <Compile Include="test\test_ast.py" /> |
| 869 | <Compile Include="test\test_asyncgen.py" /> |
| 870 | <Compile Include="test\test_asynchat.py" /> |
| 871 | <Compile Include="test\test_asyncio\echo.py" /> |
| 872 | <Compile Include="test\test_asyncio\echo2.py" /> |
| 873 | <Compile Include="test\test_asyncio\echo3.py" /> |
| 874 | <Compile Include="test\test_asyncio\test_base_events.py" /> |
| 875 | <Compile Include="test\test_asyncio\test_events.py" /> |
| 876 | <Compile Include="test\test_asyncio\test_futures.py" /> |
| 877 | <Compile Include="test\test_asyncio\test_locks.py" /> |
| 878 | <Compile Include="test\test_asyncio\test_pep492.py" /> |
| 879 | <Compile Include="test\test_asyncio\test_proactor_events.py" /> |
| 880 | <Compile Include="test\test_asyncio\test_queues.py" /> |
| 881 | <Compile Include="test\test_asyncio\test_selector_events.py" /> |
| 882 | <Compile Include="test\test_asyncio\test_sslproto.py" /> |
| 883 | <Compile Include="test\test_asyncio\test_streams.py" /> |
| 884 | <Compile Include="test\test_asyncio\test_subprocess.py" /> |
| 885 | <Compile Include="test\test_asyncio\test_tasks.py" /> |
| 886 | <Compile Include="test\test_asyncio\test_transports.py" /> |
| 887 | <Compile Include="test\test_asyncio\test_unix_events.py" /> |
| 888 | <Compile Include="test\test_asyncio\test_windows_events.py" /> |
| 889 | <Compile Include="test\test_asyncio\test_windows_utils.py" /> |
| 890 | <Compile Include="test\test_asyncio\__init__.py" /> |
| 891 | <Compile Include="test\test_asyncio\__main__.py" /> |
| 892 | <Compile Include="test\test_asyncore.py" /> |
| 893 | <Compile Include="test\test_atexit.py" /> |
| 894 | <Compile Include="test\test_audioop.py" /> |
| 895 | <Compile Include="test\test_augassign.py" /> |
| 896 | <Compile Include="test\test_base64.py" /> |
| 897 | <Compile Include="test\test_baseexception.py" /> |
| 898 | <Compile Include="test\test_bigaddrspace.py" /> |
| 899 | <Compile Include="test\test_bigmem.py" /> |
| 900 | <Compile Include="test\test_binascii.py" /> |
| 901 | <Compile Include="test\test_binhex.py" /> |
| 902 | <Compile Include="test\test_binop.py" /> |
| 903 | <Compile Include="test\test_bisect.py" /> |
| 904 | <Compile Include="test\test_bool.py" /> |
| 905 | <Compile Include="test\test_buffer.py" /> |
| 906 | <Compile Include="test\test_bufio.py" /> |
| 907 | <Compile Include="test\test_builtin.py" /> |
| 908 | <Compile Include="test\test_bytes.py" /> |
| 909 | <Compile Include="test\test_bz2.py" /> |
| 910 | <Compile Include="test\test_calendar.py" /> |
| 911 | <Compile Include="test\test_call.py" /> |
| 912 | <Compile Include="test\test_capi.py" /> |
| 913 | <Compile Include="test\test_cgi.py" /> |
| 914 | <Compile Include="test\test_cgitb.py" /> |
| 915 | <Compile Include="test\test_charmapcodec.py" /> |
| 916 | <Compile Include="test\test_class.py" /> |
| 917 | <Compile Include="test\test_cmath.py" /> |
| 918 | <Compile Include="test\test_cmd.py" /> |
| 919 | <Compile Include="test\test_cmd_line.py" /> |
| 920 | <Compile Include="test\test_cmd_line_script.py" /> |
| 921 | <Compile Include="test\test_code.py" /> |
| 922 | <Compile Include="test\test_codeccallbacks.py" /> |
| 923 | <Compile Include="test\test_codecencodings_cn.py" /> |
| 924 | <Compile Include="test\test_codecencodings_hk.py" /> |
| 925 | <Compile Include="test\test_codecencodings_iso2022.py" /> |
| 926 | <Compile Include="test\test_codecencodings_jp.py" /> |
| 927 | <Compile Include="test\test_codecencodings_kr.py" /> |
| 928 | <Compile Include="test\test_codecencodings_tw.py" /> |
| 929 | <Compile Include="test\test_codecmaps_cn.py" /> |
| 930 | <Compile Include="test\test_codecmaps_hk.py" /> |
| 931 | <Compile Include="test\test_codecmaps_jp.py" /> |
| 932 | <Compile Include="test\test_codecmaps_kr.py" /> |
| 933 | <Compile Include="test\test_codecmaps_tw.py" /> |
| 934 | <Compile Include="test\test_codecs.py" /> |
| 935 | <Compile Include="test\test_codeop.py" /> |
| 936 | <Compile Include="test\test_code_module.py" /> |
| 937 | <Compile Include="test\test_collections.py" /> |
| 938 | <Compile Include="test\test_colorsys.py" /> |
| 939 | <Compile Include="test\test_compare.py" /> |
| 940 | <Compile Include="test\test_compile.py" /> |
| 941 | <Compile Include="test\test_compileall.py" /> |
| 942 | <Compile Include="test\test_complex.py" /> |
| 943 | <Compile Include="test\test_concurrent_futures.py" /> |
| 944 | <Compile Include="test\test_configparser.py" /> |
| 945 | <Compile Include="test\test_contains.py" /> |
| 946 | <Compile Include="test\test_contextlib.py" /> |
| 947 | <Compile Include="test\test_contextlib_async.py" /> |
| 948 | <Compile Include="test\test_copy.py" /> |
| 949 | <Compile Include="test\test_copyreg.py" /> |
| 950 | <Compile Include="test\test_coroutines.py" /> |
| 951 | <Compile Include="test\test_cprofile.py" /> |
| 952 | <Compile Include="test\test_crashers.py" /> |
| 953 | <Compile Include="test\test_crypt.py" /> |
| 954 | <Compile Include="test\test_csv.py" /> |
| 955 | <Compile Include="test\test_ctypes.py" /> |
| 956 | <Compile Include="test\test_curses.py" /> |
| 957 | <Compile Include="test\test_datetime.py" /> |
| 958 | <Compile Include="test\test_dbm.py" /> |
| 959 | <Compile Include="test\test_dbm_dumb.py" /> |
| 960 | <Compile Include="test\test_dbm_gnu.py" /> |
| 961 | <Compile Include="test\test_dbm_ndbm.py" /> |
| 962 | <Compile Include="test\test_decimal.py" /> |
| 963 | <Compile Include="test\test_decorators.py" /> |
| 964 | <Compile Include="test\test_defaultdict.py" /> |
| 965 | <Compile Include="test\test_deque.py" /> |
| 966 | <Compile Include="test\test_descr.py" /> |
| 967 | <Compile Include="test\test_descrtut.py" /> |
| 968 | <Compile Include="test\test_devpoll.py" /> |
| 969 | <Compile Include="test\test_dict.py" /> |
| 970 | <Compile Include="test\test_dictcomps.py" /> |
| 971 | <Compile Include="test\test_dictviews.py" /> |
| 972 | <Compile Include="test\test_dict_version.py" /> |
| 973 | <Compile Include="test\test_difflib.py" /> |
| 974 | <Compile Include="test\test_dis.py" /> |
| 975 | <Compile Include="test\test_distutils.py" /> |
| 976 | <Compile Include="test\test_doctest.py" /> |
| 977 | <Compile Include="test\test_doctest2.py" /> |
| 978 | <Compile Include="test\test_docxmlrpc.py" /> |
| 979 | <Compile Include="test\test_dtrace.py" /> |
| 980 | <Compile Include="test\test_dummy_thread.py" /> |
| 981 | <Compile Include="test\test_dummy_threading.py" /> |
| 982 | <Compile Include="test\test_dynamic.py" /> |
| 983 | <Compile Include="test\test_dynamicclassattribute.py" /> |
| 984 | <Compile Include="test\test_eintr.py" /> |
| 985 | <Compile Include="test\test_email\test_asian_codecs.py" /> |
| 986 | <Compile Include="test\test_email\test_contentmanager.py" /> |
| 987 | <Compile Include="test\test_email\test_defect_handling.py" /> |
| 988 | <Compile Include="test\test_email\test_email.py" /> |
| 989 | <Compile Include="test\test_email\test_generator.py" /> |
| 990 | <Compile Include="test\test_email\test_headerregistry.py" /> |
| 991 | <Compile Include="test\test_email\test_inversion.py" /> |
| 992 | <Compile Include="test\test_email\test_message.py" /> |
| 993 | <Compile Include="test\test_email\test_parser.py" /> |
| 994 | <Compile Include="test\test_email\test_pickleable.py" /> |
| 995 | <Compile Include="test\test_email\test_policy.py" /> |
| 996 | <Compile Include="test\test_email\test_utils.py" /> |
| 997 | <Compile Include="test\test_email\test__encoded_words.py" /> |
| 998 | <Compile Include="test\test_email\test__header_value_parser.py" /> |
| 999 | <Compile Include="test\test_email\torture_test.py" /> |
| 1000 | <Compile Include="test\test_email\__init__.py" /> |
| 1001 | <Compile Include="test\test_email\__main__.py" /> |
| 1002 | <Compile Include="test\test_ensurepip.py" /> |
| 1003 | <Compile Include="test\test_enum.py" /> |
| 1004 | <Compile Include="test\test_enumerate.py" /> |
| 1005 | <Compile Include="test\test_eof.py" /> |
| 1006 | <Compile Include="test\test_epoll.py" /> |
| 1007 | <Compile Include="test\test_errno.py" /> |
| 1008 | <Compile Include="test\test_exceptions.py" /> |
| 1009 | <Compile Include="test\test_exception_hierarchy.py" /> |
| 1010 | <Compile Include="test\test_exception_variations.py" /> |
| 1011 | <Compile Include="test\test_extcall.py" /> |
| 1012 | <Compile Include="test\test_faulthandler.py" /> |
| 1013 | <Compile Include="test\test_fcntl.py" /> |
| 1014 | <Compile Include="test\test_file.py" /> |
| 1015 | <Compile Include="test\test_filecmp.py" /> |
| 1016 | <Compile Include="test\test_fileinput.py" /> |
| 1017 | <Compile Include="test\test_fileio.py" /> |
| 1018 | <Compile Include="test\test_file_eintr.py" /> |
| 1019 | <Compile Include="test\test_finalization.py" /> |
| 1020 | <Compile Include="test\test_float.py" /> |
| 1021 | <Compile Include="test\test_flufl.py" /> |
| 1022 | <Compile Include="test\test_fnmatch.py" /> |
| 1023 | <Compile Include="test\test_fork1.py" /> |
| 1024 | <Compile Include="test\test_format.py" /> |
| 1025 | <Compile Include="test\test_fractions.py" /> |
| 1026 | <Compile Include="test\test_frame.py" /> |
| 1027 | <Compile Include="test\test_fstring.py" /> |
| 1028 | <Compile Include="test\test_ftplib.py" /> |
| 1029 | <Compile Include="test\test_funcattrs.py" /> |
| 1030 | <Compile Include="test\test_functools.py" /> |
| 1031 | <Compile Include="test\test_future.py" /> |
| 1032 | <Compile Include="test\test_future3.py" /> |
| 1033 | <Compile Include="test\test_future4.py" /> |
| 1034 | <Compile Include="test\test_future5.py" /> |
| 1035 | <Compile Include="test\test_gc.py" /> |
| 1036 | <Compile Include="test\test_gdb.py" /> |
| 1037 | <Compile Include="test\test_generators.py" /> |
| 1038 | <Compile Include="test\test_generator_stop.py" /> |
| 1039 | <Compile Include="test\test_genericpath.py" /> |
| 1040 | <Compile Include="test\test_genexps.py" /> |
| 1041 | <Compile Include="test\test_getargs2.py" /> |
| 1042 | <Compile Include="test\test_getopt.py" /> |
| 1043 | <Compile Include="test\test_getpass.py" /> |
| 1044 | <Compile Include="test\test_gettext.py" /> |
| 1045 | <Compile Include="test\test_glob.py" /> |
| 1046 | <Compile Include="test\test_global.py" /> |
| 1047 | <Compile Include="test\test_grammar.py" /> |
| 1048 | <Compile Include="test\test_grp.py" /> |
| 1049 | <Compile Include="test\test_gzip.py" /> |
| 1050 | <Compile Include="test\test_hash.py" /> |
| 1051 | <Compile Include="test\test_hashlib.py" /> |
| 1052 | <Compile Include="test\test_heapq.py" /> |
| 1053 | <Compile Include="test\test_hmac.py" /> |
| 1054 | <Compile Include="test\test_html.py" /> |
| 1055 | <Compile Include="test\test_htmlparser.py" /> |
| 1056 | <Compile Include="test\test_httplib.py" /> |
| 1057 | <Compile Include="test\test_httpservers.py" /> |
| 1058 | <Compile Include="test\test_http_cookiejar.py" /> |
| 1059 | <Compile Include="test\test_http_cookies.py" /> |
| 1060 | <Compile Include="test\test_idle.py" /> |
| 1061 | <Compile Include="test\test_imaplib.py" /> |
| 1062 | <Compile Include="test\test_imghdr.py" /> |
| 1063 | <Compile Include="test\test_imp.py" /> |
| 1064 | <Compile Include="test\test_importlib\abc.py" /> |
| 1065 | <Compile Include="test\test_importlib\builtin\test_finder.py" /> |
| 1066 | <Compile Include="test\test_importlib\builtin\test_loader.py" /> |
| 1067 | <Compile Include="test\test_importlib\builtin\__init__.py" /> |
| 1068 | <Compile Include="test\test_importlib\builtin\__main__.py" /> |
| 1069 | <Compile Include="test\test_importlib\extension\test_case_sensitivity.py" /> |
| 1070 | <Compile Include="test\test_importlib\extension\test_finder.py" /> |
| 1071 | <Compile Include="test\test_importlib\extension\test_loader.py" /> |
| 1072 | <Compile Include="test\test_importlib\extension\test_path_hook.py" /> |
| 1073 | <Compile Include="test\test_importlib\extension\__init__.py" /> |
| 1074 | <Compile Include="test\test_importlib\extension\__main__.py" /> |
| 1075 | <Compile Include="test\test_importlib\frozen\test_finder.py" /> |
| 1076 | <Compile Include="test\test_importlib\frozen\test_loader.py" /> |
| 1077 | <Compile Include="test\test_importlib\frozen\__init__.py" /> |
| 1078 | <Compile Include="test\test_importlib\frozen\__main__.py" /> |
| 1079 | <Compile Include="test\test_importlib\import_\test_api.py" /> |
| 1080 | <Compile Include="test\test_importlib\import_\test_caching.py" /> |
| 1081 | <Compile Include="test\test_importlib\import_\test_fromlist.py" /> |
| 1082 | <Compile Include="test\test_importlib\import_\test_meta_path.py" /> |
| 1083 | <Compile Include="test\test_importlib\import_\test_packages.py" /> |
| 1084 | <Compile Include="test\test_importlib\import_\test_path.py" /> |
| 1085 | <Compile Include="test\test_importlib\import_\test_relative_imports.py" /> |
| 1086 | <Compile Include="test\test_importlib\import_\test___loader__.py" /> |
| 1087 | <Compile Include="test\test_importlib\import_\test___package__.py" /> |
| 1088 | <Compile Include="test\test_importlib\import_\__init__.py" /> |
| 1089 | <Compile Include="test\test_importlib\import_\__main__.py" /> |
| 1090 | <Compile Include="test\test_importlib\namespace_pkgs\both_portions\foo\one.py" /> |
| 1091 | <Compile Include="test\test_importlib\namespace_pkgs\both_portions\foo\two.py" /> |
| 1092 | <Compile Include="test\test_importlib\namespace_pkgs\module_and_namespace_package\a_test.py" /> |
| 1093 | <Compile Include="test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\one.py" /> |
| 1094 | <Compile Include="test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo\__init__.py" /> |
| 1095 | <Compile Include="test\test_importlib\namespace_pkgs\portion1\foo\one.py" /> |
| 1096 | <Compile Include="test\test_importlib\namespace_pkgs\portion2\foo\two.py" /> |
| 1097 | <Compile Include="test\test_importlib\namespace_pkgs\project1\parent\child\one.py" /> |
| 1098 | <Compile Include="test\test_importlib\namespace_pkgs\project2\parent\child\two.py" /> |
| 1099 | <Compile Include="test\test_importlib\namespace_pkgs\project3\parent\child\three.py" /> |
| 1100 | <Compile Include="test\test_importlib\source\test_case_sensitivity.py" /> |
| 1101 | <Compile Include="test\test_importlib\source\test_file_loader.py" /> |
| 1102 | <Compile Include="test\test_importlib\source\test_finder.py" /> |
| 1103 | <Compile Include="test\test_importlib\source\test_path_hook.py" /> |
| 1104 | <Compile Include="test\test_importlib\source\test_source_encoding.py" /> |
| 1105 | <Compile Include="test\test_importlib\source\__init__.py" /> |
| 1106 | <Compile Include="test\test_importlib\source\__main__.py" /> |
| 1107 | <Compile Include="test\test_importlib\test_abc.py" /> |
| 1108 | <Compile Include="test\test_importlib\test_api.py" /> |
| 1109 | <Compile Include="test\test_importlib\test_lazy.py" /> |
| 1110 | <Compile Include="test\test_importlib\test_locks.py" /> |
| 1111 | <Compile Include="test\test_importlib\test_namespace_pkgs.py" /> |
| 1112 | <Compile Include="test\test_importlib\test_spec.py" /> |
| 1113 | <Compile Include="test\test_importlib\test_util.py" /> |
| 1114 | <Compile Include="test\test_importlib\test_windows.py" /> |
| 1115 | <Compile Include="test\test_importlib\util.py" /> |
| 1116 | <Compile Include="test\test_importlib\__init__.py" /> |
| 1117 | <Compile Include="test\test_importlib\__main__.py" /> |
| 1118 | <Compile Include="test\test_import\data\circular_imports\basic.py" /> |
| 1119 | <Compile Include="test\test_import\data\circular_imports\basic2.py" /> |
| 1120 | <Compile Include="test\test_import\data\circular_imports\binding.py" /> |
| 1121 | <Compile Include="test\test_import\data\circular_imports\binding2.py" /> |
| 1122 | <Compile Include="test\test_import\data\circular_imports\indirect.py" /> |
| 1123 | <Compile Include="test\test_import\data\circular_imports\rebinding.py" /> |
| 1124 | <Compile Include="test\test_import\data\circular_imports\rebinding2.py" /> |
| 1125 | <Compile Include="test\test_import\data\circular_imports\subpackage.py" /> |
| 1126 | <Compile Include="test\test_import\data\circular_imports\subpkg\subpackage2.py" /> |
| 1127 | <Compile Include="test\test_import\data\circular_imports\subpkg\util.py" /> |
| 1128 | <Compile Include="test\test_import\data\circular_imports\util.py" /> |
Serhiy Storchaka | d5ed47d | 2017-07-27 12:24:36 +0300 | [diff] [blame] | 1129 | <Compile Include="test\test_import\data\package\__init__.py" /> |
| 1130 | <Compile Include="test\test_import\data\package\submodule.py" /> |
| 1131 | <Compile Include="test\test_import\data\package2\submodule1.py" /> |
| 1132 | <Compile Include="test\test_import\data\package2\submodule2.py" /> |
Steve Dower | 78e25ab | 2017-05-17 13:06:11 -0700 | [diff] [blame] | 1133 | <Compile Include="test\test_import\__init__.py" /> |
| 1134 | <Compile Include="test\test_import\__main__.py" /> |
| 1135 | <Compile Include="test\test_index.py" /> |
| 1136 | <Compile Include="test\test_inspect.py" /> |
| 1137 | <Compile Include="test\test_int.py" /> |
| 1138 | <Compile Include="test\test_int_literal.py" /> |
| 1139 | <Compile Include="test\test_io.py" /> |
| 1140 | <Compile Include="test\test_ioctl.py" /> |
| 1141 | <Compile Include="test\test_ipaddress.py" /> |
| 1142 | <Compile Include="test\test_isinstance.py" /> |
| 1143 | <Compile Include="test\test_iter.py" /> |
| 1144 | <Compile Include="test\test_iterlen.py" /> |
| 1145 | <Compile Include="test\test_itertools.py" /> |
| 1146 | <Compile Include="test\test_json\test_decode.py" /> |
| 1147 | <Compile Include="test\test_json\test_default.py" /> |
| 1148 | <Compile Include="test\test_json\test_dump.py" /> |
| 1149 | <Compile Include="test\test_json\test_encode_basestring_ascii.py" /> |
| 1150 | <Compile Include="test\test_json\test_enum.py" /> |
| 1151 | <Compile Include="test\test_json\test_fail.py" /> |
| 1152 | <Compile Include="test\test_json\test_float.py" /> |
| 1153 | <Compile Include="test\test_json\test_indent.py" /> |
| 1154 | <Compile Include="test\test_json\test_pass1.py" /> |
| 1155 | <Compile Include="test\test_json\test_pass2.py" /> |
| 1156 | <Compile Include="test\test_json\test_pass3.py" /> |
| 1157 | <Compile Include="test\test_json\test_recursion.py" /> |
| 1158 | <Compile Include="test\test_json\test_scanstring.py" /> |
| 1159 | <Compile Include="test\test_json\test_separators.py" /> |
| 1160 | <Compile Include="test\test_json\test_speedups.py" /> |
| 1161 | <Compile Include="test\test_json\test_tool.py" /> |
| 1162 | <Compile Include="test\test_json\test_unicode.py" /> |
| 1163 | <Compile Include="test\test_json\__init__.py" /> |
| 1164 | <Compile Include="test\test_json\__main__.py" /> |
| 1165 | <Compile Include="test\test_keyword.py" /> |
| 1166 | <Compile Include="test\test_keywordonlyarg.py" /> |
| 1167 | <Compile Include="test\test_kqueue.py" /> |
| 1168 | <Compile Include="test\test_largefile.py" /> |
| 1169 | <Compile Include="test\test_lib2to3.py" /> |
| 1170 | <Compile Include="test\test_linecache.py" /> |
| 1171 | <Compile Include="test\test_list.py" /> |
| 1172 | <Compile Include="test\test_listcomps.py" /> |
| 1173 | <Compile Include="test\test_locale.py" /> |
| 1174 | <Compile Include="test\test_logging.py" /> |
| 1175 | <Compile Include="test\test_long.py" /> |
| 1176 | <Compile Include="test\test_longexp.py" /> |
| 1177 | <Compile Include="test\test_lzma.py" /> |
Steve Dower | 78e25ab | 2017-05-17 13:06:11 -0700 | [diff] [blame] | 1178 | <Compile Include="test\test_mailbox.py" /> |
| 1179 | <Compile Include="test\test_mailcap.py" /> |
| 1180 | <Compile Include="test\test_marshal.py" /> |
| 1181 | <Compile Include="test\test_math.py" /> |
| 1182 | <Compile Include="test\test_memoryio.py" /> |
| 1183 | <Compile Include="test\test_memoryview.py" /> |
| 1184 | <Compile Include="test\test_metaclass.py" /> |
| 1185 | <Compile Include="test\test_mimetypes.py" /> |
| 1186 | <Compile Include="test\test_minidom.py" /> |
| 1187 | <Compile Include="test\test_mmap.py" /> |
| 1188 | <Compile Include="test\test_module.py" /> |
| 1189 | <Compile Include="test\test_modulefinder.py" /> |
| 1190 | <Compile Include="test\test_msilib.py" /> |
| 1191 | <Compile Include="test\test_multibytecodec.py" /> |
| 1192 | <Compile Include="test\test_multiprocessing_fork.py" /> |
| 1193 | <Compile Include="test\test_multiprocessing_forkserver.py" /> |
| 1194 | <Compile Include="test\test_multiprocessing_main_handling.py" /> |
| 1195 | <Compile Include="test\test_multiprocessing_spawn.py" /> |
| 1196 | <Compile Include="test\test_netrc.py" /> |
| 1197 | <Compile Include="test\test_nis.py" /> |
| 1198 | <Compile Include="test\test_nntplib.py" /> |
| 1199 | <Compile Include="test\test_normalization.py" /> |
| 1200 | <Compile Include="test\test_ntpath.py" /> |
| 1201 | <Compile Include="test\test_numeric_tower.py" /> |
| 1202 | <Compile Include="test\test_opcodes.py" /> |
| 1203 | <Compile Include="test\test_openpty.py" /> |
| 1204 | <Compile Include="test\test_operator.py" /> |
| 1205 | <Compile Include="test\test_optparse.py" /> |
| 1206 | <Compile Include="test\test_ordered_dict.py" /> |
| 1207 | <Compile Include="test\test_os.py" /> |
| 1208 | <Compile Include="test\test_ossaudiodev.py" /> |
| 1209 | <Compile Include="test\test_osx_env.py" /> |
| 1210 | <Compile Include="test\test_parser.py" /> |
| 1211 | <Compile Include="test\test_pathlib.py" /> |
| 1212 | <Compile Include="test\test_pdb.py" /> |
| 1213 | <Compile Include="test\test_peepholer.py" /> |
| 1214 | <Compile Include="test\test_pickle.py" /> |
| 1215 | <Compile Include="test\test_pickletools.py" /> |
| 1216 | <Compile Include="test\test_pipes.py" /> |
| 1217 | <Compile Include="test\test_pkg.py" /> |
| 1218 | <Compile Include="test\test_pkgimport.py" /> |
| 1219 | <Compile Include="test\test_pkgutil.py" /> |
| 1220 | <Compile Include="test\test_platform.py" /> |
| 1221 | <Compile Include="test\test_plistlib.py" /> |
| 1222 | <Compile Include="test\test_poll.py" /> |
| 1223 | <Compile Include="test\test_popen.py" /> |
| 1224 | <Compile Include="test\test_poplib.py" /> |
| 1225 | <Compile Include="test\test_posix.py" /> |
| 1226 | <Compile Include="test\test_posixpath.py" /> |
| 1227 | <Compile Include="test\test_pow.py" /> |
| 1228 | <Compile Include="test\test_pprint.py" /> |
| 1229 | <Compile Include="test\test_print.py" /> |
| 1230 | <Compile Include="test\test_profile.py" /> |
| 1231 | <Compile Include="test\test_property.py" /> |
| 1232 | <Compile Include="test\test_pstats.py" /> |
| 1233 | <Compile Include="test\test_pty.py" /> |
| 1234 | <Compile Include="test\test_pulldom.py" /> |
| 1235 | <Compile Include="test\test_pwd.py" /> |
| 1236 | <Compile Include="test\test_pyclbr.py" /> |
| 1237 | <Compile Include="test\test_pydoc.py" /> |
| 1238 | <Compile Include="test\test_pyexpat.py" /> |
| 1239 | <Compile Include="test\test_py_compile.py" /> |
| 1240 | <Compile Include="test\test_queue.py" /> |
| 1241 | <Compile Include="test\test_quopri.py" /> |
| 1242 | <Compile Include="test\test_raise.py" /> |
| 1243 | <Compile Include="test\test_random.py" /> |
| 1244 | <Compile Include="test\test_range.py" /> |
| 1245 | <Compile Include="test\test_re.py" /> |
| 1246 | <Compile Include="test\test_readline.py" /> |
| 1247 | <Compile Include="test\test_regrtest.py" /> |
| 1248 | <Compile Include="test\test_reprlib.py" /> |
| 1249 | <Compile Include="test\test_resource.py" /> |
| 1250 | <Compile Include="test\test_richcmp.py" /> |
| 1251 | <Compile Include="test\test_rlcompleter.py" /> |
| 1252 | <Compile Include="test\test_robotparser.py" /> |
| 1253 | <Compile Include="test\test_runpy.py" /> |
| 1254 | <Compile Include="test\test_sax.py" /> |
| 1255 | <Compile Include="test\test_sched.py" /> |
| 1256 | <Compile Include="test\test_scope.py" /> |
| 1257 | <Compile Include="test\test_script_helper.py" /> |
| 1258 | <Compile Include="test\test_secrets.py" /> |
| 1259 | <Compile Include="test\test_select.py" /> |
| 1260 | <Compile Include="test\test_selectors.py" /> |
| 1261 | <Compile Include="test\test_set.py" /> |
| 1262 | <Compile Include="test\test_setcomps.py" /> |
| 1263 | <Compile Include="test\test_shelve.py" /> |
| 1264 | <Compile Include="test\test_shlex.py" /> |
| 1265 | <Compile Include="test\test_shutil.py" /> |
| 1266 | <Compile Include="test\test_signal.py" /> |
| 1267 | <Compile Include="test\test_site.py" /> |
| 1268 | <Compile Include="test\test_slice.py" /> |
| 1269 | <Compile Include="test\test_smtpd.py" /> |
| 1270 | <Compile Include="test\test_smtplib.py" /> |
| 1271 | <Compile Include="test\test_smtpnet.py" /> |
| 1272 | <Compile Include="test\test_sndhdr.py" /> |
| 1273 | <Compile Include="test\test_socket.py" /> |
| 1274 | <Compile Include="test\test_socketserver.py" /> |
| 1275 | <Compile Include="test\test_sort.py" /> |
| 1276 | <Compile Include="test\test_source_encoding.py" /> |
| 1277 | <Compile Include="test\test_spwd.py" /> |
| 1278 | <Compile Include="test\test_sqlite.py" /> |
| 1279 | <Compile Include="test\test_ssl.py" /> |
| 1280 | <Compile Include="test\test_startfile.py" /> |
| 1281 | <Compile Include="test\test_stat.py" /> |
| 1282 | <Compile Include="test\test_statistics.py" /> |
| 1283 | <Compile Include="test\test_strftime.py" /> |
| 1284 | <Compile Include="test\test_string.py" /> |
| 1285 | <Compile Include="test\test_stringprep.py" /> |
| 1286 | <Compile Include="test\test_string_literals.py" /> |
| 1287 | <Compile Include="test\test_strptime.py" /> |
| 1288 | <Compile Include="test\test_strtod.py" /> |
| 1289 | <Compile Include="test\test_struct.py" /> |
| 1290 | <Compile Include="test\test_structmembers.py" /> |
| 1291 | <Compile Include="test\test_structseq.py" /> |
| 1292 | <Compile Include="test\test_subclassinit.py" /> |
| 1293 | <Compile Include="test\test_subprocess.py" /> |
| 1294 | <Compile Include="test\test_sunau.py" /> |
| 1295 | <Compile Include="test\test_sundry.py" /> |
| 1296 | <Compile Include="test\test_super.py" /> |
| 1297 | <Compile Include="test\test_support.py" /> |
| 1298 | <Compile Include="test\test_symbol.py" /> |
| 1299 | <Compile Include="test\test_symtable.py" /> |
| 1300 | <Compile Include="test\test_syntax.py" /> |
| 1301 | <Compile Include="test\test_sys.py" /> |
| 1302 | <Compile Include="test\test_sysconfig.py" /> |
| 1303 | <Compile Include="test\test_syslog.py" /> |
| 1304 | <Compile Include="test\test_sys_setprofile.py" /> |
| 1305 | <Compile Include="test\test_sys_settrace.py" /> |
| 1306 | <Compile Include="test\test_tarfile.py" /> |
| 1307 | <Compile Include="test\test_tcl.py" /> |
| 1308 | <Compile Include="test\test_telnetlib.py" /> |
| 1309 | <Compile Include="test\test_tempfile.py" /> |
| 1310 | <Compile Include="test\test_textwrap.py" /> |
| 1311 | <Compile Include="test\test_thread.py" /> |
| 1312 | <Compile Include="test\test_threadedtempfile.py" /> |
| 1313 | <Compile Include="test\test_threaded_import.py" /> |
| 1314 | <Compile Include="test\test_threading.py" /> |
| 1315 | <Compile Include="test\test_threading_local.py" /> |
| 1316 | <Compile Include="test\test_threadsignals.py" /> |
| 1317 | <Compile Include="test\test_time.py" /> |
| 1318 | <Compile Include="test\test_timeit.py" /> |
| 1319 | <Compile Include="test\test_timeout.py" /> |
| 1320 | <Compile Include="test\test_tix.py" /> |
| 1321 | <Compile Include="test\test_tk.py" /> |
| 1322 | <Compile Include="test\test_tokenize.py" /> |
| 1323 | <Compile Include="test\test_tools\test_fixcid.py" /> |
| 1324 | <Compile Include="test\test_tools\test_gprof2html.py" /> |
| 1325 | <Compile Include="test\test_tools\test_i18n.py" /> |
| 1326 | <Compile Include="test\test_tools\test_md5sum.py" /> |
| 1327 | <Compile Include="test\test_tools\test_pdeps.py" /> |
| 1328 | <Compile Include="test\test_tools\test_pindent.py" /> |
| 1329 | <Compile Include="test\test_tools\test_reindent.py" /> |
| 1330 | <Compile Include="test\test_tools\test_sundry.py" /> |
| 1331 | <Compile Include="test\test_tools\test_unparse.py" /> |
| 1332 | <Compile Include="test\test_tools\__init__.py" /> |
| 1333 | <Compile Include="test\test_tools\__main__.py" /> |
| 1334 | <Compile Include="test\test_trace.py" /> |
| 1335 | <Compile Include="test\test_traceback.py" /> |
| 1336 | <Compile Include="test\test_tracemalloc.py" /> |
| 1337 | <Compile Include="test\test_ttk_guionly.py" /> |
| 1338 | <Compile Include="test\test_ttk_textonly.py" /> |
| 1339 | <Compile Include="test\test_tuple.py" /> |
| 1340 | <Compile Include="test\test_turtle.py" /> |
| 1341 | <Compile Include="test\test_typechecks.py" /> |
| 1342 | <Compile Include="test\test_types.py" /> |
| 1343 | <Compile Include="test\test_typing.py" /> |
| 1344 | <Compile Include="test\test_ucn.py" /> |
| 1345 | <Compile Include="test\test_unary.py" /> |
| 1346 | <Compile Include="test\test_unicode.py" /> |
| 1347 | <Compile Include="test\test_unicodedata.py" /> |
| 1348 | <Compile Include="test\test_unicode_file.py" /> |
| 1349 | <Compile Include="test\test_unicode_file_functions.py" /> |
| 1350 | <Compile Include="test\test_unicode_identifiers.py" /> |
| 1351 | <Compile Include="test\test_unittest.py" /> |
| 1352 | <Compile Include="test\test_univnewlines.py" /> |
| 1353 | <Compile Include="test\test_unpack.py" /> |
| 1354 | <Compile Include="test\test_unpack_ex.py" /> |
| 1355 | <Compile Include="test\test_urllib.py" /> |
| 1356 | <Compile Include="test\test_urllib2.py" /> |
| 1357 | <Compile Include="test\test_urllib2net.py" /> |
| 1358 | <Compile Include="test\test_urllib2_localnet.py" /> |
| 1359 | <Compile Include="test\test_urllibnet.py" /> |
| 1360 | <Compile Include="test\test_urllib_response.py" /> |
| 1361 | <Compile Include="test\test_urlparse.py" /> |
| 1362 | <Compile Include="test\test_userdict.py" /> |
| 1363 | <Compile Include="test\test_userlist.py" /> |
| 1364 | <Compile Include="test\test_userstring.py" /> |
| 1365 | <Compile Include="test\test_utf8source.py" /> |
| 1366 | <Compile Include="test\test_uu.py" /> |
| 1367 | <Compile Include="test\test_uuid.py" /> |
| 1368 | <Compile Include="test\test_venv.py" /> |
| 1369 | <Compile Include="test\test_wait3.py" /> |
| 1370 | <Compile Include="test\test_wait4.py" /> |
| 1371 | <Compile Include="test\test_warnings\data\import_warning.py" /> |
| 1372 | <Compile Include="test\test_warnings\data\stacklevel.py" /> |
| 1373 | <Compile Include="test\test_warnings\__init__.py" /> |
| 1374 | <Compile Include="test\test_warnings\__main__.py" /> |
| 1375 | <Compile Include="test\test_wave.py" /> |
| 1376 | <Compile Include="test\test_weakref.py" /> |
| 1377 | <Compile Include="test\test_weakset.py" /> |
| 1378 | <Compile Include="test\test_webbrowser.py" /> |
| 1379 | <Compile Include="test\test_winconsoleio.py" /> |
| 1380 | <Compile Include="test\test_winreg.py" /> |
| 1381 | <Compile Include="test\test_winsound.py" /> |
| 1382 | <Compile Include="test\test_with.py" /> |
| 1383 | <Compile Include="test\test_wsgiref.py" /> |
| 1384 | <Compile Include="test\test_xdrlib.py" /> |
| 1385 | <Compile Include="test\test_xmlrpc.py" /> |
| 1386 | <Compile Include="test\test_xmlrpc_net.py" /> |
| 1387 | <Compile Include="test\test_xml_dom_minicompat.py" /> |
| 1388 | <Compile Include="test\test_xml_etree.py" /> |
| 1389 | <Compile Include="test\test_xml_etree_c.py" /> |
| 1390 | <Compile Include="test\test_yield_from.py" /> |
| 1391 | <Compile Include="test\test_zipapp.py" /> |
| 1392 | <Compile Include="test\test_zipfile.py" /> |
| 1393 | <Compile Include="test\test_zipfile64.py" /> |
| 1394 | <Compile Include="test\test_zipimport.py" /> |
| 1395 | <Compile Include="test\test_zipimport_support.py" /> |
| 1396 | <Compile Include="test\test_zlib.py" /> |
| 1397 | <Compile Include="test\test__locale.py" /> |
| 1398 | <Compile Include="test\test__opcode.py" /> |
| 1399 | <Compile Include="test\test__osx_support.py" /> |
| 1400 | <Compile Include="test\test___all__.py" /> |
| 1401 | <Compile Include="test\test___future__.py" /> |
| 1402 | <Compile Include="test\tf_inherit_check.py" /> |
| 1403 | <Compile Include="test\threaded_import_hangers.py" /> |
| 1404 | <Compile Include="test\time_hashlib.py" /> |
| 1405 | <Compile Include="test\tracedmodules\testmod.py" /> |
| 1406 | <Compile Include="test\tracedmodules\__init__.py" /> |
| 1407 | <Compile Include="test\win_console_handler.py" /> |
| 1408 | <Compile Include="test\xmltests.py" /> |
| 1409 | <Compile Include="test\_test_multiprocessing.py" /> |
| 1410 | <Compile Include="test\__init__.py" /> |
| 1411 | <Compile Include="test\__main__.py" /> |
| 1412 | <Compile Include="textwrap.py" /> |
| 1413 | <Compile Include="this.py" /> |
| 1414 | <Compile Include="threading.py" /> |
| 1415 | <Compile Include="timeit.py" /> |
| 1416 | <Compile Include="tkinter\colorchooser.py" /> |
| 1417 | <Compile Include="tkinter\commondialog.py" /> |
| 1418 | <Compile Include="tkinter\constants.py" /> |
| 1419 | <Compile Include="tkinter\dialog.py" /> |
| 1420 | <Compile Include="tkinter\dnd.py" /> |
| 1421 | <Compile Include="tkinter\filedialog.py" /> |
| 1422 | <Compile Include="tkinter\font.py" /> |
| 1423 | <Compile Include="tkinter\messagebox.py" /> |
| 1424 | <Compile Include="tkinter\scrolledtext.py" /> |
| 1425 | <Compile Include="tkinter\simpledialog.py" /> |
| 1426 | <Compile Include="tkinter\test\runtktests.py" /> |
| 1427 | <Compile Include="tkinter\test\support.py" /> |
| 1428 | <Compile Include="tkinter\test\test_tkinter\test_font.py" /> |
| 1429 | <Compile Include="tkinter\test\test_tkinter\test_geometry_managers.py" /> |
| 1430 | <Compile Include="tkinter\test\test_tkinter\test_images.py" /> |
| 1431 | <Compile Include="tkinter\test\test_tkinter\test_loadtk.py" /> |
| 1432 | <Compile Include="tkinter\test\test_tkinter\test_misc.py" /> |
| 1433 | <Compile Include="tkinter\test\test_tkinter\test_text.py" /> |
| 1434 | <Compile Include="tkinter\test\test_tkinter\test_variables.py" /> |
| 1435 | <Compile Include="tkinter\test\test_tkinter\test_widgets.py" /> |
| 1436 | <Compile Include="tkinter\test\test_tkinter\__init__.py" /> |
| 1437 | <Compile Include="tkinter\test\test_ttk\test_extensions.py" /> |
| 1438 | <Compile Include="tkinter\test\test_ttk\test_functions.py" /> |
| 1439 | <Compile Include="tkinter\test\test_ttk\test_style.py" /> |
| 1440 | <Compile Include="tkinter\test\test_ttk\test_widgets.py" /> |
| 1441 | <Compile Include="tkinter\test\test_ttk\__init__.py" /> |
| 1442 | <Compile Include="tkinter\test\widget_tests.py" /> |
| 1443 | <Compile Include="tkinter\test\__init__.py" /> |
| 1444 | <Compile Include="tkinter\tix.py" /> |
| 1445 | <Compile Include="tkinter\ttk.py" /> |
| 1446 | <Compile Include="tkinter\__init__.py" /> |
| 1447 | <Compile Include="tkinter\__main__.py" /> |
| 1448 | <Compile Include="token.py" /> |
| 1449 | <Compile Include="tokenize.py" /> |
| 1450 | <Compile Include="trace.py" /> |
| 1451 | <Compile Include="traceback.py" /> |
| 1452 | <Compile Include="tracemalloc.py" /> |
| 1453 | <Compile Include="tty.py" /> |
| 1454 | <Compile Include="turtle.py" /> |
| 1455 | <Compile Include="turtledemo\bytedesign.py" /> |
| 1456 | <Compile Include="turtledemo\chaos.py" /> |
| 1457 | <Compile Include="turtledemo\clock.py" /> |
| 1458 | <Compile Include="turtledemo\colormixer.py" /> |
| 1459 | <Compile Include="turtledemo\forest.py" /> |
| 1460 | <Compile Include="turtledemo\fractalcurves.py" /> |
| 1461 | <Compile Include="turtledemo\lindenmayer.py" /> |
| 1462 | <Compile Include="turtledemo\minimal_hanoi.py" /> |
| 1463 | <Compile Include="turtledemo\nim.py" /> |
| 1464 | <Compile Include="turtledemo\paint.py" /> |
| 1465 | <Compile Include="turtledemo\peace.py" /> |
| 1466 | <Compile Include="turtledemo\penrose.py" /> |
| 1467 | <Compile Include="turtledemo\planet_and_moon.py" /> |
| 1468 | <Compile Include="turtledemo\round_dance.py" /> |
| 1469 | <Compile Include="turtledemo\sorting_animate.py" /> |
| 1470 | <Compile Include="turtledemo\tree.py" /> |
| 1471 | <Compile Include="turtledemo\two_canvases.py" /> |
| 1472 | <Compile Include="turtledemo\wikipedia.py" /> |
| 1473 | <Compile Include="turtledemo\yinyang.py" /> |
| 1474 | <Compile Include="turtledemo\__init__.py" /> |
| 1475 | <Compile Include="turtledemo\__main__.py" /> |
| 1476 | <Compile Include="types.py" /> |
| 1477 | <Compile Include="typing.py" /> |
| 1478 | <Compile Include="unittest\case.py" /> |
| 1479 | <Compile Include="unittest\loader.py" /> |
| 1480 | <Compile Include="unittest\main.py" /> |
| 1481 | <Compile Include="unittest\mock.py" /> |
| 1482 | <Compile Include="unittest\result.py" /> |
| 1483 | <Compile Include="unittest\runner.py" /> |
| 1484 | <Compile Include="unittest\signals.py" /> |
| 1485 | <Compile Include="unittest\suite.py" /> |
| 1486 | <Compile Include="unittest\test\dummy.py" /> |
| 1487 | <Compile Include="unittest\test\support.py" /> |
| 1488 | <Compile Include="unittest\test\testmock\support.py" /> |
| 1489 | <Compile Include="unittest\test\testmock\testcallable.py" /> |
| 1490 | <Compile Include="unittest\test\testmock\testhelpers.py" /> |
| 1491 | <Compile Include="unittest\test\testmock\testmagicmethods.py" /> |
| 1492 | <Compile Include="unittest\test\testmock\testmock.py" /> |
| 1493 | <Compile Include="unittest\test\testmock\testpatch.py" /> |
| 1494 | <Compile Include="unittest\test\testmock\testsentinel.py" /> |
| 1495 | <Compile Include="unittest\test\testmock\testwith.py" /> |
| 1496 | <Compile Include="unittest\test\testmock\__init__.py" /> |
| 1497 | <Compile Include="unittest\test\testmock\__main__.py" /> |
| 1498 | <Compile Include="unittest\test\test_assertions.py" /> |
| 1499 | <Compile Include="unittest\test\test_break.py" /> |
| 1500 | <Compile Include="unittest\test\test_case.py" /> |
| 1501 | <Compile Include="unittest\test\test_discovery.py" /> |
| 1502 | <Compile Include="unittest\test\test_functiontestcase.py" /> |
| 1503 | <Compile Include="unittest\test\test_loader.py" /> |
| 1504 | <Compile Include="unittest\test\test_program.py" /> |
| 1505 | <Compile Include="unittest\test\test_result.py" /> |
| 1506 | <Compile Include="unittest\test\test_runner.py" /> |
| 1507 | <Compile Include="unittest\test\test_setups.py" /> |
| 1508 | <Compile Include="unittest\test\test_skipping.py" /> |
| 1509 | <Compile Include="unittest\test\test_suite.py" /> |
| 1510 | <Compile Include="unittest\test\_test_warnings.py" /> |
| 1511 | <Compile Include="unittest\test\__init__.py" /> |
| 1512 | <Compile Include="unittest\test\__main__.py" /> |
| 1513 | <Compile Include="unittest\util.py" /> |
| 1514 | <Compile Include="unittest\__init__.py" /> |
| 1515 | <Compile Include="unittest\__main__.py" /> |
| 1516 | <Compile Include="urllib\error.py" /> |
| 1517 | <Compile Include="urllib\parse.py" /> |
| 1518 | <Compile Include="urllib\request.py" /> |
| 1519 | <Compile Include="urllib\response.py" /> |
| 1520 | <Compile Include="urllib\robotparser.py" /> |
| 1521 | <Compile Include="urllib\__init__.py" /> |
| 1522 | <Compile Include="uu.py" /> |
| 1523 | <Compile Include="uuid.py" /> |
| 1524 | <Compile Include="venv\__init__.py" /> |
| 1525 | <Compile Include="venv\__main__.py" /> |
| 1526 | <Compile Include="warnings.py" /> |
| 1527 | <Compile Include="wave.py" /> |
| 1528 | <Compile Include="weakref.py" /> |
| 1529 | <Compile Include="webbrowser.py" /> |
| 1530 | <Compile Include="wsgiref\handlers.py" /> |
| 1531 | <Compile Include="wsgiref\headers.py" /> |
| 1532 | <Compile Include="wsgiref\simple_server.py" /> |
| 1533 | <Compile Include="wsgiref\util.py" /> |
| 1534 | <Compile Include="wsgiref\validate.py" /> |
| 1535 | <Compile Include="wsgiref\__init__.py" /> |
| 1536 | <Compile Include="xdrlib.py" /> |
| 1537 | <Compile Include="xmlrpc\client.py" /> |
| 1538 | <Compile Include="xmlrpc\server.py" /> |
| 1539 | <Compile Include="xmlrpc\__init__.py" /> |
| 1540 | <Compile Include="xml\dom\domreg.py" /> |
| 1541 | <Compile Include="xml\dom\expatbuilder.py" /> |
| 1542 | <Compile Include="xml\dom\minicompat.py" /> |
| 1543 | <Compile Include="xml\dom\minidom.py" /> |
| 1544 | <Compile Include="xml\dom\NodeFilter.py" /> |
| 1545 | <Compile Include="xml\dom\pulldom.py" /> |
| 1546 | <Compile Include="xml\dom\xmlbuilder.py" /> |
| 1547 | <Compile Include="xml\dom\__init__.py" /> |
| 1548 | <Compile Include="xml\etree\cElementTree.py" /> |
| 1549 | <Compile Include="xml\etree\ElementInclude.py" /> |
| 1550 | <Compile Include="xml\etree\ElementPath.py" /> |
| 1551 | <Compile Include="xml\etree\ElementTree.py" /> |
| 1552 | <Compile Include="xml\etree\__init__.py" /> |
| 1553 | <Compile Include="xml\parsers\expat.py" /> |
| 1554 | <Compile Include="xml\parsers\__init__.py" /> |
| 1555 | <Compile Include="xml\sax\expatreader.py" /> |
| 1556 | <Compile Include="xml\sax\handler.py" /> |
| 1557 | <Compile Include="xml\sax\saxutils.py" /> |
| 1558 | <Compile Include="xml\sax\xmlreader.py" /> |
| 1559 | <Compile Include="xml\sax\_exceptions.py" /> |
| 1560 | <Compile Include="xml\sax\__init__.py" /> |
| 1561 | <Compile Include="xml\__init__.py" /> |
| 1562 | <Compile Include="zipapp.py" /> |
| 1563 | <Compile Include="zipfile.py" /> |
| 1564 | <Compile Include="_bootlocale.py" /> |
| 1565 | <Compile Include="_collections_abc.py" /> |
| 1566 | <Compile Include="_compat_pickle.py" /> |
| 1567 | <Compile Include="_compression.py" /> |
| 1568 | <Compile Include="_dummy_thread.py" /> |
| 1569 | <Compile Include="_markupbase.py" /> |
| 1570 | <Compile Include="_osx_support.py" /> |
| 1571 | <Compile Include="_pydecimal.py" /> |
| 1572 | <Compile Include="_pyio.py" /> |
| 1573 | <Compile Include="_sitebuiltins.py" /> |
| 1574 | <Compile Include="_strptime.py" /> |
| 1575 | <Compile Include="_threading_local.py" /> |
| 1576 | <Compile Include="_weakrefset.py" /> |
| 1577 | <Compile Include="__future__.py" /> |
| 1578 | <Compile Include="__phello__.foo.py" /> |
| 1579 | </ItemGroup> |
| 1580 | <ItemGroup> |
| 1581 | <Content Include="idlelib\CREDITS.txt" /> |
| 1582 | <Content Include="idlelib\extend.txt" /> |
| 1583 | <Content Include="idlelib\help.html" /> |
| 1584 | <Content Include="idlelib\HISTORY.txt" /> |
| 1585 | <Content Include="idlelib\Icons\folder.gif" /> |
| 1586 | <Content Include="idlelib\Icons\idle.ico" /> |
| 1587 | <Content Include="idlelib\Icons\idle_16.gif" /> |
| 1588 | <Content Include="idlelib\Icons\idle_16.png" /> |
| 1589 | <Content Include="idlelib\Icons\idle_32.gif" /> |
| 1590 | <Content Include="idlelib\Icons\idle_32.png" /> |
| 1591 | <Content Include="idlelib\Icons\idle_48.gif" /> |
| 1592 | <Content Include="idlelib\Icons\idle_48.png" /> |
| 1593 | <Content Include="idlelib\Icons\minusnode.gif" /> |
| 1594 | <Content Include="idlelib\Icons\openfolder.gif" /> |
| 1595 | <Content Include="idlelib\Icons\plusnode.gif" /> |
| 1596 | <Content Include="idlelib\Icons\python.gif" /> |
| 1597 | <Content Include="idlelib\Icons\tk.gif" /> |
| 1598 | <Content Include="idlelib\idle_test\README.txt" /> |
| 1599 | <Content Include="idlelib\NEWS.txt" /> |
| 1600 | <Content Include="idlelib\NEWS2x.txt" /> |
| 1601 | <Content Include="idlelib\README.txt" /> |
| 1602 | <Content Include="idlelib\TODO.txt" /> |
| 1603 | <Content Include="lib2to3\Grammar.txt" /> |
| 1604 | <Content Include="lib2to3\PatternGrammar.txt" /> |
| 1605 | <Content Include="pydoc_data\_pydoc.css" /> |
| 1606 | <Content Include="site-packages\README.txt" /> |
| 1607 | <Content Include="test\cjkencodings\big5-utf8.txt" /> |
| 1608 | <Content Include="test\cjkencodings\big5.txt" /> |
| 1609 | <Content Include="test\cjkencodings\big5hkscs-utf8.txt" /> |
| 1610 | <Content Include="test\cjkencodings\big5hkscs.txt" /> |
| 1611 | <Content Include="test\cjkencodings\cp949-utf8.txt" /> |
| 1612 | <Content Include="test\cjkencodings\cp949.txt" /> |
| 1613 | <Content Include="test\cjkencodings\euc_jisx0213-utf8.txt" /> |
| 1614 | <Content Include="test\cjkencodings\euc_jisx0213.txt" /> |
| 1615 | <Content Include="test\cjkencodings\euc_jp-utf8.txt" /> |
| 1616 | <Content Include="test\cjkencodings\euc_jp.txt" /> |
| 1617 | <Content Include="test\cjkencodings\euc_kr-utf8.txt" /> |
| 1618 | <Content Include="test\cjkencodings\euc_kr.txt" /> |
| 1619 | <Content Include="test\cjkencodings\gb18030-utf8.txt" /> |
| 1620 | <Content Include="test\cjkencodings\gb18030.txt" /> |
| 1621 | <Content Include="test\cjkencodings\gb2312-utf8.txt" /> |
| 1622 | <Content Include="test\cjkencodings\gb2312.txt" /> |
| 1623 | <Content Include="test\cjkencodings\gbk-utf8.txt" /> |
| 1624 | <Content Include="test\cjkencodings\gbk.txt" /> |
| 1625 | <Content Include="test\cjkencodings\hz-utf8.txt" /> |
| 1626 | <Content Include="test\cjkencodings\hz.txt" /> |
| 1627 | <Content Include="test\cjkencodings\iso2022_jp-utf8.txt" /> |
| 1628 | <Content Include="test\cjkencodings\iso2022_jp.txt" /> |
| 1629 | <Content Include="test\cjkencodings\iso2022_kr-utf8.txt" /> |
| 1630 | <Content Include="test\cjkencodings\iso2022_kr.txt" /> |
| 1631 | <Content Include="test\cjkencodings\johab-utf8.txt" /> |
| 1632 | <Content Include="test\cjkencodings\johab.txt" /> |
| 1633 | <Content Include="test\cjkencodings\shift_jis-utf8.txt" /> |
| 1634 | <Content Include="test\cjkencodings\shift_jis.txt" /> |
| 1635 | <Content Include="test\cjkencodings\shift_jisx0213-utf8.txt" /> |
| 1636 | <Content Include="test\cjkencodings\shift_jisx0213.txt" /> |
| 1637 | <Content Include="test\cmath_testcases.txt" /> |
| 1638 | <Content Include="test\exception_hierarchy.txt" /> |
| 1639 | <Content Include="test\floating_points.txt" /> |
| 1640 | <Content Include="test\formatfloat_testcases.txt" /> |
| 1641 | <Content Include="test\ieee754.txt" /> |
| 1642 | <Content Include="test\imghdrdata\python.bmp" /> |
| 1643 | <Content Include="test\imghdrdata\python.gif" /> |
| 1644 | <Content Include="test\imghdrdata\python.jpg" /> |
| 1645 | <Content Include="test\imghdrdata\python.png" /> |
| 1646 | <Content Include="test\leakers\README.txt" /> |
| 1647 | <Content Include="test\mailcap.txt" /> |
| 1648 | <Content Include="test\math_testcases.txt" /> |
| 1649 | <Content Include="test\sgml_input.html" /> |
| 1650 | <Content Include="test\test_difflib_expect.html" /> |
| 1651 | <Content Include="test\test_doctest.txt" /> |
| 1652 | <Content Include="test\test_doctest2.txt" /> |
| 1653 | <Content Include="test\test_doctest3.txt" /> |
| 1654 | <Content Include="test\test_doctest4.txt" /> |
| 1655 | <Content Include="test\test_email\data\msg_01.txt" /> |
| 1656 | <Content Include="test\test_email\data\msg_02.txt" /> |
| 1657 | <Content Include="test\test_email\data\msg_03.txt" /> |
| 1658 | <Content Include="test\test_email\data\msg_04.txt" /> |
| 1659 | <Content Include="test\test_email\data\msg_05.txt" /> |
| 1660 | <Content Include="test\test_email\data\msg_06.txt" /> |
| 1661 | <Content Include="test\test_email\data\msg_07.txt" /> |
| 1662 | <Content Include="test\test_email\data\msg_08.txt" /> |
| 1663 | <Content Include="test\test_email\data\msg_09.txt" /> |
| 1664 | <Content Include="test\test_email\data\msg_10.txt" /> |
| 1665 | <Content Include="test\test_email\data\msg_11.txt" /> |
| 1666 | <Content Include="test\test_email\data\msg_12.txt" /> |
| 1667 | <Content Include="test\test_email\data\msg_12a.txt" /> |
| 1668 | <Content Include="test\test_email\data\msg_13.txt" /> |
| 1669 | <Content Include="test\test_email\data\msg_14.txt" /> |
| 1670 | <Content Include="test\test_email\data\msg_15.txt" /> |
| 1671 | <Content Include="test\test_email\data\msg_16.txt" /> |
| 1672 | <Content Include="test\test_email\data\msg_17.txt" /> |
| 1673 | <Content Include="test\test_email\data\msg_18.txt" /> |
| 1674 | <Content Include="test\test_email\data\msg_19.txt" /> |
| 1675 | <Content Include="test\test_email\data\msg_20.txt" /> |
| 1676 | <Content Include="test\test_email\data\msg_21.txt" /> |
| 1677 | <Content Include="test\test_email\data\msg_22.txt" /> |
| 1678 | <Content Include="test\test_email\data\msg_23.txt" /> |
| 1679 | <Content Include="test\test_email\data\msg_24.txt" /> |
| 1680 | <Content Include="test\test_email\data\msg_25.txt" /> |
| 1681 | <Content Include="test\test_email\data\msg_26.txt" /> |
| 1682 | <Content Include="test\test_email\data\msg_27.txt" /> |
| 1683 | <Content Include="test\test_email\data\msg_28.txt" /> |
| 1684 | <Content Include="test\test_email\data\msg_29.txt" /> |
| 1685 | <Content Include="test\test_email\data\msg_30.txt" /> |
| 1686 | <Content Include="test\test_email\data\msg_31.txt" /> |
| 1687 | <Content Include="test\test_email\data\msg_32.txt" /> |
| 1688 | <Content Include="test\test_email\data\msg_33.txt" /> |
| 1689 | <Content Include="test\test_email\data\msg_34.txt" /> |
| 1690 | <Content Include="test\test_email\data\msg_35.txt" /> |
| 1691 | <Content Include="test\test_email\data\msg_36.txt" /> |
| 1692 | <Content Include="test\test_email\data\msg_37.txt" /> |
| 1693 | <Content Include="test\test_email\data\msg_38.txt" /> |
| 1694 | <Content Include="test\test_email\data\msg_39.txt" /> |
| 1695 | <Content Include="test\test_email\data\msg_40.txt" /> |
| 1696 | <Content Include="test\test_email\data\msg_41.txt" /> |
| 1697 | <Content Include="test\test_email\data\msg_42.txt" /> |
| 1698 | <Content Include="test\test_email\data\msg_43.txt" /> |
| 1699 | <Content Include="test\test_email\data\msg_44.txt" /> |
| 1700 | <Content Include="test\test_email\data\msg_45.txt" /> |
| 1701 | <Content Include="test\test_email\data\msg_46.txt" /> |
| 1702 | <Content Include="test\test_email\data\PyBanner048.gif" /> |
| 1703 | <Content Include="test\tokenize_tests-latin1-coding-cookie-and-utf8-bom-sig.txt" /> |
| 1704 | <Content Include="test\tokenize_tests-no-coding-cookie-and-utf8-bom-sig-only.txt" /> |
| 1705 | <Content Include="test\tokenize_tests-utf8-coding-cookie-and-no-utf8-bom-sig.txt" /> |
| 1706 | <Content Include="test\tokenize_tests-utf8-coding-cookie-and-utf8-bom-sig.txt" /> |
| 1707 | <Content Include="test\tokenize_tests.txt" /> |
| 1708 | </ItemGroup> |
| 1709 | <ItemGroup> |
| 1710 | <Folder Include="asyncio" /> |
| 1711 | <Folder Include="collections" /> |
| 1712 | <Folder Include="concurrent" /> |
| 1713 | <Folder Include="concurrent\futures" /> |
| 1714 | <Folder Include="ctypes" /> |
| 1715 | <Folder Include="ctypes\macholib" /> |
| 1716 | <Folder Include="ctypes\test" /> |
| 1717 | <Folder Include="curses" /> |
| 1718 | <Folder Include="dbm" /> |
| 1719 | <Folder Include="distutils" /> |
| 1720 | <Folder Include="distutils\command" /> |
| 1721 | <Folder Include="distutils\tests" /> |
| 1722 | <Folder Include="email" /> |
| 1723 | <Folder Include="email\mime" /> |
| 1724 | <Folder Include="encodings" /> |
| 1725 | <Folder Include="ensurepip" /> |
| 1726 | <Folder Include="html" /> |
| 1727 | <Folder Include="http" /> |
| 1728 | <Folder Include="idlelib" /> |
| 1729 | <Folder Include="idlelib\Icons" /> |
| 1730 | <Folder Include="idlelib\idle_test" /> |
| 1731 | <Folder Include="importlib" /> |
| 1732 | <Folder Include="json" /> |
| 1733 | <Folder Include="lib2to3" /> |
| 1734 | <Folder Include="lib2to3\fixes" /> |
| 1735 | <Folder Include="lib2to3\pgen2" /> |
| 1736 | <Folder Include="lib2to3\tests" /> |
| 1737 | <Folder Include="lib2to3\tests\data" /> |
| 1738 | <Folder Include="lib2to3\tests\data\fixers" /> |
| 1739 | <Folder Include="lib2to3\tests\data\fixers\myfixes" /> |
| 1740 | <Folder Include="logging" /> |
| 1741 | <Folder Include="msilib" /> |
| 1742 | <Folder Include="multiprocessing" /> |
| 1743 | <Folder Include="multiprocessing\dummy" /> |
| 1744 | <Folder Include="pydoc_data" /> |
| 1745 | <Folder Include="site-packages" /> |
| 1746 | <Folder Include="sqlite3" /> |
| 1747 | <Folder Include="sqlite3\test" /> |
| 1748 | <Folder Include="test" /> |
| 1749 | <Folder Include="test\cjkencodings" /> |
| 1750 | <Folder Include="test\crashers" /> |
| 1751 | <Folder Include="test\dtracedata" /> |
| 1752 | <Folder Include="test\eintrdata" /> |
| 1753 | <Folder Include="test\encoded_modules" /> |
| 1754 | <Folder Include="test\imghdrdata" /> |
| 1755 | <Folder Include="test\leakers" /> |
| 1756 | <Folder Include="test\libregrtest" /> |
| 1757 | <Folder Include="test\subprocessdata" /> |
| 1758 | <Folder Include="test\support" /> |
| 1759 | <Folder Include="test\test_asyncio" /> |
| 1760 | <Folder Include="test\test_email" /> |
| 1761 | <Folder Include="test\test_email\data" /> |
| 1762 | <Folder Include="test\test_import" /> |
| 1763 | <Folder Include="test\test_importlib" /> |
| 1764 | <Folder Include="test\test_importlib\builtin" /> |
| 1765 | <Folder Include="test\test_importlib\extension" /> |
| 1766 | <Folder Include="test\test_importlib\frozen" /> |
| 1767 | <Folder Include="test\test_importlib\import_" /> |
| 1768 | <Folder Include="test\test_importlib\namespace_pkgs\" /> |
| 1769 | <Folder Include="test\test_importlib\namespace_pkgs\both_portions\" /> |
| 1770 | <Folder Include="test\test_importlib\namespace_pkgs\both_portions\foo" /> |
| 1771 | <Folder Include="test\test_importlib\namespace_pkgs\module_and_namespace_package" /> |
| 1772 | <Folder Include="test\test_importlib\namespace_pkgs\not_a_namespace_pkg\" /> |
| 1773 | <Folder Include="test\test_importlib\namespace_pkgs\not_a_namespace_pkg\foo" /> |
| 1774 | <Folder Include="test\test_importlib\namespace_pkgs\portion1\" /> |
| 1775 | <Folder Include="test\test_importlib\namespace_pkgs\portion1\foo" /> |
| 1776 | <Folder Include="test\test_importlib\namespace_pkgs\portion2\" /> |
| 1777 | <Folder Include="test\test_importlib\namespace_pkgs\portion2\foo" /> |
| 1778 | <Folder Include="test\test_importlib\namespace_pkgs\project1\" /> |
| 1779 | <Folder Include="test\test_importlib\namespace_pkgs\project1\parent\" /> |
| 1780 | <Folder Include="test\test_importlib\namespace_pkgs\project1\parent\child" /> |
| 1781 | <Folder Include="test\test_importlib\namespace_pkgs\project2\" /> |
| 1782 | <Folder Include="test\test_importlib\namespace_pkgs\project2\parent\" /> |
| 1783 | <Folder Include="test\test_importlib\namespace_pkgs\project2\parent\child" /> |
| 1784 | <Folder Include="test\test_importlib\namespace_pkgs\project3\" /> |
| 1785 | <Folder Include="test\test_importlib\namespace_pkgs\project3\parent\" /> |
| 1786 | <Folder Include="test\test_importlib\namespace_pkgs\project3\parent\child" /> |
| 1787 | <Folder Include="test\test_importlib\source" /> |
| 1788 | <Folder Include="test\test_import\data\" /> |
| 1789 | <Folder Include="test\test_import\data\circular_imports" /> |
| 1790 | <Folder Include="test\test_import\data\circular_imports\subpkg" /> |
Serhiy Storchaka | d5ed47d | 2017-07-27 12:24:36 +0300 | [diff] [blame] | 1791 | <Folder Include="test\test_import\data\package" /> |
| 1792 | <Folder Include="test\test_import\data\package2" /> |
Steve Dower | 78e25ab | 2017-05-17 13:06:11 -0700 | [diff] [blame] | 1793 | <Folder Include="test\test_json" /> |
| 1794 | <Folder Include="test\test_tools" /> |
| 1795 | <Folder Include="test\test_warnings" /> |
| 1796 | <Folder Include="test\test_warnings\data" /> |
| 1797 | <Folder Include="test\tracedmodules" /> |
| 1798 | <Folder Include="tkinter" /> |
| 1799 | <Folder Include="tkinter\test" /> |
| 1800 | <Folder Include="tkinter\test\test_tkinter" /> |
| 1801 | <Folder Include="tkinter\test\test_ttk" /> |
| 1802 | <Folder Include="turtledemo" /> |
| 1803 | <Folder Include="unittest" /> |
| 1804 | <Folder Include="unittest\test" /> |
| 1805 | <Folder Include="unittest\test\testmock" /> |
| 1806 | <Folder Include="urllib" /> |
| 1807 | <Folder Include="venv" /> |
| 1808 | <Folder Include="wsgiref" /> |
| 1809 | <Folder Include="xml" /> |
| 1810 | <Folder Include="xmlrpc" /> |
| 1811 | <Folder Include="xml\dom" /> |
| 1812 | <Folder Include="xml\etree" /> |
| 1813 | <Folder Include="xml\parsers" /> |
| 1814 | <Folder Include="xml\sax" /> |
| 1815 | </ItemGroup> |
| 1816 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> |
Victor Stinner | d7538dd | 2018-12-14 13:37:26 +0100 | [diff] [blame] | 1817 | </Project> |