Skip to content

Commit

Permalink
Added necessary paket files
Browse files Browse the repository at this point in the history
  • Loading branch information
varon committed Aug 13, 2016
1 parent f03f55f commit cdacb73
Show file tree
Hide file tree
Showing 20 changed files with 137 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/Generator.Bind/Generator.Bind.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Empty file.
1 change: 1 addition & 0 deletions src/Generator.Converter/Generator.Convert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion src/Generator.Rewrite/Generator.Rewrite.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions src/Generator.Rewrite/packages.config

This file was deleted.

1 change: 1 addition & 0 deletions src/Generator.Rewrite/paket.references
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Mono.Cecil
2 changes: 2 additions & 0 deletions src/OpenTK.GLControl/OpenTK.GLControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Empty file.
23 changes: 23 additions & 0 deletions src/OpenTK.GLControl/paket.template
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions src/OpenTK.GLWidget/OpenTK.GLWidget.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Empty file.
23 changes: 23 additions & 0 deletions src/OpenTK.GLWidget/paket.template
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions src/OpenTK/OpenTK.Android.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
25 changes: 25 additions & 0 deletions src/OpenTK/OpenTK.Android.paket.template
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 2 additions & 0 deletions src/OpenTK/OpenTK.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 2 additions & 0 deletions src/OpenTK/OpenTK.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
25 changes: 25 additions & 0 deletions src/OpenTK/OpenTK.iOS.paket.template
Original file line number Diff line number Diff line change
@@ -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 changes: 25 additions & 0 deletions src/OpenTK/OpenTK.paket.template
Original file line number Diff line number Diff line change
@@ -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/
Empty file added src/OpenTK/paket.references
Empty file.

0 comments on commit cdacb73

Please sign in to comment.