<Compile Include="ctypes\macholib\dylib.py" />
<Compile Include="ctypes\macholib\framework.py" />
<Compile Include="ctypes\macholib\__init__.py" />
- <Compile Include="ctypes\test\test_anon.py" />
- <Compile Include="ctypes\test\test_arrays.py" />
- <Compile Include="ctypes\test\test_array_in_pointer.py" />
- <Compile Include="ctypes\test\test_as_parameter.py" />
- <Compile Include="ctypes\test\test_bitfields.py" />
- <Compile Include="ctypes\test\test_buffers.py" />
- <Compile Include="ctypes\test\test_bytes.py" />
- <Compile Include="ctypes\test\test_byteswap.py" />
- <Compile Include="ctypes\test\test_callbacks.py" />
- <Compile Include="ctypes\test\test_cast.py" />
- <Compile Include="ctypes\test\test_cfuncs.py" />
- <Compile Include="ctypes\test\test_checkretval.py" />
- <Compile Include="ctypes\test\test_delattr.py" />
- <Compile Include="ctypes\test\test_errno.py" />
- <Compile Include="ctypes\test\test_find.py" />
- <Compile Include="ctypes\test\test_frombuffer.py" />
- <Compile Include="ctypes\test\test_funcptr.py" />
- <Compile Include="ctypes\test\test_functions.py" />
- <Compile Include="ctypes\test\test_incomplete.py" />
- <Compile Include="ctypes\test\test_init.py" />
- <Compile Include="ctypes\test\test_internals.py" />
- <Compile Include="ctypes\test\test_keeprefs.py" />
- <Compile Include="ctypes\test\test_libc.py" />
- <Compile Include="ctypes\test\test_loading.py" />
- <Compile Include="ctypes\test\test_macholib.py" />
- <Compile Include="ctypes\test\test_memfunctions.py" />
- <Compile Include="ctypes\test\test_numbers.py" />
- <Compile Include="ctypes\test\test_objects.py" />
- <Compile Include="ctypes\test\test_parameters.py" />
- <Compile Include="ctypes\test\test_pep3118.py" />
- <Compile Include="ctypes\test\test_pickling.py" />
- <Compile Include="ctypes\test\test_pointers.py" />
- <Compile Include="ctypes\test\test_prototypes.py" />
- <Compile Include="ctypes\test\test_python_api.py" />
- <Compile Include="ctypes\test\test_random_things.py" />
- <Compile Include="ctypes\test\test_refcounts.py" />
- <Compile Include="ctypes\test\test_repr.py" />
- <Compile Include="ctypes\test\test_returnfuncptrs.py" />
- <Compile Include="ctypes\test\test_simplesubclasses.py" />
- <Compile Include="ctypes\test\test_sizes.py" />
- <Compile Include="ctypes\test\test_slicing.py" />
- <Compile Include="ctypes\test\test_stringptr.py" />
- <Compile Include="ctypes\test\test_strings.py" />
- <Compile Include="ctypes\test\test_structures.py" />
- <Compile Include="ctypes\test\test_struct_fields.py" />
- <Compile Include="ctypes\test\test_unaligned_structures.py" />
- <Compile Include="ctypes\test\test_unicode.py" />
- <Compile Include="ctypes\test\test_values.py" />
- <Compile Include="ctypes\test\test_varsize_struct.py" />
- <Compile Include="ctypes\test\test_win32.py" />
- <Compile Include="ctypes\test\test_wintypes.py" />
- <Compile Include="ctypes\test\__init__.py" />
- <Compile Include="ctypes\test\__main__.py" />
<Compile Include="ctypes\util.py" />
<Compile Include="ctypes\wintypes.py" />
<Compile Include="ctypes\_endian.py" />
<Compile Include="test\test_crashers.py" />
<Compile Include="test\test_crypt.py" />
<Compile Include="test\test_csv.py" />
- <Compile Include="test\test_ctypes.py" />
+ <Compile Include="test\test_ctypes\test_anon.py" />
+ <Compile Include="test\test_ctypes\test_arrays.py" />
+ <Compile Include="test\test_ctypes\test_array_in_pointer.py" />
+ <Compile Include="test\test_ctypes\test_as_parameter.py" />
+ <Compile Include="test\test_ctypes\test_bitfields.py" />
+ <Compile Include="test\test_ctypes\test_buffers.py" />
+ <Compile Include="test\test_ctypes\test_bytes.py" />
+ <Compile Include="test\test_ctypes\test_byteswap.py" />
+ <Compile Include="test\test_ctypes\test_callbacks.py" />
+ <Compile Include="test\test_ctypes\test_cast.py" />
+ <Compile Include="test\test_ctypes\test_cfuncs.py" />
+ <Compile Include="test\test_ctypes\test_checkretval.py" />
+ <Compile Include="test\test_ctypes\test_delattr.py" />
+ <Compile Include="test\test_ctypes\test_errno.py" />
+ <Compile Include="test\test_ctypes\test_find.py" />
+ <Compile Include="test\test_ctypes\test_frombuffer.py" />
+ <Compile Include="test\test_ctypes\test_funcptr.py" />
+ <Compile Include="test\test_ctypes\test_functions.py" />
+ <Compile Include="test\test_ctypes\test_incomplete.py" />
+ <Compile Include="test\test_ctypes\test_init.py" />
+ <Compile Include="test\test_ctypes\test_internals.py" />
+ <Compile Include="test\test_ctypes\test_keeprefs.py" />
+ <Compile Include="test\test_ctypes\test_libc.py" />
+ <Compile Include="test\test_ctypes\test_loading.py" />
+ <Compile Include="test\test_ctypes\test_macholib.py" />
+ <Compile Include="test\test_ctypes\test_memfunctions.py" />
+ <Compile Include="test\test_ctypes\test_numbers.py" />
+ <Compile Include="test\test_ctypes\test_objects.py" />
+ <Compile Include="test\test_ctypes\test_parameters.py" />
+ <Compile Include="test\test_ctypes\test_pep3118.py" />
+ <Compile Include="test\test_ctypes\test_pickling.py" />
+ <Compile Include="test\test_ctypes\test_pointers.py" />
+ <Compile Include="test\test_ctypes\test_prototypes.py" />
+ <Compile Include="test\test_ctypes\test_python_api.py" />
+ <Compile Include="test\test_ctypes\test_random_things.py" />
+ <Compile Include="test\test_ctypes\test_refcounts.py" />
+ <Compile Include="test\test_ctypes\test_repr.py" />
+ <Compile Include="test\test_ctypes\test_returnfuncptrs.py" />
+ <Compile Include="test\test_ctypes\test_simplesubclasses.py" />
+ <Compile Include="test\test_ctypes\test_sizes.py" />
+ <Compile Include="test\test_ctypes\test_slicing.py" />
+ <Compile Include="test\test_ctypes\test_stringptr.py" />
+ <Compile Include="test\test_ctypes\test_strings.py" />
+ <Compile Include="test\test_ctypes\test_structures.py" />
+ <Compile Include="test\test_ctypes\test_struct_fields.py" />
+ <Compile Include="test\test_ctypes\test_unaligned_structures.py" />
+ <Compile Include="test\test_ctypes\test_unicode.py" />
+ <Compile Include="test\test_ctypes\test_values.py" />
+ <Compile Include="test\test_ctypes\test_varsize_struct.py" />
+ <Compile Include="test\test_ctypes\test_win32.py" />
+ <Compile Include="test\test_ctypes\test_wintypes.py" />
+ <Compile Include="test\test_ctypes\__init__.py" />
+ <Compile Include="test\test_ctypes\__main__.py" />
<Compile Include="test\test_curses.py" />
<Compile Include="test\test_datetime.py" />
<Compile Include="test\test_dbm.py" />
<Folder Include="concurrent\futures" />
<Folder Include="ctypes" />
<Folder Include="ctypes\macholib" />
- <Folder Include="ctypes\test" />
<Folder Include="curses" />
<Folder Include="dbm" />
<Folder Include="distutils" />
<Folder Include="test\subprocessdata" />
<Folder Include="test\support" />
<Folder Include="test\test_asyncio" />
+ <Folder Include="test\test_ctypes" />
<Folder Include="test\test_email" />
<Folder Include="test\test_email\data" />
<Folder Include="test\test_import" />