Added necessary paket files
authorvaron <varon@users.noreply.github.com>
Sun, 17 Jul 2016 21:29:03 +0000 (23:29 +0200)
committervaron <varon@users.noreply.github.com>
Sat, 13 Aug 2016 22:18:10 +0000 (00:18 +0200)
20 files changed:
src/Generator.Bind/Generator.Bind.csproj
src/Generator.Bind/paket.references [new file with mode: 0644]
src/Generator.Converter/Generator.Convert.csproj
src/Generator.Converter/paket.references [new file with mode: 0644]
src/Generator.Rewrite/Generator.Rewrite.csproj
src/Generator.Rewrite/packages.config [deleted file]
src/Generator.Rewrite/paket.references [new file with mode: 0644]
src/OpenTK.GLControl/OpenTK.GLControl.csproj
src/OpenTK.GLControl/paket.references [new file with mode: 0644]
src/OpenTK.GLControl/paket.template [new file with mode: 0644]
src/OpenTK.GLWidget/OpenTK.GLWidget.csproj
src/OpenTK.GLWidget/paket.references [new file with mode: 0644]
src/OpenTK.GLWidget/paket.template [new file with mode: 0644]
src/OpenTK/OpenTK.Android.csproj
src/OpenTK/OpenTK.Android.paket.template [new file with mode: 0644]
src/OpenTK/OpenTK.csproj
src/OpenTK/OpenTK.iOS.csproj
src/OpenTK/OpenTK.iOS.paket.template [new file with mode: 0644]
src/OpenTK/OpenTK.paket.template [new file with mode: 0644]
src/OpenTK/paket.references [new file with mode: 0644]

index 35ccdda..054c962 100644 (file)
     <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>
diff --git a/src/Generator.Bind/paket.references b/src/Generator.Bind/paket.references
new file mode 100644 (file)
index 0000000..e69de29
index e5165a2..871b3d6 100644 (file)
     <None Include="..\..\OpenTK.snk">
       <Link>OpenTK.snk</Link>
     </None>
+    <None Include="paket.references" />
     <None Include="XML schema notes.txt">
     </None>
     <None Include="Readme.txt">
diff --git a/src/Generator.Converter/paket.references b/src/Generator.Converter/paket.references
new file mode 100644 (file)
index 0000000..e69de29
index bf6cd4c..0f37451 100644 (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. 
diff --git a/src/Generator.Rewrite/packages.config b/src/Generator.Rewrite/packages.config
deleted file mode 100644 (file)
index 749dc00..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<packages>
-  <package id="Mono.Cecil" version="0.9.6.1" targetFramework="net35" />
-</packages>
\ No newline at end of file
diff --git a/src/Generator.Rewrite/paket.references b/src/Generator.Rewrite/paket.references
new file mode 100644 (file)
index 0000000..0ac658d
--- /dev/null
@@ -0,0 +1 @@
+Mono.Cecil
\ No newline at end of file
index b7ca98d..61204bb 100644 (file)
     <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>
diff --git a/src/OpenTK.GLControl/paket.references b/src/OpenTK.GLControl/paket.references
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/OpenTK.GLControl/paket.template b/src/OpenTK.GLControl/paket.template
new file mode 100644 (file)
index 0000000..0f5bc5f
--- /dev/null
@@ -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.
\ No newline at end of file
index 70dad2c..73eedf7 100644 (file)
     </Compile>
     <Compile Include="GLWidget.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <None Include="paket.references" />
+    <None Include="paket.template" />
+  </ItemGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <PropertyGroup>
     <PreBuildEvent>
diff --git a/src/OpenTK.GLWidget/paket.references b/src/OpenTK.GLWidget/paket.references
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/src/OpenTK.GLWidget/paket.template b/src/OpenTK.GLWidget/paket.template
new file mode 100644 (file)
index 0000000..40cfaf7
--- /dev/null
@@ -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.
\ No newline at end of file
index 1983893..ce22bee 100644 (file)
     <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. 
diff --git a/src/OpenTK/OpenTK.Android.paket.template b/src/OpenTK/OpenTK.Android.paket.template
new file mode 100644 (file)
index 0000000..0e100eb
--- /dev/null
@@ -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/
index f4e1095..5797569 100644 (file)
     <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>
index 3b84ac7..d5d2991 100644 (file)
     <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. 
diff --git a/src/OpenTK/OpenTK.iOS.paket.template b/src/OpenTK/OpenTK.iOS.paket.template
new file mode 100644 (file)
index 0000000..ef7312b
--- /dev/null
@@ -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/
diff --git a/src/OpenTK/OpenTK.paket.template b/src/OpenTK/OpenTK.paket.template
new file mode 100644 (file)
index 0000000..1c31bf0
--- /dev/null
@@ -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/
\ No newline at end of file
diff --git a/src/OpenTK/paket.references b/src/OpenTK/paket.references
new file mode 100644 (file)
index 0000000..e69de29