diff options
Diffstat (limited to 'PCbuild/lib.pyproj')
-rw-r--r-- | PCbuild/lib.pyproj | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/PCbuild/lib.pyproj b/PCbuild/lib.pyproj index 273d5ef..701b55f 100644 --- a/PCbuild/lib.pyproj +++ b/PCbuild/lib.pyproj @@ -655,7 +655,6 @@ <Compile Include="logging\handlers.py" /> <Compile Include="logging\__init__.py" /> <Compile Include="lzma.py" /> - <Compile Include="macpath.py" /> <Compile Include="mailbox.py" /> <Compile Include="mailcap.py" /> <Compile Include="mimetypes.py" /> @@ -1176,7 +1175,6 @@ <Compile Include="test\test_long.py" /> <Compile Include="test\test_longexp.py" /> <Compile Include="test\test_lzma.py" /> - <Compile Include="test\test_macpath.py" /> <Compile Include="test\test_mailbox.py" /> <Compile Include="test\test_mailcap.py" /> <Compile Include="test\test_marshal.py" /> @@ -1816,4 +1814,4 @@ <Folder Include="xml\sax" /> </ItemGroup> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" /> -</Project>
\ No newline at end of file +</Project> |