Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions pythonnet/.nuget/NuGet.Config

This file was deleted.

Binary file removed pythonnet/.nuget/NuGet.exe
Binary file not shown.
136 changes: 0 additions & 136 deletions pythonnet/.nuget/NuGet.targets

This file was deleted.

1 change: 0 additions & 1 deletion pythonnet/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def build_extension(self, ext):
"/p:Platform=%s" % _platform,
"/p:DefineConstants=\"%s\"" % _defines_sep.join(defines),
"/p:PythonBuildDir=%s" % os.path.abspath(dest_dir),
"/p:NoNuGet=true",
"/verbosity:%s" % VERBOSITY,
]

Expand Down
1 change: 0 additions & 1 deletion pythonnet/src/clrmodule/clrmodule.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="'$(NoNuGet)' != 'true' And Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<Import Project="..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets" Condition="Exists('..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets')"/>
<Target Name="AfterBuild" DependsOnTargets="RGieseckeDllExport">
<Copy SourceFiles="$(TargetPath)" DestinationFiles="$(PythonBuildDir)\clr.pyd" />
Expand Down
1 change: 0 additions & 1 deletion pythonnet/src/embed_tests/Python.EmbeddingTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="'$(NoNuGet)' != 'true' And Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
<ProjectExtensions>
<VisualStudio AllowExistingFolder="true" />
</ProjectExtensions>
Expand Down
Binary file added pythonnet/tools/nuget/nuget.exe
Binary file not shown.