mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-24 21:56:53 +00:00
Added nuget.exe to project items
This commit is contained in:
parent
1701f923ca
commit
72e919c0b5
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
<PropertyGroup Condition="'$(Configuration)' == 'Documentation'">
|
||||||
<OutputPath>.\obj\</OutputPath>
|
<OutputPath>.\obj\</OutputPath>
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
<Exec Command="nuget.exe pack OpenTK.GLControl.nuspec -Version @(Version)" Condition="$(OS) == 'Windows_NT'" />
|
<Exec Command="nuget.exe pack OpenTK.GLControl.nuspec -Version @(Version)" Condition="$(OS) == 'Windows_NT'" />
|
||||||
<Exec Command="mono nuget.exe pack OpenTK.nuspec -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
|
<Exec Command="mono nuget.exe pack OpenTK.nuspec -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
|
||||||
<Exec Command="mono nuget.exe pack OpenTK.GLControl.nuspec -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
|
<Exec Command="mono nuget.exe pack OpenTK.GLControl.nuspec -Version @(Version)" Condition="$(OS) != 'Windows_NT'" />
|
||||||
<!-- Copy the nuget archive to the root directory and add a date stamp -->
|
<!-- Copy the nuget archive to the root directory and add a date stamp -->
|
||||||
<CreateItem Include="OpenTK*.nupkg">
|
<CreateItem Include="OpenTK*.nupkg">
|
||||||
<Output TaskParameter="Include" ItemName="NugetPackage" />
|
<Output TaskParameter="Include" ItemName="NugetPackage" />
|
||||||
</CreateItem>
|
</CreateItem>
|
||||||
|
@ -82,6 +82,9 @@
|
||||||
<None Include="OpenTK.nuspec" />
|
<None Include="OpenTK.nuspec" />
|
||||||
<None Include="OpenTK.GLControl.nuspec" />
|
<None Include="OpenTK.GLControl.nuspec" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<Content Include="nuget.exe" />
|
||||||
|
</ItemGroup>
|
||||||
<ProjectExtensions>
|
<ProjectExtensions>
|
||||||
<MonoDevelop>
|
<MonoDevelop>
|
||||||
<Properties>
|
<Properties>
|
||||||
|
|
Loading…
Reference in a new issue