mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-10 21:25:42 +00:00
Added necessary paket files
This commit is contained in:
parent
f03f55f24d
commit
cdacb73f0b
|
@ -151,6 +151,7 @@
|
|||
<None Include="..\..\OpenTK.snk">
|
||||
<Link>OpenTK.snk</Link>
|
||||
</None>
|
||||
<None Include="paket.references" />
|
||||
<None Include="Specifications\GL2\gl.tm" />
|
||||
<None Include="Specifications\Glx\glx.spec">
|
||||
</None>
|
||||
|
|
0
src/Generator.Bind/paket.references
Normal file
0
src/Generator.Bind/paket.references
Normal file
|
@ -106,6 +106,7 @@
|
|||
<None Include="..\..\OpenTK.snk">
|
||||
<Link>OpenTK.snk</Link>
|
||||
</None>
|
||||
<None Include="paket.references" />
|
||||
<None Include="XML schema notes.txt">
|
||||
</None>
|
||||
<None Include="Readme.txt">
|
||||
|
|
0
src/Generator.Converter/paket.references
Normal file
0
src/Generator.Converter/paket.references
Normal file
|
@ -75,7 +75,7 @@
|
|||
<None Include="..\..\OpenTK.snk">
|
||||
<Link>OpenTK.snk</Link>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
<None Include="paket.references" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
|
@ -1,4 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<packages>
|
||||
<package id="Mono.Cecil" version="0.9.6.1" targetFramework="net35" />
|
||||
</packages>
|
1
src/Generator.Rewrite/paket.references
Normal file
1
src/Generator.Rewrite/paket.references
Normal file
|
@ -0,0 +1 @@
|
|||
Mono.Cecil
|
|
@ -155,6 +155,8 @@
|
|||
<None Include="..\..\OpenTK.snk">
|
||||
<Link>OpenTK.snk</Link>
|
||||
</None>
|
||||
<None Include="paket.references" />
|
||||
<None Include="paket.template" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
|
|
0
src/OpenTK.GLControl/paket.references
Normal file
0
src/OpenTK.GLControl/paket.references
Normal file
23
src/OpenTK.GLControl/paket.template
Normal file
23
src/OpenTK.GLControl/paket.template
Normal file
|
@ -0,0 +1,23 @@
|
|||
type project
|
||||
id OpenTK.GLControl
|
||||
owners
|
||||
opentk thefiddler
|
||||
authors
|
||||
The Open Toolkit Team
|
||||
projectUrl
|
||||
http://www.opentk.com
|
||||
iconUrl
|
||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
||||
licenseUrl
|
||||
http://github.com/opentk/opentk/blob/master/License.txt
|
||||
requireLicenseAcceptance
|
||||
false
|
||||
copyright
|
||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||
tags
|
||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||
summary
|
||||
A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.
|
||||
description
|
||||
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
|
||||
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
|
@ -103,6 +103,10 @@
|
|||
</Compile>
|
||||
<Compile Include="GLWidget.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="paket.references" />
|
||||
<None Include="paket.template" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>
|
||||
|
|
0
src/OpenTK.GLWidget/paket.references
Normal file
0
src/OpenTK.GLWidget/paket.references
Normal file
23
src/OpenTK.GLWidget/paket.template
Normal file
23
src/OpenTK.GLWidget/paket.template
Normal file
|
@ -0,0 +1,23 @@
|
|||
type project
|
||||
id OpenTK.GLWidget
|
||||
owners
|
||||
opentk thefiddler
|
||||
authors
|
||||
The Open Toolkit Team
|
||||
projectUrl
|
||||
http://www.opentk.com
|
||||
iconUrl
|
||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
||||
licenseUrl
|
||||
http://github.com/opentk/opentk/blob/master/License.txt
|
||||
requireLicenseAcceptance
|
||||
false
|
||||
copyright
|
||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||
tags
|
||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||
summary
|
||||
A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.
|
||||
description
|
||||
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
|
||||
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
|
@ -241,9 +241,11 @@
|
|||
<Compile Include="Platform\X11\Bindings\DL.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="OpenTK.Android.paket.template" />
|
||||
<None Include="OpenTK.dll.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="paket.references" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
25
src/OpenTK/OpenTK.Android.paket.template
Normal file
25
src/OpenTK/OpenTK.Android.paket.template
Normal file
|
@ -0,0 +1,25 @@
|
|||
type project
|
||||
id OpenTK.Android
|
||||
owners
|
||||
opentk thefiddler
|
||||
authors
|
||||
The Open Toolkit Team
|
||||
projectUrl
|
||||
http://www.opentk.com
|
||||
iconUrl
|
||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
||||
licenseUrl
|
||||
http://github.com/opentk/opentk/blob/master/License.txt
|
||||
requireLicenseAcceptance
|
||||
false
|
||||
copyright
|
||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||
tags
|
||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||
summary
|
||||
A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.
|
||||
description
|
||||
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
|
||||
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
||||
files
|
||||
OpenTK.dll.config => content/
|
|
@ -794,6 +794,8 @@
|
|||
<Compile Include="Platform\Linux\Bindings\Evdev.cs" />
|
||||
<Compile Include="Platform\Linux\DefaultCursor.cs" />
|
||||
<Compile Include="Platform\Linux\Bindings\Kms.cs" />
|
||||
<None Include="OpenTK.paket.template" />
|
||||
<None Include="paket.references" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
|
|
|
@ -232,6 +232,8 @@
|
|||
<None Include="OpenTK.dll.config">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="OpenTK.iOS.paket.template" />
|
||||
<None Include="paket.references" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
|
||||
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
||||
|
|
25
src/OpenTK/OpenTK.iOS.paket.template
Normal file
25
src/OpenTK/OpenTK.iOS.paket.template
Normal file
|
@ -0,0 +1,25 @@
|
|||
type project
|
||||
id OpenTK.iOS
|
||||
owners
|
||||
opentk thefiddler
|
||||
authors
|
||||
The Open Toolkit Team
|
||||
projectUrl
|
||||
http://www.opentk.com
|
||||
iconUrl
|
||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
||||
licenseUrl
|
||||
http://github.com/opentk/opentk/blob/master/License.txt
|
||||
requireLicenseAcceptance
|
||||
false
|
||||
copyright
|
||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||
tags
|
||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||
summary
|
||||
A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.
|
||||
description
|
||||
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
|
||||
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
||||
files
|
||||
OpenTK.dll.config => content/
|
25
src/OpenTK/OpenTK.paket.template
Normal file
25
src/OpenTK/OpenTK.paket.template
Normal file
|
@ -0,0 +1,25 @@
|
|||
type project
|
||||
id OpenTK
|
||||
owners
|
||||
opentk thefiddler
|
||||
authors
|
||||
The Open Toolkit Team
|
||||
projectUrl
|
||||
http://www.opentk.com
|
||||
iconUrl
|
||||
https://raw.githubusercontent.com/opentk/opentk/master/docs/files/img/logo.png
|
||||
licenseUrl
|
||||
http://github.com/opentk/opentk/blob/master/License.txt
|
||||
requireLicenseAcceptance
|
||||
false
|
||||
copyright
|
||||
Copyright (c) 2006 - 2016 Stefanos Apostolopoulos <stapostol@gmail.com> for the Open Toolkit library.
|
||||
tags
|
||||
OpenTK OpenGL OpenAL OpenCL C# F# VB .Net Mono Graphics Game Scientific Science 3D 2D Math Input Gamepad Joystick
|
||||
summary
|
||||
A set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL.
|
||||
description
|
||||
The Open Toolkit is set of fast, low-level C# bindings for OpenGL, OpenGL ES and OpenAL. It runs on all major platforms and powers hundreds of apps, games and scientific research.
|
||||
OpenTK provides several utility libraries, including a math/linear algebra package, a windowing system, and input handling.
|
||||
files
|
||||
OpenTK.dll.config => content/
|
0
src/OpenTK/paket.references
Normal file
0
src/OpenTK/paket.references
Normal file
Loading…
Reference in a new issue