diff --git a/Python.Runtime.dll.config b/Python.Runtime.dll.config index 228c1417a..8591f58fe 100644 --- a/Python.Runtime.dll.config +++ b/Python.Runtime.dll.config @@ -1,22 +1,20 @@ - - + - - - + + + + - - - + + + + + diff --git a/src/clrmodule/clrmodule.csproj b/src/clrmodule/clrmodule.csproj index c3d6ec7dc..435630d0e 100644 --- a/src/clrmodule/clrmodule.csproj +++ b/src/clrmodule/clrmodule.csproj @@ -1,147 +1,68 @@ - + Debug - x86 - 8.0.30703 - 2.0 + AnyCPU {86E834DE-1139-4511-96CC-69636A56E7AC} Library - clrmodule clrmodule + clrmodule + bin\clrmodule.xml + bin\ v4.0 - 512 + + 1591 ..\..\ $(SolutionDir) + true - - - true - bin\ - TRACE;DEBUG;PYTHON2 - full - x86 - prompt - - - true - bin\ - TRACE;DEBUG;PYTHON2 - full - x64 prompt - - bin\ - PYTHON2 - true - pdbonly + x86 - prompt - - bin\ - PYTHON2 - true - pdbonly + x64 - prompt - - - true - bin\ - TRACE;DEBUG;PYTHON2 - full - x86 - prompt - + true - bin\ - TRACE;DEBUG;PYTHON2 + PYTHON2;TRACE;DEBUG full - x64 - prompt - - bin\ + PYTHON2 true pdbonly - x86 - prompt - - bin\ + + true + PYTHON2;TRACE;DEBUG + full + + PYTHON2 true pdbonly - x64 - prompt - - - true - bin\ - TRACE;DEBUG;PYTHON3 - full - x86 - prompt - + true - bin\ - TRACE;DEBUG;PYTHON3 + PYTHON3;TRACE;DEBUG full - x64 - prompt - - - bin\ - PYTHON3 - true - pdbonly - x86 - prompt - - bin\ + PYTHON3 true pdbonly - x64 - prompt - - - true - bin\ - TRACE;DEBUG;PYTHON3 - full - x86 - prompt - + true - bin\ - TRACE;DEBUG;PYTHON3 + PYTHON3;TRACE;DEBUG full - x64 - prompt - - bin\ - PYTHON3 - true - pdbonly - x86 - prompt - - - bin\ + PYTHON3 true pdbonly - x64 - prompt diff --git a/src/clrmodule/packages.config b/src/clrmodule/packages.config index 01dd53f14..2a95dc54d 100644 --- a/src/clrmodule/packages.config +++ b/src/clrmodule/packages.config @@ -1,5 +1,4 @@ - diff --git a/src/console/Console.csproj b/src/console/Console.csproj index ed591af21..cdee6893b 100644 --- a/src/console/Console.csproj +++ b/src/console/Console.csproj @@ -5,160 +5,70 @@ AnyCPU {E29DCF0A-5114-4A98-B1DD-71264B6EA349} Exe - false nPython Python.Runtime - OnBuildSuccess - python-clear.ico - 10.0.0 - 2.0 + bin\nPython.xml + bin\ + v4.0 + + 1591 ..\..\ $(SolutionDir) - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - - - true - bin\ - DEBUG;TRACE - full - x64 + + python-clear.ico prompt - - bin\ - - - true - pdbonly + x86 - prompt - - bin\ - - - true - pdbonly + x64 - prompt - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - + true - bin\ DEBUG;TRACE full - x64 - prompt - - - bin\ - - - true - pdbonly - x86 - prompt - - bin\ - - + + true pdbonly - x64 - prompt - + true - bin\ DEBUG;TRACE full - x86 - prompt - - true - bin\ - DEBUG;TRACE - full - x64 - prompt - - - bin\ - - - true - pdbonly - x86 - prompt - - - bin\ - - + + true pdbonly - x64 - prompt - + true - bin\ DEBUG;TRACE full - x86 - prompt - + + + true + pdbonly + + true - bin\ DEBUG;TRACE full - x64 - prompt - - - bin\ - - - true - pdbonly - x86 - prompt - - bin\ - - + + true pdbonly - x64 - prompt $(PythonManifest) - - 3.5 - @@ -170,9 +80,6 @@ Python.Runtime.dll - - - {097b4ac0-74e9-4c58-bcf8-c69746ec8271} @@ -180,9 +87,6 @@ - - - diff --git a/src/console/app.config b/src/console/app.config deleted file mode 100644 index e7368c65b..000000000 --- a/src/console/app.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/embed_tests/Python.EmbeddingTest.csproj b/src/embed_tests/Python.EmbeddingTest.csproj index c9586cf4a..743c9dabe 100644 --- a/src/embed_tests/Python.EmbeddingTest.csproj +++ b/src/embed_tests/Python.EmbeddingTest.csproj @@ -5,158 +5,70 @@ AnyCPU {4165C59D-2822-499F-A6DB-EACA4C331EB5} Library - false Python.EmbeddingTest Python.EmbeddingTest - OnBuildSuccess + bin\Python.EmbeddingTest.xml + bin\ + v4.0 + + 1591 ..\..\ $(SolutionDir) + true - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - - - true - bin\ - DEBUG;TRACE - full - x64 prompt - - bin\ - - - true - pdbonly + x86 - prompt - - bin\ - - - true - pdbonly + x64 - prompt - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - + true - bin\ DEBUG;TRACE full - x64 - prompt - - bin\ - - + + true pdbonly - x86 - prompt - - bin\ - - - true - pdbonly - x64 - prompt - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - - + true - bin\ DEBUG;TRACE full - x64 - prompt - - - bin\ - - - true - pdbonly - x86 - prompt - - bin\ - - + + true pdbonly - x64 - prompt - + true - bin\ DEBUG;TRACE full - x86 - prompt - + + + true + pdbonly + + true - bin\ DEBUG;TRACE full - x64 - prompt - - bin\ - - + + true pdbonly - x86 - prompt - - - bin\ - - - true - pdbonly - x64 - prompt ..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll - - 3.5 - @@ -179,9 +91,6 @@ - - - $(TargetPath) $(TargetDir)$(TargetName).pdb diff --git a/src/runtime/Python.Runtime.csproj b/src/runtime/Python.Runtime.csproj index f630ab25d..977721708 100644 --- a/src/runtime/Python.Runtime.csproj +++ b/src/runtime/Python.Runtime.csproj @@ -2,169 +2,78 @@ Debug - x86 + AnyCPU {097B4AC0-74E9-4C58-BCF8-C69746EC8271} Library - false Python.Runtime Python.Runtime + bin\Python.Runtime.xml + bin\ + v4.0 + + 1591 ..\..\ $(SolutionDir) - - - bin\ - PYTHON2;PYTHON27;UCS4 + true - true - pdbonly + true + + x86 - - bin\ - PYTHON2;PYTHON27;UCS4 - true - true - pdbonly + x64 - - bin\ - PYTHON2;PYTHON27;UCS2 - true + + PYTHON2;PYTHON27;UCS4 true pdbonly - x86 - - bin\ - PYTHON2;PYTHON27;UCS2 - true + + PYTHON3;PYTHON36;UCS4 true pdbonly - x64 - + true - bin\ - TRACE;DEBUG;PYTHON2;PYTHON27;UCS4 - true + PYTHON2;PYTHON27;UCS4;TRACE;DEBUG false full - x86 - + true - bin\ - TRACE;DEBUG;PYTHON2;PYTHON27;UCS4 - true + PYTHON3;PYTHON36;UCS4;TRACE;DEBUG false full - x64 - - true - bin\ - TRACE;DEBUG;PYTHON2;PYTHON27;UCS2 - true - false - full - x86 - - - true - bin\ - TRACE;DEBUG;PYTHON2;PYTHON27;UCS2 - true - false - full - x64 - - - bin\ - PYTHON3;PYTHON36;UCS4 - true - true - pdbonly - x86 - - - bin\ - PYTHON3;PYTHON36;UCS4 - true - true - pdbonly - x64 - - - bin\ - PYTHON3;PYTHON36;UCS2 - true + + PYTHON2;PYTHON27;UCS2 true pdbonly - x86 - - bin\ + PYTHON3;PYTHON36;UCS2 - true true pdbonly - x64 - + true - bin\ - TRACE;DEBUG;PYTHON3;PYTHON36;UCS4 - true + PYTHON2;PYTHON27;UCS2;TRACE;DEBUG false full - x86 - + true - bin\ - TRACE;DEBUG;PYTHON3;PYTHON36;UCS4 - true + PYTHON3;PYTHON36;UCS2;TRACE;DEBUG false full - x64 - - true - bin\ - TRACE;DEBUG;PYTHON3;PYTHON36;UCS2 - true - false - full - x86 - - - true - bin\ - TRACE;DEBUG;PYTHON3;PYTHON36;UCS2 - true - false - full - x64 - - - - - - False - ..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll - - - - - - - False - ..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll - - - - + + + False + ..\..\packages\MonoGAC\Mono.Posix\4.0.0.0__0738eb9f132ed756\Mono.Posix.dll + + @@ -249,9 +158,6 @@ - - - $(TargetPath) $(TargetDir)$(TargetName).pdb diff --git a/src/testing/Python.Test.csproj b/src/testing/Python.Test.csproj index 3201cd635..5faca36b2 100644 --- a/src/testing/Python.Test.csproj +++ b/src/testing/Python.Test.csproj @@ -5,150 +5,64 @@ AnyCPU {6F401A34-273B-450F-9A4C-13550BE0767B} Library - false Python.Test Python.Test - OnBuildSuccess + bin\Python.Test.xml + bin\ v4.0 + 1591 ..\..\ $(SolutionDir) - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - - - true - bin\ - DEBUG;TRACE - full - x64 + + true prompt - - bin\ - - - true - pdbonly + x86 - prompt - - bin\ - - - true - pdbonly + x64 - prompt - + true - bin\ DEBUG;TRACE full - x86 - prompt - - true - bin\ - DEBUG;TRACE - full - x64 - prompt - - - bin\ - - - true - pdbonly - x86 - prompt - - - bin\ - - + + true pdbonly - x64 - prompt - - - true - bin\ - DEBUG;TRACE - full - x86 - prompt - + true - bin\ DEBUG;TRACE full - x64 - prompt - - bin\ - - + + true pdbonly - x86 - prompt - - bin\ - - - true - pdbonly - x64 - prompt - - + true - bin\ DEBUG;TRACE full - x86 - prompt - + + + true + pdbonly + + true - bin\ DEBUG;TRACE full - x64 - prompt - - bin\ - - + + true pdbonly - x86 - prompt - - - bin\ - - - true - pdbonly - x64 - prompt @@ -175,9 +89,6 @@ - - 3.5 - @@ -186,9 +97,6 @@ - - - $(SolutionDir) $(TargetPath) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy