Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit985bf46

Browse files
committed
Merge pull request#20 from davidanthoff/nugetupdate
Update NuGet to automatic package restore
2 parents7e042b0 +026e6a7 commit985bf46

File tree

7 files changed

+0
-145
lines changed

7 files changed

+0
-145
lines changed

‎pythonnet/.nuget/NuGet.Config

Lines changed: 0 additions & 6 deletions
This file was deleted.

‎pythonnet/.nuget/NuGet.exe

-1.54 MB
Binary file not shown.

‎pythonnet/.nuget/NuGet.targets

Lines changed: 0 additions & 136 deletions
This file was deleted.

‎pythonnet/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ def build_extension(self, ext):
9595
"/p:Platform=%s"%_platform,
9696
"/p:DefineConstants=\"%s\""%_defines_sep.join(defines),
9797
"/p:PythonBuildDir=%s"%os.path.abspath(dest_dir),
98-
"/p:NoNuGet=true",
9998
"/verbosity:%s"%VERBOSITY,
10099
]
101100

‎pythonnet/src/clrmodule/clrmodule.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
<NoneInclude="packages.config" />
120120
</ItemGroup>
121121
<ImportProject="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
122-
<ImportProject="$(SolutionDir)\.nuget\NuGet.targets"Condition="'$(NoNuGet)' != 'true' And Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
123122
<ImportProject="..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets"Condition="Exists('..\..\packages\UnmanagedExports.1.2.3-Beta\tools\RGiesecke.DllExport.targets')"/>
124123
<TargetName="AfterBuild"DependsOnTargets="RGieseckeDllExport">
125124
<CopySourceFiles="$(TargetPath)"DestinationFiles="$(PythonBuildDir)\clr.pyd" />

‎pythonnet/src/embed_tests/Python.EmbeddingTest.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@
169169
</ProjectReference>
170170
</ItemGroup>
171171
<ImportProject="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
172-
<ImportProject="$(SolutionDir)\.nuget\NuGet.targets"Condition="'$(NoNuGet)' != 'true' And Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
173172
<ProjectExtensions>
174173
<VisualStudioAllowExistingFolder="true" />
175174
</ProjectExtensions>

‎pythonnet/tools/nuget/nuget.exe

1.58 MB
Binary file not shown.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp