Added necessary paket files

This commit is contained in:
varon 2016-07-17 23:29:03 +02:00
parent f03f55f24d
commit cdacb73f0b
20 changed files with 137 additions and 5 deletions

View file

@ -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>

View file

View 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">

View file

View 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.

View file

@ -1,4 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Mono.Cecil" version="0.9.6.1" targetFramework="net35" />
</packages>

View file

@ -0,0 +1 @@
Mono.Cecil

View file

@ -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>

View file

View 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.

View file

@ -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>

View file

View 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.

View file

@ -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.

View 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/

View file

@ -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>

View file

@ -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.

View 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/

View 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/

View file