Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update NuGet to automatic package restore #20

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 17, 2014
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.