diff --git a/Dependencies/Readme.txt b/Dependencies/Readme.txt deleted file mode 100644 index 3904f2e0..00000000 --- a/Dependencies/Readme.txt +++ /dev/null @@ -1,81 +0,0 @@ -This folder contains precompiled versions of various optional -dependencies for OpenTK. These are meant for your convenience -and are completely optional to use. - -The folder structure is split by CPU architecture: -Dependencies/license - license files -Dependencies/managed - .Net assemblies compiled for AnyCPU -Dependencies/x86/ - compiled for 32bit Intel and AMD processors -Dependencies/x64/ - compiled for 64bit Intel and AMD processors - -To deploy a dependency, simply copy it to your application directory, along with the relevant license file. - -Detailed instructions follow. - - -[SDL2.dll] -[libSDL2.dylib] - -The Simple DirectMedia Library compiled for Windows and Mac OS X. Copy to your application directory in order to enable the SDL2 -platform backend for OpenTK. - -http://libsdl.org - -"Simple DirectMedia Layer is a cross-platform development library -designed to provide low level access to audio, keyboard, mouse, -joystick, and graphics hardware via OpenGL and Direct3D." - -Advantages: -+ improved stability -+ improved joystick support -+ support for Macbook Retina displays -+ support for Steam "Big Picture" controller configuration - -Disadvantages: -- does not support OpenTK.GLControl (fix in progress) -- does not support multiple mice or keyboards -- does not support DisplayResolution.ChangeResolution - -It is highly recommended that you use the SDL2 backend on Mac OS X. - - -[openal32.dll] - -OpenAL Soft compiled for Windows. Copy this to your application -directory in order to use OpenAL on Windows. - -http://kcat.strangesoft.net/openal.html - -"OpenAL Soft is an LGPL-licensed, cross-platform, software -implementation of the OpenAL 3D audio API." - -This is required in order to use OpenAL on Windows platforms. -Linux and Mac OS X support OpenAL out of the box. - - -[libEGL.dll] -[libGLESv2.dll] -[d3dcompiler_46.dll] - -ANGLE Project compiled for Windows. Copy these to your application directory in order to use OpenGL ES 2.0 on Windows. - -https://code.google.com/p/angleproject/ - -"The goal of ANGLE is to allow Windows users to seamlessly run WebGL and other OpenGL ES 2.0 content by translating OpenGL ES 2.0 API calls to DirectX 9 or DirectX 11 API calls." - -These are required if you wish to publish an OpenGL ES application to the Windows Store. You can also use these in order to port or test OpenGL ES code from and to mobile devices (Android, iPhone). - - -[monolinker] - -Mono Linker project. Use this to reduce the size of OpenTK.dll. - -http://www.mono-project.com/Linker - -"The linker is a tool one can use to only ship the minimal possible set of functions that a set of programs might require to run as opposed to the full libraries." - -Execute as follows: - -monolinker.exe -a YourApplication.exe - -where "YourApplication.exe" is the name of your application binary. This command will create a new folder "output/" with a copy of your application and optimized version of OpenTK.dll and any other dll your application is using. \ No newline at end of file diff --git a/Dependencies/license/SDL2.COPYING.txt b/Dependencies/license/SDL2.COPYING.txt deleted file mode 100644 index fade0b95..00000000 --- a/Dependencies/license/SDL2.COPYING.txt +++ /dev/null @@ -1,13 +0,0 @@ - -Please distribute this file with the SDL runtime environment: - -The Simple DirectMedia Layer (SDL for short) is a cross-platform library -designed to make it easy to write multi-media software, such as games and -emulators. - -The Simple DirectMedia Layer library source code is available from: -http://www.libsdl.org/ - -This library is distributed under the terms of the zlib license: -http://www.zlib.net/zlib_license.html - diff --git a/Dependencies/license/angle.COPYING.txt b/Dependencies/license/angle.COPYING.txt deleted file mode 100644 index bdacb32e..00000000 --- a/Dependencies/license/angle.COPYING.txt +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (C) 2002-2013 The ANGLE Project Authors. -// All rights reserved. -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions -// are met: -// -// Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// -// Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following -// disclaimer in the documentation and/or other materials provided -// with the distribution. -// -// Neither the name of TransGaming Inc., Google Inc., 3DLabs Inc. -// Ltd., nor the names of their contributors may be used to endorse -// or promote products derived from this software without specific -// prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS -// FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE -// COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, -// INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, -// BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -// LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -// CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -// LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN -// ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE -// POSSIBILITY OF SUCH DAMAGE. diff --git a/Dependencies/license/cecil.COPYING.txt b/Dependencies/license/cecil.COPYING.txt deleted file mode 100644 index 44f424ff..00000000 --- a/Dependencies/license/cecil.COPYING.txt +++ /dev/null @@ -1,19 +0,0 @@ -Copyright (c) 2008 - 2011, Jb Evain - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. \ No newline at end of file diff --git a/Dependencies/license/d3dcompiler.COPYING.txt b/Dependencies/license/d3dcompiler.COPYING.txt deleted file mode 100644 index 81453075..00000000 --- a/Dependencies/license/d3dcompiler.COPYING.txt +++ /dev/null @@ -1,3 +0,0 @@ -Starting with the Win8 SDK, d3dcompiler.dll can be distributed as a 'naked' dll. - -See http://msdn.microsoft.com/en-us/library/windows/desktop/ee663275(v=vs.85).aspx \ No newline at end of file diff --git a/Dependencies/license/ikvm.COPYING.txt b/Dependencies/license/ikvm.COPYING.txt deleted file mode 100644 index b7081146..00000000 --- a/Dependencies/license/ikvm.COPYING.txt +++ /dev/null @@ -1,20 +0,0 @@ -Copyright (C) 2002-2012 Jeroen Frijters - -This software is provided 'as-is', without any express or implied -warranty. In no event will the authors be held liable for any damages -arising from the use of this software. - -Permission is granted to anyone to use this software for any purpose, -including commercial applications, and to alter it and redistribute it -freely, subject to the following restrictions: - -1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. -2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. -3. This notice may not be removed or altered from any source distribution. - -Jeroen Frijters -jeroen@frijters.net \ No newline at end of file diff --git a/Dependencies/license/monolinker.COPYING.txt b/Dependencies/license/monolinker.COPYING.txt deleted file mode 100644 index 921d6cff..00000000 --- a/Dependencies/license/monolinker.COPYING.txt +++ /dev/null @@ -1,21 +0,0 @@ -Copyright (c) 2007 Novell, Inc and the individuals listed on the -ChangeLog entries. - -Permission is hereby granted, free of charge, to any person obtaining -a copy of this software and associated documentation files (the -"Software"), to deal in the Software without restriction, including -without limitation the rights to use, copy, modify, merge, publish, -distribute, sublicense, and/or sell copies of the Software, and to -permit persons to whom the Software is furnished to do so, subject to -the following conditions: - -The above copyright notice and this permission notice shall be -included in all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF -MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE -LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION -WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/Dependencies/license/openal.COPYING.txt b/Dependencies/license/openal.COPYING.txt deleted file mode 100644 index d0c89786..00000000 --- a/Dependencies/license/openal.COPYING.txt +++ /dev/null @@ -1,484 +0,0 @@ - - GNU LIBRARY GENERAL PUBLIC LICENSE - Version 2, June 1991 - - - Copyright (C) 1991 Free Software Foundation, Inc. - 675 Mass Ave, Cambridge, MA 02139, USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - -[This is the first released version of the library GPL. It is - numbered 2 because it goes with version 2 of the ordinary GPL.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Library General Public License, applies to some -specially designated Free Software Foundation software, and to any -other libraries whose authors decide to use it. You can use it for -your libraries, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -this service if you wish), that you receive source code or can get it -if you want it, that you can change the software or use pieces of it -in new free programs; and that you know you can do these things. - - To protect your rights, we need to make restrictions that forbid -anyone to deny you these rights or to ask you to surrender the rights. -These restrictions translate to certain responsibilities for you if -you distribute copies of the library, or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link a program with the library, you must provide -complete object files to the recipients so that they can relink them -with the library, after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - Our method of protecting your rights has two steps: (1) copyright -the library, and (2) offer you this license which gives you legal -permission to copy, distribute and/or modify the library. - - Also, for each distributor's protection, we want to make certain -that everyone understands that there is no warranty for this free -library. If the library is modified by someone else and passed on, we -want its recipients to know that what they have is not the original -version, so that any problems introduced by others will not reflect on -the original authors' reputations. - - Finally, any free program is threatened constantly by software -patents. We wish to avoid the danger that companies distributing free -software will individually obtain patent licenses, thus in effect -transforming the program into proprietary software. To prevent this, -we have made it clear that any patent must be licensed for everyone's -free use or not licensed at all. - - Most GNU software, including some libraries, is covered by the ordinary -GNU General Public License, which was designed for utility programs. This -license, the GNU Library General Public License, applies to certain -designated libraries. This license is quite different from the ordinary -one; be sure to read it in full, and don't assume that anything in it is -the same as in the ordinary license. - - The reason we have a separate public license for some libraries is that -they blur the distinction we usually make between modifying or adding to a -program and simply using it. Linking a program with a library, without -changing the library, is in some sense simply using the library, and is -analogous to running a utility program or application program. However, in -a textual and legal sense, the linked executable is a combined work, a -derivative of the original library, and the ordinary General Public License -treats it as such. - - Because of this blurred distinction, using the ordinary General -Public License for libraries did not effectively promote software -sharing, because most developers did not use the libraries. We -concluded that weaker conditions might promote sharing better. - - However, unrestricted linking of non-free programs would deprive the -users of those programs of all benefit from the free status of the -libraries themselves. This Library General Public License is intended to -permit developers of non-free programs to use free libraries, while -preserving your freedom as a user of such programs to change the free -libraries that are incorporated in them. (We have not seen how to achieve -this as regards changes in header files, but we have achieved it as regards -changes in the actual functions of the Library.) The hope is that this -will lead to faster development of free libraries. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, while the latter only -works together with the library. - - Note that it is possible for a library to be covered by the ordinary -General Public License rather than by this special one. - - GNU LIBRARY GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library which -contains a notice placed by the copyright holder or other authorized -party saying it may be distributed under the terms of this Library -General Public License (also called "this License"). Each licensee is -addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, complete source code means -all the source code for all modules it contains, plus any associated -interface definition files, plus the scripts used to control compilation -and installation of the library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete source code as you receive it, in any medium, provided that -you conspicuously and appropriately publish on each copy an -appropriate copyright notice and disclaimer of warranty; keep intact -all the notices that refer to this License and to the absence of any -warranty; and distribute a copy of this License along with the -Library. - - You may charge a fee for the physical act of transferring a copy, -and you may at your option offer warranty protection in exchange for a -fee. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -and can be reasonably considered independent and separate works in -themselves, then this License, and its terms, do not apply to those -sections when you distribute them as separate works. But when you -distribute the same sections as part of a whole which is a work based -on the Library, the distribution of the whole must be on the terms of -this License, whose permissions for other licensees extend to the -entire whole, and thus to each and every part regardless of who wrote -it. - -Thus, it is not the intent of this section to claim rights or contest -your rights to work written entirely by you; rather, the intent is to -exercise the right to control the distribution of derivative or -collective works based on the Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you accompany -it with the complete corresponding machine-readable source code, which -must be distributed under the terms of Sections 1 and 2 above on a -medium customarily used for software interchange. - - If distribution of object code is made by offering access to copy -from a designated place, then offering equivalent access to copy the -source code from the same place satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also compile or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - c) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - d) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the source code distributed need not include anything that is normally -distributed (in either source or binary form) with the major -components (compiler, kernel, and so on) of the operating system on -which the executable runs, unless that component itself accompanies -the executable. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library is void, and will automatically terminate your -rights under this License. However, parties who have received copies, -or rights, from you under this License will not have their licenses -terminated so long as such parties remain in full compliance. - - 9. You are not required to accept this License, since you have not -signed it. However, nothing else grants you permission to modify or -distribute the Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -subject to these terms and conditions. You may not impose any further -restrictions on the recipients' exercise of the rights granted herein. -You are not responsible for enforcing compliance by third parties to -this License. - - 11. If, as a consequence of a court judgment or allegation of patent -infringement or for any other reason (not limited to patent issues), -conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot -distribute so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you -may not distribute the Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library by -all those who receive copies directly or indirectly through you, then -the only way you could satisfy both it and this License would be to -refrain entirely from distribution of the Library. - -If any portion of this section is held invalid or unenforceable under any -particular circumstance, the balance of the section is intended to apply, -and the section as a whole is intended to apply in other circumstances. - -It is not the purpose of this section to induce you to infringe any -patents or other property right claims or to contest validity of any -such claims; this section has the sole purpose of protecting the -integrity of the free software distribution system which is -implemented by public license practices. Many people have made -generous contributions to the wide range of software distributed -through that system in reliance on consistent application of that -system; it is up to the author/donor to decide if he or she is willing -to distribute software through any other system and a licensee cannot -impose that choice. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library under this License may add -an explicit geographical distribution limitation excluding those countries, -so that distribution is permitted only in or among countries not thus -excluded. In such case, this License incorporates the limitation as if -written in the body of this License. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Library General Public License from time to time. -Such new versions will be similar in spirit to the present version, -but may differ in detail to address new problems or concerns. - -Each version is given a distinguishing version number. If the Library -specifies a version number of this License which applies to it and -"any later version", you have the option of following the terms and -conditions either of that version or of any later version published by -the Free Software Foundation. If the Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -write to the author to ask for permission. For software which is -copyrighted by the Free Software Foundation, write to the Free -Software Foundation; we sometimes make exceptions for this. Our -decision will be guided by the two goals of preserving the free status -of all derivatives of our free software and of promoting the sharing -and reuse of software generally. - - NO WARRANTY - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING -RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A -FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - Appendix: How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. It is -safest to attach them to the start of each source file to most effectively -convey the exclusion of warranty; and each file should have at least the -"copyright" line and a pointer to where the full notice is found. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public - License along with this library; if not, write to the Free - Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - -Also add information on how to contact you by electronic and paper mail. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - diff --git a/Dependencies/managed/IKVM.Reflection.dll b/Dependencies/managed/IKVM.Reflection.dll deleted file mode 100644 index c2b777cc..00000000 Binary files a/Dependencies/managed/IKVM.Reflection.dll and /dev/null differ diff --git a/Dependencies/managed/monolinker.exe b/Dependencies/managed/monolinker.exe deleted file mode 100644 index 6870bc26..00000000 Binary files a/Dependencies/managed/monolinker.exe and /dev/null differ diff --git a/Dependencies/x64/SDL2.dll b/Dependencies/x64/SDL2.dll deleted file mode 100755 index 1a156df5..00000000 Binary files a/Dependencies/x64/SDL2.dll and /dev/null differ diff --git a/Dependencies/x64/d3dcompiler_47.dll b/Dependencies/x64/d3dcompiler_47.dll deleted file mode 100644 index 56512f56..00000000 Binary files a/Dependencies/x64/d3dcompiler_47.dll and /dev/null differ diff --git a/Dependencies/x64/libEGL.dll b/Dependencies/x64/libEGL.dll deleted file mode 100644 index 7cbc9f43..00000000 Binary files a/Dependencies/x64/libEGL.dll and /dev/null differ diff --git a/Dependencies/x64/libGLESv2.dll b/Dependencies/x64/libGLESv2.dll deleted file mode 100644 index 6ab9b464..00000000 Binary files a/Dependencies/x64/libGLESv2.dll and /dev/null differ diff --git a/Dependencies/x64/libSDL2.dylib b/Dependencies/x64/libSDL2.dylib deleted file mode 100755 index ff52f59d..00000000 Binary files a/Dependencies/x64/libSDL2.dylib and /dev/null differ diff --git a/Dependencies/x64/openal32.dll b/Dependencies/x64/openal32.dll deleted file mode 100755 index b47ff952..00000000 Binary files a/Dependencies/x64/openal32.dll and /dev/null differ diff --git a/Dependencies/x86/SDL2.dll b/Dependencies/x86/SDL2.dll deleted file mode 100755 index c86aba1c..00000000 Binary files a/Dependencies/x86/SDL2.dll and /dev/null differ diff --git a/Dependencies/x86/d3dcompiler_47.dll b/Dependencies/x86/d3dcompiler_47.dll deleted file mode 100644 index e5bf5cf5..00000000 Binary files a/Dependencies/x86/d3dcompiler_47.dll and /dev/null differ diff --git a/Dependencies/x86/libEGL.dll b/Dependencies/x86/libEGL.dll deleted file mode 100644 index 1da3cb8e..00000000 Binary files a/Dependencies/x86/libEGL.dll and /dev/null differ diff --git a/Dependencies/x86/libGLESv2.dll b/Dependencies/x86/libGLESv2.dll deleted file mode 100644 index 8894fd24..00000000 Binary files a/Dependencies/x86/libGLESv2.dll and /dev/null differ diff --git a/Dependencies/x86/libSDL2.dylib b/Dependencies/x86/libSDL2.dylib deleted file mode 100755 index 520446b8..00000000 Binary files a/Dependencies/x86/libSDL2.dylib and /dev/null differ diff --git a/Dependencies/x86/openal32.dll b/Dependencies/x86/openal32.dll deleted file mode 100644 index 71ced6a2..00000000 Binary files a/Dependencies/x86/openal32.dll and /dev/null differ diff --git a/Documentation/Build.Docs.csproj b/Documentation/Build.Docs.csproj deleted file mode 100644 index 44a182ab..00000000 --- a/Documentation/Build.Docs.csproj +++ /dev/null @@ -1,96 +0,0 @@ - - - - .\Source - - - .\Source - - - .\Source - - - .\Source - AnyCPU - false - false - false - - - .\Source - $(OutputPath)\latex - $(OutputPath)\html - {650C6F3D-33B5-4216-9536-956AB42C0624} - v2.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - Exe - Build.Docs - - - none - False - Source - 4 - - - none - False - Source - 4 - - - none - False - Source - 4 - - - none - False - Source - 4 - - - none - false - Source - 4 - - - none - false - Source - 4 - - - - - README.md - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Documentation/Contributors.txt b/Documentation/Contributors.txt deleted file mode 100644 index 746a6ef2..00000000 --- a/Documentation/Contributors.txt +++ /dev/null @@ -1,17 +0,0 @@ -The Open Toolkit library team consists of: - -Stefanos Apostolopoulos -Christoph Brandtner -Erik Ylvisaker - - -The following people have contributed code, art and support to the Open Toolkit library. Thank you! - -Andy Gill -Beau Gunderson -James Talton -Kostas Soulakellis -Per -Pokemoen -Mincus -snocrash \ No newline at end of file diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile deleted file mode 100644 index 5636777d..00000000 --- a/Documentation/Doxyfile +++ /dev/null @@ -1,1630 +0,0 @@ -# Doxyfile 1.7.1 - -# This file describes the settings to be used by the documentation system -# doxygen (www.doxygen.org) for a project -# -# All text after a hash (#) is considered a comment and will be ignored -# The format is: -# TAG = value [value, ...] -# For lists items can also be appended using: -# TAG += value [value, ...] -# Values that contain spaces should be placed between quotes (" ") - -#--------------------------------------------------------------------------- -# Project related configuration options -#--------------------------------------------------------------------------- - -# This tag specifies the encoding used for all characters in the config file -# that follow. The default is UTF-8 which is also the encoding used for all -# text before the first occurrence of this tag. Doxygen uses libiconv (or the -# iconv built into libc) for the transcoding. See -# http://www.gnu.org/software/libiconv for the list of possible encodings. - -DOXYFILE_ENCODING = UTF-8 - -# The PROJECT_NAME tag is a single word (or a sequence of words surrounded -# by quotes) that should identify the project. - -PROJECT_NAME = "The Open Toolkit library" - -# The PROJECT_NUMBER tag can be used to enter a project or revision number. -# This could be handy for archiving the generated documentation or -# if some version control system is used. - -PROJECT_NUMBER = 1.1 - -# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) -# base path where the generated documentation will be put. -# If a relative path is entered, it will be relative to the location -# where doxygen was started. If left blank the current directory will be used. - -OUTPUT_DIRECTORY = Source - -# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create -# 4096 sub-directories (in 2 levels) under the output directory of each output -# format and will distribute the generated files over these directories. -# Enabling this option can be useful when feeding doxygen a huge amount of -# source files, where putting all generated files in the same directory would -# otherwise cause performance problems for the file system. - -CREATE_SUBDIRS = NO - -# The OUTPUT_LANGUAGE tag is used to specify the language in which all -# documentation generated by doxygen is written. Doxygen will use this -# information to generate all constant output in the proper language. -# The default language is English, other supported languages are: -# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, -# Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German, -# Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English -# messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian, -# Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak, -# Slovene, Spanish, Swedish, Ukrainian, and Vietnamese. - -OUTPUT_LANGUAGE = English - -# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will -# include brief member descriptions after the members that are listed in -# the file and class documentation (similar to JavaDoc). -# Set to NO to disable this. - -BRIEF_MEMBER_DESC = YES - -# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend -# the brief description of a member or function before the detailed description. -# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the -# brief descriptions will be completely suppressed. - -REPEAT_BRIEF = YES - -# This tag implements a quasi-intelligent brief description abbreviator -# that is used to form the text in various listings. Each string -# in this list, if found as the leading text of the brief description, will be -# stripped from the text and the result after processing the whole list, is -# used as the annotated text. Otherwise, the brief description is used as-is. -# If left blank, the following values are used ("$name" is automatically -# replaced with the name of the entity): "The $name class" "The $name widget" -# "The $name file" "is" "provides" "specifies" "contains" -# "represents" "a" "an" "the" - -ABBREVIATE_BRIEF = "The $name class" \ - "The $name widget" \ - "The $name file" \ - is \ - provides \ - specifies \ - contains \ - represents \ - a \ - an \ - the - -# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then -# Doxygen will generate a detailed section even if there is only a brief -# description. - -ALWAYS_DETAILED_SEC = NO - -# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all -# inherited members of a class in the documentation of that class as if those -# members were ordinary class members. Constructors, destructors and assignment -# operators of the base classes will not be shown. - -INLINE_INHERITED_MEMB = NO - -# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full -# path before files name in the file list and in the header files. If set -# to NO the shortest path that makes the file name unique will be used. - -FULL_PATH_NAMES = YES - -# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag -# can be used to strip a user-defined part of the path. Stripping is -# only done if one of the specified strings matches the left-hand part of -# the path. The tag can be used to show relative paths in the file list. -# If left blank the directory from which doxygen is run is used as the -# path to strip. - -STRIP_FROM_PATH = - -# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of -# the path mentioned in the documentation of a class, which tells -# the reader which header file to include in order to use a class. -# If left blank only the name of the header file containing the class -# definition is used. Otherwise one should specify the include paths that -# are normally passed to the compiler using the -I flag. - -STRIP_FROM_INC_PATH = - -# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter -# (but less readable) file names. This can be useful is your file systems -# doesn't support long names like on DOS, Mac, or CD-ROM. - -SHORT_NAMES = NO - -# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen -# will interpret the first line (until the first dot) of a JavaDoc-style -# comment as the brief description. If set to NO, the JavaDoc -# comments will behave just like regular Qt-style comments -# (thus requiring an explicit @brief command for a brief description.) - -JAVADOC_AUTOBRIEF = NO - -# If the QT_AUTOBRIEF tag is set to YES then Doxygen will -# interpret the first line (until the first dot) of a Qt-style -# comment as the brief description. If set to NO, the comments -# will behave just like regular Qt-style comments (thus requiring -# an explicit \brief command for a brief description.) - -QT_AUTOBRIEF = NO - -# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen -# treat a multi-line C++ special comment block (i.e. a block of //! or /// -# comments) as a brief description. This used to be the default behaviour. -# The new default is to treat a multi-line C++ comment block as a detailed -# description. Set this tag to YES if you prefer the old behaviour instead. - -MULTILINE_CPP_IS_BRIEF = NO - -# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented -# member inherits the documentation from any documented member that it -# re-implements. - -INHERIT_DOCS = YES - -# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce -# a new page for each member. If set to NO, the documentation of a member will -# be part of the file/class/namespace that contains it. - -SEPARATE_MEMBER_PAGES = NO - -# The TAB_SIZE tag can be used to set the number of spaces in a tab. -# Doxygen uses this value to replace tabs by spaces in code fragments. - -TAB_SIZE = 8 - -# This tag can be used to specify a number of aliases that acts -# as commands in the documentation. An alias has the form "name=value". -# For example adding "sideeffect=\par Side Effects:\n" will allow you to -# put the command \sideeffect (or @sideeffect) in the documentation, which -# will result in a user-defined paragraph with heading "Side Effects:". -# You can put \n's in the value part of an alias to insert newlines. - -ALIASES = - -# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C -# sources only. Doxygen will then generate output that is more tailored for C. -# For instance, some of the names that are used will be different. The list -# of all members will be omitted, etc. - -OPTIMIZE_OUTPUT_FOR_C = NO - -# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java -# sources only. Doxygen will then generate output that is more tailored for -# Java. For instance, namespaces will be presented as packages, qualified -# scopes will look different, etc. - -OPTIMIZE_OUTPUT_JAVA = YES - -# Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran -# sources only. Doxygen will then generate output that is more tailored for -# Fortran. - -OPTIMIZE_FOR_FORTRAN = NO - -# Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL -# sources. Doxygen will then generate output that is tailored for -# VHDL. - -OPTIMIZE_OUTPUT_VHDL = NO - -# Doxygen selects the parser to use depending on the extension of the files it -# parses. With this tag you can assign which parser to use for a given extension. -# Doxygen has a built-in mapping, but you can override or extend it using this -# tag. The format is ext=language, where ext is a file extension, and language -# is one of the parsers supported by doxygen: IDL, Java, Javascript, CSharp, C, -# C++, D, PHP, Objective-C, Python, Fortran, VHDL, C, C++. For instance to make -# doxygen treat .inc files as Fortran files (default is PHP), and .f files as C -# (default is Fortran), use: inc=Fortran f=C. Note that for custom extensions -# you also need to set FILE_PATTERNS otherwise the files are not read by doxygen. - -EXTENSION_MAPPING = - -# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want -# to include (a tag file for) the STL sources as input, then you should -# set this tag to YES in order to let doxygen match functions declarations and -# definitions whose arguments contain STL classes (e.g. func(std::string); v.s. -# func(std::string) {}). This also make the inheritance and collaboration -# diagrams that involve STL classes more complete and accurate. - -BUILTIN_STL_SUPPORT = NO - -# If you use Microsoft's C++/CLI language, you should set this option to YES to -# enable parsing support. - -CPP_CLI_SUPPORT = NO - -# Set the SIP_SUPPORT tag to YES if your project consists of sip sources only. -# Doxygen will parse them like normal C++ but will assume all classes use public -# instead of private inheritance when no explicit protection keyword is present. - -SIP_SUPPORT = NO - -# For Microsoft's IDL there are propget and propput attributes to indicate getter -# and setter methods for a property. Setting this option to YES (the default) -# will make doxygen to replace the get and set methods by a property in the -# documentation. This will only work if the methods are indeed getting or -# setting a simple type. If this is not the case, or you want to show the -# methods anyway, you should set this option to NO. - -IDL_PROPERTY_SUPPORT = YES - -# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC -# tag is set to YES, then doxygen will reuse the documentation of the first -# member in the group (if any) for the other members of the group. By default -# all members of a group must be documented explicitly. - -DISTRIBUTE_GROUP_DOC = NO - -# Set the SUBGROUPING tag to YES (the default) to allow class member groups of -# the same type (for instance a group of public functions) to be put as a -# subgroup of that type (e.g. under the Public Functions section). Set it to -# NO to prevent subgrouping. Alternatively, this can be done per class using -# the \nosubgrouping command. - -SUBGROUPING = YES - -# When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum -# is documented as struct, union, or enum with the name of the typedef. So -# typedef struct TypeS {} TypeT, will appear in the documentation as a struct -# with name TypeT. When disabled the typedef will appear as a member of a file, -# namespace, or class. And the struct will be named TypeS. This can typically -# be useful for C code in case the coding convention dictates that all compound -# types are typedef'ed and only the typedef is referenced, never the tag name. - -TYPEDEF_HIDES_STRUCT = NO - -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- - -# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in -# documentation are documented, even if no documentation was available. -# Private class members and static file members will be hidden unless -# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES - -EXTRACT_ALL = NO - -# If the EXTRACT_PRIVATE tag is set to YES all private members of a class -# will be included in the documentation. - -EXTRACT_PRIVATE = NO - -# If the EXTRACT_STATIC tag is set to YES all static members of a file -# will be included in the documentation. - -EXTRACT_STATIC = NO - -# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) -# defined locally in source files will be included in the documentation. -# If set to NO only classes defined in header files are included. - -EXTRACT_LOCAL_CLASSES = YES - -# This flag is only useful for Objective-C code. When set to YES local -# methods, which are defined in the implementation section but not in -# the interface are included in the documentation. -# If set to NO (the default) only methods in the interface are included. - -EXTRACT_LOCAL_METHODS = NO - -# If this flag is set to YES, the members of anonymous namespaces will be -# extracted and appear in the documentation as a namespace called -# 'anonymous_namespace{file}', where file will be replaced with the base -# name of the file that contains the anonymous namespace. By default -# anonymous namespace are hidden. - -EXTRACT_ANON_NSPACES = NO - -# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all -# undocumented members of documented classes, files or namespaces. -# If set to NO (the default) these members will be included in the -# various overviews, but no documentation section is generated. -# This option has no effect if EXTRACT_ALL is enabled. - -HIDE_UNDOC_MEMBERS = NO - -# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all -# undocumented classes that are normally visible in the class hierarchy. -# If set to NO (the default) these classes will be included in the various -# overviews. This option has no effect if EXTRACT_ALL is enabled. - -HIDE_UNDOC_CLASSES = YES - -# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all -# friend (class|struct|union) declarations. -# If set to NO (the default) these declarations will be included in the -# documentation. - -HIDE_FRIEND_COMPOUNDS = NO - -# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any -# documentation blocks found inside the body of a function. -# If set to NO (the default) these blocks will be appended to the -# function's detailed documentation block. - -HIDE_IN_BODY_DOCS = NO - -# The INTERNAL_DOCS tag determines if documentation -# that is typed after a \internal command is included. If the tag is set -# to NO (the default) then the documentation will be excluded. -# Set it to YES to include the internal documentation. - -INTERNAL_DOCS = NO - -# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate -# file names in lower-case letters. If set to YES upper-case letters are also -# allowed. This is useful if you have classes or files whose names only differ -# in case and if your file system supports case sensitive file names. Windows -# and Mac users are advised to set this option to NO. - -CASE_SENSE_NAMES = NO - -# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen -# will show members with their full class and namespace scopes in the -# documentation. If set to YES the scope will be hidden. - -HIDE_SCOPE_NAMES = NO - -# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen -# will put a list of the files that are included by a file in the documentation -# of that file. - -SHOW_INCLUDE_FILES = NO - -# If the FORCE_LOCAL_INCLUDES tag is set to YES then Doxygen -# will list include files with double quotes in the documentation -# rather than with sharp brackets. - -FORCE_LOCAL_INCLUDES = NO - -# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] -# is inserted in the documentation for inline members. - -INLINE_INFO = YES - -# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen -# will sort the (detailed) documentation of file and class members -# alphabetically by member name. If set to NO the members will appear in -# declaration order. - -SORT_MEMBER_DOCS = YES - -# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the -# brief documentation of file, namespace and class members alphabetically -# by member name. If set to NO (the default) the members will appear in -# declaration order. - -SORT_BRIEF_DOCS = NO - -# If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen -# will sort the (brief and detailed) documentation of class members so that -# constructors and destructors are listed first. If set to NO (the default) -# the constructors will appear in the respective orders defined by -# SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. -# This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO -# and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO. - -SORT_MEMBERS_CTORS_1ST = YES - -# If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the -# hierarchy of group names into alphabetical order. If set to NO (the default) -# the group names will appear in their defined order. - -SORT_GROUP_NAMES = YES - -# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be -# sorted by fully-qualified names, including namespaces. If set to -# NO (the default), the class list will be sorted only by class name, -# not including the namespace part. -# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. -# Note: This option applies only to the class list, not to the -# alphabetical list. - -SORT_BY_SCOPE_NAME = YES - -# The GENERATE_TODOLIST tag can be used to enable (YES) or -# disable (NO) the todo list. This list is created by putting \todo -# commands in the documentation. - -GENERATE_TODOLIST = YES - -# The GENERATE_TESTLIST tag can be used to enable (YES) or -# disable (NO) the test list. This list is created by putting \test -# commands in the documentation. - -GENERATE_TESTLIST = YES - -# The GENERATE_BUGLIST tag can be used to enable (YES) or -# disable (NO) the bug list. This list is created by putting \bug -# commands in the documentation. - -GENERATE_BUGLIST = YES - -# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or -# disable (NO) the deprecated list. This list is created by putting -# \deprecated commands in the documentation. - -GENERATE_DEPRECATEDLIST= YES - -# The ENABLED_SECTIONS tag can be used to enable conditional -# documentation sections, marked by \if sectionname ... \endif. - -ENABLED_SECTIONS = - -# The MAX_INITIALIZER_LINES tag determines the maximum number of lines -# the initial value of a variable or define consists of for it to appear in -# the documentation. If the initializer consists of more lines than specified -# here it will be hidden. Use a value of 0 to hide initializers completely. -# The appearance of the initializer of individual variables and defines in the -# documentation can be controlled using \showinitializer or \hideinitializer -# command in the documentation regardless of this setting. - -MAX_INITIALIZER_LINES = 28 - -# Set the SHOW_USED_FILES tag to NO to disable the list of files generated -# at the bottom of the documentation of classes and structs. If set to YES the -# list will mention the files that were used to generate the documentation. - -SHOW_USED_FILES = NO - -# Set the SHOW_FILES tag to NO to disable the generation of the Files page. -# This will remove the Files entry from the Quick Index and from the -# Folder Tree View (if specified). The default is YES. - -SHOW_FILES = NO - -# Set the SHOW_NAMESPACES tag to NO to disable the generation of the -# Namespaces page. This will remove the Namespaces entry from the Quick Index -# and from the Folder Tree View (if specified). The default is YES. - -SHOW_NAMESPACES = YES - -# The FILE_VERSION_FILTER tag can be used to specify a program or script that -# doxygen should invoke to get the current version for each file (typically from -# the version control system). Doxygen will invoke the program by executing (via -# popen()) the command , where is the value of -# the FILE_VERSION_FILTER tag, and is the name of an input file -# provided by doxygen. Whatever the program writes to standard output -# is used as the file version. See the manual for examples. - -FILE_VERSION_FILTER = - -# The LAYOUT_FILE tag can be used to specify a layout file which will be parsed -# by doxygen. The layout file controls the global structure of the generated -# output files in an output format independent way. The create the layout file -# that represents doxygen's defaults, run doxygen with the -l option. -# You can optionally specify a file name after the option, if omitted -# DoxygenLayout.xml will be used as the name of the layout file. - -LAYOUT_FILE = - -#--------------------------------------------------------------------------- -# configuration options related to warning and progress messages -#--------------------------------------------------------------------------- - -# The QUIET tag can be used to turn on/off the messages that are generated -# by doxygen. Possible values are YES and NO. If left blank NO is used. - -QUIET = NO - -# The WARNINGS tag can be used to turn on/off the warning messages that are -# generated by doxygen. Possible values are YES and NO. If left blank -# NO is used. - -WARNINGS = NO - -# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings -# for undocumented members. If EXTRACT_ALL is set to YES then this flag will -# automatically be disabled. - -WARN_IF_UNDOCUMENTED = NO - -# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for -# potential errors in the documentation, such as not documenting some -# parameters in a documented function, or documenting parameters that -# don't exist or using markup commands wrongly. - -WARN_IF_DOC_ERROR = NO - -# This WARN_NO_PARAMDOC option can be abled to get warnings for -# functions that are documented, but have no documentation for their parameters -# or return value. If set to NO (the default) doxygen will only warn about -# wrong or incomplete parameter documentation, but not about the absence of -# documentation. - -WARN_NO_PARAMDOC = NO - -# The WARN_FORMAT tag determines the format of the warning messages that -# doxygen can produce. The string should contain the $file, $line, and $text -# tags, which will be replaced by the file and line number from which the -# warning originated and the warning text. Optionally the format may contain -# $version, which will be replaced by the version of the file (if it could -# be obtained via FILE_VERSION_FILTER) - -WARN_FORMAT = "$file:$line: $text" - -# The WARN_LOGFILE tag can be used to specify a file to which warning -# and error messages should be written. If left blank the output is written -# to stderr. - -WARN_LOGFILE = - -#--------------------------------------------------------------------------- -# configuration options related to the input files -#--------------------------------------------------------------------------- - -# The INPUT tag can be used to specify the files and/or directories that contain -# documented source files. You may enter file names like "myfile.cpp" or -# directories like "/usr/src/myproject". Separate the files or directories -# with spaces. - -INPUT = "../Source/OpenTK" \ - "../Source/GLControl" - -# This tag can be used to specify the character encoding of the source files -# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -# also the default input encoding. Doxygen uses libiconv (or the iconv built -# into libc) for the transcoding. See http://www.gnu.org/software/libiconv for -# the list of possible encodings. - -INPUT_ENCODING = UTF-8 - -# If the value of the INPUT tag contains directories, you can use the -# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank the following patterns are tested: -# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx -# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90 - -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.d \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.idl \ - *.odl \ - *.cs \ - *.php \ - *.php3 \ - *.inc \ - *.m \ - *.mm \ - *.dox \ - *.py \ - *.f90 \ - *.f \ - *.vhd \ - *.vhdl - -# The RECURSIVE tag can be used to turn specify whether or not subdirectories -# should be searched for input files as well. Possible values are YES and NO. -# If left blank NO is used. - -RECURSIVE = YES - -# The EXCLUDE tag can be used to specify files and/or directories that should -# excluded from the INPUT source files. This way you can easily exclude a -# subdirectory from a directory tree whose root is specified with the INPUT tag. - -EXCLUDE = - -# The EXCLUDE_SYMLINKS tag can be used select whether or not files or -# directories that are symbolic links (a Unix filesystem feature) are excluded -# from the input. - -EXCLUDE_SYMLINKS = NO - -# If the value of the INPUT tag contains directories, you can use the -# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude -# certain files from those directories. Note that the wildcards are matched -# against the file with absolute path, so to exclude all test directories -# for example use the pattern */test/* - -EXCLUDE_PATTERNS = */.svn/* \ - */.git/* - -# The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names -# (namespaces, classes, functions, etc.) that should be excluded from the -# output. The symbol name can be a fully qualified name, a word, or if the -# wildcard * is used, a substring. Examples: ANamespace, AClass, -# AClass::ANamespace, ANamespace::*Test - -EXCLUDE_SYMBOLS = - -# The EXAMPLE_PATH tag can be used to specify one or more files or -# directories that contain example code fragments that are included (see -# the \include command). - -EXAMPLE_PATH = - -# If the value of the EXAMPLE_PATH tag contains directories, you can use the -# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp -# and *.h) to filter out the source-files in the directories. If left -# blank all files are included. - -EXAMPLE_PATTERNS = * - -# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be -# searched for input files to be used with the \include or \dontinclude -# commands irrespective of the value of the RECURSIVE tag. -# Possible values are YES and NO. If left blank NO is used. - -EXAMPLE_RECURSIVE = NO - -# The IMAGE_PATH tag can be used to specify one or more files or -# directories that contain image that are included in the documentation (see -# the \image command). - -IMAGE_PATH = - -# The INPUT_FILTER tag can be used to specify a program that doxygen should -# invoke to filter for each input file. Doxygen will invoke the filter program -# by executing (via popen()) the command , where -# is the value of the INPUT_FILTER tag, and is the name of an -# input file. Doxygen will then use the output that the filter program writes -# to standard output. If FILTER_PATTERNS is specified, this tag will be -# ignored. - -INPUT_FILTER = - -# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern -# basis. Doxygen will compare the file name with each pattern and apply the -# filter if there is a match. The filters are a list of the form: -# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further -# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER -# is applied to all files. - -FILTER_PATTERNS = - -# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using -# INPUT_FILTER) will be used to filter the input files when producing source -# files to browse (i.e. when SOURCE_BROWSER is set to YES). - -FILTER_SOURCE_FILES = NO - -#--------------------------------------------------------------------------- -# configuration options related to source browsing -#--------------------------------------------------------------------------- - -# If the SOURCE_BROWSER tag is set to YES then a list of source files will -# be generated. Documented entities will be cross-referenced with these sources. -# Note: To get rid of all source code in the generated output, make sure also -# VERBATIM_HEADERS is set to NO. - -SOURCE_BROWSER = NO - -# Setting the INLINE_SOURCES tag to YES will include the body -# of functions and classes directly in the documentation. - -INLINE_SOURCES = NO - -# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct -# doxygen to hide any special comment blocks from generated source code -# fragments. Normal C and C++ comments will always remain visible. - -STRIP_CODE_COMMENTS = YES - -# If the REFERENCED_BY_RELATION tag is set to YES -# then for each documented function all documented -# functions referencing it will be listed. - -REFERENCED_BY_RELATION = NO - -# If the REFERENCES_RELATION tag is set to YES -# then for each documented function all documented entities -# called/used by that function will be listed. - -REFERENCES_RELATION = NO - -# If the REFERENCES_LINK_SOURCE tag is set to YES (the default) -# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from -# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will -# link to the source code. Otherwise they will link to the documentation. - -REFERENCES_LINK_SOURCE = YES - -# If the USE_HTAGS tag is set to YES then the references to source code -# will point to the HTML generated by the htags(1) tool instead of doxygen -# built-in source browser. The htags tool is part of GNU's global source -# tagging system (see http://www.gnu.org/software/global/global.html). You -# will need version 4.8.6 or higher. - -USE_HTAGS = NO - -# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen -# will generate a verbatim copy of the header file for each class for -# which an include is specified. Set to NO to disable this. - -VERBATIM_HEADERS = NO - -#--------------------------------------------------------------------------- -# configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- - -# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index -# of all compounds will be generated. Enable this if the project -# contains a lot of classes, structs, unions or interfaces. - -ALPHABETICAL_INDEX = YES - -# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then -# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns -# in which this list will be split (can be a number in the range [1..20]) - -COLS_IN_ALPHA_INDEX = 20 - -# In case all classes in a project start with a common prefix, all -# classes will be put under the same header in the alphabetical index. -# The IGNORE_PREFIX tag can be used to specify one or more prefixes that -# should be ignored while generating the index headers. - -IGNORE_PREFIX = - -#--------------------------------------------------------------------------- -# configuration options related to the HTML output -#--------------------------------------------------------------------------- - -# If the GENERATE_HTML tag is set to YES (the default) Doxygen will -# generate HTML output. - -GENERATE_HTML = YES - -# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `html' will be used as the default path. - -HTML_OUTPUT = html - -# The HTML_FILE_EXTENSION tag can be used to specify the file extension for -# each generated HTML page (for example: .htm,.php,.asp). If it is left blank -# doxygen will generate files with .html extension. - -HTML_FILE_EXTENSION = .html - -# The HTML_HEADER tag can be used to specify a personal HTML header for -# each generated HTML page. If it is left blank doxygen will generate a -# standard header. - -HTML_HEADER = - -# The HTML_FOOTER tag can be used to specify a personal HTML footer for -# each generated HTML page. If it is left blank doxygen will generate a -# standard footer. - -HTML_FOOTER = - -# The HTML_STYLESHEET tag can be used to specify a user-defined cascading -# style sheet that is used by each HTML page. It can be used to -# fine-tune the look of the HTML output. If the tag is left blank doxygen -# will generate a default style sheet. Note that doxygen will try to copy -# the style sheet file to the HTML output directory, so don't put your own -# stylesheet in the HTML output directory as well, or it will be erased! - -HTML_STYLESHEET = - -# The HTML_COLORSTYLE_HUE tag controls the color of the HTML output. -# Doxygen will adjust the colors in the stylesheet and background images -# according to this color. Hue is specified as an angle on a colorwheel, -# see http://en.wikipedia.org/wiki/Hue for more information. -# For instance the value 0 represents red, 60 is yellow, 120 is green, -# 180 is cyan, 240 is blue, 300 purple, and 360 is red again. -# The allowed range is 0 to 359. - -HTML_COLORSTYLE_HUE = 220 - -# The HTML_COLORSTYLE_SAT tag controls the purity (or saturation) of -# the colors in the HTML output. For a value of 0 the output will use -# grayscales only. A value of 255 will produce the most vivid colors. - -HTML_COLORSTYLE_SAT = 100 - -# The HTML_COLORSTYLE_GAMMA tag controls the gamma correction applied to -# the luminance component of the colors in the HTML output. Values below -# 100 gradually make the output lighter, whereas values above 100 make -# the output darker. The value divided by 100 is the actual gamma applied, -# so 80 represents a gamma of 0.8, The value 220 represents a gamma of 2.2, -# and 100 does not change the gamma. - -HTML_COLORSTYLE_GAMMA = 80 - -# If the HTML_TIMESTAMP tag is set to YES then the footer of each generated HTML -# page will contain the date and time when the page was generated. Setting -# this to NO can help when comparing the output of multiple runs. - -HTML_TIMESTAMP = NO - -# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML -# documentation will contain sections that can be hidden and shown after the -# page has loaded. For this to work a browser that supports -# JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox -# Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari). - -HTML_DYNAMIC_SECTIONS = NO - -# If the GENERATE_DOCSET tag is set to YES, additional index files -# will be generated that can be used as input for Apple's Xcode 3 -# integrated development environment, introduced with OSX 10.5 (Leopard). -# To create a documentation set, doxygen will generate a Makefile in the -# HTML output directory. Running make will produce the docset in that -# directory and running "make install" will install the docset in -# ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find -# it at startup. -# See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html -# for more information. - -GENERATE_DOCSET = NO - -# When GENERATE_DOCSET tag is set to YES, this tag determines the name of the -# feed. A documentation feed provides an umbrella under which multiple -# documentation sets from a single provider (such as a company or product suite) -# can be grouped. - -DOCSET_FEEDNAME = "Doxygen generated docs" - -# When GENERATE_DOCSET tag is set to YES, this tag specifies a string that -# should uniquely identify the documentation set bundle. This should be a -# reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen -# will append .docset to the name. - -DOCSET_BUNDLE_ID = org.doxygen.Project - -# When GENERATE_PUBLISHER_ID tag specifies a string that should uniquely identify -# the documentation publisher. This should be a reverse domain-name style -# string, e.g. com.mycompany.MyDocSet.documentation. - -DOCSET_PUBLISHER_ID = org.doxygen.Publisher - -# The GENERATE_PUBLISHER_NAME tag identifies the documentation publisher. - -DOCSET_PUBLISHER_NAME = Publisher - -# If the GENERATE_HTMLHELP tag is set to YES, additional index files -# will be generated that can be used as input for tools like the -# Microsoft HTML help workshop to generate a compiled HTML help file (.chm) -# of the generated HTML documentation. - -GENERATE_HTMLHELP = NO - -# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can -# be used to specify the file name of the resulting .chm file. You -# can add a path in front of the file if the result should not be -# written to the html output directory. - -CHM_FILE = - -# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can -# be used to specify the location (absolute path including file name) of -# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run -# the HTML help compiler on the generated index.hhp. - -HHC_LOCATION = - -# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag -# controls if a separate .chi index file is generated (YES) or that -# it should be included in the master .chm file (NO). - -GENERATE_CHI = NO - -# If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING -# is used to encode HtmlHelp index (hhk), content (hhc) and project file -# content. - -CHM_INDEX_ENCODING = - -# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag -# controls whether a binary table of contents is generated (YES) or a -# normal table of contents (NO) in the .chm file. - -BINARY_TOC = NO - -# The TOC_EXPAND flag can be set to YES to add extra items for group members -# to the contents of the HTML help documentation and to the tree view. - -TOC_EXPAND = NO - -# If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and -# QHP_VIRTUAL_FOLDER are set, an additional index file will be generated -# that can be used as input for Qt's qhelpgenerator to generate a -# Qt Compressed Help (.qch) of the generated HTML documentation. - -GENERATE_QHP = NO - -# If the QHG_LOCATION tag is specified, the QCH_FILE tag can -# be used to specify the file name of the resulting .qch file. -# The path specified is relative to the HTML output folder. - -QCH_FILE = - -# The QHP_NAMESPACE tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#namespace - -QHP_NAMESPACE = org.doxygen.Project - -# The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating -# Qt Help Project output. For more information please see -# http://doc.trolltech.com/qthelpproject.html#virtual-folders - -QHP_VIRTUAL_FOLDER = doc - -# If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to -# add. For more information please see -# http://doc.trolltech.com/qthelpproject.html#custom-filters - -QHP_CUST_FILTER_NAME = - -# The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the -# custom filter to add. For more information please see -# -# Qt Help Project / Custom Filters. - -QHP_CUST_FILTER_ATTRS = - -# The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this -# project's -# filter section matches. -# -# Qt Help Project / Filter Attributes. - -QHP_SECT_FILTER_ATTRS = - -# If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can -# be used to specify the location of Qt's qhelpgenerator. -# If non-empty doxygen will try to run qhelpgenerator on the generated -# .qhp file. - -QHG_LOCATION = - -# If the GENERATE_ECLIPSEHELP tag is set to YES, additional index files -# will be generated, which together with the HTML files, form an Eclipse help -# plugin. To install this plugin and make it available under the help contents -# menu in Eclipse, the contents of the directory containing the HTML and XML -# files needs to be copied into the plugins directory of eclipse. The name of -# the directory within the plugins directory should be the same as -# the ECLIPSE_DOC_ID value. After copying Eclipse needs to be restarted before -# the help appears. - -GENERATE_ECLIPSEHELP = NO - -# A unique identifier for the eclipse help plugin. When installing the plugin -# the directory name containing the HTML and XML files should also have -# this name. - -ECLIPSE_DOC_ID = org.doxygen.Project - -# The DISABLE_INDEX tag can be used to turn on/off the condensed index at -# top of each HTML page. The value NO (the default) enables the index and -# the value YES disables it. - -DISABLE_INDEX = NO - -# This tag can be used to set the number of enum values (range [1..20]) -# that doxygen will group on one line in the generated HTML documentation. - -ENUM_VALUES_PER_LINE = 4 - -# The GENERATE_TREEVIEW tag is used to specify whether a tree-like index -# structure should be generated to display hierarchical information. -# If the tag value is set to YES, a side panel will be generated -# containing a tree-like index structure (just like the one that -# is generated for HTML Help). For this to work a browser that supports -# JavaScript, DHTML, CSS and frames is required (i.e. any modern browser). -# Windows users are probably better off using the HTML help feature. - -GENERATE_TREEVIEW = NO - -# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be -# used to set the initial width (in pixels) of the frame in which the tree -# is shown. - -TREEVIEW_WIDTH = 250 - -# When the EXT_LINKS_IN_WINDOW option is set to YES doxygen will open -# links to external symbols imported via tag files in a separate window. - -EXT_LINKS_IN_WINDOW = NO - -# Use this tag to change the font size of Latex formulas included -# as images in the HTML documentation. The default is 10. Note that -# when you change the font size after a successful doxygen run you need -# to manually remove any form_*.png images from the HTML output directory -# to force them to be regenerated. - -FORMULA_FONTSIZE = 10 - -# Use the FORMULA_TRANPARENT tag to determine whether or not the images -# generated for formulas are transparent PNGs. Transparent PNGs are -# not supported properly for IE 6.0, but are supported on all modern browsers. -# Note that when changing this option you need to delete any form_*.png files -# in the HTML output before the changes have effect. - -FORMULA_TRANSPARENT = YES - -# When the SEARCHENGINE tag is enabled doxygen will generate a search box -# for the HTML output. The underlying search engine uses javascript -# and DHTML and should work on any modern browser. Note that when using -# HTML help (GENERATE_HTMLHELP), Qt help (GENERATE_QHP), or docsets -# (GENERATE_DOCSET) there is already a search function so this one should -# typically be disabled. For large projects the javascript based search engine -# can be slow, then enabling SERVER_BASED_SEARCH may provide a better solution. - -SEARCHENGINE = YES - -# When the SERVER_BASED_SEARCH tag is enabled the search engine will be -# implemented using a PHP enabled web server instead of at the web client -# using Javascript. Doxygen will generate the search PHP script and index -# file to put on the web server. The advantage of the server -# based approach is that it scales better to large projects and allows -# full text search. The disadvances is that it is more difficult to setup -# and does not have live searching capabilities. - -SERVER_BASED_SEARCH = NO - -#--------------------------------------------------------------------------- -# configuration options related to the LaTeX output -#--------------------------------------------------------------------------- - -# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will -# generate Latex output. - -GENERATE_LATEX = YES - -# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `latex' will be used as the default path. - -LATEX_OUTPUT = latex - -# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be -# invoked. If left blank `latex' will be used as the default command name. -# Note that when enabling USE_PDFLATEX this option is only used for -# generating bitmaps for formulas in the HTML output, but not in the -# Makefile that is written to the output directory. - -LATEX_CMD_NAME = latex - -# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to -# generate index for LaTeX. If left blank `makeindex' will be used as the -# default command name. - -MAKEINDEX_CMD_NAME = makeindex - -# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact -# LaTeX documents. This may be useful for small projects and may help to -# save some trees in general. - -COMPACT_LATEX = NO - -# The PAPER_TYPE tag can be used to set the paper type that is used -# by the printer. Possible values are: a4, a4wide, letter, legal and -# executive. If left blank a4wide will be used. - -PAPER_TYPE = letter - -# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX -# packages that should be included in the LaTeX output. - -EXTRA_PACKAGES = - -# The LATEX_HEADER tag can be used to specify a personal LaTeX header for -# the generated latex document. The header should contain everything until -# the first chapter. If it is left blank doxygen will generate a -# standard header. Notice: only use this tag if you know what you are doing! - -LATEX_HEADER = - -# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated -# is prepared for conversion to pdf (using ps2pdf). The pdf file will -# contain links (just like the HTML output) instead of page references -# This makes the output suitable for online browsing using a pdf viewer. - -PDF_HYPERLINKS = YES - -# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of -# plain latex in the generated Makefile. Set this option to YES to get a -# higher quality PDF documentation. - -USE_PDFLATEX = YES - -# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. -# command to the generated LaTeX files. This will instruct LaTeX to keep -# running if errors occur, instead of asking the user for help. -# This option is also used when generating formulas in HTML. - -LATEX_BATCHMODE = NO - -# If LATEX_HIDE_INDICES is set to YES then doxygen will not -# include the index chapters (such as File Index, Compound Index, etc.) -# in the output. - -LATEX_HIDE_INDICES = NO - -# If LATEX_SOURCE_CODE is set to YES then doxygen will include -# source code with syntax highlighting in the LaTeX output. -# Note that which sources are shown also depends on other settings -# such as SOURCE_BROWSER. - -LATEX_SOURCE_CODE = NO - -#--------------------------------------------------------------------------- -# configuration options related to the RTF output -#--------------------------------------------------------------------------- - -# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output -# The RTF output is optimized for Word 97 and may not look very pretty with -# other RTF readers or editors. - -GENERATE_RTF = NO - -# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `rtf' will be used as the default path. - -RTF_OUTPUT = rtf - -# If the COMPACT_RTF tag is set to YES Doxygen generates more compact -# RTF documents. This may be useful for small projects and may help to -# save some trees in general. - -COMPACT_RTF = NO - -# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated -# will contain hyperlink fields. The RTF file will -# contain links (just like the HTML output) instead of page references. -# This makes the output suitable for online browsing using WORD or other -# programs which support those fields. -# Note: wordpad (write) and others do not support links. - -RTF_HYPERLINKS = NO - -# Load stylesheet definitions from file. Syntax is similar to doxygen's -# config file, i.e. a series of assignments. You only have to provide -# replacements, missing definitions are set to their default value. - -RTF_STYLESHEET_FILE = - -# Set optional variables used in the generation of an rtf document. -# Syntax is similar to doxygen's config file. - -RTF_EXTENSIONS_FILE = - -#--------------------------------------------------------------------------- -# configuration options related to the man page output -#--------------------------------------------------------------------------- - -# If the GENERATE_MAN tag is set to YES (the default) Doxygen will -# generate man pages - -GENERATE_MAN = NO - -# The MAN_OUTPUT tag is used to specify where the man pages will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `man' will be used as the default path. - -MAN_OUTPUT = man - -# The MAN_EXTENSION tag determines the extension that is added to -# the generated man pages (default is the subroutine's section .3) - -MAN_EXTENSION = .3 - -# If the MAN_LINKS tag is set to YES and Doxygen generates man output, -# then it will generate one additional man file for each entity -# documented in the real man page(s). These additional files -# only source the real man page, but without them the man command -# would be unable to find the correct page. The default is NO. - -MAN_LINKS = NO - -#--------------------------------------------------------------------------- -# configuration options related to the XML output -#--------------------------------------------------------------------------- - -# If the GENERATE_XML tag is set to YES Doxygen will -# generate an XML file that captures the structure of -# the code including all documentation. - -GENERATE_XML = NO - -# The XML_OUTPUT tag is used to specify where the XML pages will be put. -# If a relative path is entered the value of OUTPUT_DIRECTORY will be -# put in front of it. If left blank `xml' will be used as the default path. - -XML_OUTPUT = xml - -# The XML_SCHEMA tag can be used to specify an XML schema, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -XML_SCHEMA = - -# The XML_DTD tag can be used to specify an XML DTD, -# which can be used by a validating XML parser to check the -# syntax of the XML files. - -XML_DTD = - -# If the XML_PROGRAMLISTING tag is set to YES Doxygen will -# dump the program listings (including syntax highlighting -# and cross-referencing information) to the XML output. Note that -# enabling this will significantly increase the size of the XML output. - -XML_PROGRAMLISTING = YES - -#--------------------------------------------------------------------------- -# configuration options for the AutoGen Definitions output -#--------------------------------------------------------------------------- - -# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will -# generate an AutoGen Definitions (see autogen.sf.net) file -# that captures the structure of the code including all -# documentation. Note that this feature is still experimental -# and incomplete at the moment. - -GENERATE_AUTOGEN_DEF = NO - -#--------------------------------------------------------------------------- -# configuration options related to the Perl module output -#--------------------------------------------------------------------------- - -# If the GENERATE_PERLMOD tag is set to YES Doxygen will -# generate a Perl module file that captures the structure of -# the code including all documentation. Note that this -# feature is still experimental and incomplete at the -# moment. - -GENERATE_PERLMOD = NO - -# If the PERLMOD_LATEX tag is set to YES Doxygen will generate -# the necessary Makefile rules, Perl scripts and LaTeX code to be able -# to generate PDF and DVI output from the Perl module output. - -PERLMOD_LATEX = NO - -# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be -# nicely formatted so it can be parsed by a human reader. This is useful -# if you want to understand what is going on. On the other hand, if this -# tag is set to NO the size of the Perl module output will be much smaller -# and Perl will parse it just the same. - -PERLMOD_PRETTY = YES - -# The names of the make variables in the generated doxyrules.make file -# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. -# This is useful so different doxyrules.make files included by the same -# Makefile don't overwrite each other's variables. - -PERLMOD_MAKEVAR_PREFIX = - -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- - -# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will -# evaluate all C-preprocessor directives found in the sources and include -# files. - -ENABLE_PREPROCESSING = YES - -# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro -# names in the source code. If set to NO (the default) only conditional -# compilation will be performed. Macro expansion can be done in a controlled -# way by setting EXPAND_ONLY_PREDEF to YES. - -MACRO_EXPANSION = NO - -# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES -# then the macro expansion is limited to the macros specified with the -# PREDEFINED and EXPAND_AS_DEFINED tags. - -EXPAND_ONLY_PREDEF = NO - -# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files -# in the INCLUDE_PATH (see below) will be search if a #include is found. - -SEARCH_INCLUDES = YES - -# The INCLUDE_PATH tag can be used to specify one or more directories that -# contain include files that are not input files but should be processed by -# the preprocessor. - -INCLUDE_PATH = - -# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard -# patterns (like *.h and *.hpp) to filter out the header-files in the -# directories. If left blank, the patterns specified with FILE_PATTERNS will -# be used. - -INCLUDE_FILE_PATTERNS = - -# The PREDEFINED tag can be used to specify one or more macro names that -# are defined before the preprocessor is started (similar to the -D option of -# gcc). The argument of the tag is a list of macros of the form: name -# or name=definition (no spaces). If the definition and the = are -# omitted =1 is assumed. To prevent a macro definition from being -# undefined via #undef or recursively expanded use the := operator -# instead of the = operator. - -PREDEFINED = - -# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then -# this tag can be used to specify a list of macro names that should be expanded. -# The macro definition that is found in the sources will be used. -# Use the PREDEFINED tag if you want to use a different macro definition. - -EXPAND_AS_DEFINED = - -# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then -# doxygen's preprocessor will remove all function-like macros that are alone -# on a line, have an all uppercase name, and do not end with a semicolon. Such -# function macros are typically used for boiler-plate code, and will confuse -# the parser if not removed. - -SKIP_FUNCTION_MACROS = YES - -#--------------------------------------------------------------------------- -# Configuration::additions related to external references -#--------------------------------------------------------------------------- - -# The TAGFILES option can be used to specify one or more tagfiles. -# Optionally an initial location of the external documentation -# can be added for each tagfile. The format of a tag file without -# this location is as follows: -# TAGFILES = file1 file2 ... -# Adding location for the tag files is done as follows: -# TAGFILES = file1=loc1 "file2 = loc2" ... -# where "loc1" and "loc2" can be relative or absolute paths or -# URLs. If a location is present for each tag, the installdox tool -# does not have to be run to correct the links. -# Note that each tag file must have a unique name -# (where the name does NOT include the path) -# If a tag file is not located in the directory in which doxygen -# is run, you must also specify the path to the tagfile here. - -TAGFILES = - -# When a file name is specified after GENERATE_TAGFILE, doxygen will create -# a tag file that is based on the input files it reads. - -GENERATE_TAGFILE = - -# If the ALLEXTERNALS tag is set to YES all external classes will be listed -# in the class index. If set to NO only the inherited external classes -# will be listed. - -ALLEXTERNALS = NO - -# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed -# in the modules index. If set to NO, only the current project's groups will -# be listed. - -EXTERNAL_GROUPS = YES - -# The PERL_PATH should be the absolute path and name of the perl script -# interpreter (i.e. the result of `which perl'). - -PERL_PATH = /usr/bin/perl - -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- - -# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will -# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base -# or super classes. Setting the tag to NO turns the diagrams off. Note that -# this option is superseded by the HAVE_DOT option below. This is only a -# fallback. It is recommended to install and use dot, since it yields more -# powerful graphs. - -CLASS_DIAGRAMS = YES - -# You can define message sequence charts within doxygen comments using the \msc -# command. Doxygen will then run the mscgen tool (see -# http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the -# documentation. The MSCGEN_PATH tag allows you to specify the directory where -# the mscgen tool resides. If left empty the tool is assumed to be found in the -# default search path. - -MSCGEN_PATH = - -# If set to YES, the inheritance and collaboration graphs will hide -# inheritance and usage relations if the target is undocumented -# or is not a class. - -HIDE_UNDOC_RELATIONS = YES - -# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is -# available from the path. This tool is part of Graphviz, a graph visualization -# toolkit from AT&T and Lucent Bell Labs. The other options in this section -# have no effect if this option is set to NO (the default) - -HAVE_DOT = NO - -# The DOT_NUM_THREADS specifies the number of dot invocations doxygen is -# allowed to run in parallel. When set to 0 (the default) doxygen will -# base this on the number of processors available in the system. You can set it -# explicitly to a value larger than 0 to get control over the balance -# between CPU load and processing speed. - -DOT_NUM_THREADS = 0 - -# By default doxygen will write a font called FreeSans.ttf to the output -# directory and reference it in all dot files that doxygen generates. This -# font does not include all possible unicode characters however, so when you need -# these (or just want a differently looking font) you can specify the font name -# using DOT_FONTNAME. You need need to make sure dot is able to find the font, -# which can be done by putting it in a standard location or by setting the -# DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory -# containing the font. - -DOT_FONTNAME = - -# The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs. -# The default size is 10pt. - -DOT_FONTSIZE = 10 - -# By default doxygen will tell dot to use the output directory to look for the -# FreeSans.ttf font (which doxygen will put there itself). If you specify a -# different font using DOT_FONTNAME you can set the path where dot -# can find it using this tag. - -DOT_FONTPATH = - -# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for each documented class showing the direct and -# indirect inheritance relations. Setting this tag to YES will force the -# the CLASS_DIAGRAMS tag to NO. - -CLASS_GRAPH = YES - -# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for each documented class showing the direct and -# indirect implementation dependencies (inheritance, containment, and -# class references variables) of the class with other documented classes. - -COLLABORATION_GRAPH = YES - -# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen -# will generate a graph for groups, showing the direct groups dependencies - -GROUP_GRAPHS = YES - -# If the UML_LOOK tag is set to YES doxygen will generate inheritance and -# collaboration diagrams in a style similar to the OMG's Unified Modeling -# Language. - -UML_LOOK = NO - -# If set to YES, the inheritance and collaboration graphs will show the -# relations between templates and their instances. - -TEMPLATE_RELATIONS = NO - -# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT -# tags are set to YES then doxygen will generate a graph for each documented -# file showing the direct and indirect include dependencies of the file with -# other documented files. - -INCLUDE_GRAPH = YES - -# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and -# HAVE_DOT tags are set to YES then doxygen will generate a graph for each -# documented header file showing the documented files that directly or -# indirectly include this file. - -INCLUDED_BY_GRAPH = YES - -# If the CALL_GRAPH and HAVE_DOT options are set to YES then -# doxygen will generate a call dependency graph for every global function -# or class method. Note that enabling this option will significantly increase -# the time of a run. So in most cases it will be better to enable call graphs -# for selected functions only using the \callgraph command. - -CALL_GRAPH = NO - -# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then -# doxygen will generate a caller dependency graph for every global function -# or class method. Note that enabling this option will significantly increase -# the time of a run. So in most cases it will be better to enable caller -# graphs for selected functions only using the \callergraph command. - -CALLER_GRAPH = NO - -# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen -# will graphical hierarchy of all classes instead of a textual one. - -GRAPHICAL_HIERARCHY = YES - -# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES -# then doxygen will show the dependencies a directory has on other directories -# in a graphical way. The dependency relations are determined by the #include -# relations between the files in the directories. - -DIRECTORY_GRAPH = YES - -# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images -# generated by dot. Possible values are png, jpg, or gif -# If left blank png will be used. - -DOT_IMAGE_FORMAT = png - -# The tag DOT_PATH can be used to specify the path where the dot tool can be -# found. If left blank, it is assumed the dot tool can be found in the path. - -DOT_PATH = - -# The DOTFILE_DIRS tag can be used to specify one or more directories that -# contain dot files that are included in the documentation (see the -# \dotfile command). - -DOTFILE_DIRS = - -# The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of -# nodes that will be shown in the graph. If the number of nodes in a graph -# becomes larger than this value, doxygen will truncate the graph, which is -# visualized by representing a node as a red box. Note that doxygen if the -# number of direct children of the root node in a graph is already larger than -# DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note -# that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH. - -DOT_GRAPH_MAX_NODES = 50 - -# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the -# graphs generated by dot. A depth value of 3 means that only nodes reachable -# from the root by following a path via at most 3 edges will be shown. Nodes -# that lay further from the root node will be omitted. Note that setting this -# option to 1 or 2 may greatly reduce the computation time needed for large -# code bases. Also note that the size of a graph can be further restricted by -# DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction. - -MAX_DOT_GRAPH_DEPTH = 0 - -# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent -# background. This is disabled by default, because dot on Windows does not -# seem to support this out of the box. Warning: Depending on the platform used, -# enabling this option may lead to badly anti-aliased labels on the edges of -# a graph (i.e. they become hard to read). - -DOT_TRANSPARENT = NO - -# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output -# files in one run (i.e. multiple -o and -T options on the command line). This -# makes dot run faster, but since only newer versions of dot (>1.8.10) -# support this, this feature is disabled by default. - -DOT_MULTI_TARGETS = NO - -# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will -# generate a legend page explaining the meaning of the various boxes and -# arrows in the dot generated graphs. - -GENERATE_LEGEND = YES - -# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will -# remove the intermediate dot files that are used to generate -# the various graphs. - -DOT_CLEANUP = YES diff --git a/Documentation/OpenAL 1.1 Specification.html b/Documentation/OpenAL 1.1 Specification.html deleted file mode 100644 index b53fd22c..00000000 --- a/Documentation/OpenAL 1.1 Specification.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL 4.4 API Reference.html b/Documentation/OpenGL 4.4 API Reference.html deleted file mode 100644 index 8f66efba..00000000 --- a/Documentation/OpenGL 4.4 API Reference.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL 4.4 Compatibility Specification.html b/Documentation/OpenGL 4.4 Compatibility Specification.html deleted file mode 100644 index d0eefb82..00000000 --- a/Documentation/OpenGL 4.4 Compatibility Specification.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL 4.4 Core Specification.html b/Documentation/OpenGL 4.4 Core Specification.html deleted file mode 100644 index 43ee6fc3..00000000 --- a/Documentation/OpenGL 4.4 Core Specification.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL 4.4 Shading Language.html b/Documentation/OpenGL 4.4 Shading Language.html deleted file mode 100644 index e1ed7f2a..00000000 --- a/Documentation/OpenGL 4.4 Shading Language.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL ES 2.0 API Reference.html b/Documentation/OpenGL ES 2.0 API Reference.html deleted file mode 100644 index 15970ec2..00000000 --- a/Documentation/OpenGL ES 2.0 API Reference.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL ES 2.0 Shading Language.html b/Documentation/OpenGL ES 2.0 Shading Language.html deleted file mode 100644 index c945ea3e..00000000 --- a/Documentation/OpenGL ES 2.0 Shading Language.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL ES 2.0 Specification.html b/Documentation/OpenGL ES 2.0 Specification.html deleted file mode 100644 index 2ea0fb0c..00000000 --- a/Documentation/OpenGL ES 2.0 Specification.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL ES 3.0 API Reference.html b/Documentation/OpenGL ES 3.0 API Reference.html deleted file mode 100644 index 631e6edb..00000000 --- a/Documentation/OpenGL ES 3.0 API Reference.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL ES 3.0 Shading Language.html b/Documentation/OpenGL ES 3.0 Shading Language.html deleted file mode 100644 index 994914b5..00000000 --- a/Documentation/OpenGL ES 3.0 Shading Language.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenGL ES 3.0 Specification.html b/Documentation/OpenGL ES 3.0 Specification.html deleted file mode 100644 index 8a660663..00000000 --- a/Documentation/OpenGL ES 3.0 Specification.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenTK 1.1 API Reference.html b/Documentation/OpenTK 1.1 API Reference.html deleted file mode 100644 index 5224536e..00000000 --- a/Documentation/OpenTK 1.1 API Reference.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/OpenTK 1.1 Manual.html b/Documentation/OpenTK 1.1 Manual.html deleted file mode 100644 index 77480c79..00000000 --- a/Documentation/OpenTK 1.1 Manual.html +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/Documentation/Todo.txt b/Documentation/Todo.txt deleted file mode 100644 index 244bed97..00000000 --- a/Documentation/Todo.txt +++ /dev/null @@ -1,17 +0,0 @@ -[Easy] -- Clean up warnings. -- Remove Example Browser in favor of separate projects. -- Speed up matrix Inverse() functions. (Patch exists in mono/opentk.) - -[Moderate] -- Implement touch input API. -- Implement force feedback API. -- Add Portable Class Library (PCL) target. -- Add OpenCL support. -- Add OpenGL ES 3.1 support. -- Port to Linux/Wayland. -- Port to Blackberry (WIP at https://github.com/rcmaniac25/opentk). -- Port to Tizen. - -[Hard] -- Merge with mono/opentk. diff --git a/Installers/Nsis/Build.Installer.Nsis.csproj b/Installers/Nsis/Build.Installer.Nsis.csproj deleted file mode 100644 index 63940a27..00000000 --- a/Installers/Nsis/Build.Installer.Nsis.csproj +++ /dev/null @@ -1,79 +0,0 @@ - - - - . - - - . - - - . - - - . - AnyCPU - false - - - {ADC34399-7613-44D2-90B2-19250F06FE7A} - v2.0 - Debug - AnyCPU - 10.0.0 - 2.0 - Exe - Build.Installer.Nsis - - - none - False - 4 - - - none - False - 4 - - - none - False - 4 - - - none - False - 4 - - - none - false - . - 4 - - - none - false - . - 4 - - - - - - - - - - - - - - - - - - - - - - diff --git a/Installers/Nsis/opentk.nsi b/Installers/Nsis/opentk.nsi deleted file mode 100644 index 08ab0944..00000000 --- a/Installers/Nsis/opentk.nsi +++ /dev/null @@ -1,247 +0,0 @@ -; Script generated by the HM NIS Edit Script Wizard. -RequestExecutionLevel user - -!include x64.nsh -!include WordFunc.nsh -!insertmacro VersionCompare -!include LogicLib.nsh - -SetCompressor /SOLID lzma - -; HM NIS Edit Wizard helper defines -!define PRODUCT_NAME "OpenTK" -!define PRODUCT_VERSION "1.1" ; To be replaced by Build.exe -!define PRODUCT_PUBLISHER "The Open Toolkit team" -!define PRODUCT_WEB_SITE "http://www.opentk.com" -!define PRODUCT_UNINST_KEY "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}" -!define DOTNET20_PUBLIC_ASSEMBLIES_KEY "SOFTWARE\Microsoft\.NETFramework\v2.0.50727\AssemblyFoldersEx\${PRODUCT_NAME} ${PRODUCT_VERSION}" - -!define MULTIUSER_EXECUTIONLEVEL User -!define MULTIUSER_INSTALLMODE_DEFAULT_CURRENTUSER -!define MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY "SHELL_CONTEXT" -!define MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_VALUENAME "InstallDir" -!define MULTIUSER_INSTALLMODE_INSTDIR_REGISTRY_KEY "SHELL_CONTEXT" -!define MULTIUSER_INSTALLMODE_INSTDIR_REGISTRY_VALUENAME "InstallDir" -!define MULTIUSER_INSTALLMODE_INSTDIR "${PRODUCT_NAME}\${PRODUCT_VERSION}" -;!include MultiUser.nsh ; Doesn't really do what we need to (goes to AppData instead of Documents, no x64 support) - -; MUI 1.67 compatible ------ -!include "MUI.nsh" - -; MUI Settings -!define MUI_ABORTWARNING -!define MUI_ICON "..\..\Source\Examples\Resources\App.ico" -!define MUI_UNICON "..\..\Source\Examples\Resources\App.ico" - -; Language Selection Dialog Settings -!define MUI_LANGDLL_REGISTRY_ROOT "${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY}" -!define MUI_LANGDLL_REGISTRY_KEY "${PRODUCT_UNINST_KEY}" -!define MUI_LANGDLL_REGISTRY_VALUENAME "NSIS:Language" - -; Welcome page -;!insertmacro MUI_PAGE_WELCOME -; License page; -!insertmacro MUI_PAGE_LICENSE "..\..\Documentation\License.txt" -; Directory page -!insertmacro MUI_PAGE_DIRECTORY -; Components page -!insertmacro MUI_PAGE_COMPONENTS -; Instfiles page -!insertmacro MUI_PAGE_INSTFILES -; Finish page -!insertmacro MUI_PAGE_FINISH - -; Uninstaller pages -!insertmacro MUI_UNPAGE_INSTFILES - -; Language files -!insertmacro MUI_LANGUAGE "English" - -; Reserve files -!insertmacro MUI_RESERVEFILE_INSTALLOPTIONS - -; MUI END ------ - -Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" -OutFile "opentk.exe" -InstallDir "${MULTIUSER_INSTALLMODE_INSTDIR}" -ShowInstDetails show -ShowUnInstDetails show - -Function .onInit - StrCpy $INSTDIR "$DOCUMENTS\${MULTIUSER_INSTALLMODE_INSTDIR}" - !insertmacro MUI_LANGDLL_DISPLAY -FunctionEnd - -; The "" makes the section hidden. -Section "" SecUninstallPrevious - - Call UninstallPrevious - -SectionEnd - -Function UninstallPrevious - - ; Check for uninstaller. - ReadRegStr $R0 ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" - ReadRegStr $R1 ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "InstallDir" - - ${If} $R0 == "" - Goto Done - ${EndIf} - - DetailPrint "Removing previous installation." - - ; Run the uninstaller silently. - ; The "if" is necessary becaused older installer versions - ; did not set "InstallDir". - CopyFiles "$R0" "$TEMP\uninst.exe" - ${If} $R1 != "" - ExecWait '$TEMP\uninst.exe /S _?=$R1' - ${Else} - Push $R0 - Call GetParent - Pop $R0 - ExecWait '$TEMP\uninst.exe /S _?=$R0' - ${EndIf} - - Done: - -FunctionEnd - - ; GetParent - ; input, top of stack (e.g. C:\Program Files\Poop) - ; output, top of stack (replaces, with e.g. C:\Program Files) - ; modifies no other variables. - ; - ; Usage: - ; Push "C:\Program Files\Directory\Whatever" - ; Call GetParent - ; Pop $R0 - ; ; at this point $R0 will equal "C:\Program Files\Directory" - Function GetParent - - Exch $R0 - Push $R1 - Push $R2 - Push $R3 - - StrCpy $R1 0 - StrLen $R2 $R0 - - loop: - IntOp $R1 $R1 + 1 - IntCmp $R1 $R2 get 0 get - StrCpy $R3 $R0 1 -$R1 - StrCmp $R3 "\" get - Goto loop - - get: - StrCpy $R0 $R0 -$R1 - - Pop $R3 - Pop $R2 - Pop $R1 - Exch $R0 - -FunctionEnd - -Section "Core library" SEC01 - SectionIn RO - - ${If} $INSTDIR == $PROGRAMFILES - ${OrIf} $INSTDIR == $DOCUMENTS - ${OrIf} $INSTDIR == $DESKTOP - ${OrIf} $INSTDIR == $WINDIR - ${OrIf} $INSTDIR == $SYSDIR - ${OrIf} $INSTDIR == $PROFILE - MessageBox MB_OK "Cannot install directly under $INSTDIR. Please specify a subfolder." - Abort - ${EndIf} - - SetOutPath $INSTDIR - File /r /x *.vshost.exe /x *.vshost.exe.manifest /x *.log ..\..\Binaries - File /r /x .svn /x obj /x Source /x Source\*.* ..\..\Documentation - File /r ..\..\Dependencies - SetOutPath $INSTDIR\Source\Examples - File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source\Examples -SectionEnd - -Section "Source code" SEC02 - SetOutPath $INSTDIR - File /r /x .svn /x obj /x *.snk /x *.user /x *.pidb /x html /x latex /x OpenTK*.xml ..\..\Source - File /r /x .svn ..\..\*.csproj - File ..\..\*.sln - File ..\..\OpenTK.snk - File /r /x .svn /x obj /x lib /x bin /x opentk /x opentk-actual.* /x *.exe /x *.msi /x *.deb /x *.rpm /x *.zip /x *.nupkg ..\..\Installers -SectionEnd - -Section -AdditionalIcons - SetOutPath $INSTDIR - CreateDirectory "$SMPROGRAMS\OpenTK" - - SetOutPath "$INSTDIR\Binaries\OpenTK\Release" ; Make sure the working directory is correct - CreateShortCut "$SMPROGRAMS\OpenTK\OpenTK Example Browser.lnk" "$INSTDIR\Binaries\OpenTK\Release\Examples.exe" - SetOutPath $INSTDIR - - CreateShortCut "$SMPROGRAMS\OpenTK\OpenGL Reference.lnk" "$INSTDIR\Documentation\OpenGL 4.4 API Reference.pdf" - CreateShortCut "$SMPROGRAMS\OpenTK\Documentation.lnk" "$INSTDIR\Documentation\" -SectionEnd - -Section -Post - ${If} ${RunningX64} - SetRegView 64 - ${EndIf} - WriteUninstaller "$INSTDIR\uninst.exe" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "DisplayName" "$(^Name)" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "InstallDir" "$INSTDIR" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "UninstallString" "$INSTDIR\uninst.exe" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "DisplayVersion" "${PRODUCT_VERSION}" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "URLInfoAbout" "${PRODUCT_WEB_SITE}" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" "Publisher" "${PRODUCT_PUBLISHER}" - WriteRegStr ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${DOTNET20_PUBLIC_ASSEMBLIES_KEY}" "" "$INSTDIR\Binaries\OpenTK\Release" -SectionEnd - -LangString DESC_Section1 ${LANG_ENGLISH} "Installs the Open Toolkit library, documentation and samples." -LangString DESC_Section2 ${LANG_ENGLISH} "Installs the source code for the Open Toolkit library." - -!insertmacro MUI_FUNCTION_DESCRIPTION_BEGIN - !insertmacro MUI_DESCRIPTION_TEXT ${SEC01} $(DESC_Section1) - !insertmacro MUI_DESCRIPTION_TEXT ${SEC02} $(DESC_Section2) -!insertmacro MUI_FUNCTION_DESCRIPTION_END - -Function un.onUninstSuccess - HideWindow -FunctionEnd - -Function un.onInit - !insertmacro MUI_UNGETLANGUAGE - IfSilent +3 - MessageBox MB_ICONQUESTION|MB_YESNO|MB_DEFBUTTON2 "Are you sure you wish to completely uninstall $(^Name) and all of its components?" IDYES +2 - Abort -FunctionEnd - -Section Uninstall - ${If} ${RunningX64} - SetRegView 64 - ${EndIf} - - Delete "$INSTDIR\${PRODUCT_NAME}.url" - Delete "$INSTDIR\uninst.exe" - - RMDir /r "$SMPROGRAMS\OpenTK" - - Delete "$INSTDIR\*.sln" - Delete "$INSTDIR\Build.exe" - Delete "$INSTDIR\*.log" - RMDir /r "$INSTDIR\Installers" - RMDir /r "$INSTDIR\Source" - RMDir /r "$INSTDIR\Documentation" - RMDir /r "$INSTDIR\Binaries" - RMDir "$INSTDIR" - - - DeleteRegKey ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${PRODUCT_UNINST_KEY}" - DeleteRegKey ${MULTIUSER_INSTALLMODE_DEFAULT_REGISTRY_KEY} "${DOTNET20_PUBLIC_ASSEMBLIES_KEY}" - SetAutoClose true -SectionEnd diff --git a/Installers/Nuget/Build.Installer.Nuget.csproj b/Installers/Nuget/Build.Installer.Nuget.csproj deleted file mode 100644 index 1a779b1d..00000000 --- a/Installers/Nuget/Build.Installer.Nuget.csproj +++ /dev/null @@ -1,114 +0,0 @@ - - - - .\obj\ - - - .\obj\ - - - .\obj\ - - - .\obj\ - - - {ADC34399-7613-44D2-90B2-19250F12FE7B} - v2.0 - .\obj\ - Debug - AnyCPU - 10.0.0 - 2.0 - Exe - Build.Installer.Nuget - - - none - False - obj\ - 4 - - - none - False - obj\ - 4 - - - none - False - obj\ - 4 - - - none - False - obj\ - 4 - - - none - false - obj\ - 4 - - - none - false - obj\ - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Installers/Nuget/OpenTK.Next.GLControl.nuspec b/Installers/Nuget/OpenTK.Next.GLControl.nuspec deleted file mode 100644 index b56aa90c..00000000 --- a/Installers/Nuget/OpenTK.Next.GLControl.nuspec +++ /dev/null @@ -1,51 +0,0 @@ - - - - OpenTK.Next.GLControl - $version$ - The Open Toolkit Team - The Open Toolkit Team - http://www.opentk.com/project/license - http://www.opentk.com - file:///./logo.png - false - - Add OpenGL graphics to your Windows.Forms or WPF application - - - This package is community-run and supercedes the old OpenTK.GLControl package. - - OpenTK.GLControl is a Windows.Forms Control with OpenGL rendering capabilities. Use it to add - accelerated 3d graphics to your Windows.Forms or Windows Presentation Foundation (WPF) application. - - Features - - Integrate 3d graphics into your Windows.Forms or WPF application - - Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby - - Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions - - This is the official nuget package from http://www.opentk.com - The source code can be found at https://github.com/opentk/opentk - - - http://www.opentk.com/news - - Copyright 2006-2013 Stefanos Apostolopoulos - OpenTK OpenGL WinForms WPF C# F# VB .Net Mono - - - - - - - - - - - - - - - - - - diff --git a/Installers/Nuget/OpenTK.Next.nuspec b/Installers/Nuget/OpenTK.Next.nuspec deleted file mode 100644 index b3fbe019..00000000 --- a/Installers/Nuget/OpenTK.Next.nuspec +++ /dev/null @@ -1,50 +0,0 @@ - - - - OpenTK.Next - $version$ - The Open Toolkit Team - The Open Toolkit Team - http://www.opentk.com/project/license - http://www.opentk.com - file:///./logo.png - false - - The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL. - - - This package is community-run and supercedes the old OpenTK package. - - The Open Toolkit library (OpenTK) is an advanced, low-level C# wrapper for OpenGL, OpenGL ES and OpenAL. - It is suitable for games, scientific visualizations and projects that require 3d graphics, audio or compute functionality. - - Features - - Create cutting-edge graphics with OpenGL 4.4 and OpenGL ES 3.0 - - Integrate 3d graphics into your Windows.Forms, WPF or GTK# applications - - Write once run everywhere: Windows, Mac OS X, Linux, Android and iOS - - Use the .Net/Mono language of your choice: C#, F#, VB.Net, Boo, IronPython, IronRuby - - Develop faster with inline documentation and strongly-typed enumerations for all OpenGL and OpenAL functions - - This is the official nuget package from http://www.opentk.com - The source code can be found at https://github.com/opentk/opentk - - - http://www.opentk.com/news - - Copyright 2006-2013 Stefanos Apostolopoulos - OpenTK OpenGL OpenGLES OpenAL C# F# VB .Net Mono - - - - - - - - - - - - - - - diff --git a/Installers/Nuget/logo.png b/Installers/Nuget/logo.png deleted file mode 100644 index 43bdc617..00000000 Binary files a/Installers/Nuget/logo.png and /dev/null differ diff --git a/Installers/Nuget/nuget.exe b/Installers/Nuget/nuget.exe deleted file mode 100644 index 8f613402..00000000 Binary files a/Installers/Nuget/nuget.exe and /dev/null differ diff --git a/Installers/Zip/Build.Installer.Zip.csproj b/Installers/Zip/Build.Installer.Zip.csproj deleted file mode 100644 index a2d41566..00000000 --- a/Installers/Zip/Build.Installer.Zip.csproj +++ /dev/null @@ -1,81 +0,0 @@ - - - - .\opentk\ - - - .\opentk\ - - - .\opentk\ - - - .\opentk\ - - - {ADC34399-7613-44D2-90B2-19250F06FE7B} - v2.0 - .\opentk\ - Debug - AnyCPU - 10.0.0 - 2.0 - Exe - Build.Installer.Zip - - - none - False - opentk\ - 4 - - - none - False - opentk\ - 4 - - - none - False - opentk\ - 4 - - - none - False - opentk\ - 4 - - - none - false - opentk\ - 4 - - - none - false - opentk\ - 4 - - - - - - - - - - - - - - - - - - - - - diff --git a/Documentation/License.txt b/License.txt similarity index 100% rename from Documentation/License.txt rename to License.txt diff --git a/OpenTK.Android.sln b/OpenTK.Android.sln deleted file mode 100644 index 8cf42465..00000000 --- a/OpenTK.Android.sln +++ /dev/null @@ -1,73 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 12.0.31101.0 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Android", "Source\OpenTK\OpenTK.Android.csproj", "{1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}" - ProjectSection(ProjectDependencies) = postProject - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} = {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.UpdateVersion", "Source\Build.UpdateVersion\Build.UpdateVersion.csproj", "{75DC22B1-113F-4A66-96B9-2FF8208C10E8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Rewrite", "Source\Generator.Rewrite\Generator.Rewrite.csproj", "{C426C9D1-8857-4E52-BAC7-4C05EE6070AB}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{02D273EB-BABD-4D9D-9EB4-73E9AF1934A5}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ES11", "Source\Samples\Android\ES11\ES11.csproj", "{61E47728-8B64-442E-89EA-1FE6D2ADE654}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Documentation|Any CPU = Documentation|Any CPU - Nsis|Any CPU = Nsis|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Nsis|Any CPU.Build.0 = Debug|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Release|Any CPU.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|Any CPU.Build.0 = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|Any CPU.Build.0 = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|Any CPU.Build.0 = Release|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Debug|Any CPU.Build.0 = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Debug|Any CPU.Deploy.0 = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Documentation|Any CPU.Deploy.0 = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Nsis|Any CPU.Build.0 = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Nsis|Any CPU.Deploy.0 = Debug|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Release|Any CPU.ActiveCfg = Release|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Release|Any CPU.Build.0 = Release|Any CPU - {61E47728-8B64-442E-89EA-1FE6D2ADE654}.Release|Any CPU.Deploy.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {61E47728-8B64-442E-89EA-1FE6D2ADE654} = {02D273EB-BABD-4D9D-9EB4-73E9AF1934A5} - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = Samples\ES11\ES11.csproj - EndGlobalSection -EndGlobal diff --git a/OpenTK.iOS.sln b/OpenTK.iOS.sln deleted file mode 100644 index 3c30ef42..00000000 --- a/OpenTK.iOS.sln +++ /dev/null @@ -1,189 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 2013 -VisualStudioVersion = 12.0.31101.0 -MinimumVisualStudioVersion = 12.0.31101.0 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.iOS", "Source\OpenTK\OpenTK.iOS.csproj", "{88368190-E3DF-4EBE-ACAA-7B1779F376CA}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} = {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} - EndProjectSection -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{35FBBDFF-CD76-4452-A22E-7EE5A4B64A7D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ES11", "Source\Samples\iOS\ES11\ES11.csproj", "{7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} = {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Rewrite", "Source\Generator.Rewrite\Generator.Rewrite.csproj", "{C426C9D1-8857-4E52-BAC7-4C05EE6070AB}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.UpdateVersion", "Source\Build.UpdateVersion\Build.UpdateVersion.csproj", "{75DC22B1-113F-4A66-96B9-2FF8208C10E8}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Ad-Hoc|Any CPU = Ad-Hoc|Any CPU - Ad-Hoc|iPhone = Ad-Hoc|iPhone - Ad-Hoc|iPhoneSimulator = Ad-Hoc|iPhoneSimulator - AppStore|Any CPU = AppStore|Any CPU - AppStore|iPhone = AppStore|iPhone - AppStore|iPhoneSimulator = AppStore|iPhoneSimulator - Debug|Any CPU = Debug|Any CPU - Debug|iPhone = Debug|iPhone - Debug|iPhoneSimulator = Debug|iPhoneSimulator - Documentation|Any CPU = Documentation|Any CPU - Documentation|iPhone = Documentation|iPhone - Documentation|iPhoneSimulator = Documentation|iPhoneSimulator - Nsis|Any CPU = Nsis|Any CPU - Nsis|iPhone = Nsis|iPhone - Nsis|iPhoneSimulator = Nsis|iPhoneSimulator - Release|Any CPU = Release|Any CPU - Release|iPhone = Release|iPhone - Release|iPhoneSimulator = Release|iPhoneSimulator - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Ad-Hoc|iPhone.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Ad-Hoc|iPhone.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.AppStore|Any CPU.Build.0 = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.AppStore|iPhone.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.AppStore|iPhone.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|iPhone.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Documentation|iPhone.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Documentation|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Nsis|Any CPU.Build.0 = Debug|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Nsis|iPhone.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Nsis|iPhoneSimulator.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|Any CPU.Build.0 = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|iPhone.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|iPhone.Build.0 = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Ad-Hoc|Any CPU.ActiveCfg = Ad-Hoc|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Ad-Hoc|iPhone.ActiveCfg = Ad-Hoc|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Ad-Hoc|iPhone.Build.0 = Ad-Hoc|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Ad-Hoc|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Ad-Hoc|iPhoneSimulator.Build.0 = Ad-Hoc|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Ad-Hoc|iPhoneSimulator.Deploy.0 = Ad-Hoc|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.AppStore|Any CPU.ActiveCfg = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.AppStore|iPhone.ActiveCfg = AppStore|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.AppStore|iPhone.Build.0 = AppStore|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.AppStore|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.AppStore|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.AppStore|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Debug|Any CPU.ActiveCfg = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Debug|Any CPU.Build.0 = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Debug|iPhone.ActiveCfg = Debug|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Debug|iPhone.Build.0 = Debug|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Debug|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Debug|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|Any CPU.ActiveCfg = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|Any CPU.Build.0 = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|iPhone.ActiveCfg = Debug|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|iPhone.Build.0 = Debug|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|iPhone.Deploy.0 = Debug|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|iPhoneSimulator.ActiveCfg = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|iPhoneSimulator.Build.0 = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Documentation|iPhoneSimulator.Deploy.0 = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|Any CPU.ActiveCfg = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|Any CPU.Build.0 = Debug|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|iPhone.ActiveCfg = Release|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|iPhone.Build.0 = Release|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|iPhone.Deploy.0 = Release|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|iPhoneSimulator.ActiveCfg = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|iPhoneSimulator.Build.0 = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Nsis|iPhoneSimulator.Deploy.0 = AppStore|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Release|Any CPU.ActiveCfg = Release|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Release|Any CPU.Build.0 = Release|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Release|iPhone.ActiveCfg = Release|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Release|iPhone.Build.0 = Release|iPhone - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Release|iPhoneSimulator.ActiveCfg = Release|iPhoneSimulator - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59}.Release|iPhoneSimulator.Build.0 = Release|iPhoneSimulator - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Ad-Hoc|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Ad-Hoc|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Ad-Hoc|iPhone.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Ad-Hoc|iPhone.Build.0 = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.AppStore|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.AppStore|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.AppStore|iPhone.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.AppStore|iPhone.Build.0 = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.AppStore|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|iPhone.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|iPhone.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|iPhone.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|Any CPU.Build.0 = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|iPhone.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|iPhone.Build.0 = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Ad-Hoc|Any CPU.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Ad-Hoc|Any CPU.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Ad-Hoc|iPhone.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Ad-Hoc|iPhone.Build.0 = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Ad-Hoc|iPhoneSimulator.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.AppStore|Any CPU.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.AppStore|Any CPU.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.AppStore|iPhone.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.AppStore|iPhone.Build.0 = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.AppStore|iPhoneSimulator.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|iPhone.ActiveCfg = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|iPhone.Build.0 = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|iPhoneSimulator.ActiveCfg = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|iPhoneSimulator.Build.0 = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|Any CPU.Build.0 = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|iPhone.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|iPhoneSimulator.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|iPhone.ActiveCfg = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|iPhoneSimulator.ActiveCfg = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|Any CPU.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|iPhone.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|iPhone.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|iPhoneSimulator.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|iPhoneSimulator.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {7848ED9E-A937-4FDA-96DC-3B5B0EA27C59} = {35FBBDFF-CD76-4452-A22E-7EE5A4B64A7D} - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = Samples\ES11\ES11.csproj - EndGlobalSection -EndGlobal diff --git a/OpenTK.sln b/OpenTK.sln index ca9ac77c..3afccdad 100644 --- a/OpenTK.sln +++ b/OpenTK.sln @@ -3,216 +3,82 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 14 VisualStudioVersion = 14.0.25123.0 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK", "Source\OpenTK\OpenTK.csproj", "{A37A7E14-0000-0000-0000-000000000000}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} = {C426C9D1-8857-4E52-BAC7-4C05EE6070AB} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Bind", "src\Generator.Bind\Generator.Bind.csproj", "{31D19132-0000-0000-0000-000000000000}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.GLControl", "Source\GLControl\OpenTK.GLControl.csproj", "{A625BE88-0000-0000-0000-000000000000}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Convert", "src\Generator.Converter\Generator.Convert.csproj", "{5FDFF4B6-0000-0000-0000-000000000000}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.Installer.Nsis", "Installers\Nsis\Build.Installer.Nsis.csproj", "{ADC34399-7613-44D2-90B2-19250F06FE7A}" - ProjectSection(ProjectDependencies) = postProject - {A37A7E14-0000-0000-0000-000000000000} = {A37A7E14-0000-0000-0000-000000000000} - {650C6F3D-33B5-4216-9536-956AB42C0624} = {650C6F3D-33B5-4216-9536-956AB42C0624} - {A625BE88-0000-0000-0000-000000000000} = {A625BE88-0000-0000-0000-000000000000} - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Rewrite", "src\Generator.Rewrite\Generator.Rewrite.csproj", "{C426C9D1-8857-4E52-BAC7-4C05EE6070AB}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.Docs", "Documentation\Build.Docs.csproj", "{650C6F3D-33B5-4216-9536-956AB42C0624}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK", "src\OpenTK\OpenTK.csproj", "{A37A7E14-0000-0000-0000-000000000000}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Bind", "Source\Bind\Generator.Bind.csproj", "{31D19132-0000-0000-0000-000000000000}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Android", "src\OpenTK\OpenTK.Android.csproj", "{1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Convert", "Source\Converter\Generator.Convert.csproj", "{5FDFF4B6-0000-0000-0000-000000000000}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.iOS", "src\OpenTK\OpenTK.iOS.csproj", "{88368190-E3DF-4EBE-ACAA-7B1779F376CA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.UpdateVersion", "Source\Build.UpdateVersion\Build.UpdateVersion.csproj", "{75DC22B1-113F-4A66-96B9-2FF8208C10E8}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.GLControl", "src\OpenTK.GLControl\OpenTK.GLControl.csproj", "{A625BE88-0000-0000-0000-000000000000}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.Installer.Zip", "Installers\Zip\Build.Installer.Zip.csproj", "{ADC34399-7613-44D2-90B2-19250F06FE7B}" - ProjectSection(ProjectDependencies) = postProject - {A37A7E14-0000-0000-0000-000000000000} = {A37A7E14-0000-0000-0000-000000000000} - {650C6F3D-33B5-4216-9536-956AB42C0624} = {650C6F3D-33B5-4216-9536-956AB42C0624} - {A625BE88-0000-0000-0000-000000000000} = {A625BE88-0000-0000-0000-000000000000} - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.GLWidget", "src\OpenTK.GLWidget\OpenTK.GLWidget.csproj", "{A625BE87-0000-0000-0000-000000000000}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Build.Installer.Nuget", "Installers\Nuget\Build.Installer.Nuget.csproj", "{ADC34399-7613-44D2-90B2-19250F12FE7B}" - ProjectSection(ProjectDependencies) = postProject - {A37A7E14-0000-0000-0000-000000000000} = {A37A7E14-0000-0000-0000-000000000000} - {650C6F3D-33B5-4216-9536-956AB42C0624} = {650C6F3D-33B5-4216-9536-956AB42C0624} - {A625BE88-0000-0000-0000-000000000000} = {A625BE88-0000-0000-0000-000000000000} - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1857BB8E-1A35-4EBF-9F6D-685F11DC025B}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Generator.Rewrite", "Source\Generator.Rewrite\Generator.Rewrite.csproj", "{C426C9D1-8857-4E52-BAC7-4C05EE6070AB}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Tests", "tests\OpenTK.Tests\OpenTK.Tests.csproj", "{930A780C-A67C-422F-9EED-DB38DAA47AB0}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.API.Desktop", "Source\Tests\Test.API.Desktop\Test.API.Desktop.csproj", "{C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}" - ProjectSection(ProjectDependencies) = postProject - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} = {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - EndProjectSection -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.GLWidget", "Source\GLWidget\OpenTK.GLWidget.csproj", "{A625BE87-0000-0000-0000-000000000000}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenTK.Tests", "Source\OpenTK.Tests\OpenTK.Tests.csproj", "{930A780C-A67C-422F-9EED-DB38DAA47AB0}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test.API.Desktop", "tests\Test.API.Desktop\Test.API.Desktop.csproj", "{C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - DebugMinimal|Any CPU = DebugMinimal|Any CPU - Documentation|Any CPU = Documentation|Any CPU - Nsis|Any CPU = Nsis|Any CPU Release|Any CPU = Release|Any CPU - ReleaseMinimal|Any CPU = ReleaseMinimal|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {A37A7E14-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.Build.0 = DebugMinimal|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {A37A7E14-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A625BE88-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {A625BE88-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.Build.0 = DebugMinimal|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Documentation|Any CPU.Build.0 = Documentation|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A625BE88-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU - {A625BE88-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {A625BE88-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7A}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.Documentation|Any CPU.Build.0 = Documentation|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.Release|Any CPU.ActiveCfg = Release|Any CPU - {650C6F3D-33B5-4216-9536-956AB42C0624}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU {31D19132-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {31D19132-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU - {31D19132-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.ActiveCfg = Debug|Any CPU - {31D19132-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.Build.0 = Debug|Any CPU - {31D19132-0000-0000-0000-000000000000}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {31D19132-0000-0000-0000-000000000000}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {31D19132-0000-0000-0000-000000000000}.Nsis|Any CPU.Build.0 = Nsis|Any CPU {31D19132-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU {31D19132-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU - {31D19132-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {31D19132-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU {5FDFF4B6-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5FDFF4B6-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.ActiveCfg = Debug|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.Build.0 = Debug|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.Nsis|Any CPU.Build.0 = Nsis|Any CPU {5FDFF4B6-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU {5FDFF4B6-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {5FDFF4B6-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.DebugMinimal|Any CPU.ActiveCfg = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.DebugMinimal|Any CPU.Build.0 = Debug|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.Release|Any CPU.Build.0 = Release|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {75DC22B1-113F-4A66-96B9-2FF8208C10E8}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {ADC34399-7613-44D2-90B2-19250F06FE7B}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.Nsis|Any CPU.Build.0 = Nsis|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.Release|Any CPU.Build.0 = Release|Any CPU - {ADC34399-7613-44D2-90B2-19250F12FE7B}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.DebugMinimal|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.DebugMinimal|Any CPU.Build.0 = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|Any CPU.ActiveCfg = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Nsis|Any CPU.Build.0 = Release|Any CPU {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|Any CPU.ActiveCfg = Release|Any CPU {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.Release|Any CPU.Build.0 = Release|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {C426C9D1-8857-4E52-BAC7-4C05EE6070AB}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.DebugMinimal|Any CPU.ActiveCfg = Debug|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Nsis|Any CPU.ActiveCfg = Release|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Nsis|Any CPU.Build.0 = Release|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Release|Any CPU.Build.0 = Release|Any CPU - {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU + {A37A7E14-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A37A7E14-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A37A7E14-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A37A7E14-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU + {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}.Release|Any CPU.Build.0 = Release|Any CPU + {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {88368190-E3DF-4EBE-ACAA-7B1779F376CA}.Release|Any CPU.Build.0 = Release|Any CPU + {A625BE88-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {A625BE88-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU + {A625BE88-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU + {A625BE88-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU {A625BE87-0000-0000-0000-000000000000}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {A625BE87-0000-0000-0000-000000000000}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A625BE87-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.ActiveCfg = DebugMinimal|Any CPU - {A625BE87-0000-0000-0000-000000000000}.DebugMinimal|Any CPU.Build.0 = DebugMinimal|Any CPU - {A625BE87-0000-0000-0000-000000000000}.Documentation|Any CPU.ActiveCfg = Documentation|Any CPU - {A625BE87-0000-0000-0000-000000000000}.Documentation|Any CPU.Build.0 = Documentation|Any CPU - {A625BE87-0000-0000-0000-000000000000}.Nsis|Any CPU.ActiveCfg = Nsis|Any CPU - {A625BE87-0000-0000-0000-000000000000}.Nsis|Any CPU.Build.0 = Nsis|Any CPU {A625BE87-0000-0000-0000-000000000000}.Release|Any CPU.ActiveCfg = Release|Any CPU {A625BE87-0000-0000-0000-000000000000}.Release|Any CPU.Build.0 = Release|Any CPU - {A625BE87-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.ActiveCfg = ReleaseMinimal|Any CPU - {A625BE87-0000-0000-0000-000000000000}.ReleaseMinimal|Any CPU.Build.0 = ReleaseMinimal|Any CPU {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.DebugMinimal|Any CPU.ActiveCfg = Debug|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.DebugMinimal|Any CPU.Build.0 = Debug|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Documentation|Any CPU.ActiveCfg = Debug|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Documentation|Any CPU.Build.0 = Debug|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Nsis|Any CPU.ActiveCfg = Release|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Nsis|Any CPU.Build.0 = Release|Any CPU {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Release|Any CPU.ActiveCfg = Release|Any CPU {930A780C-A67C-422F-9EED-DB38DAA47AB0}.Release|Any CPU.Build.0 = Release|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.ReleaseMinimal|Any CPU.ActiveCfg = Release|Any CPU - {930A780C-A67C-422F-9EED-DB38DAA47AB0}.ReleaseMinimal|Any CPU.Build.0 = Release|Any CPU + {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {930A780C-A67C-422F-9EED-DB38DAA47AB0} = {1857BB8E-1A35-4EBF-9F6D-685F11DC025B} + {C4DDD20F-CB4E-43F4-A75C-4A3D668E1F99} = {1857BB8E-1A35-4EBF-9F6D-685F11DC025B} + EndGlobalSection GlobalSection(MonoDevelopProperties) = preSolution StartupItem = Source\Examples\OpenTK.Examples.csproj EndGlobalSection diff --git a/Source/Build.UpdateVersion/Build.UpdateVersion.csproj b/Source/Build.UpdateVersion/Build.UpdateVersion.csproj deleted file mode 100644 index 87231530..00000000 --- a/Source/Build.UpdateVersion/Build.UpdateVersion.csproj +++ /dev/null @@ -1,75 +0,0 @@ - - - - {75DC22B1-113F-4A66-96B9-2FF8208C10E8} - Build.UpdateVersion - Build.UpdateVersion - Exe - v2.0 - Debug - AnyCPU - 10.0.0 - 2.0 - - - TRACE - 4 - ..\..\Binaries\Tools\Release\ - true - - - TRACE;DEBUG - True - full - 4 - ..\..\Binaries\Tools\Debug\ - false - - - TRACE - 4 - ..\..\Binaries\Tools\Release\ - true - - - TRACE - 4 - ..\..\Binaries\Tools\Release\ - true - - - - - - - - - - - - - - - - true - full - false - ..\..\Binaries\Tools\Debug\ - TRACE;DEBUG - 4 - - - true - ..\..\Binaries\Tools\Release\ - TRACE - 4 - - - - - - - - - - diff --git a/Source/Build.UpdateVersion/Program.cs b/Source/Build.UpdateVersion/Program.cs deleted file mode 100644 index 56398e27..00000000 --- a/Source/Build.UpdateVersion/Program.cs +++ /dev/null @@ -1,191 +0,0 @@ -#region License -// -// The Open Toolkit Library License -// -// Copyright (c) 2006 - 2010 the Open Toolkit library. -// -// Permission is hereby granted, free of charge, to any person obtaining a copy -// of this software and associated documentation files (the "Software"), to deal -// in the Software without restriction, including without limitation the rights to -// use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -// the Software, and to permit persons to whom the Software is furnished to do -// so, subject to the following conditions: -// -// The above copyright notice and this permission notice shall be included in all -// copies or substantial portions of the Software. -// -// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, -// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES -// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND -// NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT -// HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, -// WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR -// OTHER DEALINGS IN THE SOFTWARE. -// -#endregion - -using System; -using System.Diagnostics; -using System.IO; - -namespace Build.UpdateVersion -{ - class Program - { - const string Major = "1"; - const string Minor = "2"; - - static string RootDirectory; - static string SourceDirectory; - - public static void Main() - { - string wdir = Environment.CurrentDirectory; - if (Directory.GetParent(wdir).Name == "Source") - { - // Running through msbuild inside Source/Build.UpdateVersion/ - RootDirectory = "../.."; - SourceDirectory = ".."; - } - else - { - // Running manually inside Binaries/OpenTK/[Debug|Release]/ - RootDirectory = "../../.."; - SourceDirectory = "../../../Source"; - } - - DateTime now = DateTime.UtcNow; - string timestamp = now.ToString("u").Split(' ')[0]; - // Build number is defined as the number of days since 1/1/2010. - double timespan = now.Subtract(new DateTime(2010, 1, 1)).TotalDays; - string build = ((int)timespan).ToString(); - // Revision number is defined as the number of (git/svn/bzr) commits, - // or as the fraction of the current day, expressed in seconds, in case the - // working directory is not under source control. - string revision = RetrieveRevisionNumber(now); - - string major = Major; - string minor = Minor; - - // Version is defined as {Major}.{Minor}.{Build}.{Revision} - string version = String.Format("{0}.{1}.{2}.{3}-pre", major, minor, build, revision); - - Console.WriteLine("API compatibility key: {0}.{1}", major, minor); - Console.WriteLine("Build date: {0}", timestamp); - - GenerateTimestamp(timestamp, Path.Combine(RootDirectory, "Timestamp.txt")); - GenerateVersion(version, Path.Combine(RootDirectory, "Version.txt")); - GenerateAssemblyInfo(major, minor, version, Path.Combine(SourceDirectory, "GlobalAssemblyInfo.cs")); - } - - static void GenerateTimestamp(string timestamp, string file) - { - System.IO.File.WriteAllLines(file, new string[] { timestamp }); - } - - static void GenerateVersion(string version, string file) - { - File.WriteAllLines(file, new string[] { version }); - } - - static void GenerateAssemblyInfo(string major, string minor, string version, string file) - { - File.WriteAllLines(file, new string[] - { - "// This file is auto-generated through Source/Build.Tasks/GenerateAssemblyInfo.cs.", - "// Do not edit by hand!", - "", - "using System;", - "using System.Reflection;", - "using System.Resources;", - "using System.Runtime.CompilerServices;", - "using System.Runtime.InteropServices;", - "", - "[assembly: AssemblyCompany(\"The Open Toolkit Library\")]", - "[assembly: AssemblyProduct(\"The Open Toolkit Library\")]", - "[assembly: AssemblyCopyright(\"Copyright © 2006 - 2014 the Open Toolkit Library\")]", - "[assembly: AssemblyTrademark(\"OpenTK\")]", - String.Format("[assembly: AssemblyVersion(\"{0}.{1}.0.0\")]", major, minor), - String.Format("[assembly: AssemblyFileVersion(\"{0}\")]", version), - }); - } - - static string RetrieveRevisionNumber(DateTime now) - { - double timespan = now.Subtract(new DateTime(2010, 1, 1)).TotalDays; - string revision = RetrieveGitRevision() ?? RetrieveSvnRevision() ?? RetrieveBzrRevision() ?? "0"; - revision = revision.Trim(); - return revision; - } - - static string RetrieveSeconds(double timespan) - { - string revision = ((int)((timespan - (int)timespan) * UInt16.MaxValue)).ToString(); - return revision; - } - - static string RetrieveGitRevision() - { - try - { - string output = RunProcess("git", "rev-list HEAD --count", RootDirectory); - return output.Trim(' ', '\n'); - } - catch (Exception e) - { - Debug.Print("Failed to retrieve git revision. Error: {0}", e); - } - return null; - } - - - static string RetrieveSvnRevision() - { - try - { - string output = RunProcess("svn", "info", RootDirectory); - - const string RevisionText = "Revision: "; - int index = output.IndexOf(RevisionText); - if (index > -1) - return output.Substring(index + RevisionText.Length, 5) - .Replace('\r', ' ').Replace('\n', ' ').Trim(); - } - catch (Exception e) - { - Debug.Print("Failed to retrieve svn revision. Error: {0}", e); - } - return null; - } - - static string RetrieveBzrRevision() - { - try - { - string output = RunProcess("bzr", "revno", RootDirectory); - return output != null && !output.StartsWith("bzr") ? output : null; - } - catch (Exception e) - { - Debug.Print("Failed to retrieve svn revision. Error: {0}", e); - } - return null; - } - - static string RunProcess(string cmd, string args, string wdir) - { - ProcessStartInfo info = new ProcessStartInfo(cmd, args); - info.WorkingDirectory = wdir; - info.RedirectStandardOutput = true; - info.RedirectStandardError = true; - info.UseShellExecute = false; - Process p = new Process(); - p.StartInfo = info; - p.Start(); - p.WaitForExit(); - string output = p.StandardOutput.ReadToEnd(); - return output; - } - } -} \ No newline at end of file diff --git a/Source/OpenTK/OpenTK.iOS.csproj b/Source/OpenTK/OpenTK.iOS.csproj deleted file mode 100644 index c9f91582..00000000 --- a/Source/OpenTK/OpenTK.iOS.csproj +++ /dev/null @@ -1,250 +0,0 @@ - - - - Debug - AnyCPU - {88368190-E3DF-4EBE-ACAA-7B1779F376CA} - {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - Library - OpenTK - Resources - OpenTK-1.1 - 8.0.30703 - 2.0 - - - true - full - false - ..\..\Binaries\iOS\Debug - DEBUG;IPHONE;OPENGLES;OPENTK_1;OPENTK_1_1 - prompt - 4 - false - true - ..\..\Binaries\iOS\Debug\OpenTK.1.1.xml - - - pdbonly - true - ..\..\Binaries\iOS\Release - prompt - 4 - false - true - true - IPHONE;OPENGLES;OPENTK_1;OPENTK_1_1 - ..\..\Binaries\iOS\Release\OpenTK.1.1.xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PreserveNewest - - - - - - - - - - - \ No newline at end of file diff --git a/Source/Bind/BindStreamWriter.cs b/src/Generator.Bind/BindStreamWriter.cs similarity index 100% rename from Source/Bind/BindStreamWriter.cs rename to src/Generator.Bind/BindStreamWriter.cs diff --git a/Source/Bind/CL/CLGenerator.cs b/src/Generator.Bind/CL/CLGenerator.cs similarity index 100% rename from Source/Bind/CL/CLGenerator.cs rename to src/Generator.Bind/CL/CLGenerator.cs diff --git a/Source/Bind/CSharpSpecWriter.cs b/src/Generator.Bind/CSharpSpecWriter.cs similarity index 100% rename from Source/Bind/CSharpSpecWriter.cs rename to src/Generator.Bind/CSharpSpecWriter.cs diff --git a/Source/Bind/DocProcessor.cs b/src/Generator.Bind/DocProcessor.cs similarity index 100% rename from Source/Bind/DocProcessor.cs rename to src/Generator.Bind/DocProcessor.cs diff --git a/Source/Bind/Documentation/changelog.txt b/src/Generator.Bind/Documentation/changelog.txt similarity index 100% rename from Source/Bind/Documentation/changelog.txt rename to src/Generator.Bind/Documentation/changelog.txt diff --git a/Source/Bind/Documentation/todo.txt b/src/Generator.Bind/Documentation/todo.txt similarity index 100% rename from Source/Bind/Documentation/todo.txt rename to src/Generator.Bind/Documentation/todo.txt diff --git a/Source/Bind/ES/ES2Generator.cs b/src/Generator.Bind/ES/ES2Generator.cs similarity index 100% rename from Source/Bind/ES/ES2Generator.cs rename to src/Generator.Bind/ES/ES2Generator.cs diff --git a/Source/Bind/ES/ES31Generator.cs b/src/Generator.Bind/ES/ES31Generator.cs similarity index 100% rename from Source/Bind/ES/ES31Generator.cs rename to src/Generator.Bind/ES/ES31Generator.cs diff --git a/Source/Bind/ES/ES3Generator.cs b/src/Generator.Bind/ES/ES3Generator.cs similarity index 100% rename from Source/Bind/ES/ES3Generator.cs rename to src/Generator.Bind/ES/ES3Generator.cs diff --git a/Source/Bind/ES/ESGenerator.cs b/src/Generator.Bind/ES/ESGenerator.cs similarity index 100% rename from Source/Bind/ES/ESGenerator.cs rename to src/Generator.Bind/ES/ESGenerator.cs diff --git a/Source/Bind/EnumProcessor.cs b/src/Generator.Bind/EnumProcessor.cs similarity index 100% rename from Source/Bind/EnumProcessor.cs rename to src/Generator.Bind/EnumProcessor.cs diff --git a/Source/Bind/FuncProcessor.cs b/src/Generator.Bind/FuncProcessor.cs similarity index 100% rename from Source/Bind/FuncProcessor.cs rename to src/Generator.Bind/FuncProcessor.cs diff --git a/Source/Bind/GL2/GL2Generator.cs b/src/Generator.Bind/GL2/GL2Generator.cs similarity index 100% rename from Source/Bind/GL2/GL2Generator.cs rename to src/Generator.Bind/GL2/GL2Generator.cs diff --git a/Source/Bind/GL2/GL4Generator.cs b/src/Generator.Bind/GL2/GL4Generator.cs similarity index 100% rename from Source/Bind/GL2/GL4Generator.cs rename to src/Generator.Bind/GL2/GL4Generator.cs diff --git a/Source/Bind/GL2/Generator.cs b/src/Generator.Bind/GL2/Generator.cs similarity index 100% rename from Source/Bind/GL2/Generator.cs rename to src/Generator.Bind/GL2/Generator.cs diff --git a/Source/Bind/Generator.Bind.csproj b/src/Generator.Bind/Generator.Bind.csproj similarity index 82% rename from Source/Bind/Generator.Bind.csproj rename to src/Generator.Bind/Generator.Bind.csproj index 3b5ceab5..35ccdda9 100644 --- a/Source/Bind/Generator.Bind.csproj +++ b/src/Generator.Bind/Generator.Bind.csproj @@ -49,7 +49,7 @@ True 4096 False - ..\..\Binaries\Tools\Debug\ + bin\Debug\ False False 4 @@ -63,34 +63,13 @@ TRACE; 4096 True - ..\..\Binaries\Tools\Release\ + bin\Release\ False False 4 AllRules.ruleset none - - 285212672 - - - TRACE; - 4096 - True - ..\..\Binaries\Tools\Release\ - False - False - 4 - AllRules.ruleset - none - - - ..\..\Binaries\Tools\Release\ - none - 4 - True - TRACE; - True @@ -110,9 +89,6 @@ - - Properties\GlobalAssemblyInfo.cs - @@ -268,35 +244,6 @@ - - true - full - false - ..\..\Binaries\Tools\Debug\ - DEBUG;TRACE; - 4 - AllRules.ruleset - False - False - 4096 - 285212672 - - - - - none - true - ..\..\Binaries\Tools\Release\ - TRACE; - 4 - AllRules.ruleset - False - False - 4096 - 285212672 - - - @@ -313,8 +260,5 @@ - - - \ No newline at end of file diff --git a/Source/Bind/IBind.cs b/src/Generator.Bind/IBind.cs similarity index 100% rename from Source/Bind/IBind.cs rename to src/Generator.Bind/IBind.cs diff --git a/Source/Bind/ISpecReader.cs b/src/Generator.Bind/ISpecReader.cs similarity index 100% rename from Source/Bind/ISpecReader.cs rename to src/Generator.Bind/ISpecReader.cs diff --git a/Source/Bind/Main.cs b/src/Generator.Bind/Main.cs similarity index 100% rename from Source/Bind/Main.cs rename to src/Generator.Bind/Main.cs diff --git a/Source/Bind/Properties/AssemblyInfo.cs b/src/Generator.Bind/Properties/AssemblyInfo.cs similarity index 100% rename from Source/Bind/Properties/AssemblyInfo.cs rename to src/Generator.Bind/Properties/AssemblyInfo.cs diff --git a/Source/Bind/Properties/Bind.settings b/src/Generator.Bind/Properties/Bind.settings similarity index 100% rename from Source/Bind/Properties/Bind.settings rename to src/Generator.Bind/Properties/Bind.settings diff --git a/Source/Bind/Properties/Resources.resx b/src/Generator.Bind/Properties/Resources.resx similarity index 100% rename from Source/Bind/Properties/Resources.resx rename to src/Generator.Bind/Properties/Resources.resx diff --git a/Source/Bind/Properties/app.config b/src/Generator.Bind/Properties/app.config similarity index 100% rename from Source/Bind/Properties/app.config rename to src/Generator.Bind/Properties/app.config diff --git a/Source/Bind/Settings.cs b/src/Generator.Bind/Settings.cs similarity index 100% rename from Source/Bind/Settings.cs rename to src/Generator.Bind/Settings.cs diff --git a/Source/Bind/Specifications/CL10/overrides.xml b/src/Generator.Bind/Specifications/CL10/overrides.xml similarity index 100% rename from Source/Bind/Specifications/CL10/overrides.xml rename to src/Generator.Bind/Specifications/CL10/overrides.xml diff --git a/Source/Bind/Specifications/CL10/signatures.xml b/src/Generator.Bind/Specifications/CL10/signatures.xml similarity index 100% rename from Source/Bind/Specifications/CL10/signatures.xml rename to src/Generator.Bind/Specifications/CL10/signatures.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glActiveTexture.xml b/src/Generator.Bind/Specifications/Docs/ES20/glActiveTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glActiveTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glActiveTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glAttachShader.xml b/src/Generator.Bind/Specifications/Docs/ES20/glAttachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glAttachShader.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glAttachShader.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBindAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBindAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBindAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBindAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBindBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBindBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBindBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBindBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBindFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBindFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBindFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBindFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBindRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBindRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBindRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBindRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBindTexture.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBindTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBindTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBindTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBlendColor.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBlendColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBlendColor.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBlendColor.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBlendEquation.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBlendEquation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBlendEquation.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBlendEquation.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBlendEquationSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBlendEquationSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBlendEquationSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBlendEquationSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBlendFunc.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBlendFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBlendFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBlendFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBlendFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBlendFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBlendFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBlendFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBufferData.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBufferData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBufferData.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBufferData.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/ES20/glBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCheckFramebufferStatus.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCheckFramebufferStatus.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCheckFramebufferStatus.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCheckFramebufferStatus.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glClear.xml b/src/Generator.Bind/Specifications/Docs/ES20/glClear.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glClear.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glClear.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glClearColor.xml b/src/Generator.Bind/Specifications/Docs/ES20/glClearColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glClearColor.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glClearColor.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glClearDepthf.xml b/src/Generator.Bind/Specifications/Docs/ES20/glClearDepthf.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glClearDepthf.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glClearDepthf.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glClearStencil.xml b/src/Generator.Bind/Specifications/Docs/ES20/glClearStencil.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glClearStencil.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glClearStencil.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glColorMask.xml b/src/Generator.Bind/Specifications/Docs/ES20/glColorMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glColorMask.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glColorMask.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCompileShader.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCompileShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCompileShader.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCompileShader.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCompressedTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCompressedTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCompressedTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCompressedTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCompressedTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCompressedTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCompressedTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCompressedTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCopyTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCopyTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCopyTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCopyTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCopyTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCopyTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCopyTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCopyTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCreateProgram.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCreateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCreateProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCreateProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCreateShader.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCreateShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCreateShader.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCreateShader.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glCullFace.xml b/src/Generator.Bind/Specifications/Docs/ES20/glCullFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glCullFace.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glCullFace.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDeleteBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDeleteBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDeleteBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDeleteBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDeleteFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDeleteFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDeleteFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDeleteFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDeleteProgram.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDeleteProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDeleteProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDeleteProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDeleteRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDeleteRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDeleteRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDeleteRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDeleteShader.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDeleteShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDeleteShader.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDeleteShader.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDeleteTextures.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDeleteTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDeleteTextures.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDeleteTextures.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDepthFunc.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDepthFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDepthFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDepthFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDepthMask.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDepthMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDepthMask.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDepthMask.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDepthRangef.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDepthRangef.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDepthRangef.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDepthRangef.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDetachShader.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDetachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDetachShader.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDetachShader.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDrawArrays.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDrawArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDrawArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDrawArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glDrawElements.xml b/src/Generator.Bind/Specifications/Docs/ES20/glDrawElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glDrawElements.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glDrawElements.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glEnable.xml b/src/Generator.Bind/Specifications/Docs/ES20/glEnable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glEnable.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glEnable.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glEnableVertexAttribArray.xml b/src/Generator.Bind/Specifications/Docs/ES20/glEnableVertexAttribArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glEnableVertexAttribArray.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glEnableVertexAttribArray.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glFinish.xml b/src/Generator.Bind/Specifications/Docs/ES20/glFinish.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glFinish.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glFinish.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glFlush.xml b/src/Generator.Bind/Specifications/Docs/ES20/glFlush.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glFlush.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glFlush.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glFramebufferRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glFramebufferRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glFramebufferRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glFramebufferRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glFramebufferTexture2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glFramebufferTexture2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glFramebufferTexture2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glFramebufferTexture2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glFrontFace.xml b/src/Generator.Bind/Specifications/Docs/ES20/glFrontFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glFrontFace.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glFrontFace.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGenBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGenBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGenBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGenBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGenFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGenFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGenFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGenFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGenRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGenRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGenRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGenRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGenTextures.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGenTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGenTextures.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGenTextures.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGenerateMipmap.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGenerateMipmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGenerateMipmap.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGenerateMipmap.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGet.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGet.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGet.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGet.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetActiveAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetActiveAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetActiveAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetActiveAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetActiveUniform.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetActiveUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetActiveUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetActiveUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetAttachedShaders.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetAttachedShaders.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetAttachedShaders.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetAttachedShaders.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetBufferParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetBufferParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetBufferParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetBufferParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetError.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetError.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetError.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetError.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetFramebufferAttachmentParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetFramebufferAttachmentParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetFramebufferAttachmentParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetFramebufferAttachmentParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetProgramInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetProgramInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetProgramInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetProgramInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetProgramiv.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetProgramiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetProgramiv.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetProgramiv.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetRenderbufferParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetRenderbufferParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetRenderbufferParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetRenderbufferParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetShaderInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetShaderInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetShaderInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetShaderInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetShaderPrecisionFormat.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetShaderPrecisionFormat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetShaderPrecisionFormat.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetShaderPrecisionFormat.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetShaderSource.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetShaderiv.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetShaderiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetShaderiv.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetShaderiv.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetString.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetString.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetString.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetTexParameter.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetUniform.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetUniformLocation.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetUniformLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetUniformLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetUniformLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glGetVertexAttribPointerv.xml b/src/Generator.Bind/Specifications/Docs/ES20/glGetVertexAttribPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glGetVertexAttribPointerv.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glGetVertexAttribPointerv.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glHint.xml b/src/Generator.Bind/Specifications/Docs/ES20/glHint.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glHint.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glHint.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsEnabled.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsEnabled.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsEnabled.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsEnabled.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsProgram.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsShader.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsShader.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsShader.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glIsTexture.xml b/src/Generator.Bind/Specifications/Docs/ES20/glIsTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glIsTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glIsTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glLineWidth.xml b/src/Generator.Bind/Specifications/Docs/ES20/glLineWidth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glLineWidth.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glLineWidth.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glLinkProgram.xml b/src/Generator.Bind/Specifications/Docs/ES20/glLinkProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glLinkProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glLinkProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glPixelStorei.xml b/src/Generator.Bind/Specifications/Docs/ES20/glPixelStorei.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glPixelStorei.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glPixelStorei.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glPolygonOffset.xml b/src/Generator.Bind/Specifications/Docs/ES20/glPolygonOffset.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glPolygonOffset.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glPolygonOffset.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glReadPixels.xml b/src/Generator.Bind/Specifications/Docs/ES20/glReadPixels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glReadPixels.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glReadPixels.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glReleaseShaderCompiler.xml b/src/Generator.Bind/Specifications/Docs/ES20/glReleaseShaderCompiler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glReleaseShaderCompiler.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glReleaseShaderCompiler.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glRenderbufferStorage.xml b/src/Generator.Bind/Specifications/Docs/ES20/glRenderbufferStorage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glRenderbufferStorage.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glRenderbufferStorage.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glSampleCoverage.xml b/src/Generator.Bind/Specifications/Docs/ES20/glSampleCoverage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glSampleCoverage.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glSampleCoverage.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glScissor.xml b/src/Generator.Bind/Specifications/Docs/ES20/glScissor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glScissor.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glScissor.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glShaderBinary.xml b/src/Generator.Bind/Specifications/Docs/ES20/glShaderBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glShaderBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glShaderBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glShaderSource.xml b/src/Generator.Bind/Specifications/Docs/ES20/glShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glStencilFunc.xml b/src/Generator.Bind/Specifications/Docs/ES20/glStencilFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glStencilFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glStencilFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glStencilFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES20/glStencilFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glStencilFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glStencilFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glStencilMask.xml b/src/Generator.Bind/Specifications/Docs/ES20/glStencilMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glStencilMask.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glStencilMask.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glStencilMaskSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES20/glStencilMaskSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glStencilMaskSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glStencilMaskSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glStencilOp.xml b/src/Generator.Bind/Specifications/Docs/ES20/glStencilOp.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glStencilOp.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glStencilOp.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glStencilOpSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES20/glStencilOpSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glStencilOpSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glStencilOpSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glTexParameter.xml b/src/Generator.Bind/Specifications/Docs/ES20/glTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES20/glTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glUniform.xml b/src/Generator.Bind/Specifications/Docs/ES20/glUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glUseProgram.xml b/src/Generator.Bind/Specifications/Docs/ES20/glUseProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glUseProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glUseProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glValidateProgram.xml b/src/Generator.Bind/Specifications/Docs/ES20/glValidateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glValidateProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glValidateProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES20/glVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glVertexAttribPointer.xml b/src/Generator.Bind/Specifications/Docs/ES20/glVertexAttribPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glVertexAttribPointer.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glVertexAttribPointer.xml diff --git a/Source/Bind/Specifications/Docs/ES20/glViewport.xml b/src/Generator.Bind/Specifications/Docs/ES20/glViewport.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES20/glViewport.xml rename to src/Generator.Bind/Specifications/Docs/ES20/glViewport.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glActiveTexture.xml b/src/Generator.Bind/Specifications/Docs/ES30/glActiveTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glActiveTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glActiveTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glAttachShader.xml b/src/Generator.Bind/Specifications/Docs/ES30/glAttachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glAttachShader.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glAttachShader.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBeginQuery.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBeginQuery.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBeginQuery.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBeginQuery.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBeginTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBeginTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBeginTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBeginTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindBufferBase.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindBufferBase.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindBufferBase.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindBufferBase.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindBufferRange.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindSampler.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindSampler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindSampler.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindSampler.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindTexture.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBindVertexArray.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBindVertexArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBindVertexArray.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBindVertexArray.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBlendColor.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBlendColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBlendColor.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBlendColor.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBlendEquation.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBlendEquation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBlendEquation.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBlendEquation.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBlendEquationSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBlendEquationSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBlendEquationSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBlendEquationSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBlendFunc.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBlendFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBlendFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBlendFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBlendFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBlendFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBlendFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBlendFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBlitFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBlitFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBlitFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBlitFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBufferData.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBufferData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBufferData.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBufferData.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/ES30/glBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCheckFramebufferStatus.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCheckFramebufferStatus.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCheckFramebufferStatus.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCheckFramebufferStatus.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glClear.xml b/src/Generator.Bind/Specifications/Docs/ES30/glClear.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glClear.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glClear.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glClearBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glClearBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glClearBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glClearBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glClearColor.xml b/src/Generator.Bind/Specifications/Docs/ES30/glClearColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glClearColor.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glClearColor.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glClearDepthf.xml b/src/Generator.Bind/Specifications/Docs/ES30/glClearDepthf.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glClearDepthf.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glClearDepthf.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glClearStencil.xml b/src/Generator.Bind/Specifications/Docs/ES30/glClearStencil.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glClearStencil.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glClearStencil.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glClientWaitSync.xml b/src/Generator.Bind/Specifications/Docs/ES30/glClientWaitSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glClientWaitSync.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glClientWaitSync.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glColorMask.xml b/src/Generator.Bind/Specifications/Docs/ES30/glColorMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glColorMask.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glColorMask.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCompileShader.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCompileShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCompileShader.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCompileShader.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCompressedTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCompressedTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCompressedTexImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCompressedTexImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCompressedTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCompressedTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCompressedTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCompressedTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCompressedTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCopyBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCopyBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCopyBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCopyBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCopyTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCopyTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCopyTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCopyTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCopyTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCopyTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCopyTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCopyTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCopyTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCopyTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCopyTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCopyTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCreateProgram.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCreateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCreateProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCreateProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCreateShader.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCreateShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCreateShader.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCreateShader.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glCullFace.xml b/src/Generator.Bind/Specifications/Docs/ES30/glCullFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glCullFace.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glCullFace.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteProgram.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteQueries.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteQueries.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteQueries.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteQueries.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteSamplers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteSamplers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteSamplers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteShader.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteShader.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteShader.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteSync.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteSync.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteSync.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteTextures.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteTextures.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteTextures.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteTransformFeedbacks.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteTransformFeedbacks.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteTransformFeedbacks.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteTransformFeedbacks.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDeleteVertexArrays.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDeleteVertexArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDeleteVertexArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDeleteVertexArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDepthFunc.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDepthFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDepthFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDepthFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDepthMask.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDepthMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDepthMask.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDepthMask.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDepthRangef.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDepthRangef.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDepthRangef.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDepthRangef.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDetachShader.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDetachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDetachShader.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDetachShader.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDrawArrays.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDrawArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDrawArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDrawArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDrawArraysInstanced.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDrawArraysInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDrawArraysInstanced.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDrawArraysInstanced.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDrawBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDrawBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDrawBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDrawBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDrawElements.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDrawElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDrawElements.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDrawElements.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDrawElementsInstanced.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDrawElementsInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDrawElementsInstanced.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDrawElementsInstanced.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glDrawRangeElements.xml b/src/Generator.Bind/Specifications/Docs/ES30/glDrawRangeElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glDrawRangeElements.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glDrawRangeElements.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glEnable.xml b/src/Generator.Bind/Specifications/Docs/ES30/glEnable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glEnable.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glEnable.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glEnableVertexAttribArray.xml b/src/Generator.Bind/Specifications/Docs/ES30/glEnableVertexAttribArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glEnableVertexAttribArray.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glEnableVertexAttribArray.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFenceSync.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFenceSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFenceSync.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFenceSync.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFinish.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFinish.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFinish.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFinish.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFlush.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFlush.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFlush.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFlush.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFlushMappedBufferRange.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFlushMappedBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFlushMappedBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFlushMappedBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFramebufferRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFramebufferRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFramebufferRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFramebufferRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFramebufferTexture2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFramebufferTexture2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFramebufferTexture2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFramebufferTexture2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFramebufferTextureLayer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFramebufferTextureLayer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFramebufferTextureLayer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFramebufferTextureLayer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glFrontFace.xml b/src/Generator.Bind/Specifications/Docs/ES30/glFrontFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glFrontFace.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glFrontFace.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenQueries.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenQueries.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenQueries.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenQueries.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenSamplers.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenSamplers.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenSamplers.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenTextures.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenTextures.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenTextures.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenTransformFeedbacks.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenTransformFeedbacks.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenTransformFeedbacks.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenTransformFeedbacks.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenVertexArrays.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenVertexArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenVertexArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenVertexArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGenerateMipmap.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGenerateMipmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGenerateMipmap.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGenerateMipmap.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGet.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGet.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGet.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGet.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetActiveAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetActiveAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetActiveAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetActiveAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetActiveUniform.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetActiveUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetActiveUniformBlockName.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniformBlockName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetActiveUniformBlockName.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniformBlockName.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetActiveUniformBlockiv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniformBlockiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetActiveUniformBlockiv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniformBlockiv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetActiveUniformsiv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniformsiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetActiveUniformsiv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetActiveUniformsiv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetAttachedShaders.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetAttachedShaders.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetAttachedShaders.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetAttachedShaders.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetBufferParameter.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetBufferParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetBufferParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetBufferParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetBufferPointerv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetBufferPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetBufferPointerv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetBufferPointerv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetError.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetError.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetError.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetError.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetFragDataLocation.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetFragDataLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetFragDataLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetFragDataLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetFramebufferAttachmentParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetFramebufferAttachmentParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetFramebufferAttachmentParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetFramebufferAttachmentParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetInternalformativ.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetInternalformativ.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetInternalformativ.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetInternalformativ.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetProgramBinary.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetProgramBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetProgramBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetProgramBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetProgramInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetProgramInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetProgramInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetProgramInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetProgramiv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetProgramiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetProgramiv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetProgramiv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetQueryObjectuiv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetQueryObjectuiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetQueryObjectuiv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetQueryObjectuiv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetQueryiv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetQueryiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetQueryiv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetQueryiv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetRenderbufferParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetRenderbufferParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetRenderbufferParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetRenderbufferParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetSamplerParameter.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetSamplerParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetSamplerParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetSamplerParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetShaderInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetShaderInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetShaderInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetShaderInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetShaderPrecisionFormat.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetShaderPrecisionFormat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetShaderPrecisionFormat.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetShaderPrecisionFormat.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetShaderSource.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetShaderiv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetShaderiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetShaderiv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetShaderiv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetString.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetString.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetString.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetSynciv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetSynciv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetSynciv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetSynciv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetTexParameter.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetTransformFeedbackVarying.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetTransformFeedbackVarying.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetTransformFeedbackVarying.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetTransformFeedbackVarying.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetUniform.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetUniformBlockIndex.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetUniformBlockIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetUniformBlockIndex.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetUniformBlockIndex.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetUniformIndices.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetUniformIndices.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetUniformIndices.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetUniformIndices.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetUniformLocation.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetUniformLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetUniformLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetUniformLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glGetVertexAttribPointerv.xml b/src/Generator.Bind/Specifications/Docs/ES30/glGetVertexAttribPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glGetVertexAttribPointerv.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glGetVertexAttribPointerv.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glHint.xml b/src/Generator.Bind/Specifications/Docs/ES30/glHint.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glHint.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glHint.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glInvalidateFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glInvalidateFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glInvalidateFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glInvalidateFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glInvalidateSubFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glInvalidateSubFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glInvalidateSubFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glInvalidateSubFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsEnabled.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsEnabled.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsEnabled.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsEnabled.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsProgram.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsQuery.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsQuery.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsQuery.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsQuery.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsSampler.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsSampler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsSampler.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsSampler.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsShader.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsShader.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsShader.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsSync.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsSync.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsSync.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsTexture.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glIsVertexArray.xml b/src/Generator.Bind/Specifications/Docs/ES30/glIsVertexArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glIsVertexArray.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glIsVertexArray.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glLineWidth.xml b/src/Generator.Bind/Specifications/Docs/ES30/glLineWidth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glLineWidth.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glLineWidth.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glLinkProgram.xml b/src/Generator.Bind/Specifications/Docs/ES30/glLinkProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glLinkProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glLinkProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glMapBufferRange.xml b/src/Generator.Bind/Specifications/Docs/ES30/glMapBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glMapBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glMapBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glPauseTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES30/glPauseTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glPauseTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glPauseTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glPixelStorei.xml b/src/Generator.Bind/Specifications/Docs/ES30/glPixelStorei.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glPixelStorei.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glPixelStorei.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glPolygonOffset.xml b/src/Generator.Bind/Specifications/Docs/ES30/glPolygonOffset.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glPolygonOffset.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glPolygonOffset.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glProgramBinary.xml b/src/Generator.Bind/Specifications/Docs/ES30/glProgramBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glProgramBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glProgramBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glProgramParameteri.xml b/src/Generator.Bind/Specifications/Docs/ES30/glProgramParameteri.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glProgramParameteri.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glProgramParameteri.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glReadBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glReadBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glReadBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glReadBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glReadPixels.xml b/src/Generator.Bind/Specifications/Docs/ES30/glReadPixels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glReadPixels.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glReadPixels.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glReleaseShaderCompiler.xml b/src/Generator.Bind/Specifications/Docs/ES30/glReleaseShaderCompiler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glReleaseShaderCompiler.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glReleaseShaderCompiler.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glRenderbufferStorage.xml b/src/Generator.Bind/Specifications/Docs/ES30/glRenderbufferStorage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glRenderbufferStorage.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glRenderbufferStorage.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glRenderbufferStorageMultisample.xml b/src/Generator.Bind/Specifications/Docs/ES30/glRenderbufferStorageMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glRenderbufferStorageMultisample.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glRenderbufferStorageMultisample.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glResumeTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES30/glResumeTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glResumeTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glResumeTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glSampleCoverage.xml b/src/Generator.Bind/Specifications/Docs/ES30/glSampleCoverage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glSampleCoverage.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glSampleCoverage.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glSamplerParameter.xml b/src/Generator.Bind/Specifications/Docs/ES30/glSamplerParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glSamplerParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glSamplerParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glScissor.xml b/src/Generator.Bind/Specifications/Docs/ES30/glScissor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glScissor.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glScissor.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glShaderBinary.xml b/src/Generator.Bind/Specifications/Docs/ES30/glShaderBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glShaderBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glShaderBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glShaderSource.xml b/src/Generator.Bind/Specifications/Docs/ES30/glShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glStencilFunc.xml b/src/Generator.Bind/Specifications/Docs/ES30/glStencilFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glStencilFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glStencilFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glStencilFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES30/glStencilFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glStencilFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glStencilFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glStencilMask.xml b/src/Generator.Bind/Specifications/Docs/ES30/glStencilMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glStencilMask.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glStencilMask.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glStencilMaskSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES30/glStencilMaskSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glStencilMaskSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glStencilMaskSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glStencilOp.xml b/src/Generator.Bind/Specifications/Docs/ES30/glStencilOp.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glStencilOp.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glStencilOp.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glStencilOpSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES30/glStencilOpSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glStencilOpSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glStencilOpSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexParameter.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexStorage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexStorage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexStorage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexStorage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexStorage3D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexStorage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexStorage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexStorage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glTransformFeedbackVaryings.xml b/src/Generator.Bind/Specifications/Docs/ES30/glTransformFeedbackVaryings.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glTransformFeedbackVaryings.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glTransformFeedbackVaryings.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glUniform.xml b/src/Generator.Bind/Specifications/Docs/ES30/glUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glUniformBlockBinding.xml b/src/Generator.Bind/Specifications/Docs/ES30/glUniformBlockBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glUniformBlockBinding.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glUniformBlockBinding.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glUseProgram.xml b/src/Generator.Bind/Specifications/Docs/ES30/glUseProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glUseProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glUseProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glValidateProgram.xml b/src/Generator.Bind/Specifications/Docs/ES30/glValidateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glValidateProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glValidateProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES30/glVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glVertexAttribDivisor.xml b/src/Generator.Bind/Specifications/Docs/ES30/glVertexAttribDivisor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glVertexAttribDivisor.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glVertexAttribDivisor.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glVertexAttribPointer.xml b/src/Generator.Bind/Specifications/Docs/ES30/glVertexAttribPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glVertexAttribPointer.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glVertexAttribPointer.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glViewport.xml b/src/Generator.Bind/Specifications/Docs/ES30/glViewport.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glViewport.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glViewport.xml diff --git a/Source/Bind/Specifications/Docs/ES30/glWaitSync.xml b/src/Generator.Bind/Specifications/Docs/ES30/glWaitSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/glWaitSync.xml rename to src/Generator.Bind/Specifications/Docs/ES30/glWaitSync.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_FragCoord.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_FragCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_FragCoord.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_FragCoord.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_FragDepth.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_FragDepth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_FragDepth.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_FragDepth.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_FrontFacing.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_FrontFacing.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_FrontFacing.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_FrontFacing.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_InstanceID.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_InstanceID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_InstanceID.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_InstanceID.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_PointCoord.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_PointCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_PointCoord.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_PointCoord.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_PointSize.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_PointSize.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_PointSize.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_PointSize.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_Position.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_Position.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_Position.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_Position.xml diff --git a/Source/Bind/Specifications/Docs/ES30/gl_VertexID.xml b/src/Generator.Bind/Specifications/Docs/ES30/gl_VertexID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES30/gl_VertexID.xml rename to src/Generator.Bind/Specifications/Docs/ES30/gl_VertexID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glActiveShaderProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glActiveShaderProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glActiveShaderProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glActiveShaderProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glActiveTexture.xml b/src/Generator.Bind/Specifications/Docs/ES31/glActiveTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glActiveTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glActiveTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glAttachShader.xml b/src/Generator.Bind/Specifications/Docs/ES31/glAttachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glAttachShader.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glAttachShader.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBeginQuery.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBeginQuery.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBeginQuery.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBeginQuery.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBeginTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBeginTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBeginTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBeginTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindBufferBase.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindBufferBase.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindBufferBase.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindBufferBase.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindBufferRange.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindImageTexture.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindImageTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindImageTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindImageTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindSampler.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindSampler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindSampler.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindSampler.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindTexture.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindVertexArray.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindVertexArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindVertexArray.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindVertexArray.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBindVertexBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBindVertexBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBindVertexBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBindVertexBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBlendColor.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBlendColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBlendColor.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBlendColor.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBlendEquation.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBlendEquation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBlendEquation.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBlendEquation.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBlendEquationSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBlendEquationSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBlendEquationSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBlendEquationSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBlendFunc.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBlendFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBlendFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBlendFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBlendFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBlendFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBlendFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBlendFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBlitFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBlitFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBlitFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBlitFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBufferData.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBufferData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBufferData.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBufferData.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/ES31/glBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCheckFramebufferStatus.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCheckFramebufferStatus.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCheckFramebufferStatus.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCheckFramebufferStatus.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glClear.xml b/src/Generator.Bind/Specifications/Docs/ES31/glClear.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glClear.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glClear.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glClearBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glClearBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glClearBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glClearBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glClearColor.xml b/src/Generator.Bind/Specifications/Docs/ES31/glClearColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glClearColor.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glClearColor.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glClearDepthf.xml b/src/Generator.Bind/Specifications/Docs/ES31/glClearDepthf.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glClearDepthf.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glClearDepthf.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glClearStencil.xml b/src/Generator.Bind/Specifications/Docs/ES31/glClearStencil.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glClearStencil.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glClearStencil.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glClientWaitSync.xml b/src/Generator.Bind/Specifications/Docs/ES31/glClientWaitSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glClientWaitSync.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glClientWaitSync.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glColorMask.xml b/src/Generator.Bind/Specifications/Docs/ES31/glColorMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glColorMask.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glColorMask.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCompileShader.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCompileShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCompileShader.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCompileShader.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCompressedTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCompressedTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCompressedTexImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCompressedTexImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCompressedTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCompressedTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCompressedTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCompressedTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCompressedTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCopyBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCopyBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCopyBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCopyBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCopyTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCopyTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCopyTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCopyTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCopyTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCopyTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCopyTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCopyTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCopyTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCopyTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCopyTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCopyTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCreateProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCreateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCreateProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCreateProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCreateShader.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCreateShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCreateShader.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCreateShader.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCreateShaderProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCreateShaderProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCreateShaderProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCreateShaderProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glCullFace.xml b/src/Generator.Bind/Specifications/Docs/ES31/glCullFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glCullFace.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glCullFace.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteProgramPipelines.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteProgramPipelines.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteProgramPipelines.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteProgramPipelines.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteQueries.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteQueries.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteQueries.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteQueries.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteSamplers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteSamplers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteSamplers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteShader.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteShader.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteShader.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteSync.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteSync.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteSync.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteTextures.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteTextures.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteTextures.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteTransformFeedbacks.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteTransformFeedbacks.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteTransformFeedbacks.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteTransformFeedbacks.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDeleteVertexArrays.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDeleteVertexArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDeleteVertexArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDeleteVertexArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDepthFunc.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDepthFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDepthFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDepthFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDepthMask.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDepthMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDepthMask.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDepthMask.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDepthRangef.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDepthRangef.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDepthRangef.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDepthRangef.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDetachShader.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDetachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDetachShader.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDetachShader.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDispatchCompute.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDispatchCompute.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDispatchCompute.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDispatchCompute.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDispatchComputeIndirect.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDispatchComputeIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDispatchComputeIndirect.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDispatchComputeIndirect.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawArrays.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawArraysIndirect.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawArraysIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawArraysIndirect.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawArraysIndirect.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawArraysInstanced.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawArraysInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawArraysInstanced.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawArraysInstanced.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawElements.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawElements.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawElements.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawElementsIndirect.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawElementsIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawElementsIndirect.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawElementsIndirect.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawElementsInstanced.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawElementsInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawElementsInstanced.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawElementsInstanced.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glDrawRangeElements.xml b/src/Generator.Bind/Specifications/Docs/ES31/glDrawRangeElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glDrawRangeElements.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glDrawRangeElements.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glEnable.xml b/src/Generator.Bind/Specifications/Docs/ES31/glEnable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glEnable.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glEnable.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glEnableVertexAttribArray.xml b/src/Generator.Bind/Specifications/Docs/ES31/glEnableVertexAttribArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glEnableVertexAttribArray.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glEnableVertexAttribArray.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFenceSync.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFenceSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFenceSync.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFenceSync.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFinish.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFinish.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFinish.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFinish.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFlush.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFlush.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFlush.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFlush.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFlushMappedBufferRange.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFlushMappedBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFlushMappedBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFlushMappedBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFramebufferParameteri.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFramebufferParameteri.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFramebufferParameteri.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFramebufferParameteri.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFramebufferRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFramebufferRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFramebufferRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFramebufferRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFramebufferTexture2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFramebufferTexture2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFramebufferTexture2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFramebufferTexture2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFramebufferTextureLayer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFramebufferTextureLayer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFramebufferTextureLayer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFramebufferTextureLayer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glFrontFace.xml b/src/Generator.Bind/Specifications/Docs/ES31/glFrontFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glFrontFace.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glFrontFace.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenBuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenBuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenBuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenProgramPipelines.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenProgramPipelines.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenProgramPipelines.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenProgramPipelines.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenQueries.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenQueries.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenQueries.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenQueries.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenSamplers.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenSamplers.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenSamplers.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenTextures.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenTextures.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenTextures.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenTransformFeedbacks.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenTransformFeedbacks.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenTransformFeedbacks.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenTransformFeedbacks.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenVertexArrays.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenVertexArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenVertexArrays.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenVertexArrays.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGenerateMipmap.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGenerateMipmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGenerateMipmap.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGenerateMipmap.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGet.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGet.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGet.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGet.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetActiveAtomicCounterBufferiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetActiveAtomicCounterBufferiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetActiveAtomicCounterBufferiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetActiveAtomicCounterBufferiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetActiveAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetActiveAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetActiveAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetActiveAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetActiveUniform.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetActiveUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetActiveUniformBlockName.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniformBlockName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetActiveUniformBlockName.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniformBlockName.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetActiveUniformBlockiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniformBlockiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetActiveUniformBlockiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniformBlockiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetActiveUniformsiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniformsiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetActiveUniformsiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetActiveUniformsiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetAttachedShaders.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetAttachedShaders.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetAttachedShaders.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetAttachedShaders.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetBufferParameter.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetBufferParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetBufferParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetBufferParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetBufferPointerv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetBufferPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetBufferPointerv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetBufferPointerv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetError.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetError.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetError.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetError.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetFragDataLocation.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetFragDataLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetFragDataLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetFragDataLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetFramebufferAttachmentParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetFramebufferAttachmentParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetFramebufferAttachmentParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetFramebufferAttachmentParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetFramebufferParameter.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetFramebufferParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetFramebufferParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetFramebufferParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetInternalformativ.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetInternalformativ.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetInternalformativ.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetInternalformativ.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramBinary.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramInterface.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramInterface.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramInterface.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramInterface.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramPipelineInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramPipelineInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramPipelineInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramPipelineInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramResource.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramResource.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResource.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramResourceIndex.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResourceIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramResourceIndex.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResourceIndex.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramResourceLocation.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResourceLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramResourceLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResourceLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramResourceName.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResourceName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramResourceName.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramResourceName.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetProgramiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetProgramiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetProgramiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetProgramiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetQueryObjectuiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetQueryObjectuiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetQueryObjectuiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetQueryObjectuiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetQueryiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetQueryiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetQueryiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetQueryiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetRenderbufferParameteriv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetRenderbufferParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetRenderbufferParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetRenderbufferParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetSamplerParameter.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetSamplerParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetSamplerParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetSamplerParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetShaderInfoLog.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetShaderInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetShaderInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetShaderInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetShaderPrecisionFormat.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetShaderPrecisionFormat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetShaderPrecisionFormat.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetShaderPrecisionFormat.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetShaderSource.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetShaderiv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetShaderiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetShaderiv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetShaderiv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetString.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetString.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetString.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetSynciv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetSynciv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetSynciv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetSynciv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetTexParameter.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetTransformFeedbackVarying.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetTransformFeedbackVarying.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetTransformFeedbackVarying.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetTransformFeedbackVarying.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetUniform.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetUniformBlockIndex.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetUniformBlockIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetUniformBlockIndex.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetUniformBlockIndex.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetUniformIndices.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetUniformIndices.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetUniformIndices.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetUniformIndices.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetUniformLocation.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetUniformLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetUniformLocation.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetUniformLocation.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glGetVertexAttribPointerv.xml b/src/Generator.Bind/Specifications/Docs/ES31/glGetVertexAttribPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glGetVertexAttribPointerv.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glGetVertexAttribPointerv.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glHint.xml b/src/Generator.Bind/Specifications/Docs/ES31/glHint.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glHint.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glHint.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glInvalidateFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glInvalidateFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glInvalidateFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glInvalidateFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glInvalidateSubFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glInvalidateSubFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glInvalidateSubFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glInvalidateSubFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsEnabled.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsEnabled.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsEnabled.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsEnabled.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsQuery.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsQuery.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsQuery.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsQuery.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsSampler.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsSampler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsSampler.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsSampler.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsShader.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsShader.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsShader.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsSync.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsSync.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsSync.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsTexture.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsTexture.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsTexture.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glIsVertexArray.xml b/src/Generator.Bind/Specifications/Docs/ES31/glIsVertexArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glIsVertexArray.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glIsVertexArray.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glLineWidth.xml b/src/Generator.Bind/Specifications/Docs/ES31/glLineWidth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glLineWidth.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glLineWidth.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glLinkProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glLinkProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glLinkProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glLinkProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glMapBufferRange.xml b/src/Generator.Bind/Specifications/Docs/ES31/glMapBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glMapBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glMapBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glMemoryBarrier.xml b/src/Generator.Bind/Specifications/Docs/ES31/glMemoryBarrier.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glMemoryBarrier.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glMemoryBarrier.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glPauseTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES31/glPauseTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glPauseTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glPauseTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glPixelStorei.xml b/src/Generator.Bind/Specifications/Docs/ES31/glPixelStorei.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glPixelStorei.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glPixelStorei.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glPolygonOffset.xml b/src/Generator.Bind/Specifications/Docs/ES31/glPolygonOffset.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glPolygonOffset.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glPolygonOffset.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glProgramBinary.xml b/src/Generator.Bind/Specifications/Docs/ES31/glProgramBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glProgramBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glProgramBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glProgramParameteri.xml b/src/Generator.Bind/Specifications/Docs/ES31/glProgramParameteri.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glProgramParameteri.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glProgramParameteri.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glProgramUniform.xml b/src/Generator.Bind/Specifications/Docs/ES31/glProgramUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glProgramUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glProgramUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glReadBuffer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glReadBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glReadBuffer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glReadBuffer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glReadPixels.xml b/src/Generator.Bind/Specifications/Docs/ES31/glReadPixels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glReadPixels.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glReadPixels.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glReleaseShaderCompiler.xml b/src/Generator.Bind/Specifications/Docs/ES31/glReleaseShaderCompiler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glReleaseShaderCompiler.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glReleaseShaderCompiler.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glRenderbufferStorage.xml b/src/Generator.Bind/Specifications/Docs/ES31/glRenderbufferStorage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glRenderbufferStorage.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glRenderbufferStorage.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glRenderbufferStorageMultisample.xml b/src/Generator.Bind/Specifications/Docs/ES31/glRenderbufferStorageMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glRenderbufferStorageMultisample.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glRenderbufferStorageMultisample.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glResumeTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/ES31/glResumeTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glResumeTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glResumeTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glSampleCoverage.xml b/src/Generator.Bind/Specifications/Docs/ES31/glSampleCoverage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glSampleCoverage.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glSampleCoverage.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glSamplerParameter.xml b/src/Generator.Bind/Specifications/Docs/ES31/glSamplerParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glSamplerParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glSamplerParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glScissor.xml b/src/Generator.Bind/Specifications/Docs/ES31/glScissor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glScissor.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glScissor.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glShaderBinary.xml b/src/Generator.Bind/Specifications/Docs/ES31/glShaderBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glShaderBinary.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glShaderBinary.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glShaderSource.xml b/src/Generator.Bind/Specifications/Docs/ES31/glShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glShaderStorageBlockBinding.xml b/src/Generator.Bind/Specifications/Docs/ES31/glShaderStorageBlockBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glShaderStorageBlockBinding.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glShaderStorageBlockBinding.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glStencilFunc.xml b/src/Generator.Bind/Specifications/Docs/ES31/glStencilFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glStencilFunc.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glStencilFunc.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glStencilFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES31/glStencilFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glStencilFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glStencilFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glStencilMask.xml b/src/Generator.Bind/Specifications/Docs/ES31/glStencilMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glStencilMask.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glStencilMask.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glStencilMaskSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES31/glStencilMaskSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glStencilMaskSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glStencilMaskSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glStencilOp.xml b/src/Generator.Bind/Specifications/Docs/ES31/glStencilOp.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glStencilOp.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glStencilOp.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glStencilOpSeparate.xml b/src/Generator.Bind/Specifications/Docs/ES31/glStencilOpSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glStencilOpSeparate.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glStencilOpSeparate.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexParameter.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexStorage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexStorage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexStorage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexStorage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexStorage2DMultisample.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexStorage2DMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexStorage2DMultisample.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexStorage2DMultisample.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexStorage3D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexStorage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexStorage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexStorage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glTransformFeedbackVaryings.xml b/src/Generator.Bind/Specifications/Docs/ES31/glTransformFeedbackVaryings.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glTransformFeedbackVaryings.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glTransformFeedbackVaryings.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glUniform.xml b/src/Generator.Bind/Specifications/Docs/ES31/glUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glUniform.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glUniform.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glUniformBlockBinding.xml b/src/Generator.Bind/Specifications/Docs/ES31/glUniformBlockBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glUniformBlockBinding.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glUniformBlockBinding.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glUseProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glUseProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glUseProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glUseProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glUseProgramStages.xml b/src/Generator.Bind/Specifications/Docs/ES31/glUseProgramStages.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glUseProgramStages.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glUseProgramStages.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glValidateProgram.xml b/src/Generator.Bind/Specifications/Docs/ES31/glValidateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glValidateProgram.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glValidateProgram.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glValidateProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/ES31/glValidateProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glValidateProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glValidateProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/ES31/glVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glVertexAttribBinding.xml b/src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glVertexAttribBinding.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribBinding.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glVertexAttribDivisor.xml b/src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribDivisor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glVertexAttribDivisor.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribDivisor.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glVertexAttribFormat.xml b/src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribFormat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glVertexAttribFormat.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribFormat.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glVertexAttribPointer.xml b/src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glVertexAttribPointer.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glVertexAttribPointer.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glVertexBindingDivisor.xml b/src/Generator.Bind/Specifications/Docs/ES31/glVertexBindingDivisor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glVertexBindingDivisor.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glVertexBindingDivisor.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glViewport.xml b/src/Generator.Bind/Specifications/Docs/ES31/glViewport.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glViewport.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glViewport.xml diff --git a/Source/Bind/Specifications/Docs/ES31/glWaitSync.xml b/src/Generator.Bind/Specifications/Docs/ES31/glWaitSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/glWaitSync.xml rename to src/Generator.Bind/Specifications/Docs/ES31/glWaitSync.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_FragCoord.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_FragCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_FragCoord.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_FragCoord.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_FragDepth.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_FragDepth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_FragDepth.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_FragDepth.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_FrontFacing.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_FrontFacing.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_FrontFacing.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_FrontFacing.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_GlobalInvocationID.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_GlobalInvocationID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_GlobalInvocationID.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_GlobalInvocationID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_InstanceID.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_InstanceID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_InstanceID.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_InstanceID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_InvocationID.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_InvocationID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_InvocationID.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_InvocationID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_LocalInvocationID.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_LocalInvocationID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_LocalInvocationID.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_LocalInvocationID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_LocalInvocationIndex.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_LocalInvocationIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_LocalInvocationIndex.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_LocalInvocationIndex.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_NumWorkGroups.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_NumWorkGroups.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_NumWorkGroups.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_NumWorkGroups.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_PointCoord.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_PointCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_PointCoord.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_PointCoord.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_PointSize.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_PointSize.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_PointSize.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_PointSize.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_Position.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_Position.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_Position.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_Position.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_VertexID.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_VertexID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_VertexID.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_VertexID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_WorkGroupID.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_WorkGroupID.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_WorkGroupID.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_WorkGroupID.xml diff --git a/Source/Bind/Specifications/Docs/ES31/gl_WorkGroupSize.xml b/src/Generator.Bind/Specifications/Docs/ES31/gl_WorkGroupSize.xml similarity index 100% rename from Source/Bind/Specifications/Docs/ES31/gl_WorkGroupSize.xml rename to src/Generator.Bind/Specifications/Docs/ES31/gl_WorkGroupSize.xml diff --git a/Source/Bind/Specifications/Docs/GL/glAccum.xml b/src/Generator.Bind/Specifications/Docs/GL/glAccum.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glAccum.xml rename to src/Generator.Bind/Specifications/Docs/GL/glAccum.xml diff --git a/Source/Bind/Specifications/Docs/GL/glActiveShaderProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glActiveShaderProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glActiveShaderProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glActiveShaderProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glActiveTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/glActiveTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glActiveTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/glActiveTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/glAlphaFunc.xml b/src/Generator.Bind/Specifications/Docs/GL/glAlphaFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glAlphaFunc.xml rename to src/Generator.Bind/Specifications/Docs/GL/glAlphaFunc.xml diff --git a/Source/Bind/Specifications/Docs/GL/glAreTexturesResident.xml b/src/Generator.Bind/Specifications/Docs/GL/glAreTexturesResident.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glAreTexturesResident.xml rename to src/Generator.Bind/Specifications/Docs/GL/glAreTexturesResident.xml diff --git a/Source/Bind/Specifications/Docs/GL/glArrayElement.xml b/src/Generator.Bind/Specifications/Docs/GL/glArrayElement.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glArrayElement.xml rename to src/Generator.Bind/Specifications/Docs/GL/glArrayElement.xml diff --git a/Source/Bind/Specifications/Docs/GL/glAttachShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glAttachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glAttachShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glAttachShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBegin.xml b/src/Generator.Bind/Specifications/Docs/GL/glBegin.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBegin.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBegin.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBeginConditionalRender.xml b/src/Generator.Bind/Specifications/Docs/GL/glBeginConditionalRender.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBeginConditionalRender.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBeginConditionalRender.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBeginQuery.xml b/src/Generator.Bind/Specifications/Docs/GL/glBeginQuery.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBeginQuery.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBeginQuery.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBeginQueryIndexed.xml b/src/Generator.Bind/Specifications/Docs/GL/glBeginQueryIndexed.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBeginQueryIndexed.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBeginQueryIndexed.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBeginTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/GL/glBeginTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBeginTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBeginTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindBufferBase.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindBufferBase.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindBufferBase.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindBufferBase.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindBufferRange.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindBuffersBase.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindBuffersBase.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindBuffersBase.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindBuffersBase.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindBuffersRange.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindBuffersRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindBuffersRange.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindBuffersRange.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindFragDataLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindFragDataLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindFragDataLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindFragDataLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindFragDataLocationIndexed.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindFragDataLocationIndexed.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindFragDataLocationIndexed.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindFragDataLocationIndexed.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindImageTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindImageTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindImageTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindImageTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindImageTextures.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindImageTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindImageTextures.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindImageTextures.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindSampler.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindSampler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindSampler.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindSampler.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindSamplers.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindSamplers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindSamplers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindTextures.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindTextures.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindTextures.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindVertexArray.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindVertexArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindVertexArray.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindVertexArray.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindVertexBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindVertexBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindVertexBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindVertexBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBindVertexBuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glBindVertexBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBindVertexBuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBindVertexBuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBitmap.xml b/src/Generator.Bind/Specifications/Docs/GL/glBitmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBitmap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBitmap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBlendColor.xml b/src/Generator.Bind/Specifications/Docs/GL/glBlendColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBlendColor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBlendColor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBlendEquation.xml b/src/Generator.Bind/Specifications/Docs/GL/glBlendEquation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBlendEquation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBlendEquation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBlendEquationSeparate.xml b/src/Generator.Bind/Specifications/Docs/GL/glBlendEquationSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBlendEquationSeparate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBlendEquationSeparate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBlendFunc.xml b/src/Generator.Bind/Specifications/Docs/GL/glBlendFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBlendFunc.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBlendFunc.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBlendFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/GL/glBlendFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBlendFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBlendFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBlitFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glBlitFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBlitFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBlitFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBufferData.xml b/src/Generator.Bind/Specifications/Docs/GL/glBufferData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBufferData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBufferData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBufferStorage.xml b/src/Generator.Bind/Specifications/Docs/GL/glBufferStorage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBufferStorage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBufferStorage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/GL/glBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCallList.xml b/src/Generator.Bind/Specifications/Docs/GL/glCallList.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCallList.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCallList.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCallLists.xml b/src/Generator.Bind/Specifications/Docs/GL/glCallLists.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCallLists.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCallLists.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCheckFramebufferStatus.xml b/src/Generator.Bind/Specifications/Docs/GL/glCheckFramebufferStatus.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCheckFramebufferStatus.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCheckFramebufferStatus.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClampColor.xml b/src/Generator.Bind/Specifications/Docs/GL/glClampColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClampColor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClampColor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClear.xml b/src/Generator.Bind/Specifications/Docs/GL/glClear.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClear.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClear.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearAccum.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearAccum.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearAccum.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearAccum.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearBufferData.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearBufferData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearBufferData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearBufferData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearColor.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearColor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearColor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearDepth.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearDepth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearDepth.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearDepth.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearStencil.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearStencil.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearStencil.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearStencil.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearTexImage.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearTexImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearTexImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearTexImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClearTexSubImage.xml b/src/Generator.Bind/Specifications/Docs/GL/glClearTexSubImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClearTexSubImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClearTexSubImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClientActiveTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/glClientActiveTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClientActiveTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClientActiveTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClientWaitSync.xml b/src/Generator.Bind/Specifications/Docs/GL/glClientWaitSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClientWaitSync.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClientWaitSync.xml diff --git a/Source/Bind/Specifications/Docs/GL/glClipPlane.xml b/src/Generator.Bind/Specifications/Docs/GL/glClipPlane.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glClipPlane.xml rename to src/Generator.Bind/Specifications/Docs/GL/glClipPlane.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColor.xml b/src/Generator.Bind/Specifications/Docs/GL/glColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColorMask.xml b/src/Generator.Bind/Specifications/Docs/GL/glColorMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColorMask.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColorMask.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColorMaterial.xml b/src/Generator.Bind/Specifications/Docs/GL/glColorMaterial.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColorMaterial.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColorMaterial.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColorPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glColorPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColorPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColorPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColorSubTable.xml b/src/Generator.Bind/Specifications/Docs/GL/glColorSubTable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColorSubTable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColorSubTable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColorTable.xml b/src/Generator.Bind/Specifications/Docs/GL/glColorTable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColorTable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColorTable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glColorTableParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glColorTableParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glColorTableParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glColorTableParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompileShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompileShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompileShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompileShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompressedTexImage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompressedTexImage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompressedTexImage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompressedTexImage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompressedTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompressedTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompressedTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompressedTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompressedTexImage3D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompressedTexImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompressedTexImage3D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompressedTexImage3D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompressedTexSubImage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompressedTexSubImage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompressedTexSubImage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompressedTexSubImage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompressedTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompressedTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompressedTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompressedTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCompressedTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCompressedTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCompressedTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCompressedTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glConvolutionFilter1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glConvolutionFilter1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glConvolutionFilter1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glConvolutionFilter1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glConvolutionFilter2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glConvolutionFilter2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glConvolutionFilter2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glConvolutionFilter2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glConvolutionParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glConvolutionParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glConvolutionParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glConvolutionParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyColorSubTable.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyColorSubTable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyColorSubTable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyColorSubTable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyColorTable.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyColorTable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyColorTable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyColorTable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyConvolutionFilter1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyConvolutionFilter1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyConvolutionFilter1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyConvolutionFilter1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyConvolutionFilter2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyConvolutionFilter2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyConvolutionFilter2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyConvolutionFilter2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyImageSubData.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyImageSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyImageSubData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyImageSubData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyPixels.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyPixels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyPixels.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyPixels.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyTexImage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyTexImage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyTexImage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyTexImage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyTexSubImage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyTexSubImage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyTexSubImage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyTexSubImage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCopyTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/GL/glCopyTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCopyTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCopyTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCreateProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glCreateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCreateProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCreateProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCreateShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glCreateShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCreateShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCreateShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCreateShaderProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glCreateShaderProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCreateShaderProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCreateShaderProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glCullFace.xml b/src/Generator.Bind/Specifications/Docs/GL/glCullFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glCullFace.xml rename to src/Generator.Bind/Specifications/Docs/GL/glCullFace.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDebugMessageCallback.xml b/src/Generator.Bind/Specifications/Docs/GL/glDebugMessageCallback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDebugMessageCallback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDebugMessageCallback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDebugMessageControl.xml b/src/Generator.Bind/Specifications/Docs/GL/glDebugMessageControl.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDebugMessageControl.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDebugMessageControl.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDebugMessageInsert.xml b/src/Generator.Bind/Specifications/Docs/GL/glDebugMessageInsert.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDebugMessageInsert.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDebugMessageInsert.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteBuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteBuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteBuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteLists.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteLists.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteLists.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteLists.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteProgramPipelines.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteProgramPipelines.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteProgramPipelines.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteProgramPipelines.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteQueries.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteQueries.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteQueries.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteQueries.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteSamplers.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteSamplers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteSamplers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteSync.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteSync.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteSync.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteTextures.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteTextures.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteTextures.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteTransformFeedbacks.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteTransformFeedbacks.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteTransformFeedbacks.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteTransformFeedbacks.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDeleteVertexArrays.xml b/src/Generator.Bind/Specifications/Docs/GL/glDeleteVertexArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDeleteVertexArrays.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDeleteVertexArrays.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDepthFunc.xml b/src/Generator.Bind/Specifications/Docs/GL/glDepthFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDepthFunc.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDepthFunc.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDepthMask.xml b/src/Generator.Bind/Specifications/Docs/GL/glDepthMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDepthMask.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDepthMask.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDepthRange.xml b/src/Generator.Bind/Specifications/Docs/GL/glDepthRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDepthRange.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDepthRange.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDepthRangeArray.xml b/src/Generator.Bind/Specifications/Docs/GL/glDepthRangeArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDepthRangeArray.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDepthRangeArray.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDepthRangeIndexed.xml b/src/Generator.Bind/Specifications/Docs/GL/glDepthRangeIndexed.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDepthRangeIndexed.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDepthRangeIndexed.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDetachShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glDetachShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDetachShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDetachShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDispatchCompute.xml b/src/Generator.Bind/Specifications/Docs/GL/glDispatchCompute.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDispatchCompute.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDispatchCompute.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDispatchComputeIndirect.xml b/src/Generator.Bind/Specifications/Docs/GL/glDispatchComputeIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDispatchComputeIndirect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDispatchComputeIndirect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawArrays.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawArrays.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawArrays.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawArraysIndirect.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawArraysIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawArraysIndirect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawArraysIndirect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawArraysInstanced.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawArraysInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawArraysInstanced.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawArraysInstanced.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawArraysInstancedBaseInstance.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawArraysInstancedBaseInstance.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawArraysInstancedBaseInstance.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawArraysInstancedBaseInstance.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawBuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawBuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawBuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElements.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElements.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElements.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElementsBaseVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElementsBaseVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElementsBaseVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElementsBaseVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElementsIndirect.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElementsIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElementsIndirect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElementsIndirect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElementsInstanced.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElementsInstanced.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstanced.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseInstance.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseInstance.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseInstance.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseInstance.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertexBaseInstance.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertexBaseInstance.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertexBaseInstance.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawElementsInstancedBaseVertexBaseInstance.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawPixels.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawPixels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawPixels.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawPixels.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawRangeElements.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawRangeElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawRangeElements.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawRangeElements.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawRangeElementsBaseVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawRangeElementsBaseVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawRangeElementsBaseVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawRangeElementsBaseVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawTransformFeedbackInstanced.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedbackInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawTransformFeedbackInstanced.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedbackInstanced.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawTransformFeedbackStream.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedbackStream.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawTransformFeedbackStream.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedbackStream.xml diff --git a/Source/Bind/Specifications/Docs/GL/glDrawTransformFeedbackStreamInstanced.xml b/src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedbackStreamInstanced.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glDrawTransformFeedbackStreamInstanced.xml rename to src/Generator.Bind/Specifications/Docs/GL/glDrawTransformFeedbackStreamInstanced.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEdgeFlag.xml b/src/Generator.Bind/Specifications/Docs/GL/glEdgeFlag.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEdgeFlag.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEdgeFlag.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEdgeFlagPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glEdgeFlagPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEdgeFlagPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEdgeFlagPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEnable.xml b/src/Generator.Bind/Specifications/Docs/GL/glEnable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEnable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEnable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEnableClientState.xml b/src/Generator.Bind/Specifications/Docs/GL/glEnableClientState.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEnableClientState.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEnableClientState.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEnableVertexAttribArray.xml b/src/Generator.Bind/Specifications/Docs/GL/glEnableVertexAttribArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEnableVertexAttribArray.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEnableVertexAttribArray.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEvalCoord.xml b/src/Generator.Bind/Specifications/Docs/GL/glEvalCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEvalCoord.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEvalCoord.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEvalMesh.xml b/src/Generator.Bind/Specifications/Docs/GL/glEvalMesh.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEvalMesh.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEvalMesh.xml diff --git a/Source/Bind/Specifications/Docs/GL/glEvalPoint.xml b/src/Generator.Bind/Specifications/Docs/GL/glEvalPoint.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glEvalPoint.xml rename to src/Generator.Bind/Specifications/Docs/GL/glEvalPoint.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFeedbackBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glFeedbackBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFeedbackBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFeedbackBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFenceSync.xml b/src/Generator.Bind/Specifications/Docs/GL/glFenceSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFenceSync.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFenceSync.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFinish.xml b/src/Generator.Bind/Specifications/Docs/GL/glFinish.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFinish.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFinish.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFlush.xml b/src/Generator.Bind/Specifications/Docs/GL/glFlush.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFlush.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFlush.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFlushMappedBufferRange.xml b/src/Generator.Bind/Specifications/Docs/GL/glFlushMappedBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFlushMappedBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFlushMappedBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFog.xml b/src/Generator.Bind/Specifications/Docs/GL/glFog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFog.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFog.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFogCoord.xml b/src/Generator.Bind/Specifications/Docs/GL/glFogCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFogCoord.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFogCoord.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFogCoordPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glFogCoordPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFogCoordPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFogCoordPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFramebufferParameteri.xml b/src/Generator.Bind/Specifications/Docs/GL/glFramebufferParameteri.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFramebufferParameteri.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFramebufferParameteri.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFramebufferRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glFramebufferRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFramebufferRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFramebufferRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFramebufferTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/glFramebufferTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFramebufferTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFramebufferTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFramebufferTextureLayer.xml b/src/Generator.Bind/Specifications/Docs/GL/glFramebufferTextureLayer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFramebufferTextureLayer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFramebufferTextureLayer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFrontFace.xml b/src/Generator.Bind/Specifications/Docs/GL/glFrontFace.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFrontFace.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFrontFace.xml diff --git a/Source/Bind/Specifications/Docs/GL/glFrustum.xml b/src/Generator.Bind/Specifications/Docs/GL/glFrustum.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glFrustum.xml rename to src/Generator.Bind/Specifications/Docs/GL/glFrustum.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenBuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenBuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenBuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenFramebuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenFramebuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenFramebuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenFramebuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenLists.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenLists.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenLists.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenLists.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenProgramPipelines.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenProgramPipelines.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenProgramPipelines.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenProgramPipelines.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenQueries.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenQueries.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenQueries.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenQueries.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenRenderbuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenRenderbuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenRenderbuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenRenderbuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenSamplers.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenSamplers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenSamplers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenSamplers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenTextures.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenTextures.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenTextures.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenTransformFeedbacks.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenTransformFeedbacks.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenTransformFeedbacks.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenTransformFeedbacks.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenVertexArrays.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenVertexArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenVertexArrays.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenVertexArrays.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGenerateMipmap.xml b/src/Generator.Bind/Specifications/Docs/GL/glGenerateMipmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGenerateMipmap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGenerateMipmap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGet.xml b/src/Generator.Bind/Specifications/Docs/GL/glGet.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGet.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGet.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveAtomicCounterBufferiv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveAtomicCounterBufferiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveAtomicCounterBufferiv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveAtomicCounterBufferiv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveAttrib.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveAttrib.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveAttrib.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveSubroutineName.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveSubroutineName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveSubroutineName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveSubroutineName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveSubroutineUniform.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveSubroutineUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveSubroutineUniform.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveSubroutineUniform.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveSubroutineUniformName.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveSubroutineUniformName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveSubroutineUniformName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveSubroutineUniformName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveUniform.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveUniform.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniform.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveUniformBlock.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformBlock.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveUniformBlock.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformBlock.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveUniformBlockName.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformBlockName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveUniformBlockName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformBlockName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveUniformName.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveUniformName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetActiveUniformsiv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformsiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetActiveUniformsiv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetActiveUniformsiv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetAttachedShaders.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetAttachedShaders.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetAttachedShaders.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetAttachedShaders.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetAttribLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetAttribLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetAttribLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetAttribLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetBufferParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetBufferParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetBufferParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetBufferParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetBufferParameteriv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetBufferParameteriv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetBufferParameteriv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetBufferParameteriv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetBufferPointerv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetBufferPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetBufferPointerv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetBufferPointerv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetClipPlane.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetClipPlane.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetClipPlane.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetClipPlane.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetColorTable.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetColorTable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetColorTable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetColorTable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetColorTableParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetColorTableParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetColorTableParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetColorTableParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetCompressedTexImage.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetCompressedTexImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetCompressedTexImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetCompressedTexImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetConvolutionFilter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetConvolutionFilter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetConvolutionFilter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetConvolutionFilter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetConvolutionParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetConvolutionParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetConvolutionParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetConvolutionParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetDebugMessageLog.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetDebugMessageLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetDebugMessageLog.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetDebugMessageLog.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetError.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetError.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetError.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetError.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetFragDataIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetFragDataIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetFragDataIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetFragDataIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetFragDataLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetFragDataLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetFragDataLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetFragDataLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetFramebufferAttachmentParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetFramebufferAttachmentParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetFramebufferAttachmentParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetFramebufferAttachmentParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetFramebufferParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetFramebufferParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetFramebufferParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetFramebufferParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetHistogram.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetHistogram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetHistogram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetHistogram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetHistogramParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetHistogramParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetHistogramParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetHistogramParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetInternalformat.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetInternalformat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetInternalformat.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetInternalformat.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetLight.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetLight.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetLight.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetLight.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetMap.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetMap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetMap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetMap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetMaterial.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetMaterial.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetMaterial.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetMaterial.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetMinmax.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetMinmax.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetMinmax.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetMinmax.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetMinmaxParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetMinmaxParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetMinmaxParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetMinmaxParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetMultisample.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetMultisample.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetMultisample.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetObjectLabel.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetObjectLabel.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetObjectLabel.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetObjectLabel.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetObjectPtrLabel.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetObjectPtrLabel.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetObjectPtrLabel.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetObjectPtrLabel.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetPixelMap.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetPixelMap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetPixelMap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetPixelMap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetPointerv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetPointerv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetPointerv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetPolygonStipple.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetPolygonStipple.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetPolygonStipple.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetPolygonStipple.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramBinary.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramBinary.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramBinary.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramInfoLog.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramInterface.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramInterface.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramInterface.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramInterface.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramPipelineInfoLog.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramPipelineInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramPipelineInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramPipelineInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramResource.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramResource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramResource.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramResource.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramResourceIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramResourceIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramResourceLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramResourceLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramResourceLocationIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceLocationIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramResourceLocationIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceLocationIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramResourceName.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramResourceName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramResourceName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetProgramStage.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetProgramStage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetProgramStage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetProgramStage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetQueryIndexed.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetQueryIndexed.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetQueryIndexed.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetQueryIndexed.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetQueryObject.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetQueryObject.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetQueryObject.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetQueryObject.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetQueryiv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetQueryiv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetQueryiv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetQueryiv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetRenderbufferParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetRenderbufferParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetRenderbufferParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetRenderbufferParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetSamplerParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetSamplerParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetSamplerParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetSamplerParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetSeparableFilter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetSeparableFilter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetSeparableFilter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetSeparableFilter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetShaderInfoLog.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetShaderInfoLog.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetShaderInfoLog.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetShaderInfoLog.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetShaderPrecisionFormat.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetShaderPrecisionFormat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetShaderPrecisionFormat.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetShaderPrecisionFormat.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetShaderSource.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetString.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetString.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetString.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetSubroutineIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetSubroutineIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetSubroutineIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetSubroutineIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetSubroutineUniformLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetSubroutineUniformLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetSubroutineUniformLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetSubroutineUniformLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetSync.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetSync.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetSync.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetTexEnv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetTexEnv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetTexEnv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetTexEnv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetTexGen.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetTexGen.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetTexGen.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetTexGen.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetTexImage.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetTexImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetTexImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetTexImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetTexLevelParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetTexLevelParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetTexLevelParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetTexLevelParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetTexParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetTransformFeedbackVarying.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetTransformFeedbackVarying.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetTransformFeedbackVarying.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetTransformFeedbackVarying.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetUniform.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetUniform.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetUniform.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetUniformBlockIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetUniformBlockIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetUniformBlockIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetUniformBlockIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetUniformIndices.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetUniformIndices.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetUniformIndices.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetUniformIndices.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetUniformLocation.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetUniformLocation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetUniformLocation.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetUniformLocation.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetUniformSubroutine.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetUniformSubroutine.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetUniformSubroutine.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetUniformSubroutine.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/GL/glGetVertexAttribPointerv.xml b/src/Generator.Bind/Specifications/Docs/GL/glGetVertexAttribPointerv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glGetVertexAttribPointerv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glGetVertexAttribPointerv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glHint.xml b/src/Generator.Bind/Specifications/Docs/GL/glHint.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glHint.xml rename to src/Generator.Bind/Specifications/Docs/GL/glHint.xml diff --git a/Source/Bind/Specifications/Docs/GL/glHistogram.xml b/src/Generator.Bind/Specifications/Docs/GL/glHistogram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glHistogram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glHistogram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIndexMask.xml b/src/Generator.Bind/Specifications/Docs/GL/glIndexMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIndexMask.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIndexMask.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIndexPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glIndexPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIndexPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIndexPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInitNames.xml b/src/Generator.Bind/Specifications/Docs/GL/glInitNames.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInitNames.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInitNames.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInterleavedArrays.xml b/src/Generator.Bind/Specifications/Docs/GL/glInterleavedArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInterleavedArrays.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInterleavedArrays.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInvalidateBufferData.xml b/src/Generator.Bind/Specifications/Docs/GL/glInvalidateBufferData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInvalidateBufferData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInvalidateBufferData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInvalidateBufferSubData.xml b/src/Generator.Bind/Specifications/Docs/GL/glInvalidateBufferSubData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInvalidateBufferSubData.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInvalidateBufferSubData.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInvalidateFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glInvalidateFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInvalidateFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInvalidateFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInvalidateSubFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glInvalidateSubFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInvalidateSubFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInvalidateSubFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInvalidateTexImage.xml b/src/Generator.Bind/Specifications/Docs/GL/glInvalidateTexImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInvalidateTexImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInvalidateTexImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glInvalidateTexSubImage.xml b/src/Generator.Bind/Specifications/Docs/GL/glInvalidateTexSubImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glInvalidateTexSubImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glInvalidateTexSubImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsEnabled.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsEnabled.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsEnabled.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsEnabled.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsFramebuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsFramebuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsFramebuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsFramebuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsList.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsList.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsList.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsList.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsQuery.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsQuery.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsQuery.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsQuery.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsRenderbuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsRenderbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsRenderbuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsRenderbuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsSampler.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsSampler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsSampler.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsSampler.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsShader.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsShader.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsShader.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsShader.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsSync.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsSync.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsSync.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glIsVertexArray.xml b/src/Generator.Bind/Specifications/Docs/GL/glIsVertexArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glIsVertexArray.xml rename to src/Generator.Bind/Specifications/Docs/GL/glIsVertexArray.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLight.xml b/src/Generator.Bind/Specifications/Docs/GL/glLight.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLight.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLight.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLightModel.xml b/src/Generator.Bind/Specifications/Docs/GL/glLightModel.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLightModel.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLightModel.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLineStipple.xml b/src/Generator.Bind/Specifications/Docs/GL/glLineStipple.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLineStipple.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLineStipple.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLineWidth.xml b/src/Generator.Bind/Specifications/Docs/GL/glLineWidth.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLineWidth.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLineWidth.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLinkProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glLinkProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLinkProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLinkProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glListBase.xml b/src/Generator.Bind/Specifications/Docs/GL/glListBase.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glListBase.xml rename to src/Generator.Bind/Specifications/Docs/GL/glListBase.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLoadIdentity.xml b/src/Generator.Bind/Specifications/Docs/GL/glLoadIdentity.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLoadIdentity.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLoadIdentity.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLoadMatrix.xml b/src/Generator.Bind/Specifications/Docs/GL/glLoadMatrix.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLoadMatrix.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLoadMatrix.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLoadName.xml b/src/Generator.Bind/Specifications/Docs/GL/glLoadName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLoadName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLoadName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLoadTransposeMatrix.xml b/src/Generator.Bind/Specifications/Docs/GL/glLoadTransposeMatrix.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLoadTransposeMatrix.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLoadTransposeMatrix.xml diff --git a/Source/Bind/Specifications/Docs/GL/glLogicOp.xml b/src/Generator.Bind/Specifications/Docs/GL/glLogicOp.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glLogicOp.xml rename to src/Generator.Bind/Specifications/Docs/GL/glLogicOp.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMap1.xml b/src/Generator.Bind/Specifications/Docs/GL/glMap1.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMap1.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMap1.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMap2.xml b/src/Generator.Bind/Specifications/Docs/GL/glMap2.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMap2.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMap2.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMapBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glMapBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMapBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMapBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMapBufferRange.xml b/src/Generator.Bind/Specifications/Docs/GL/glMapBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMapBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMapBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMapGrid.xml b/src/Generator.Bind/Specifications/Docs/GL/glMapGrid.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMapGrid.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMapGrid.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMaterial.xml b/src/Generator.Bind/Specifications/Docs/GL/glMaterial.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMaterial.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMaterial.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMatrixMode.xml b/src/Generator.Bind/Specifications/Docs/GL/glMatrixMode.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMatrixMode.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMatrixMode.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMemoryBarrier.xml b/src/Generator.Bind/Specifications/Docs/GL/glMemoryBarrier.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMemoryBarrier.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMemoryBarrier.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMinSampleShading.xml b/src/Generator.Bind/Specifications/Docs/GL/glMinSampleShading.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMinSampleShading.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMinSampleShading.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMinmax.xml b/src/Generator.Bind/Specifications/Docs/GL/glMinmax.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMinmax.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMinmax.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultMatrix.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultMatrix.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultMatrix.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultMatrix.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultTransposeMatrix.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultTransposeMatrix.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultTransposeMatrix.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultTransposeMatrix.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultiDrawArrays.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultiDrawArrays.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultiDrawArrays.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultiDrawArrays.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultiDrawArraysIndirect.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultiDrawArraysIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultiDrawArraysIndirect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultiDrawArraysIndirect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultiDrawElements.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultiDrawElements.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultiDrawElements.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultiDrawElements.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultiDrawElementsBaseVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultiDrawElementsBaseVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultiDrawElementsBaseVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultiDrawElementsBaseVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultiDrawElementsIndirect.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultiDrawElementsIndirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultiDrawElementsIndirect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultiDrawElementsIndirect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glMultiTexCoord.xml b/src/Generator.Bind/Specifications/Docs/GL/glMultiTexCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glMultiTexCoord.xml rename to src/Generator.Bind/Specifications/Docs/GL/glMultiTexCoord.xml diff --git a/Source/Bind/Specifications/Docs/GL/glNewList.xml b/src/Generator.Bind/Specifications/Docs/GL/glNewList.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glNewList.xml rename to src/Generator.Bind/Specifications/Docs/GL/glNewList.xml diff --git a/Source/Bind/Specifications/Docs/GL/glNormal.xml b/src/Generator.Bind/Specifications/Docs/GL/glNormal.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glNormal.xml rename to src/Generator.Bind/Specifications/Docs/GL/glNormal.xml diff --git a/Source/Bind/Specifications/Docs/GL/glNormalPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glNormalPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glNormalPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glNormalPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glObjectLabel.xml b/src/Generator.Bind/Specifications/Docs/GL/glObjectLabel.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glObjectLabel.xml rename to src/Generator.Bind/Specifications/Docs/GL/glObjectLabel.xml diff --git a/Source/Bind/Specifications/Docs/GL/glObjectPtrLabel.xml b/src/Generator.Bind/Specifications/Docs/GL/glObjectPtrLabel.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glObjectPtrLabel.xml rename to src/Generator.Bind/Specifications/Docs/GL/glObjectPtrLabel.xml diff --git a/Source/Bind/Specifications/Docs/GL/glOrtho.xml b/src/Generator.Bind/Specifications/Docs/GL/glOrtho.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glOrtho.xml rename to src/Generator.Bind/Specifications/Docs/GL/glOrtho.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPassThrough.xml b/src/Generator.Bind/Specifications/Docs/GL/glPassThrough.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPassThrough.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPassThrough.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPatchParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glPatchParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPatchParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPatchParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPauseTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/GL/glPauseTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPauseTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPauseTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPixelMap.xml b/src/Generator.Bind/Specifications/Docs/GL/glPixelMap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPixelMap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPixelMap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPixelStore.xml b/src/Generator.Bind/Specifications/Docs/GL/glPixelStore.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPixelStore.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPixelStore.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPixelTransfer.xml b/src/Generator.Bind/Specifications/Docs/GL/glPixelTransfer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPixelTransfer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPixelTransfer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPixelZoom.xml b/src/Generator.Bind/Specifications/Docs/GL/glPixelZoom.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPixelZoom.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPixelZoom.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPointParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glPointParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPointParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPointParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPointSize.xml b/src/Generator.Bind/Specifications/Docs/GL/glPointSize.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPointSize.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPointSize.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPolygonMode.xml b/src/Generator.Bind/Specifications/Docs/GL/glPolygonMode.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPolygonMode.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPolygonMode.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPolygonOffset.xml b/src/Generator.Bind/Specifications/Docs/GL/glPolygonOffset.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPolygonOffset.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPolygonOffset.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPolygonStipple.xml b/src/Generator.Bind/Specifications/Docs/GL/glPolygonStipple.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPolygonStipple.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPolygonStipple.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPopDebugGroup.xml b/src/Generator.Bind/Specifications/Docs/GL/glPopDebugGroup.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPopDebugGroup.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPopDebugGroup.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPrimitiveRestartIndex.xml b/src/Generator.Bind/Specifications/Docs/GL/glPrimitiveRestartIndex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPrimitiveRestartIndex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPrimitiveRestartIndex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPrioritizeTextures.xml b/src/Generator.Bind/Specifications/Docs/GL/glPrioritizeTextures.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPrioritizeTextures.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPrioritizeTextures.xml diff --git a/Source/Bind/Specifications/Docs/GL/glProgramBinary.xml b/src/Generator.Bind/Specifications/Docs/GL/glProgramBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glProgramBinary.xml rename to src/Generator.Bind/Specifications/Docs/GL/glProgramBinary.xml diff --git a/Source/Bind/Specifications/Docs/GL/glProgramParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glProgramParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glProgramParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glProgramParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glProgramUniform.xml b/src/Generator.Bind/Specifications/Docs/GL/glProgramUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glProgramUniform.xml rename to src/Generator.Bind/Specifications/Docs/GL/glProgramUniform.xml diff --git a/Source/Bind/Specifications/Docs/GL/glProvokingVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/glProvokingVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glProvokingVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glProvokingVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPushAttrib.xml b/src/Generator.Bind/Specifications/Docs/GL/glPushAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPushAttrib.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPushAttrib.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPushClientAttrib.xml b/src/Generator.Bind/Specifications/Docs/GL/glPushClientAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPushClientAttrib.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPushClientAttrib.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPushDebugGroup.xml b/src/Generator.Bind/Specifications/Docs/GL/glPushDebugGroup.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPushDebugGroup.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPushDebugGroup.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPushMatrix.xml b/src/Generator.Bind/Specifications/Docs/GL/glPushMatrix.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPushMatrix.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPushMatrix.xml diff --git a/Source/Bind/Specifications/Docs/GL/glPushName.xml b/src/Generator.Bind/Specifications/Docs/GL/glPushName.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glPushName.xml rename to src/Generator.Bind/Specifications/Docs/GL/glPushName.xml diff --git a/Source/Bind/Specifications/Docs/GL/glQueryCounter.xml b/src/Generator.Bind/Specifications/Docs/GL/glQueryCounter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glQueryCounter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glQueryCounter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glRasterPos.xml b/src/Generator.Bind/Specifications/Docs/GL/glRasterPos.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glRasterPos.xml rename to src/Generator.Bind/Specifications/Docs/GL/glRasterPos.xml diff --git a/Source/Bind/Specifications/Docs/GL/glReadBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glReadBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glReadBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glReadBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glReadPixels.xml b/src/Generator.Bind/Specifications/Docs/GL/glReadPixels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glReadPixels.xml rename to src/Generator.Bind/Specifications/Docs/GL/glReadPixels.xml diff --git a/Source/Bind/Specifications/Docs/GL/glRect.xml b/src/Generator.Bind/Specifications/Docs/GL/glRect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glRect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glRect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glReleaseShaderCompiler.xml b/src/Generator.Bind/Specifications/Docs/GL/glReleaseShaderCompiler.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glReleaseShaderCompiler.xml rename to src/Generator.Bind/Specifications/Docs/GL/glReleaseShaderCompiler.xml diff --git a/Source/Bind/Specifications/Docs/GL/glRenderMode.xml b/src/Generator.Bind/Specifications/Docs/GL/glRenderMode.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glRenderMode.xml rename to src/Generator.Bind/Specifications/Docs/GL/glRenderMode.xml diff --git a/Source/Bind/Specifications/Docs/GL/glRenderbufferStorage.xml b/src/Generator.Bind/Specifications/Docs/GL/glRenderbufferStorage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glRenderbufferStorage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glRenderbufferStorage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glRenderbufferStorageMultisample.xml b/src/Generator.Bind/Specifications/Docs/GL/glRenderbufferStorageMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glRenderbufferStorageMultisample.xml rename to src/Generator.Bind/Specifications/Docs/GL/glRenderbufferStorageMultisample.xml diff --git a/Source/Bind/Specifications/Docs/GL/glResetHistogram.xml b/src/Generator.Bind/Specifications/Docs/GL/glResetHistogram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glResetHistogram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glResetHistogram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glResetMinmax.xml b/src/Generator.Bind/Specifications/Docs/GL/glResetMinmax.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glResetMinmax.xml rename to src/Generator.Bind/Specifications/Docs/GL/glResetMinmax.xml diff --git a/Source/Bind/Specifications/Docs/GL/glResumeTransformFeedback.xml b/src/Generator.Bind/Specifications/Docs/GL/glResumeTransformFeedback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glResumeTransformFeedback.xml rename to src/Generator.Bind/Specifications/Docs/GL/glResumeTransformFeedback.xml diff --git a/Source/Bind/Specifications/Docs/GL/glRotate.xml b/src/Generator.Bind/Specifications/Docs/GL/glRotate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glRotate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glRotate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSampleCoverage.xml b/src/Generator.Bind/Specifications/Docs/GL/glSampleCoverage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSampleCoverage.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSampleCoverage.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSampleMaski.xml b/src/Generator.Bind/Specifications/Docs/GL/glSampleMaski.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSampleMaski.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSampleMaski.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSamplerParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glSamplerParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSamplerParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSamplerParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glScale.xml b/src/Generator.Bind/Specifications/Docs/GL/glScale.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glScale.xml rename to src/Generator.Bind/Specifications/Docs/GL/glScale.xml diff --git a/Source/Bind/Specifications/Docs/GL/glScissor.xml b/src/Generator.Bind/Specifications/Docs/GL/glScissor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glScissor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glScissor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glScissorArray.xml b/src/Generator.Bind/Specifications/Docs/GL/glScissorArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glScissorArray.xml rename to src/Generator.Bind/Specifications/Docs/GL/glScissorArray.xml diff --git a/Source/Bind/Specifications/Docs/GL/glScissorIndexed.xml b/src/Generator.Bind/Specifications/Docs/GL/glScissorIndexed.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glScissorIndexed.xml rename to src/Generator.Bind/Specifications/Docs/GL/glScissorIndexed.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSecondaryColor.xml b/src/Generator.Bind/Specifications/Docs/GL/glSecondaryColor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSecondaryColor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSecondaryColor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSecondaryColorPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glSecondaryColorPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSecondaryColorPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSecondaryColorPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSelectBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glSelectBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSelectBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSelectBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glSeparableFilter2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glSeparableFilter2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glSeparableFilter2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glSeparableFilter2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glShadeModel.xml b/src/Generator.Bind/Specifications/Docs/GL/glShadeModel.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glShadeModel.xml rename to src/Generator.Bind/Specifications/Docs/GL/glShadeModel.xml diff --git a/Source/Bind/Specifications/Docs/GL/glShaderBinary.xml b/src/Generator.Bind/Specifications/Docs/GL/glShaderBinary.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glShaderBinary.xml rename to src/Generator.Bind/Specifications/Docs/GL/glShaderBinary.xml diff --git a/Source/Bind/Specifications/Docs/GL/glShaderSource.xml b/src/Generator.Bind/Specifications/Docs/GL/glShaderSource.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glShaderSource.xml rename to src/Generator.Bind/Specifications/Docs/GL/glShaderSource.xml diff --git a/Source/Bind/Specifications/Docs/GL/glShaderStorageBlockBinding.xml b/src/Generator.Bind/Specifications/Docs/GL/glShaderStorageBlockBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glShaderStorageBlockBinding.xml rename to src/Generator.Bind/Specifications/Docs/GL/glShaderStorageBlockBinding.xml diff --git a/Source/Bind/Specifications/Docs/GL/glStencilFunc.xml b/src/Generator.Bind/Specifications/Docs/GL/glStencilFunc.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glStencilFunc.xml rename to src/Generator.Bind/Specifications/Docs/GL/glStencilFunc.xml diff --git a/Source/Bind/Specifications/Docs/GL/glStencilFuncSeparate.xml b/src/Generator.Bind/Specifications/Docs/GL/glStencilFuncSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glStencilFuncSeparate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glStencilFuncSeparate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glStencilMask.xml b/src/Generator.Bind/Specifications/Docs/GL/glStencilMask.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glStencilMask.xml rename to src/Generator.Bind/Specifications/Docs/GL/glStencilMask.xml diff --git a/Source/Bind/Specifications/Docs/GL/glStencilMaskSeparate.xml b/src/Generator.Bind/Specifications/Docs/GL/glStencilMaskSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glStencilMaskSeparate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glStencilMaskSeparate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glStencilOp.xml b/src/Generator.Bind/Specifications/Docs/GL/glStencilOp.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glStencilOp.xml rename to src/Generator.Bind/Specifications/Docs/GL/glStencilOp.xml diff --git a/Source/Bind/Specifications/Docs/GL/glStencilOpSeparate.xml b/src/Generator.Bind/Specifications/Docs/GL/glStencilOpSeparate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glStencilOpSeparate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glStencilOpSeparate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexBuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexBuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexBuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexBuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexBufferRange.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexBufferRange.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexBufferRange.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexBufferRange.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexCoord.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexCoord.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexCoord.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexCoord.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexCoordPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexCoordPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexCoordPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexCoordPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexEnv.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexEnv.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexEnv.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexEnv.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexGen.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexGen.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexGen.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexGen.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexImage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexImage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexImage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexImage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexImage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexImage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexImage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexImage2DMultisample.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexImage2DMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexImage2DMultisample.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexImage2DMultisample.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexImage3D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexImage3D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexImage3D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexImage3DMultisample.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexImage3DMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexImage3DMultisample.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexImage3DMultisample.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexParameter.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexParameter.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexParameter.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexParameter.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexStorage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexStorage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexStorage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexStorage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexStorage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexStorage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexStorage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexStorage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexStorage2DMultisample.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexStorage2DMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexStorage2DMultisample.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexStorage2DMultisample.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexStorage3D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexStorage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexStorage3D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexStorage3D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexStorage3DMultisample.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexStorage3DMultisample.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexStorage3DMultisample.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexStorage3DMultisample.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexSubImage1D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexSubImage1D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexSubImage1D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexSubImage1D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexSubImage2D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexSubImage2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexSubImage2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexSubImage2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTexSubImage3D.xml b/src/Generator.Bind/Specifications/Docs/GL/glTexSubImage3D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTexSubImage3D.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTexSubImage3D.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTextureView.xml b/src/Generator.Bind/Specifications/Docs/GL/glTextureView.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTextureView.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTextureView.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTransformFeedbackVaryings.xml b/src/Generator.Bind/Specifications/Docs/GL/glTransformFeedbackVaryings.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTransformFeedbackVaryings.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTransformFeedbackVaryings.xml diff --git a/Source/Bind/Specifications/Docs/GL/glTranslate.xml b/src/Generator.Bind/Specifications/Docs/GL/glTranslate.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glTranslate.xml rename to src/Generator.Bind/Specifications/Docs/GL/glTranslate.xml diff --git a/Source/Bind/Specifications/Docs/GL/glUniform.xml b/src/Generator.Bind/Specifications/Docs/GL/glUniform.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glUniform.xml rename to src/Generator.Bind/Specifications/Docs/GL/glUniform.xml diff --git a/Source/Bind/Specifications/Docs/GL/glUniformBlockBinding.xml b/src/Generator.Bind/Specifications/Docs/GL/glUniformBlockBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glUniformBlockBinding.xml rename to src/Generator.Bind/Specifications/Docs/GL/glUniformBlockBinding.xml diff --git a/Source/Bind/Specifications/Docs/GL/glUniformSubroutines.xml b/src/Generator.Bind/Specifications/Docs/GL/glUniformSubroutines.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glUniformSubroutines.xml rename to src/Generator.Bind/Specifications/Docs/GL/glUniformSubroutines.xml diff --git a/Source/Bind/Specifications/Docs/GL/glUseProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glUseProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glUseProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glUseProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glUseProgramStages.xml b/src/Generator.Bind/Specifications/Docs/GL/glUseProgramStages.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glUseProgramStages.xml rename to src/Generator.Bind/Specifications/Docs/GL/glUseProgramStages.xml diff --git a/Source/Bind/Specifications/Docs/GL/glValidateProgram.xml b/src/Generator.Bind/Specifications/Docs/GL/glValidateProgram.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glValidateProgram.xml rename to src/Generator.Bind/Specifications/Docs/GL/glValidateProgram.xml diff --git a/Source/Bind/Specifications/Docs/GL/glValidateProgramPipeline.xml b/src/Generator.Bind/Specifications/Docs/GL/glValidateProgramPipeline.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glValidateProgramPipeline.xml rename to src/Generator.Bind/Specifications/Docs/GL/glValidateProgramPipeline.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexAttrib.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexAttrib.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexAttrib.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexAttribBinding.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexAttribBinding.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexAttribBinding.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexAttribBinding.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexAttribDivisor.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexAttribDivisor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexAttribDivisor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexAttribDivisor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexAttribFormat.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexAttribFormat.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexAttribFormat.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexAttribFormat.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexAttribPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexAttribPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexAttribPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexAttribPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexBindingDivisor.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexBindingDivisor.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexBindingDivisor.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexBindingDivisor.xml diff --git a/Source/Bind/Specifications/Docs/GL/glVertexPointer.xml b/src/Generator.Bind/Specifications/Docs/GL/glVertexPointer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glVertexPointer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glVertexPointer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glViewport.xml b/src/Generator.Bind/Specifications/Docs/GL/glViewport.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glViewport.xml rename to src/Generator.Bind/Specifications/Docs/GL/glViewport.xml diff --git a/Source/Bind/Specifications/Docs/GL/glViewportArray.xml b/src/Generator.Bind/Specifications/Docs/GL/glViewportArray.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glViewportArray.xml rename to src/Generator.Bind/Specifications/Docs/GL/glViewportArray.xml diff --git a/Source/Bind/Specifications/Docs/GL/glViewportIndexed.xml b/src/Generator.Bind/Specifications/Docs/GL/glViewportIndexed.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glViewportIndexed.xml rename to src/Generator.Bind/Specifications/Docs/GL/glViewportIndexed.xml diff --git a/Source/Bind/Specifications/Docs/GL/glWaitSync.xml b/src/Generator.Bind/Specifications/Docs/GL/glWaitSync.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glWaitSync.xml rename to src/Generator.Bind/Specifications/Docs/GL/glWaitSync.xml diff --git a/Source/Bind/Specifications/Docs/GL/glWindowPos.xml b/src/Generator.Bind/Specifications/Docs/GL/glWindowPos.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glWindowPos.xml rename to src/Generator.Bind/Specifications/Docs/GL/glWindowPos.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXChooseFBConfig.xml b/src/Generator.Bind/Specifications/Docs/GL/glXChooseFBConfig.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXChooseFBConfig.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXChooseFBConfig.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXChooseVisual.xml b/src/Generator.Bind/Specifications/Docs/GL/glXChooseVisual.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXChooseVisual.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXChooseVisual.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCopyContext.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCopyContext.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCopyContext.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCopyContext.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCreateContext.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCreateContext.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCreateContext.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCreateContext.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCreateGLXPixmap.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCreateGLXPixmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCreateGLXPixmap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCreateGLXPixmap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCreateNewContext.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCreateNewContext.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCreateNewContext.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCreateNewContext.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCreatePbuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCreatePbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCreatePbuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCreatePbuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCreatePixmap.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCreatePixmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCreatePixmap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCreatePixmap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXCreateWindow.xml b/src/Generator.Bind/Specifications/Docs/GL/glXCreateWindow.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXCreateWindow.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXCreateWindow.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXDestroyContext.xml b/src/Generator.Bind/Specifications/Docs/GL/glXDestroyContext.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXDestroyContext.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXDestroyContext.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXDestroyGLXPixmap.xml b/src/Generator.Bind/Specifications/Docs/GL/glXDestroyGLXPixmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXDestroyGLXPixmap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXDestroyGLXPixmap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXDestroyPbuffer.xml b/src/Generator.Bind/Specifications/Docs/GL/glXDestroyPbuffer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXDestroyPbuffer.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXDestroyPbuffer.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXDestroyPixmap.xml b/src/Generator.Bind/Specifications/Docs/GL/glXDestroyPixmap.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXDestroyPixmap.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXDestroyPixmap.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXDestroyWindow.xml b/src/Generator.Bind/Specifications/Docs/GL/glXDestroyWindow.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXDestroyWindow.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXDestroyWindow.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXFreeContextEXT.xml b/src/Generator.Bind/Specifications/Docs/GL/glXFreeContextEXT.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXFreeContextEXT.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXFreeContextEXT.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetClientString.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetClientString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetClientString.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetClientString.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetConfig.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetConfig.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetConfig.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetConfig.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetContextIDEXT.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetContextIDEXT.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetContextIDEXT.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetContextIDEXT.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetCurrentContext.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentContext.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetCurrentContext.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentContext.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetCurrentDisplay.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentDisplay.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetCurrentDisplay.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentDisplay.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetCurrentDrawable.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentDrawable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetCurrentDrawable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentDrawable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetCurrentReadDrawable.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentReadDrawable.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetCurrentReadDrawable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetCurrentReadDrawable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetFBConfigAttrib.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetFBConfigAttrib.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetFBConfigAttrib.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetFBConfigAttrib.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetFBConfigs.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetFBConfigs.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetFBConfigs.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetFBConfigs.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetProcAddress.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetProcAddress.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetProcAddress.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetProcAddress.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetSelectedEvent.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetSelectedEvent.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetSelectedEvent.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetSelectedEvent.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXGetVisualFromFBConfig.xml b/src/Generator.Bind/Specifications/Docs/GL/glXGetVisualFromFBConfig.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXGetVisualFromFBConfig.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXGetVisualFromFBConfig.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXImportContextEXT.xml b/src/Generator.Bind/Specifications/Docs/GL/glXImportContextEXT.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXImportContextEXT.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXImportContextEXT.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXIntro.xml b/src/Generator.Bind/Specifications/Docs/GL/glXIntro.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXIntro.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXIntro.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXIsDirect.xml b/src/Generator.Bind/Specifications/Docs/GL/glXIsDirect.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXIsDirect.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXIsDirect.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXMakeContextCurrent.xml b/src/Generator.Bind/Specifications/Docs/GL/glXMakeContextCurrent.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXMakeContextCurrent.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXMakeContextCurrent.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXMakeCurrent.xml b/src/Generator.Bind/Specifications/Docs/GL/glXMakeCurrent.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXMakeCurrent.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXMakeCurrent.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryContext.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryContext.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryContext.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryContext.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryContextInfoEXT.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryContextInfoEXT.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryContextInfoEXT.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryContextInfoEXT.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryDrawable.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryDrawable.xml old mode 100755 new mode 100644 similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryDrawable.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryDrawable.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryExtension.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryExtension.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryExtension.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryExtension.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryExtensionsString.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryExtensionsString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryExtensionsString.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryExtensionsString.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryServerString.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryServerString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryServerString.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryServerString.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXQueryVersion.xml b/src/Generator.Bind/Specifications/Docs/GL/glXQueryVersion.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXQueryVersion.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXQueryVersion.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXSelectEvent.xml b/src/Generator.Bind/Specifications/Docs/GL/glXSelectEvent.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXSelectEvent.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXSelectEvent.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXSwapBuffers.xml b/src/Generator.Bind/Specifications/Docs/GL/glXSwapBuffers.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXSwapBuffers.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXSwapBuffers.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXUseXFont.xml b/src/Generator.Bind/Specifications/Docs/GL/glXUseXFont.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXUseXFont.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXUseXFont.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXWaitGL.xml b/src/Generator.Bind/Specifications/Docs/GL/glXWaitGL.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXWaitGL.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXWaitGL.xml diff --git a/Source/Bind/Specifications/Docs/GL/glXWaitX.xml b/src/Generator.Bind/Specifications/Docs/GL/glXWaitX.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/glXWaitX.xml rename to src/Generator.Bind/Specifications/Docs/GL/glXWaitX.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBeginCurve.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBeginCurve.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBeginCurve.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBeginCurve.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBeginPolygon.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBeginPolygon.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBeginPolygon.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBeginPolygon.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBeginSurface.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBeginSurface.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBeginSurface.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBeginSurface.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBeginTrim.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBeginTrim.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBeginTrim.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBeginTrim.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBuild1DMipmapLevels.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBuild1DMipmapLevels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBuild1DMipmapLevels.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBuild1DMipmapLevels.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBuild1DMipmaps.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBuild1DMipmaps.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBuild1DMipmaps.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBuild1DMipmaps.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBuild2DMipmapLevels.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBuild2DMipmapLevels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBuild2DMipmapLevels.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBuild2DMipmapLevels.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBuild2DMipmaps.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBuild2DMipmaps.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBuild2DMipmaps.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBuild2DMipmaps.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBuild3DMipmapLevels.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBuild3DMipmapLevels.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBuild3DMipmapLevels.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBuild3DMipmapLevels.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluBuild3DMipmaps.xml b/src/Generator.Bind/Specifications/Docs/GL/gluBuild3DMipmaps.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluBuild3DMipmaps.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluBuild3DMipmaps.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluCheckExtension.xml b/src/Generator.Bind/Specifications/Docs/GL/gluCheckExtension.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluCheckExtension.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluCheckExtension.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluCylinder.xml b/src/Generator.Bind/Specifications/Docs/GL/gluCylinder.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluCylinder.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluCylinder.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluDeleteNurbsRenderer.xml b/src/Generator.Bind/Specifications/Docs/GL/gluDeleteNurbsRenderer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluDeleteNurbsRenderer.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluDeleteNurbsRenderer.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluDeleteQuadric.xml b/src/Generator.Bind/Specifications/Docs/GL/gluDeleteQuadric.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluDeleteQuadric.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluDeleteQuadric.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluDeleteTess.xml b/src/Generator.Bind/Specifications/Docs/GL/gluDeleteTess.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluDeleteTess.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluDeleteTess.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluDisk.xml b/src/Generator.Bind/Specifications/Docs/GL/gluDisk.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluDisk.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluDisk.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluErrorString.xml b/src/Generator.Bind/Specifications/Docs/GL/gluErrorString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluErrorString.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluErrorString.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluGetNurbsProperty.xml b/src/Generator.Bind/Specifications/Docs/GL/gluGetNurbsProperty.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluGetNurbsProperty.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluGetNurbsProperty.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluGetString.xml b/src/Generator.Bind/Specifications/Docs/GL/gluGetString.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluGetString.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluGetString.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluGetTessProperty.xml b/src/Generator.Bind/Specifications/Docs/GL/gluGetTessProperty.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluGetTessProperty.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluGetTessProperty.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluLoadSamplingMatrices.xml b/src/Generator.Bind/Specifications/Docs/GL/gluLoadSamplingMatrices.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluLoadSamplingMatrices.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluLoadSamplingMatrices.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluLookAt.xml b/src/Generator.Bind/Specifications/Docs/GL/gluLookAt.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluLookAt.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluLookAt.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNewNurbsRenderer.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNewNurbsRenderer.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNewNurbsRenderer.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNewNurbsRenderer.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNewQuadric.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNewQuadric.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNewQuadric.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNewQuadric.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNewTess.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNewTess.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNewTess.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNewTess.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNextContour.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNextContour.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNextContour.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNextContour.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNurbsCallback.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNurbsCallback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNurbsCallback.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNurbsCallback.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNurbsCallbackData.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNurbsCallbackData.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNurbsCallbackData.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNurbsCallbackData.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNurbsCallbackDataEXT.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNurbsCallbackDataEXT.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNurbsCallbackDataEXT.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNurbsCallbackDataEXT.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNurbsCurve.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNurbsCurve.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNurbsCurve.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNurbsCurve.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNurbsProperty.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNurbsProperty.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNurbsProperty.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNurbsProperty.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluNurbsSurface.xml b/src/Generator.Bind/Specifications/Docs/GL/gluNurbsSurface.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluNurbsSurface.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluNurbsSurface.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluOrtho2D.xml b/src/Generator.Bind/Specifications/Docs/GL/gluOrtho2D.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluOrtho2D.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluOrtho2D.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluPartialDisk.xml b/src/Generator.Bind/Specifications/Docs/GL/gluPartialDisk.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluPartialDisk.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluPartialDisk.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluPerspective.xml b/src/Generator.Bind/Specifications/Docs/GL/gluPerspective.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluPerspective.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluPerspective.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluPickMatrix.xml b/src/Generator.Bind/Specifications/Docs/GL/gluPickMatrix.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluPickMatrix.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluPickMatrix.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluProject.xml b/src/Generator.Bind/Specifications/Docs/GL/gluProject.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluProject.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluProject.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluPwlCurve.xml b/src/Generator.Bind/Specifications/Docs/GL/gluPwlCurve.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluPwlCurve.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluPwlCurve.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluQuadricCallback.xml b/src/Generator.Bind/Specifications/Docs/GL/gluQuadricCallback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluQuadricCallback.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluQuadricCallback.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluQuadricDrawStyle.xml b/src/Generator.Bind/Specifications/Docs/GL/gluQuadricDrawStyle.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluQuadricDrawStyle.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluQuadricDrawStyle.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluQuadricNormals.xml b/src/Generator.Bind/Specifications/Docs/GL/gluQuadricNormals.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluQuadricNormals.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluQuadricNormals.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluQuadricOrientation.xml b/src/Generator.Bind/Specifications/Docs/GL/gluQuadricOrientation.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluQuadricOrientation.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluQuadricOrientation.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluQuadricTexture.xml b/src/Generator.Bind/Specifications/Docs/GL/gluQuadricTexture.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluQuadricTexture.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluQuadricTexture.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluScaleImage.xml b/src/Generator.Bind/Specifications/Docs/GL/gluScaleImage.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluScaleImage.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluScaleImage.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluSphere.xml b/src/Generator.Bind/Specifications/Docs/GL/gluSphere.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluSphere.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluSphere.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessBeginContour.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessBeginContour.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessBeginContour.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessBeginContour.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessBeginPolygon.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessBeginPolygon.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessBeginPolygon.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessBeginPolygon.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessCallback.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessCallback.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessCallback.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessCallback.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessEndPolygon.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessEndPolygon.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessEndPolygon.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessEndPolygon.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessNormal.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessNormal.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessNormal.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessNormal.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessProperty.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessProperty.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessProperty.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessProperty.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluTessVertex.xml b/src/Generator.Bind/Specifications/Docs/GL/gluTessVertex.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluTessVertex.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluTessVertex.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluUnProject.xml b/src/Generator.Bind/Specifications/Docs/GL/gluUnProject.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluUnProject.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluUnProject.xml diff --git a/Source/Bind/Specifications/Docs/GL/gluUnProject4.xml b/src/Generator.Bind/Specifications/Docs/GL/gluUnProject4.xml similarity index 100% rename from Source/Bind/Specifications/Docs/GL/gluUnProject4.xml rename to src/Generator.Bind/Specifications/Docs/GL/gluUnProject4.xml diff --git a/Source/Bind/Specifications/ES10/overrides.xml b/src/Generator.Bind/Specifications/ES10/overrides.xml similarity index 100% rename from Source/Bind/Specifications/ES10/overrides.xml rename to src/Generator.Bind/Specifications/ES10/overrides.xml diff --git a/Source/Bind/Specifications/ES10/signatures.xml b/src/Generator.Bind/Specifications/ES10/signatures.xml similarity index 100% rename from Source/Bind/Specifications/ES10/signatures.xml rename to src/Generator.Bind/Specifications/ES10/signatures.xml diff --git a/Source/Bind/Specifications/ES11/overrides.xml b/src/Generator.Bind/Specifications/ES11/overrides.xml similarity index 100% rename from Source/Bind/Specifications/ES11/overrides.xml rename to src/Generator.Bind/Specifications/ES11/overrides.xml diff --git a/Source/Bind/Specifications/ES11/signatures.xml b/src/Generator.Bind/Specifications/ES11/signatures.xml similarity index 100% rename from Source/Bind/Specifications/ES11/signatures.xml rename to src/Generator.Bind/Specifications/ES11/signatures.xml diff --git a/Source/Bind/Specifications/ES20/overrides.xml b/src/Generator.Bind/Specifications/ES20/overrides.xml similarity index 100% rename from Source/Bind/Specifications/ES20/overrides.xml rename to src/Generator.Bind/Specifications/ES20/overrides.xml diff --git a/Source/Bind/Specifications/ES20/signatures.xml b/src/Generator.Bind/Specifications/ES20/signatures.xml similarity index 100% rename from Source/Bind/Specifications/ES20/signatures.xml rename to src/Generator.Bind/Specifications/ES20/signatures.xml diff --git a/Source/Bind/Specifications/GL2/ES/1.1/obsolete.xml b/src/Generator.Bind/Specifications/GL2/ES/1.1/obsolete.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/1.1/obsolete.xml rename to src/Generator.Bind/Specifications/GL2/ES/1.1/obsolete.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_compute_shader.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_compute_shader.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_compute_shader.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_compute_shader.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_draw_indirect.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_draw_indirect.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_draw_indirect.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_draw_indirect.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_explicit_uniform_location.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_explicit_uniform_location.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_explicit_uniform_location.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_explicit_uniform_location.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_framebuffer_no_attachments.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_framebuffer_no_attachments.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_framebuffer_no_attachments.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_framebuffer_no_attachments.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_program_interface_queries.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_program_interface_queries.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_program_interface_queries.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_program_interface_queries.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_separate_shader_objects.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_separate_shader_objects.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_separate_shader_objects.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_separate_shader_objects.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_atomic_counters.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_shader_atomic_counters.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_atomic_counters.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_shader_atomic_counters.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_shader_image_load_store.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_storage_buffer_object.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_shader_storage_buffer_object.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_shader_storage_buffer_object.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_shader_storage_buffer_object.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_stencil_texturing.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_stencil_texturing.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_stencil_texturing.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_stencil_texturing.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_texture_gather.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_texture_gather.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_texture_gather.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_texture_gather.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_texture_storage_multisample.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_texture_storage_multisample.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_texture_storage_multisample.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_texture_storage_multisample.xml diff --git a/Source/Bind/Specifications/GL2/ES/3.1/KHR_vertex_attrib_binding.xml b/src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_vertex_attrib_binding.xml similarity index 100% rename from Source/Bind/Specifications/GL2/ES/3.1/KHR_vertex_attrib_binding.xml rename to src/Generator.Bind/Specifications/GL2/ES/3.1/KHR_vertex_attrib_binding.xml diff --git a/Source/Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml b/src/Generator.Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml similarity index 100% rename from Source/Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml rename to src/Generator.Bind/Specifications/GL2/GL/4.5/ARB_ES3_1_compatibility.xml diff --git a/Source/Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml b/src/Generator.Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml similarity index 100% rename from Source/Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml rename to src/Generator.Bind/Specifications/GL2/GL/4.5/ARB_direct_state_access.xml diff --git a/Source/Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml b/src/Generator.Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml similarity index 100% rename from Source/Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml rename to src/Generator.Bind/Specifications/GL2/GL/4.5/ARB_robustness.xml diff --git a/Source/Bind/Specifications/GL2/gl.tm b/src/Generator.Bind/Specifications/GL2/gl.tm similarity index 100% rename from Source/Bind/Specifications/GL2/gl.tm rename to src/Generator.Bind/Specifications/GL2/gl.tm diff --git a/Source/Bind/Specifications/GL2/overrides.xml b/src/Generator.Bind/Specifications/GL2/overrides.xml similarity index 100% rename from Source/Bind/Specifications/GL2/overrides.xml rename to src/Generator.Bind/Specifications/GL2/overrides.xml diff --git a/Source/Bind/Specifications/GL2/signatures.xml b/src/Generator.Bind/Specifications/GL2/signatures.xml similarity index 100% rename from Source/Bind/Specifications/GL2/signatures.xml rename to src/Generator.Bind/Specifications/GL2/signatures.xml diff --git a/Source/Bind/Specifications/Glu/enumglu.spec b/src/Generator.Bind/Specifications/Glu/enumglu.spec similarity index 100% rename from Source/Bind/Specifications/Glu/enumglu.spec rename to src/Generator.Bind/Specifications/Glu/enumglu.spec diff --git a/Source/Bind/Specifications/Glu/glu.spec b/src/Generator.Bind/Specifications/Glu/glu.spec similarity index 100% rename from Source/Bind/Specifications/Glu/glu.spec rename to src/Generator.Bind/Specifications/Glu/glu.spec diff --git a/Source/Bind/Specifications/Glu/glu.tm b/src/Generator.Bind/Specifications/Glu/glu.tm similarity index 100% rename from Source/Bind/Specifications/Glu/glu.tm rename to src/Generator.Bind/Specifications/Glu/glu.tm diff --git a/Source/Bind/Specifications/Glx/glx.spec b/src/Generator.Bind/Specifications/Glx/glx.spec similarity index 100% rename from Source/Bind/Specifications/Glx/glx.spec rename to src/Generator.Bind/Specifications/Glx/glx.spec diff --git a/Source/Bind/Specifications/Glx/glx.tm b/src/Generator.Bind/Specifications/Glx/glx.tm similarity index 100% rename from Source/Bind/Specifications/Glx/glx.tm rename to src/Generator.Bind/Specifications/Glx/glx.tm diff --git a/Source/Bind/Specifications/Glx/glxenum.spec b/src/Generator.Bind/Specifications/Glx/glxenum.spec similarity index 100% rename from Source/Bind/Specifications/Glx/glxenum.spec rename to src/Generator.Bind/Specifications/Glx/glxenum.spec diff --git a/Source/Bind/Specifications/Glx/glxenumext.spec b/src/Generator.Bind/Specifications/Glx/glxenumext.spec similarity index 100% rename from Source/Bind/Specifications/Glx/glxenumext.spec rename to src/Generator.Bind/Specifications/Glx/glxenumext.spec diff --git a/Source/Bind/Specifications/Glx/glxext.spec b/src/Generator.Bind/Specifications/Glx/glxext.spec similarity index 100% rename from Source/Bind/Specifications/Glx/glxext.spec rename to src/Generator.Bind/Specifications/Glx/glxext.spec diff --git a/Source/Bind/Specifications/License.txt b/src/Generator.Bind/Specifications/License.txt similarity index 100% rename from Source/Bind/Specifications/License.txt rename to src/Generator.Bind/Specifications/License.txt diff --git a/Source/Bind/Specifications/Wgl/wgl.spec b/src/Generator.Bind/Specifications/Wgl/wgl.spec similarity index 100% rename from Source/Bind/Specifications/Wgl/wgl.spec rename to src/Generator.Bind/Specifications/Wgl/wgl.spec diff --git a/Source/Bind/Specifications/Wgl/wgl.tm b/src/Generator.Bind/Specifications/Wgl/wgl.tm similarity index 100% rename from Source/Bind/Specifications/Wgl/wgl.tm rename to src/Generator.Bind/Specifications/Wgl/wgl.tm diff --git a/Source/Bind/Specifications/Wgl/wglenum.spec b/src/Generator.Bind/Specifications/Wgl/wglenum.spec similarity index 100% rename from Source/Bind/Specifications/Wgl/wglenum.spec rename to src/Generator.Bind/Specifications/Wgl/wglenum.spec diff --git a/Source/Bind/Specifications/Wgl/wglenumext.spec b/src/Generator.Bind/Specifications/Wgl/wglenumext.spec similarity index 100% rename from Source/Bind/Specifications/Wgl/wglenumext.spec rename to src/Generator.Bind/Specifications/Wgl/wglenumext.spec diff --git a/Source/Bind/Specifications/Wgl/wglext.spec b/src/Generator.Bind/Specifications/Wgl/wglext.spec similarity index 100% rename from Source/Bind/Specifications/Wgl/wglext.spec rename to src/Generator.Bind/Specifications/Wgl/wglext.spec diff --git a/Source/Bind/Specifications/csharp.tm b/src/Generator.Bind/Specifications/csharp.tm similarity index 100% rename from Source/Bind/Specifications/csharp.tm rename to src/Generator.Bind/Specifications/csharp.tm diff --git a/Source/Bind/Structures/Constant.cs b/src/Generator.Bind/Structures/Constant.cs similarity index 100% rename from Source/Bind/Structures/Constant.cs rename to src/Generator.Bind/Structures/Constant.cs diff --git a/Source/Bind/Structures/Delegate.cs b/src/Generator.Bind/Structures/Delegate.cs similarity index 100% rename from Source/Bind/Structures/Delegate.cs rename to src/Generator.Bind/Structures/Delegate.cs diff --git a/Source/Bind/Structures/Documentation.cs b/src/Generator.Bind/Structures/Documentation.cs similarity index 100% rename from Source/Bind/Structures/Documentation.cs rename to src/Generator.Bind/Structures/Documentation.cs diff --git a/Source/Bind/Structures/Enum.cs b/src/Generator.Bind/Structures/Enum.cs similarity index 100% rename from Source/Bind/Structures/Enum.cs rename to src/Generator.Bind/Structures/Enum.cs diff --git a/Source/Bind/Structures/FlowDirection.cs b/src/Generator.Bind/Structures/FlowDirection.cs similarity index 100% rename from Source/Bind/Structures/FlowDirection.cs rename to src/Generator.Bind/Structures/FlowDirection.cs diff --git a/Source/Bind/Structures/Function.cs b/src/Generator.Bind/Structures/Function.cs similarity index 100% rename from Source/Bind/Structures/Function.cs rename to src/Generator.Bind/Structures/Function.cs diff --git a/Source/Bind/Structures/Parameter.cs b/src/Generator.Bind/Structures/Parameter.cs similarity index 100% rename from Source/Bind/Structures/Parameter.cs rename to src/Generator.Bind/Structures/Parameter.cs diff --git a/Source/Bind/Structures/Type.cs b/src/Generator.Bind/Structures/Type.cs similarity index 100% rename from Source/Bind/Structures/Type.cs rename to src/Generator.Bind/Structures/Type.cs diff --git a/Source/Bind/Utilities.cs b/src/Generator.Bind/Utilities.cs similarity index 100% rename from Source/Bind/Utilities.cs rename to src/Generator.Bind/Utilities.cs diff --git a/Source/Bind/XmlSpecReader.cs b/src/Generator.Bind/XmlSpecReader.cs similarity index 100% rename from Source/Bind/XmlSpecReader.cs rename to src/Generator.Bind/XmlSpecReader.cs diff --git a/Source/Converter/GLXmlParser.cs b/src/Generator.Converter/GLXmlParser.cs similarity index 100% rename from Source/Converter/GLXmlParser.cs rename to src/Generator.Converter/GLXmlParser.cs diff --git a/Source/Converter/Generator.Convert.csproj b/src/Generator.Converter/Generator.Convert.csproj similarity index 62% rename from Source/Converter/Generator.Convert.csproj rename to src/Generator.Converter/Generator.Convert.csproj index aae98927..e5165a29 100644 --- a/Source/Converter/Generator.Convert.csproj +++ b/src/Generator.Converter/Generator.Convert.csproj @@ -48,7 +48,7 @@ True 4096 False - ..\..\Binaries\Tools\Debug\ + bin\Debug\ False False 4 @@ -63,28 +63,7 @@ TRACE; 4096 True - ..\..\Binaries\Tools\Release\ - False - False - 4 - AllRules.ruleset - none - - - ..\..\Binaries\Tools\Release\ - none - 4 - True - TRACE; - - - 285212672 - - - TRACE; - 4096 - True - ..\..\Binaries\Tools\Release\ + bin\Release\ False False 4 @@ -112,9 +91,6 @@ - - Properties\GlobalAssemblyInfo.cs - Code @@ -143,34 +119,4 @@ - - true - full - false - ..\..\Binaries\Tools\Debug\ - DEBUG;TRACE; - 4 - -p:gl -v:4.5 -t:xml -o:../../../Source/Bind/Specifications/GL2/signatures.xml https://cvs.khronos.org/svn/repos/ogl/trunk/doc/registry/public/api/gl.xml - AllRules.ruleset - False - False - - - 4096 - 285212672 - - - none - true - ..\..\Binaries\Tools\Release\ - TRACE; - 4 - AllRules.ruleset - False - False - 4096 - 285212672 - - - \ No newline at end of file diff --git a/Source/Converter/Main.cs b/src/Generator.Converter/Main.cs similarity index 100% rename from Source/Converter/Main.cs rename to src/Generator.Converter/Main.cs diff --git a/Source/Converter/Options.cs b/src/Generator.Converter/Options.cs similarity index 100% rename from Source/Converter/Options.cs rename to src/Generator.Converter/Options.cs diff --git a/Source/Converter/Parser.cs b/src/Generator.Converter/Parser.cs similarity index 100% rename from Source/Converter/Parser.cs rename to src/Generator.Converter/Parser.cs diff --git a/Source/Converter/Properties/AssemblyInfo.cs b/src/Generator.Converter/Properties/AssemblyInfo.cs similarity index 100% rename from Source/Converter/Properties/AssemblyInfo.cs rename to src/Generator.Converter/Properties/AssemblyInfo.cs diff --git a/Source/Converter/Readme.txt b/src/Generator.Converter/Readme.txt similarity index 100% rename from Source/Converter/Readme.txt rename to src/Generator.Converter/Readme.txt diff --git a/Source/Converter/XML schema notes.txt b/src/Generator.Converter/XML schema notes.txt similarity index 100% rename from Source/Converter/XML schema notes.txt rename to src/Generator.Converter/XML schema notes.txt diff --git a/Source/Generator.Rewrite/Generator.Rewrite.csproj b/src/Generator.Rewrite/Generator.Rewrite.csproj similarity index 80% rename from Source/Generator.Rewrite/Generator.Rewrite.csproj rename to src/Generator.Rewrite/Generator.Rewrite.csproj index 4c5ca819..bf6cd4c5 100644 --- a/Source/Generator.Rewrite/Generator.Rewrite.csproj +++ b/src/Generator.Rewrite/Generator.Rewrite.csproj @@ -19,7 +19,7 @@ true full false - ..\..\Binaries\Tools\Debug\ + bin\Debug\ DEBUG;TRACE prompt 4 @@ -29,7 +29,7 @@ AnyCPU pdbonly true - ..\..\Binaries\Tools\Release\ + bin\Release\ TRACE prompt 4 @@ -41,37 +41,6 @@ ..\..\OpenTK.snk - - true - full - false - ..\..\Binaries\Tools\Debug\ - DEBUG;TRACE - prompt - 4 - ../../OpenTK/Debug/OpenTK.dll ../../../OpenTK.snk -debug - AnyCPU - - - pdbonly - true - ..\..\Binaries\Tools\Release\ - TRACE - prompt - 4 - ../../OpenTK/Release/OpenTK.dll ../../../OpenTK.snk - AnyCPU - - - AnyCPU - pdbonly - true - ..\..\Binaries\Tools\Release\ - TRACE - prompt - 4 - ../../OpenTK/Release/OpenTK.dll ../../../OpenTK.snk - true diff --git a/Source/Generator.Rewrite/Program.cs b/src/Generator.Rewrite/Program.cs similarity index 100% rename from Source/Generator.Rewrite/Program.cs rename to src/Generator.Rewrite/Program.cs diff --git a/Source/Generator.Rewrite/Properties/AssemblyInfo.cs b/src/Generator.Rewrite/Properties/AssemblyInfo.cs similarity index 100% rename from Source/Generator.Rewrite/Properties/AssemblyInfo.cs rename to src/Generator.Rewrite/Properties/AssemblyInfo.cs diff --git a/Source/Generator.Rewrite/packages.config b/src/Generator.Rewrite/packages.config similarity index 100% rename from Source/Generator.Rewrite/packages.config rename to src/Generator.Rewrite/packages.config diff --git a/Source/GLControl/Agl.cs b/src/OpenTK.GLControl/Agl.cs similarity index 100% rename from Source/GLControl/Agl.cs rename to src/OpenTK.GLControl/Agl.cs diff --git a/Source/GLControl/AglContext.cs b/src/OpenTK.GLControl/AglContext.cs similarity index 100% rename from Source/GLControl/AglContext.cs rename to src/OpenTK.GLControl/AglContext.cs diff --git a/Source/GLControl/AglGraphicsMode.cs b/src/OpenTK.GLControl/AglGraphicsMode.cs similarity index 100% rename from Source/GLControl/AglGraphicsMode.cs rename to src/OpenTK.GLControl/AglGraphicsMode.cs diff --git a/Source/GLControl/Carbon.cs b/src/OpenTK.GLControl/Carbon.cs similarity index 100% rename from Source/GLControl/Carbon.cs rename to src/OpenTK.GLControl/Carbon.cs diff --git a/Source/GLControl/CarbonGLControl.cs b/src/OpenTK.GLControl/CarbonGLControl.cs similarity index 100% rename from Source/GLControl/CarbonGLControl.cs rename to src/OpenTK.GLControl/CarbonGLControl.cs diff --git a/Source/GLControl/DummyGLControl.cs b/src/OpenTK.GLControl/DummyGLControl.cs similarity index 100% rename from Source/GLControl/DummyGLControl.cs rename to src/OpenTK.GLControl/DummyGLControl.cs diff --git a/Source/GLControl/GLControl.Designer.cs b/src/OpenTK.GLControl/GLControl.Designer.cs similarity index 100% rename from Source/GLControl/GLControl.Designer.cs rename to src/OpenTK.GLControl/GLControl.Designer.cs diff --git a/Source/GLControl/GLControl.cs b/src/OpenTK.GLControl/GLControl.cs similarity index 100% rename from Source/GLControl/GLControl.cs rename to src/OpenTK.GLControl/GLControl.cs diff --git a/Source/GLControl/GLControl.resx b/src/OpenTK.GLControl/GLControl.resx similarity index 100% rename from Source/GLControl/GLControl.resx rename to src/OpenTK.GLControl/GLControl.resx diff --git a/Source/GLControl/GLControlFactory.cs b/src/OpenTK.GLControl/GLControlFactory.cs similarity index 100% rename from Source/GLControl/GLControlFactory.cs rename to src/OpenTK.GLControl/GLControlFactory.cs diff --git a/Source/GLControl/IGLControl.cs b/src/OpenTK.GLControl/IGLControl.cs similarity index 100% rename from Source/GLControl/IGLControl.cs rename to src/OpenTK.GLControl/IGLControl.cs diff --git a/Source/GLControl/NS.cs b/src/OpenTK.GLControl/NS.cs similarity index 100% rename from Source/GLControl/NS.cs rename to src/OpenTK.GLControl/NS.cs diff --git a/Source/GLControl/OpenTK.GLControl.csproj b/src/OpenTK.GLControl/OpenTK.GLControl.csproj similarity index 64% rename from Source/GLControl/OpenTK.GLControl.csproj rename to src/OpenTK.GLControl/OpenTK.GLControl.csproj index 5a7a2c5c..b7ca98d0 100644 --- a/Source/GLControl/OpenTK.GLControl.csproj +++ b/src/OpenTK.GLControl/OpenTK.GLControl.csproj @@ -47,11 +47,11 @@ DEBUG;TRACE; - ..\..\Binaries\OpenTK\Debug\OpenTK.GLControl.xml + bin\Debug\OpenTK.GLControl.xml True 4096 False - ..\..\Binaries\OpenTK\Debug\ + bin\Debug\ False False 4 @@ -64,35 +64,10 @@ TRACE; - ..\..\Binaries\OpenTK\Release\OpenTK.GLControl.xml + bin\Release\OpenTK.GLControl.xml 4096 True - ..\..\Binaries\OpenTK\Release\ - False - False - 4 - AllRules.ruleset - none - - - ..\..\Binaries\OpenTK\Release\ - none - 4 - True - TRACE; - true - ..\..\Binaries\OpenTK\Release\OpenTK.GLControl.xml - - - True - 285212672 - - - TRACE; - ..\..\Binaries\OpenTK\Release\OpenTK.GLControl.xml - 4096 - True - ..\..\Binaries\OpenTK\Release\ + bin\Release\ False False 4 @@ -130,9 +105,6 @@ - - Properties\GlobalAssemblyInfo.cs - Code @@ -191,37 +163,4 @@ - - true - full - false - ..\..\Binaries\OpenTK\Debug\ - DEBUG;TRACE; - 4 - ..\..\Binaries\OpenTK\Debug\OpenTK.GLControl.xml - AllRules.ruleset - true - False - 285212672 - - - False - 4096 - - - none - true - ..\..\Binaries\OpenTK\Release\ - TRACE; - 4 - ..\..\Binaries\OpenTK\Release\OpenTK.GLControl.xml - AllRules.ruleset - true - False - 285212672 - - - False - 4096 - \ No newline at end of file diff --git a/Source/GLControl/Properties/AssemblyInfo.cs b/src/OpenTK.GLControl/Properties/AssemblyInfo.cs similarity index 100% rename from Source/GLControl/Properties/AssemblyInfo.cs rename to src/OpenTK.GLControl/Properties/AssemblyInfo.cs diff --git a/Source/GLControl/Sdl2GLControl.cs b/src/OpenTK.GLControl/Sdl2GLControl.cs similarity index 100% rename from Source/GLControl/Sdl2GLControl.cs rename to src/OpenTK.GLControl/Sdl2GLControl.cs diff --git a/Source/GLControl/WinGLControl.cs b/src/OpenTK.GLControl/WinGLControl.cs similarity index 100% rename from Source/GLControl/WinGLControl.cs rename to src/OpenTK.GLControl/WinGLControl.cs diff --git a/Source/GLControl/X11GLControl.cs b/src/OpenTK.GLControl/X11GLControl.cs similarity index 100% rename from Source/GLControl/X11GLControl.cs rename to src/OpenTK.GLControl/X11GLControl.cs diff --git a/Source/GLWidget/GLWidget.cs b/src/OpenTK.GLWidget/GLWidget.cs similarity index 100% rename from Source/GLWidget/GLWidget.cs rename to src/OpenTK.GLWidget/GLWidget.cs diff --git a/Source/GLWidget/OpenTK.GLWidget.csproj b/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj similarity index 58% rename from Source/GLWidget/OpenTK.GLWidget.csproj rename to src/OpenTK.GLWidget/OpenTK.GLWidget.csproj index 10eb34bc..70dad2c0 100644 --- a/Source/GLWidget/OpenTK.GLWidget.csproj +++ b/src/OpenTK.GLWidget/OpenTK.GLWidget.csproj @@ -46,11 +46,11 @@ DEBUG;TRACE; - ..\..\Binaries\OpenTK\Debug\OpenTK.GLWidget.xml + bin\Debug\OpenTK.GLWidget.xml True 4096 False - ..\..\Binaries\OpenTK\Debug\ + bin\Debug\ False False 4 @@ -63,35 +63,10 @@ TRACE; - ..\..\Binaries\OpenTK\Release\OpenTK.GLWidget.xml + bin\Release\OpenTK.GLWidget.xml 4096 True - ..\..\Binaries\OpenTK\Release\ - False - False - 4 - AllRules.ruleset - none - - - ..\..\Binaries\OpenTK\Release\ - none - 4 - True - TRACE; - true - ..\..\Binaries\OpenTK\Release\OpenTK.GLWidget.xml - - - True - 285212672 - - - TRACE; - ..\..\Binaries\OpenTK\Release\OpenTK.GLWidget.xml - 4096 - True - ..\..\Binaries\OpenTK\Release\ + bin\Release\ False False 4 @@ -123,9 +98,6 @@ - - Properties\GlobalAssemblyInfo.cs - Code @@ -138,37 +110,4 @@ - - true - full - false - ..\..\Binaries\OpenTK\Debug\ - DEBUG;TRACE; - 4 - ..\..\Binaries\OpenTK\Debug\OpenTK.GLWidget.xml - AllRules.ruleset - true - False - 285212672 - - - False - 4096 - - - none - true - ..\..\Binaries\OpenTK\Release\ - TRACE; - 4 - ..\..\Binaries\OpenTK\Release\OpenTK.GLWidget.xml - AllRules.ruleset - true - False - 285212672 - - - False - 4096 - - + \ No newline at end of file diff --git a/Source/GLWidget/Properties/AssemblyInfo.cs b/src/OpenTK.GLWidget/Properties/AssemblyInfo.cs similarity index 100% rename from Source/GLWidget/Properties/AssemblyInfo.cs rename to src/OpenTK.GLWidget/Properties/AssemblyInfo.cs diff --git a/src/OpenTK/.gitignore b/src/OpenTK/.gitignore new file mode 100644 index 00000000..e1aea09d --- /dev/null +++ b/src/OpenTK/.gitignore @@ -0,0 +1,2 @@ +#ignore the Resources designer file, as this is generated. +Resource.designer.cs diff --git a/Source/OpenTK/Audio/AudioCapture.cs b/src/OpenTK/Audio/AudioCapture.cs similarity index 100% rename from Source/OpenTK/Audio/AudioCapture.cs rename to src/OpenTK/Audio/AudioCapture.cs diff --git a/Source/OpenTK/Audio/AudioContext.cs b/src/OpenTK/Audio/AudioContext.cs similarity index 100% rename from Source/OpenTK/Audio/AudioContext.cs rename to src/OpenTK/Audio/AudioContext.cs diff --git a/Source/OpenTK/Audio/AudioContextException.cs b/src/OpenTK/Audio/AudioContextException.cs similarity index 100% rename from Source/OpenTK/Audio/AudioContextException.cs rename to src/OpenTK/Audio/AudioContextException.cs diff --git a/Source/OpenTK/Audio/AudioDeviceEnumerator.cs b/src/OpenTK/Audio/AudioDeviceEnumerator.cs similarity index 100% rename from Source/OpenTK/Audio/AudioDeviceEnumerator.cs rename to src/OpenTK/Audio/AudioDeviceEnumerator.cs diff --git a/Source/OpenTK/Audio/AudioDeviceErrorChecker.cs b/src/OpenTK/Audio/AudioDeviceErrorChecker.cs similarity index 100% rename from Source/OpenTK/Audio/AudioDeviceErrorChecker.cs rename to src/OpenTK/Audio/AudioDeviceErrorChecker.cs diff --git a/Source/OpenTK/Audio/AudioDeviceException.cs b/src/OpenTK/Audio/AudioDeviceException.cs similarity index 100% rename from Source/OpenTK/Audio/AudioDeviceException.cs rename to src/OpenTK/Audio/AudioDeviceException.cs diff --git a/Source/OpenTK/Audio/AudioException.cs b/src/OpenTK/Audio/AudioException.cs similarity index 100% rename from Source/OpenTK/Audio/AudioException.cs rename to src/OpenTK/Audio/AudioException.cs diff --git a/Source/OpenTK/Audio/AudioValueException.cs b/src/OpenTK/Audio/AudioValueException.cs similarity index 100% rename from Source/OpenTK/Audio/AudioValueException.cs rename to src/OpenTK/Audio/AudioValueException.cs diff --git a/Source/OpenTK/Audio/OpenAL/AL/AL.cs b/src/OpenTK/Audio/OpenAL/AL/AL.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/AL/AL.cs rename to src/OpenTK/Audio/OpenAL/AL/AL.cs diff --git a/Source/OpenTK/Audio/OpenAL/AL/ALEnums.cs b/src/OpenTK/Audio/OpenAL/AL/ALEnums.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/AL/ALEnums.cs rename to src/OpenTK/Audio/OpenAL/AL/ALEnums.cs diff --git a/Source/OpenTK/Audio/OpenAL/AL/EffectsExtension.cs b/src/OpenTK/Audio/OpenAL/AL/EffectsExtension.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/AL/EffectsExtension.cs rename to src/OpenTK/Audio/OpenAL/AL/EffectsExtension.cs diff --git a/Source/OpenTK/Audio/OpenAL/AL/EffectsExtensionEnums.cs b/src/OpenTK/Audio/OpenAL/AL/EffectsExtensionEnums.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/AL/EffectsExtensionEnums.cs rename to src/OpenTK/Audio/OpenAL/AL/EffectsExtensionEnums.cs diff --git a/Source/OpenTK/Audio/OpenAL/AL/EffectsExtensionPresets.cs b/src/OpenTK/Audio/OpenAL/AL/EffectsExtensionPresets.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/AL/EffectsExtensionPresets.cs rename to src/OpenTK/Audio/OpenAL/AL/EffectsExtensionPresets.cs diff --git a/Source/OpenTK/Audio/OpenAL/AL/XRamExtension.cs b/src/OpenTK/Audio/OpenAL/AL/XRamExtension.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/AL/XRamExtension.cs rename to src/OpenTK/Audio/OpenAL/AL/XRamExtension.cs diff --git a/Source/OpenTK/Audio/OpenAL/Alc/Alc.cs b/src/OpenTK/Audio/OpenAL/Alc/Alc.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/Alc/Alc.cs rename to src/OpenTK/Audio/OpenAL/Alc/Alc.cs diff --git a/Source/OpenTK/Audio/OpenAL/Alc/AlcEnums.cs b/src/OpenTK/Audio/OpenAL/Alc/AlcEnums.cs similarity index 100% rename from Source/OpenTK/Audio/OpenAL/Alc/AlcEnums.cs rename to src/OpenTK/Audio/OpenAL/Alc/AlcEnums.cs diff --git a/Source/OpenTK/AutoGeneratedAttribute.cs b/src/OpenTK/AutoGeneratedAttribute.cs similarity index 100% rename from Source/OpenTK/AutoGeneratedAttribute.cs rename to src/OpenTK/AutoGeneratedAttribute.cs diff --git a/Source/OpenTK/BindingsBase.cs b/src/OpenTK/BindingsBase.cs similarity index 100% rename from Source/OpenTK/BindingsBase.cs rename to src/OpenTK/BindingsBase.cs diff --git a/Source/OpenTK/BlittableValueType.cs b/src/OpenTK/BlittableValueType.cs similarity index 100% rename from Source/OpenTK/BlittableValueType.cs rename to src/OpenTK/BlittableValueType.cs diff --git a/Source/OpenTK/Compute/CL10/CL.cs b/src/OpenTK/Compute/CL10/CL.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/CL.cs rename to src/OpenTK/Compute/CL10/CL.cs diff --git a/Source/OpenTK/Compute/CL10/CLHelper.cs b/src/OpenTK/Compute/CL10/CLHelper.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/CLHelper.cs rename to src/OpenTK/Compute/CL10/CLHelper.cs diff --git a/Source/OpenTK/Compute/CL10/Core.cs b/src/OpenTK/Compute/CL10/Core.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/Core.cs rename to src/OpenTK/Compute/CL10/Core.cs diff --git a/Source/OpenTK/Compute/CL10/Delegates.cs b/src/OpenTK/Compute/CL10/Delegates.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/Delegates.cs rename to src/OpenTK/Compute/CL10/Delegates.cs diff --git a/Source/OpenTK/Compute/CL10/Enums.cs b/src/OpenTK/Compute/CL10/Enums.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/Enums.cs rename to src/OpenTK/Compute/CL10/Enums.cs diff --git a/Source/OpenTK/Compute/CL10/ErrorHelper.cs b/src/OpenTK/Compute/CL10/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/ErrorHelper.cs rename to src/OpenTK/Compute/CL10/ErrorHelper.cs diff --git a/Source/OpenTK/Compute/CL10/ImageFormat.cs b/src/OpenTK/Compute/CL10/ImageFormat.cs similarity index 100% rename from Source/OpenTK/Compute/CL10/ImageFormat.cs rename to src/OpenTK/Compute/CL10/ImageFormat.cs diff --git a/Source/OpenTK/Compute/CLHelper.cs b/src/OpenTK/Compute/CLHelper.cs similarity index 100% rename from Source/OpenTK/Compute/CLHelper.cs rename to src/OpenTK/Compute/CLHelper.cs diff --git a/Source/OpenTK/Compute/CommandQueue.cs b/src/OpenTK/Compute/CommandQueue.cs similarity index 100% rename from Source/OpenTK/Compute/CommandQueue.cs rename to src/OpenTK/Compute/CommandQueue.cs diff --git a/Source/OpenTK/Compute/ComputeContext.cs b/src/OpenTK/Compute/ComputeContext.cs similarity index 100% rename from Source/OpenTK/Compute/ComputeContext.cs rename to src/OpenTK/Compute/ComputeContext.cs diff --git a/Source/OpenTK/Compute/Configuration.cs b/src/OpenTK/Compute/Configuration.cs similarity index 100% rename from Source/OpenTK/Compute/Configuration.cs rename to src/OpenTK/Compute/Configuration.cs diff --git a/Source/OpenTK/Compute/Device.cs b/src/OpenTK/Compute/Device.cs similarity index 100% rename from Source/OpenTK/Compute/Device.cs rename to src/OpenTK/Compute/Device.cs diff --git a/Source/OpenTK/Compute/Enums.cs b/src/OpenTK/Compute/Enums.cs similarity index 100% rename from Source/OpenTK/Compute/Enums.cs rename to src/OpenTK/Compute/Enums.cs diff --git a/Source/OpenTK/Compute/Event.cs b/src/OpenTK/Compute/Event.cs similarity index 100% rename from Source/OpenTK/Compute/Event.cs rename to src/OpenTK/Compute/Event.cs diff --git a/Source/OpenTK/Compute/Kernel.cs b/src/OpenTK/Compute/Kernel.cs similarity index 100% rename from Source/OpenTK/Compute/Kernel.cs rename to src/OpenTK/Compute/Kernel.cs diff --git a/Source/OpenTK/Compute/Memory.cs b/src/OpenTK/Compute/Memory.cs similarity index 100% rename from Source/OpenTK/Compute/Memory.cs rename to src/OpenTK/Compute/Memory.cs diff --git a/Source/OpenTK/Compute/Platform.cs b/src/OpenTK/Compute/Platform.cs similarity index 100% rename from Source/OpenTK/Compute/Platform.cs rename to src/OpenTK/Compute/Platform.cs diff --git a/Source/OpenTK/Compute/Profiler.cs b/src/OpenTK/Compute/Profiler.cs similarity index 100% rename from Source/OpenTK/Compute/Profiler.cs rename to src/OpenTK/Compute/Profiler.cs diff --git a/Source/OpenTK/Compute/Program.cs b/src/OpenTK/Compute/Program.cs similarity index 100% rename from Source/OpenTK/Compute/Program.cs rename to src/OpenTK/Compute/Program.cs diff --git a/Source/OpenTK/Compute/Sampler.cs b/src/OpenTK/Compute/Sampler.cs similarity index 100% rename from Source/OpenTK/Compute/Sampler.cs rename to src/OpenTK/Compute/Sampler.cs diff --git a/Source/OpenTK/Compute/Structs.cs b/src/OpenTK/Compute/Structs.cs similarity index 100% rename from Source/OpenTK/Compute/Structs.cs rename to src/OpenTK/Compute/Structs.cs diff --git a/Source/OpenTK/Configuration.cs b/src/OpenTK/Configuration.cs similarity index 100% rename from Source/OpenTK/Configuration.cs rename to src/OpenTK/Configuration.cs diff --git a/Source/OpenTK/ContextHandle.cs b/src/OpenTK/ContextHandle.cs similarity index 100% rename from Source/OpenTK/ContextHandle.cs rename to src/OpenTK/ContextHandle.cs diff --git a/Source/OpenTK/DisplayDevice.cs b/src/OpenTK/DisplayDevice.cs similarity index 100% rename from Source/OpenTK/DisplayDevice.cs rename to src/OpenTK/DisplayDevice.cs diff --git a/Source/OpenTK/DisplayIndex.cs b/src/OpenTK/DisplayIndex.cs similarity index 100% rename from Source/OpenTK/DisplayIndex.cs rename to src/OpenTK/DisplayIndex.cs diff --git a/Source/OpenTK/DisplayResolution.cs b/src/OpenTK/DisplayResolution.cs similarity index 100% rename from Source/OpenTK/DisplayResolution.cs rename to src/OpenTK/DisplayResolution.cs diff --git a/Source/OpenTK/Exceptions.cs b/src/OpenTK/Exceptions.cs similarity index 100% rename from Source/OpenTK/Exceptions.cs rename to src/OpenTK/Exceptions.cs diff --git a/Source/OpenTK/FrameEventArgs.cs b/src/OpenTK/FrameEventArgs.cs similarity index 100% rename from Source/OpenTK/FrameEventArgs.cs rename to src/OpenTK/FrameEventArgs.cs diff --git a/Source/OpenTK/GameWindow.cs b/src/OpenTK/GameWindow.cs similarity index 100% rename from Source/OpenTK/GameWindow.cs rename to src/OpenTK/GameWindow.cs diff --git a/Source/OpenTK/GameWindowFlags.cs b/src/OpenTK/GameWindowFlags.cs similarity index 100% rename from Source/OpenTK/GameWindowFlags.cs rename to src/OpenTK/GameWindowFlags.cs diff --git a/Source/OpenTK/Graphics/Color4.cs b/src/OpenTK/Graphics/Color4.cs similarity index 100% rename from Source/OpenTK/Graphics/Color4.cs rename to src/OpenTK/Graphics/Color4.cs diff --git a/Source/OpenTK/Graphics/ColorFormat.cs b/src/OpenTK/Graphics/ColorFormat.cs similarity index 100% rename from Source/OpenTK/Graphics/ColorFormat.cs rename to src/OpenTK/Graphics/ColorFormat.cs diff --git a/Source/OpenTK/Graphics/ES10/Core.cs b/src/OpenTK/Graphics/ES10/Core.cs similarity index 100% rename from Source/OpenTK/Graphics/ES10/Core.cs rename to src/OpenTK/Graphics/ES10/Core.cs diff --git a/Source/OpenTK/Graphics/ES10/ES.cs b/src/OpenTK/Graphics/ES10/ES.cs similarity index 100% rename from Source/OpenTK/Graphics/ES10/ES.cs rename to src/OpenTK/Graphics/ES10/ES.cs diff --git a/Source/OpenTK/Graphics/ES10/Enums.cs b/src/OpenTK/Graphics/ES10/Enums.cs similarity index 100% rename from Source/OpenTK/Graphics/ES10/Enums.cs rename to src/OpenTK/Graphics/ES10/Enums.cs diff --git a/Source/OpenTK/Graphics/ES10/ErrorHelper.cs b/src/OpenTK/Graphics/ES10/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES10/ErrorHelper.cs rename to src/OpenTK/Graphics/ES10/ErrorHelper.cs diff --git a/Source/OpenTK/Graphics/ES10/Helper.cs b/src/OpenTK/Graphics/ES10/Helper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES10/Helper.cs rename to src/OpenTK/Graphics/ES10/Helper.cs diff --git a/Source/OpenTK/Graphics/ES11/ES11.cs b/src/OpenTK/Graphics/ES11/ES11.cs similarity index 100% rename from Source/OpenTK/Graphics/ES11/ES11.cs rename to src/OpenTK/Graphics/ES11/ES11.cs diff --git a/Source/OpenTK/Graphics/ES11/ES11Enums.cs b/src/OpenTK/Graphics/ES11/ES11Enums.cs similarity index 100% rename from Source/OpenTK/Graphics/ES11/ES11Enums.cs rename to src/OpenTK/Graphics/ES11/ES11Enums.cs diff --git a/Source/OpenTK/Graphics/ES11/ES11Obsolete.cs b/src/OpenTK/Graphics/ES11/ES11Obsolete.cs similarity index 100% rename from Source/OpenTK/Graphics/ES11/ES11Obsolete.cs rename to src/OpenTK/Graphics/ES11/ES11Obsolete.cs diff --git a/Source/OpenTK/Graphics/ES11/ErrorHelper.cs b/src/OpenTK/Graphics/ES11/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES11/ErrorHelper.cs rename to src/OpenTK/Graphics/ES11/ErrorHelper.cs diff --git a/Source/OpenTK/Graphics/ES11/Helper.cs b/src/OpenTK/Graphics/ES11/Helper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES11/Helper.cs rename to src/OpenTK/Graphics/ES11/Helper.cs diff --git a/Source/OpenTK/Graphics/ES20/ES20.cs b/src/OpenTK/Graphics/ES20/ES20.cs similarity index 100% rename from Source/OpenTK/Graphics/ES20/ES20.cs rename to src/OpenTK/Graphics/ES20/ES20.cs diff --git a/Source/OpenTK/Graphics/ES20/ES20Enums.cs b/src/OpenTK/Graphics/ES20/ES20Enums.cs similarity index 100% rename from Source/OpenTK/Graphics/ES20/ES20Enums.cs rename to src/OpenTK/Graphics/ES20/ES20Enums.cs diff --git a/Source/OpenTK/Graphics/ES20/ErrorHelper.cs b/src/OpenTK/Graphics/ES20/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES20/ErrorHelper.cs rename to src/OpenTK/Graphics/ES20/ErrorHelper.cs diff --git a/Source/OpenTK/Graphics/ES20/Helper.cs b/src/OpenTK/Graphics/ES20/Helper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES20/Helper.cs rename to src/OpenTK/Graphics/ES20/Helper.cs diff --git a/Source/OpenTK/Graphics/ES30/ES30.cs b/src/OpenTK/Graphics/ES30/ES30.cs similarity index 100% rename from Source/OpenTK/Graphics/ES30/ES30.cs rename to src/OpenTK/Graphics/ES30/ES30.cs diff --git a/Source/OpenTK/Graphics/ES30/ES30Enums.cs b/src/OpenTK/Graphics/ES30/ES30Enums.cs similarity index 100% rename from Source/OpenTK/Graphics/ES30/ES30Enums.cs rename to src/OpenTK/Graphics/ES30/ES30Enums.cs diff --git a/Source/OpenTK/Graphics/ES30/ErrorHelper.cs b/src/OpenTK/Graphics/ES30/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES30/ErrorHelper.cs rename to src/OpenTK/Graphics/ES30/ErrorHelper.cs diff --git a/Source/OpenTK/Graphics/ES30/Helper.cs b/src/OpenTK/Graphics/ES30/Helper.cs similarity index 100% rename from Source/OpenTK/Graphics/ES30/Helper.cs rename to src/OpenTK/Graphics/ES30/Helper.cs diff --git a/Source/OpenTK/Graphics/ES31/ES31.Enums.cs b/src/OpenTK/Graphics/ES31/ES31.Enums.cs similarity index 100% rename from Source/OpenTK/Graphics/ES31/ES31.Enums.cs rename to src/OpenTK/Graphics/ES31/ES31.Enums.cs diff --git a/Source/OpenTK/Graphics/ES31/ES31.cs b/src/OpenTK/Graphics/ES31/ES31.cs similarity index 100% rename from Source/OpenTK/Graphics/ES31/ES31.cs rename to src/OpenTK/Graphics/ES31/ES31.cs diff --git a/Source/OpenTK/Graphics/GraphicsBindingsBase.cs b/src/OpenTK/Graphics/GraphicsBindingsBase.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsBindingsBase.cs rename to src/OpenTK/Graphics/GraphicsBindingsBase.cs diff --git a/Source/OpenTK/Graphics/GraphicsContext.cs b/src/OpenTK/Graphics/GraphicsContext.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsContext.cs rename to src/OpenTK/Graphics/GraphicsContext.cs diff --git a/Source/OpenTK/Graphics/GraphicsContextBase.cs b/src/OpenTK/Graphics/GraphicsContextBase.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsContextBase.cs rename to src/OpenTK/Graphics/GraphicsContextBase.cs diff --git a/Source/OpenTK/Graphics/GraphicsContextException.cs b/src/OpenTK/Graphics/GraphicsContextException.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsContextException.cs rename to src/OpenTK/Graphics/GraphicsContextException.cs diff --git a/Source/OpenTK/Graphics/GraphicsContextFlags.cs b/src/OpenTK/Graphics/GraphicsContextFlags.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsContextFlags.cs rename to src/OpenTK/Graphics/GraphicsContextFlags.cs diff --git a/Source/OpenTK/Graphics/GraphicsContextMissingException.cs b/src/OpenTK/Graphics/GraphicsContextMissingException.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsContextMissingException.cs rename to src/OpenTK/Graphics/GraphicsContextMissingException.cs diff --git a/Source/OpenTK/Graphics/GraphicsContextVersion.cs b/src/OpenTK/Graphics/GraphicsContextVersion.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsContextVersion.cs rename to src/OpenTK/Graphics/GraphicsContextVersion.cs diff --git a/Source/OpenTK/Graphics/GraphicsErrorException.cs b/src/OpenTK/Graphics/GraphicsErrorException.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsErrorException.cs rename to src/OpenTK/Graphics/GraphicsErrorException.cs diff --git a/Source/OpenTK/Graphics/GraphicsExceptions.cs b/src/OpenTK/Graphics/GraphicsExceptions.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsExceptions.cs rename to src/OpenTK/Graphics/GraphicsExceptions.cs diff --git a/Source/OpenTK/Graphics/GraphicsMode.cs b/src/OpenTK/Graphics/GraphicsMode.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsMode.cs rename to src/OpenTK/Graphics/GraphicsMode.cs diff --git a/Source/OpenTK/Graphics/GraphicsModeComparer.cs b/src/OpenTK/Graphics/GraphicsModeComparer.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsModeComparer.cs rename to src/OpenTK/Graphics/GraphicsModeComparer.cs diff --git a/Source/OpenTK/Graphics/GraphicsModeException.cs b/src/OpenTK/Graphics/GraphicsModeException.cs similarity index 100% rename from Source/OpenTK/Graphics/GraphicsModeException.cs rename to src/OpenTK/Graphics/GraphicsModeException.cs diff --git a/Source/OpenTK/Graphics/IGraphicsContext.cs b/src/OpenTK/Graphics/IGraphicsContext.cs similarity index 100% rename from Source/OpenTK/Graphics/IGraphicsContext.cs rename to src/OpenTK/Graphics/IGraphicsContext.cs diff --git a/Source/OpenTK/Graphics/IGraphicsMode.cs b/src/OpenTK/Graphics/IGraphicsMode.cs similarity index 100% rename from Source/OpenTK/Graphics/IGraphicsMode.cs rename to src/OpenTK/Graphics/IGraphicsMode.cs diff --git a/Source/OpenTK/Graphics/OpenGL/ErrorHelper.cs b/src/OpenTK/Graphics/OpenGL/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL/ErrorHelper.cs rename to src/OpenTK/Graphics/OpenGL/ErrorHelper.cs diff --git a/Source/OpenTK/Graphics/OpenGL/GL.cs b/src/OpenTK/Graphics/OpenGL/GL.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL/GL.cs rename to src/OpenTK/Graphics/OpenGL/GL.cs diff --git a/Source/OpenTK/Graphics/OpenGL/GLEnums.cs b/src/OpenTK/Graphics/OpenGL/GLEnums.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL/GLEnums.cs rename to src/OpenTK/Graphics/OpenGL/GLEnums.cs diff --git a/Source/OpenTK/Graphics/OpenGL/GLHelper.cs b/src/OpenTK/Graphics/OpenGL/GLHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL/GLHelper.cs rename to src/OpenTK/Graphics/OpenGL/GLHelper.cs diff --git a/Source/OpenTK/Graphics/OpenGL/GLObsolete.cs b/src/OpenTK/Graphics/OpenGL/GLObsolete.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL/GLObsolete.cs rename to src/OpenTK/Graphics/OpenGL/GLObsolete.cs diff --git a/Source/OpenTK/Graphics/OpenGL4/ErrorHelper.cs b/src/OpenTK/Graphics/OpenGL4/ErrorHelper.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL4/ErrorHelper.cs rename to src/OpenTK/Graphics/OpenGL4/ErrorHelper.cs diff --git a/Source/OpenTK/Graphics/OpenGL4/GL4.cs b/src/OpenTK/Graphics/OpenGL4/GL4.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL4/GL4.cs rename to src/OpenTK/Graphics/OpenGL4/GL4.cs diff --git a/Source/OpenTK/Graphics/OpenGL4/GL4Enums.cs b/src/OpenTK/Graphics/OpenGL4/GL4Enums.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL4/GL4Enums.cs rename to src/OpenTK/Graphics/OpenGL4/GL4Enums.cs diff --git a/Source/OpenTK/Graphics/OpenGL4/Helper.cs b/src/OpenTK/Graphics/OpenGL4/Helper.cs similarity index 100% rename from Source/OpenTK/Graphics/OpenGL4/Helper.cs rename to src/OpenTK/Graphics/OpenGL4/Helper.cs diff --git a/Source/OpenTK/IGameWindow.cs b/src/OpenTK/IGameWindow.cs similarity index 100% rename from Source/OpenTK/IGameWindow.cs rename to src/OpenTK/IGameWindow.cs diff --git a/Source/OpenTK/INativeWindow.cs b/src/OpenTK/INativeWindow.cs similarity index 100% rename from Source/OpenTK/INativeWindow.cs rename to src/OpenTK/INativeWindow.cs diff --git a/Source/OpenTK/Input/ButtonState.cs b/src/OpenTK/Input/ButtonState.cs similarity index 100% rename from Source/OpenTK/Input/ButtonState.cs rename to src/OpenTK/Input/ButtonState.cs diff --git a/Source/OpenTK/Input/Buttons.cs b/src/OpenTK/Input/Buttons.cs similarity index 100% rename from Source/OpenTK/Input/Buttons.cs rename to src/OpenTK/Input/Buttons.cs diff --git a/Source/OpenTK/Input/ConfigurationType.cs b/src/OpenTK/Input/ConfigurationType.cs similarity index 100% rename from Source/OpenTK/Input/ConfigurationType.cs rename to src/OpenTK/Input/ConfigurationType.cs diff --git a/Source/OpenTK/Input/GamePad.cs b/src/OpenTK/Input/GamePad.cs similarity index 100% rename from Source/OpenTK/Input/GamePad.cs rename to src/OpenTK/Input/GamePad.cs diff --git a/Source/OpenTK/Input/GamePadAxes.cs b/src/OpenTK/Input/GamePadAxes.cs similarity index 100% rename from Source/OpenTK/Input/GamePadAxes.cs rename to src/OpenTK/Input/GamePadAxes.cs diff --git a/Source/OpenTK/Input/GamePadButtons.cs b/src/OpenTK/Input/GamePadButtons.cs similarity index 100% rename from Source/OpenTK/Input/GamePadButtons.cs rename to src/OpenTK/Input/GamePadButtons.cs diff --git a/Source/OpenTK/Input/GamePadCapabilities.cs b/src/OpenTK/Input/GamePadCapabilities.cs similarity index 100% rename from Source/OpenTK/Input/GamePadCapabilities.cs rename to src/OpenTK/Input/GamePadCapabilities.cs diff --git a/Source/OpenTK/Input/GamePadConfiguration.cs b/src/OpenTK/Input/GamePadConfiguration.cs similarity index 100% rename from Source/OpenTK/Input/GamePadConfiguration.cs rename to src/OpenTK/Input/GamePadConfiguration.cs diff --git a/Source/OpenTK/Input/GamePadConfigurationDatabase.cs b/src/OpenTK/Input/GamePadConfigurationDatabase.cs similarity index 100% rename from Source/OpenTK/Input/GamePadConfigurationDatabase.cs rename to src/OpenTK/Input/GamePadConfigurationDatabase.cs diff --git a/Source/OpenTK/Input/GamePadConfigurationItem.cs b/src/OpenTK/Input/GamePadConfigurationItem.cs similarity index 100% rename from Source/OpenTK/Input/GamePadConfigurationItem.cs rename to src/OpenTK/Input/GamePadConfigurationItem.cs diff --git a/Source/OpenTK/Input/GamePadConfigurationSource.cs b/src/OpenTK/Input/GamePadConfigurationSource.cs similarity index 100% rename from Source/OpenTK/Input/GamePadConfigurationSource.cs rename to src/OpenTK/Input/GamePadConfigurationSource.cs diff --git a/Source/OpenTK/Input/GamePadConfigurationTarget.cs b/src/OpenTK/Input/GamePadConfigurationTarget.cs similarity index 100% rename from Source/OpenTK/Input/GamePadConfigurationTarget.cs rename to src/OpenTK/Input/GamePadConfigurationTarget.cs diff --git a/Source/OpenTK/Input/GamePadDPad.cs b/src/OpenTK/Input/GamePadDPad.cs similarity index 100% rename from Source/OpenTK/Input/GamePadDPad.cs rename to src/OpenTK/Input/GamePadDPad.cs diff --git a/Source/OpenTK/Input/GamePadState.cs b/src/OpenTK/Input/GamePadState.cs similarity index 100% rename from Source/OpenTK/Input/GamePadState.cs rename to src/OpenTK/Input/GamePadState.cs diff --git a/Source/OpenTK/Input/GamePadThumbSticks.cs b/src/OpenTK/Input/GamePadThumbSticks.cs similarity index 100% rename from Source/OpenTK/Input/GamePadThumbSticks.cs rename to src/OpenTK/Input/GamePadThumbSticks.cs diff --git a/Source/OpenTK/Input/GamePadTriggers.cs b/src/OpenTK/Input/GamePadTriggers.cs similarity index 100% rename from Source/OpenTK/Input/GamePadTriggers.cs rename to src/OpenTK/Input/GamePadTriggers.cs diff --git a/Source/OpenTK/Input/GamePadType.cs b/src/OpenTK/Input/GamePadType.cs similarity index 100% rename from Source/OpenTK/Input/GamePadType.cs rename to src/OpenTK/Input/GamePadType.cs diff --git a/Source/OpenTK/Input/HatPosition.cs b/src/OpenTK/Input/HatPosition.cs similarity index 100% rename from Source/OpenTK/Input/HatPosition.cs rename to src/OpenTK/Input/HatPosition.cs diff --git a/Source/OpenTK/Input/IGamePadDriver.cs b/src/OpenTK/Input/IGamePadDriver.cs similarity index 100% rename from Source/OpenTK/Input/IGamePadDriver.cs rename to src/OpenTK/Input/IGamePadDriver.cs diff --git a/Source/OpenTK/Input/IInputDevice.cs b/src/OpenTK/Input/IInputDevice.cs similarity index 100% rename from Source/OpenTK/Input/IInputDevice.cs rename to src/OpenTK/Input/IInputDevice.cs diff --git a/Source/OpenTK/Input/IInputDriver.cs b/src/OpenTK/Input/IInputDriver.cs similarity index 100% rename from Source/OpenTK/Input/IInputDriver.cs rename to src/OpenTK/Input/IInputDriver.cs diff --git a/Source/OpenTK/Input/IInputDriver2.cs b/src/OpenTK/Input/IInputDriver2.cs similarity index 100% rename from Source/OpenTK/Input/IInputDriver2.cs rename to src/OpenTK/Input/IInputDriver2.cs diff --git a/Source/OpenTK/Input/IJoystickDriver.cs b/src/OpenTK/Input/IJoystickDriver.cs similarity index 100% rename from Source/OpenTK/Input/IJoystickDriver.cs rename to src/OpenTK/Input/IJoystickDriver.cs diff --git a/Source/OpenTK/Input/IJoystickDriver2.cs b/src/OpenTK/Input/IJoystickDriver2.cs similarity index 100% rename from Source/OpenTK/Input/IJoystickDriver2.cs rename to src/OpenTK/Input/IJoystickDriver2.cs diff --git a/Source/OpenTK/Input/IKeyboardDriver.cs b/src/OpenTK/Input/IKeyboardDriver.cs similarity index 100% rename from Source/OpenTK/Input/IKeyboardDriver.cs rename to src/OpenTK/Input/IKeyboardDriver.cs diff --git a/Source/OpenTK/Input/IKeyboardDriver2.cs b/src/OpenTK/Input/IKeyboardDriver2.cs similarity index 100% rename from Source/OpenTK/Input/IKeyboardDriver2.cs rename to src/OpenTK/Input/IKeyboardDriver2.cs diff --git a/Source/OpenTK/Input/IMouseDriver.cs b/src/OpenTK/Input/IMouseDriver.cs similarity index 100% rename from Source/OpenTK/Input/IMouseDriver.cs rename to src/OpenTK/Input/IMouseDriver.cs diff --git a/Source/OpenTK/Input/IMouseDriver2.cs b/src/OpenTK/Input/IMouseDriver2.cs similarity index 100% rename from Source/OpenTK/Input/IMouseDriver2.cs rename to src/OpenTK/Input/IMouseDriver2.cs diff --git a/Source/OpenTK/Input/Joystick.cs b/src/OpenTK/Input/Joystick.cs similarity index 100% rename from Source/OpenTK/Input/Joystick.cs rename to src/OpenTK/Input/Joystick.cs diff --git a/Source/OpenTK/Input/JoystickAxis.cs b/src/OpenTK/Input/JoystickAxis.cs similarity index 100% rename from Source/OpenTK/Input/JoystickAxis.cs rename to src/OpenTK/Input/JoystickAxis.cs diff --git a/Source/OpenTK/Input/JoystickButton.cs b/src/OpenTK/Input/JoystickButton.cs similarity index 100% rename from Source/OpenTK/Input/JoystickButton.cs rename to src/OpenTK/Input/JoystickButton.cs diff --git a/Source/OpenTK/Input/JoystickCapabilities.cs b/src/OpenTK/Input/JoystickCapabilities.cs similarity index 100% rename from Source/OpenTK/Input/JoystickCapabilities.cs rename to src/OpenTK/Input/JoystickCapabilities.cs diff --git a/Source/OpenTK/Input/JoystickDevice.cs b/src/OpenTK/Input/JoystickDevice.cs similarity index 100% rename from Source/OpenTK/Input/JoystickDevice.cs rename to src/OpenTK/Input/JoystickDevice.cs diff --git a/Source/OpenTK/Input/JoystickHat.cs b/src/OpenTK/Input/JoystickHat.cs similarity index 100% rename from Source/OpenTK/Input/JoystickHat.cs rename to src/OpenTK/Input/JoystickHat.cs diff --git a/Source/OpenTK/Input/JoystickHatState.cs b/src/OpenTK/Input/JoystickHatState.cs similarity index 100% rename from Source/OpenTK/Input/JoystickHatState.cs rename to src/OpenTK/Input/JoystickHatState.cs diff --git a/Source/OpenTK/Input/JoystickState.cs b/src/OpenTK/Input/JoystickState.cs similarity index 100% rename from Source/OpenTK/Input/JoystickState.cs rename to src/OpenTK/Input/JoystickState.cs diff --git a/Source/OpenTK/Input/Key.cs b/src/OpenTK/Input/Key.cs similarity index 100% rename from Source/OpenTK/Input/Key.cs rename to src/OpenTK/Input/Key.cs diff --git a/Source/OpenTK/Input/KeyModifiers.cs b/src/OpenTK/Input/KeyModifiers.cs similarity index 100% rename from Source/OpenTK/Input/KeyModifiers.cs rename to src/OpenTK/Input/KeyModifiers.cs diff --git a/Source/OpenTK/Input/Keyboard.cs b/src/OpenTK/Input/Keyboard.cs similarity index 100% rename from Source/OpenTK/Input/Keyboard.cs rename to src/OpenTK/Input/Keyboard.cs diff --git a/Source/OpenTK/Input/KeyboardDevice.cs b/src/OpenTK/Input/KeyboardDevice.cs similarity index 100% rename from Source/OpenTK/Input/KeyboardDevice.cs rename to src/OpenTK/Input/KeyboardDevice.cs diff --git a/Source/OpenTK/Input/KeyboardKeyEventArgs.cs b/src/OpenTK/Input/KeyboardKeyEventArgs.cs similarity index 100% rename from Source/OpenTK/Input/KeyboardKeyEventArgs.cs rename to src/OpenTK/Input/KeyboardKeyEventArgs.cs diff --git a/Source/OpenTK/Input/KeyboardState.cs b/src/OpenTK/Input/KeyboardState.cs similarity index 100% rename from Source/OpenTK/Input/KeyboardState.cs rename to src/OpenTK/Input/KeyboardState.cs diff --git a/Source/OpenTK/Input/Mouse.cs b/src/OpenTK/Input/Mouse.cs similarity index 100% rename from Source/OpenTK/Input/Mouse.cs rename to src/OpenTK/Input/Mouse.cs diff --git a/Source/OpenTK/Input/MouseButton.cs b/src/OpenTK/Input/MouseButton.cs similarity index 100% rename from Source/OpenTK/Input/MouseButton.cs rename to src/OpenTK/Input/MouseButton.cs diff --git a/Source/OpenTK/Input/MouseDevice.cs b/src/OpenTK/Input/MouseDevice.cs similarity index 100% rename from Source/OpenTK/Input/MouseDevice.cs rename to src/OpenTK/Input/MouseDevice.cs diff --git a/Source/OpenTK/Input/MouseEventArgs.cs b/src/OpenTK/Input/MouseEventArgs.cs similarity index 100% rename from Source/OpenTK/Input/MouseEventArgs.cs rename to src/OpenTK/Input/MouseEventArgs.cs diff --git a/Source/OpenTK/Input/MouseScroll.cs b/src/OpenTK/Input/MouseScroll.cs similarity index 100% rename from Source/OpenTK/Input/MouseScroll.cs rename to src/OpenTK/Input/MouseScroll.cs diff --git a/Source/OpenTK/Input/MouseState.cs b/src/OpenTK/Input/MouseState.cs similarity index 100% rename from Source/OpenTK/Input/MouseState.cs rename to src/OpenTK/Input/MouseState.cs diff --git a/Source/OpenTK/IntPtrEqualityComparer.cs b/src/OpenTK/IntPtrEqualityComparer.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/IntPtrEqualityComparer.cs rename to src/OpenTK/IntPtrEqualityComparer.cs diff --git a/Source/OpenTK/InteropHelper.cs b/src/OpenTK/InteropHelper.cs similarity index 100% rename from Source/OpenTK/InteropHelper.cs rename to src/OpenTK/InteropHelper.cs diff --git a/Source/OpenTK/KeyPressEventArgs.cs b/src/OpenTK/KeyPressEventArgs.cs similarity index 100% rename from Source/OpenTK/KeyPressEventArgs.cs rename to src/OpenTK/KeyPressEventArgs.cs diff --git a/Source/OpenTK/Math/BezierCurve.cs b/src/OpenTK/Math/BezierCurve.cs similarity index 100% rename from Source/OpenTK/Math/BezierCurve.cs rename to src/OpenTK/Math/BezierCurve.cs diff --git a/Source/OpenTK/Math/BezierCurveCubic.cs b/src/OpenTK/Math/BezierCurveCubic.cs similarity index 100% rename from Source/OpenTK/Math/BezierCurveCubic.cs rename to src/OpenTK/Math/BezierCurveCubic.cs diff --git a/Source/OpenTK/Math/BezierCurveQuadric.cs b/src/OpenTK/Math/BezierCurveQuadric.cs similarity index 100% rename from Source/OpenTK/Math/BezierCurveQuadric.cs rename to src/OpenTK/Math/BezierCurveQuadric.cs diff --git a/Source/OpenTK/Math/Box2.cs b/src/OpenTK/Math/Box2.cs similarity index 100% rename from Source/OpenTK/Math/Box2.cs rename to src/OpenTK/Math/Box2.cs diff --git a/Source/OpenTK/Math/Box2d.cs b/src/OpenTK/Math/Box2d.cs similarity index 100% rename from Source/OpenTK/Math/Box2d.cs rename to src/OpenTK/Math/Box2d.cs diff --git a/Source/OpenTK/Math/Functions.cs b/src/OpenTK/Math/Functions.cs similarity index 100% rename from Source/OpenTK/Math/Functions.cs rename to src/OpenTK/Math/Functions.cs diff --git a/Source/OpenTK/Math/Half.cs b/src/OpenTK/Math/Half.cs similarity index 100% rename from Source/OpenTK/Math/Half.cs rename to src/OpenTK/Math/Half.cs diff --git a/Source/OpenTK/Math/MathHelper.cs b/src/OpenTK/Math/MathHelper.cs similarity index 100% rename from Source/OpenTK/Math/MathHelper.cs rename to src/OpenTK/Math/MathHelper.cs diff --git a/Source/OpenTK/Math/Matrix2.cs b/src/OpenTK/Math/Matrix2.cs similarity index 100% rename from Source/OpenTK/Math/Matrix2.cs rename to src/OpenTK/Math/Matrix2.cs diff --git a/Source/OpenTK/Math/Matrix2d.cs b/src/OpenTK/Math/Matrix2d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix2d.cs rename to src/OpenTK/Math/Matrix2d.cs diff --git a/Source/OpenTK/Math/Matrix2x3.cs b/src/OpenTK/Math/Matrix2x3.cs similarity index 100% rename from Source/OpenTK/Math/Matrix2x3.cs rename to src/OpenTK/Math/Matrix2x3.cs diff --git a/Source/OpenTK/Math/Matrix2x3d.cs b/src/OpenTK/Math/Matrix2x3d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix2x3d.cs rename to src/OpenTK/Math/Matrix2x3d.cs diff --git a/Source/OpenTK/Math/Matrix2x4.cs b/src/OpenTK/Math/Matrix2x4.cs similarity index 100% rename from Source/OpenTK/Math/Matrix2x4.cs rename to src/OpenTK/Math/Matrix2x4.cs diff --git a/Source/OpenTK/Math/Matrix2x4d.cs b/src/OpenTK/Math/Matrix2x4d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix2x4d.cs rename to src/OpenTK/Math/Matrix2x4d.cs diff --git a/Source/OpenTK/Math/Matrix3.cs b/src/OpenTK/Math/Matrix3.cs similarity index 100% rename from Source/OpenTK/Math/Matrix3.cs rename to src/OpenTK/Math/Matrix3.cs diff --git a/Source/OpenTK/Math/Matrix3d.cs b/src/OpenTK/Math/Matrix3d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix3d.cs rename to src/OpenTK/Math/Matrix3d.cs diff --git a/Source/OpenTK/Math/Matrix3x2.cs b/src/OpenTK/Math/Matrix3x2.cs similarity index 100% rename from Source/OpenTK/Math/Matrix3x2.cs rename to src/OpenTK/Math/Matrix3x2.cs diff --git a/Source/OpenTK/Math/Matrix3x2d.cs b/src/OpenTK/Math/Matrix3x2d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix3x2d.cs rename to src/OpenTK/Math/Matrix3x2d.cs diff --git a/Source/OpenTK/Math/Matrix3x4.cs b/src/OpenTK/Math/Matrix3x4.cs similarity index 100% rename from Source/OpenTK/Math/Matrix3x4.cs rename to src/OpenTK/Math/Matrix3x4.cs diff --git a/Source/OpenTK/Math/Matrix3x4d.cs b/src/OpenTK/Math/Matrix3x4d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix3x4d.cs rename to src/OpenTK/Math/Matrix3x4d.cs diff --git a/Source/OpenTK/Math/Matrix4.cs b/src/OpenTK/Math/Matrix4.cs similarity index 100% rename from Source/OpenTK/Math/Matrix4.cs rename to src/OpenTK/Math/Matrix4.cs diff --git a/Source/OpenTK/Math/Matrix4d.cs b/src/OpenTK/Math/Matrix4d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix4d.cs rename to src/OpenTK/Math/Matrix4d.cs diff --git a/Source/OpenTK/Math/Matrix4x2.cs b/src/OpenTK/Math/Matrix4x2.cs similarity index 100% rename from Source/OpenTK/Math/Matrix4x2.cs rename to src/OpenTK/Math/Matrix4x2.cs diff --git a/Source/OpenTK/Math/Matrix4x2d.cs b/src/OpenTK/Math/Matrix4x2d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix4x2d.cs rename to src/OpenTK/Math/Matrix4x2d.cs diff --git a/Source/OpenTK/Math/Matrix4x3.cs b/src/OpenTK/Math/Matrix4x3.cs similarity index 100% rename from Source/OpenTK/Math/Matrix4x3.cs rename to src/OpenTK/Math/Matrix4x3.cs diff --git a/Source/OpenTK/Math/Matrix4x3d.cs b/src/OpenTK/Math/Matrix4x3d.cs similarity index 100% rename from Source/OpenTK/Math/Matrix4x3d.cs rename to src/OpenTK/Math/Matrix4x3d.cs diff --git a/Source/OpenTK/Math/Point.cs b/src/OpenTK/Math/Point.cs similarity index 100% rename from Source/OpenTK/Math/Point.cs rename to src/OpenTK/Math/Point.cs diff --git a/Source/OpenTK/Math/Quaternion.cs b/src/OpenTK/Math/Quaternion.cs similarity index 100% rename from Source/OpenTK/Math/Quaternion.cs rename to src/OpenTK/Math/Quaternion.cs diff --git a/Source/OpenTK/Math/Quaterniond.cs b/src/OpenTK/Math/Quaterniond.cs similarity index 100% rename from Source/OpenTK/Math/Quaterniond.cs rename to src/OpenTK/Math/Quaterniond.cs diff --git a/Source/OpenTK/Math/Rectangle.cs b/src/OpenTK/Math/Rectangle.cs similarity index 100% rename from Source/OpenTK/Math/Rectangle.cs rename to src/OpenTK/Math/Rectangle.cs diff --git a/Source/OpenTK/Math/Size.cs b/src/OpenTK/Math/Size.cs similarity index 100% rename from Source/OpenTK/Math/Size.cs rename to src/OpenTK/Math/Size.cs diff --git a/Source/OpenTK/Math/Vector2.cs b/src/OpenTK/Math/Vector2.cs similarity index 100% rename from Source/OpenTK/Math/Vector2.cs rename to src/OpenTK/Math/Vector2.cs diff --git a/Source/OpenTK/Math/Vector2d.cs b/src/OpenTK/Math/Vector2d.cs similarity index 100% rename from Source/OpenTK/Math/Vector2d.cs rename to src/OpenTK/Math/Vector2d.cs diff --git a/Source/OpenTK/Math/Vector2h.cs b/src/OpenTK/Math/Vector2h.cs similarity index 100% rename from Source/OpenTK/Math/Vector2h.cs rename to src/OpenTK/Math/Vector2h.cs diff --git a/Source/OpenTK/Math/Vector3.cs b/src/OpenTK/Math/Vector3.cs similarity index 100% rename from Source/OpenTK/Math/Vector3.cs rename to src/OpenTK/Math/Vector3.cs diff --git a/Source/OpenTK/Math/Vector3d.cs b/src/OpenTK/Math/Vector3d.cs similarity index 100% rename from Source/OpenTK/Math/Vector3d.cs rename to src/OpenTK/Math/Vector3d.cs diff --git a/Source/OpenTK/Math/Vector3h.cs b/src/OpenTK/Math/Vector3h.cs similarity index 100% rename from Source/OpenTK/Math/Vector3h.cs rename to src/OpenTK/Math/Vector3h.cs diff --git a/Source/OpenTK/Math/Vector4.cs b/src/OpenTK/Math/Vector4.cs similarity index 100% rename from Source/OpenTK/Math/Vector4.cs rename to src/OpenTK/Math/Vector4.cs diff --git a/Source/OpenTK/Math/Vector4d.cs b/src/OpenTK/Math/Vector4d.cs similarity index 100% rename from Source/OpenTK/Math/Vector4d.cs rename to src/OpenTK/Math/Vector4d.cs diff --git a/Source/OpenTK/Math/Vector4h.cs b/src/OpenTK/Math/Vector4h.cs similarity index 100% rename from Source/OpenTK/Math/Vector4h.cs rename to src/OpenTK/Math/Vector4h.cs diff --git a/Source/OpenTK/Minimal.cs b/src/OpenTK/Minimal.cs similarity index 100% rename from Source/OpenTK/Minimal.cs rename to src/OpenTK/Minimal.cs diff --git a/Source/OpenTK/MouseCursor.cs b/src/OpenTK/MouseCursor.cs similarity index 100% rename from Source/OpenTK/MouseCursor.cs rename to src/OpenTK/MouseCursor.cs diff --git a/Source/OpenTK/NativeWindow.cs b/src/OpenTK/NativeWindow.cs similarity index 100% rename from Source/OpenTK/NativeWindow.cs rename to src/OpenTK/NativeWindow.cs diff --git a/Source/OpenTK/OpenTK.Android.csproj b/src/OpenTK/OpenTK.Android.csproj similarity index 90% rename from Source/OpenTK/OpenTK.Android.csproj rename to src/OpenTK/OpenTK.Android.csproj index 7d04cfa6..19838930 100644 --- a/Source/OpenTK/OpenTK.Android.csproj +++ b/src/OpenTK/OpenTK.Android.csproj @@ -14,24 +14,24 @@ Resources Assets False - OpenTK-1.1 + OpenTK true full false - ..\..\Binaries\Android\Debug + bin\Debug\Android\ DEBUG;ANDROID;OPENGLES;OPENTK_1_1 prompt 4 None false true - ..\..\Binaries\Android\Debug\OpenTK-1.1.xml + bin\Debug\Android\OpenTK.xml true - ..\..\Binaries\Android\Release + bin\Release\Android\ prompt 4 false @@ -39,7 +39,7 @@ true ANDROID;OPENGLES;OPENTK_1_1 true - ..\..\Binaries\Android\Release\OpenTK-1.1.xml + bin\Release\Android\OpenTK.xml pdbonly @@ -254,9 +254,9 @@ --> - - - - + + + + \ No newline at end of file diff --git a/Source/OpenTK/OpenTK.csproj b/src/OpenTK/OpenTK.csproj similarity index 85% rename from Source/OpenTK/OpenTK.csproj rename to src/OpenTK/OpenTK.csproj index 0b94465a..f4e10950 100644 --- a/Source/OpenTK/OpenTK.csproj +++ b/src/OpenTK/OpenTK.csproj @@ -47,27 +47,10 @@ DEBUG;TRACE;WIN32;CARBON;X11;SDL2;OPENGL;OPENGLES - ..\..\Binaries\OpenTK\Debug\OpenTK.xml + bin\Debug\OpenTK.xml 4096 False - ..\..\Binaries\OpenTK\Debug\ - False - False - 4 - AllRules.ruleset - True - full - - - true - 285212672 - - - DEBUG;TRACE;MINIMAL;NO_SYSDRAWING - ..\..\Binaries\OpenTK\DebugMinimal\OpenTK.xml - 4096 - false - ..\..\Binaries\OpenTK\DebugMinimal\ + bin\Debug\ False False 4 @@ -81,56 +64,10 @@ TRACE;WIN32;CARBON;X11;SDL2;OPENGL;OPENGLES - ..\..\Binaries\OpenTK\Release\OpenTK.xml + bin\Release\OpenTK.xml 4096 True - ..\..\Binaries\OpenTK\Release\ - False - False - 4 - AllRules.ruleset - True - pdbonly - - - true - 285212672 - - - TRACE;MINIMAL;NO_SYSDRAWING - ..\..\Binaries\OpenTK\ReleaseMinimal\OpenTK.xml - 4096 - true - ..\..\Binaries\OpenTK\ReleaseMinimal\ - False - False - 4 - AllRules.ruleset - True - pdbonly - - - ..\..\Binaries\OpenTK\Release\ - True - pdbonly - 4 - True - TRACE;WIN32;CARBON;X11;SDL2;OPENGL;OPENGLES - True - pdbonly - true - ..\..\Binaries\OpenTK\Release\OpenTK.xml - - - True - 285212672 - - - TRACE;WIN32;CARBON;X11;SDL2;OPENGL;OPENGLES - ..\..\Binaries\OpenTK\Release\OpenTK.xml - 4096 - True - ..\..\Binaries\OpenTK\Release\ + bin\Release\ False False 4 @@ -159,9 +96,6 @@ - - Properties\GlobalAssemblyInfo.cs - Code @@ -870,16 +804,10 @@ - - - - - - - - - - + + + + diff --git a/Source/OpenTK/OpenTK.dll.config b/src/OpenTK/OpenTK.dll.config similarity index 100% rename from Source/OpenTK/OpenTK.dll.config rename to src/OpenTK/OpenTK.dll.config diff --git a/src/OpenTK/OpenTK.iOS.csproj b/src/OpenTK/OpenTK.iOS.csproj new file mode 100644 index 00000000..3b84ac7c --- /dev/null +++ b/src/OpenTK/OpenTK.iOS.csproj @@ -0,0 +1,250 @@ + + + + Debug + AnyCPU + {88368190-E3DF-4EBE-ACAA-7B1779F376CA} + {FEACFBD2-3405-455C-9665-78FE426C6842};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} + Library + OpenTK + Resources + OpenTK + 8.0.30703 + 2.0 + + + true + full + false + bin\Debug\iOS\ + DEBUG;IPHONE;OPENGLES;OPENTK_1;OPENTK_1_1 + prompt + 4 + false + true + bin\Debug\iOS\OpenTK.xml + + + pdbonly + true + bin\Release\iOS\ + prompt + 4 + false + true + true + IPHONE;OPENGLES;OPENTK_1;OPENTK_1_1 + bin\Release\iOS\OpenTK.xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PreserveNewest + + + + + + + + + + + \ No newline at end of file diff --git a/Source/OpenTK/Platform/Android/AndroidDisplayDeviceDriver.cs b/src/OpenTK/Platform/Android/AndroidDisplayDeviceDriver.cs similarity index 100% rename from Source/OpenTK/Platform/Android/AndroidDisplayDeviceDriver.cs rename to src/OpenTK/Platform/Android/AndroidDisplayDeviceDriver.cs diff --git a/Source/OpenTK/Platform/Android/AndroidFactory.cs b/src/OpenTK/Platform/Android/AndroidFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Android/AndroidFactory.cs rename to src/OpenTK/Platform/Android/AndroidFactory.cs diff --git a/Source/OpenTK/Platform/Android/AndroidGameView.cs b/src/OpenTK/Platform/Android/AndroidGameView.cs similarity index 100% rename from Source/OpenTK/Platform/Android/AndroidGameView.cs rename to src/OpenTK/Platform/Android/AndroidGameView.cs diff --git a/Source/OpenTK/Platform/Android/AndroidGraphicsContext.cs b/src/OpenTK/Platform/Android/AndroidGraphicsContext.cs similarity index 100% rename from Source/OpenTK/Platform/Android/AndroidGraphicsContext.cs rename to src/OpenTK/Platform/Android/AndroidGraphicsContext.cs diff --git a/Source/OpenTK/Platform/Android/AndroidGraphicsMode.cs b/src/OpenTK/Platform/Android/AndroidGraphicsMode.cs similarity index 100% rename from Source/OpenTK/Platform/Android/AndroidGraphicsMode.cs rename to src/OpenTK/Platform/Android/AndroidGraphicsMode.cs diff --git a/Source/OpenTK/Platform/Android/Enums.cs b/src/OpenTK/Platform/Android/Enums.cs similarity index 100% rename from Source/OpenTK/Platform/Android/Enums.cs rename to src/OpenTK/Platform/Android/Enums.cs diff --git a/Source/OpenTK/Platform/Android/GLCalls.cs b/src/OpenTK/Platform/Android/GLCalls.cs similarity index 100% rename from Source/OpenTK/Platform/Android/GLCalls.cs rename to src/OpenTK/Platform/Android/GLCalls.cs diff --git a/Source/OpenTK/Platform/Android/GameViewBase.cs b/src/OpenTK/Platform/Android/GameViewBase.cs similarity index 100% rename from Source/OpenTK/Platform/Android/GameViewBase.cs rename to src/OpenTK/Platform/Android/GameViewBase.cs diff --git a/Source/OpenTK/Platform/Common/Hid.cs b/src/OpenTK/Platform/Common/Hid.cs similarity index 100% rename from Source/OpenTK/Platform/Common/Hid.cs rename to src/OpenTK/Platform/Common/Hid.cs diff --git a/Source/OpenTK/Platform/DesktopGraphicsContext.cs b/src/OpenTK/Platform/DesktopGraphicsContext.cs similarity index 100% rename from Source/OpenTK/Platform/DesktopGraphicsContext.cs rename to src/OpenTK/Platform/DesktopGraphicsContext.cs diff --git a/Source/OpenTK/Platform/DeviceCollection.cs b/src/OpenTK/Platform/DeviceCollection.cs similarity index 100% rename from Source/OpenTK/Platform/DeviceCollection.cs rename to src/OpenTK/Platform/DeviceCollection.cs diff --git a/Source/OpenTK/Platform/DisplayDeviceBase.cs b/src/OpenTK/Platform/DisplayDeviceBase.cs similarity index 100% rename from Source/OpenTK/Platform/DisplayDeviceBase.cs rename to src/OpenTK/Platform/DisplayDeviceBase.cs diff --git a/Source/OpenTK/Platform/Dummy/DummyGLContext.cs b/src/OpenTK/Platform/Dummy/DummyGLContext.cs similarity index 100% rename from Source/OpenTK/Platform/Dummy/DummyGLContext.cs rename to src/OpenTK/Platform/Dummy/DummyGLContext.cs diff --git a/Source/OpenTK/Platform/Dummy/DummyWindowInfo.cs b/src/OpenTK/Platform/Dummy/DummyWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/Dummy/DummyWindowInfo.cs rename to src/OpenTK/Platform/Dummy/DummyWindowInfo.cs diff --git a/Source/OpenTK/Platform/Egl/Egl.cs b/src/OpenTK/Platform/Egl/Egl.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/Egl.cs rename to src/OpenTK/Platform/Egl/Egl.cs diff --git a/Source/OpenTK/Platform/Egl/EglContext.cs b/src/OpenTK/Platform/Egl/EglContext.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglContext.cs rename to src/OpenTK/Platform/Egl/EglContext.cs diff --git a/Source/OpenTK/Platform/Egl/EglException.cs b/src/OpenTK/Platform/Egl/EglException.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglException.cs rename to src/OpenTK/Platform/Egl/EglException.cs diff --git a/Source/OpenTK/Platform/Egl/EglGraphicsMode.cs b/src/OpenTK/Platform/Egl/EglGraphicsMode.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglGraphicsMode.cs rename to src/OpenTK/Platform/Egl/EglGraphicsMode.cs diff --git a/Source/OpenTK/Platform/Egl/EglMacPlatformFactory.cs b/src/OpenTK/Platform/Egl/EglMacPlatformFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglMacPlatformFactory.cs rename to src/OpenTK/Platform/Egl/EglMacPlatformFactory.cs diff --git a/Source/OpenTK/Platform/Egl/EglSdl2PlatformFactory.cs b/src/OpenTK/Platform/Egl/EglSdl2PlatformFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglSdl2PlatformFactory.cs rename to src/OpenTK/Platform/Egl/EglSdl2PlatformFactory.cs diff --git a/Source/OpenTK/Platform/Egl/EglUnixContext.cs b/src/OpenTK/Platform/Egl/EglUnixContext.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglUnixContext.cs rename to src/OpenTK/Platform/Egl/EglUnixContext.cs diff --git a/Source/OpenTK/Platform/Egl/EglWinContext.cs b/src/OpenTK/Platform/Egl/EglWinContext.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglWinContext.cs rename to src/OpenTK/Platform/Egl/EglWinContext.cs diff --git a/Source/OpenTK/Platform/Egl/EglWinPlatformFactory.cs b/src/OpenTK/Platform/Egl/EglWinPlatformFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglWinPlatformFactory.cs rename to src/OpenTK/Platform/Egl/EglWinPlatformFactory.cs diff --git a/Source/OpenTK/Platform/Egl/EglWindowInfo.cs b/src/OpenTK/Platform/Egl/EglWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglWindowInfo.cs rename to src/OpenTK/Platform/Egl/EglWindowInfo.cs diff --git a/Source/OpenTK/Platform/Egl/EglX11PlatformFactory.cs b/src/OpenTK/Platform/Egl/EglX11PlatformFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Egl/EglX11PlatformFactory.cs rename to src/OpenTK/Platform/Egl/EglX11PlatformFactory.cs diff --git a/Source/OpenTK/Platform/EmbeddedGraphicsContext.cs b/src/OpenTK/Platform/EmbeddedGraphicsContext.cs similarity index 100% rename from Source/OpenTK/Platform/EmbeddedGraphicsContext.cs rename to src/OpenTK/Platform/EmbeddedGraphicsContext.cs diff --git a/Source/OpenTK/Platform/Factory.cs b/src/OpenTK/Platform/Factory.cs similarity index 100% rename from Source/OpenTK/Platform/Factory.cs rename to src/OpenTK/Platform/Factory.cs diff --git a/Source/OpenTK/Platform/IDisplayDeviceDriver.cs b/src/OpenTK/Platform/IDisplayDeviceDriver.cs similarity index 100% rename from Source/OpenTK/Platform/IDisplayDeviceDriver.cs rename to src/OpenTK/Platform/IDisplayDeviceDriver.cs diff --git a/Source/OpenTK/Platform/INativeGLWindow.cs b/src/OpenTK/Platform/INativeGLWindow.cs similarity index 100% rename from Source/OpenTK/Platform/INativeGLWindow.cs rename to src/OpenTK/Platform/INativeGLWindow.cs diff --git a/Source/OpenTK/Platform/IPlatformFactory.cs b/src/OpenTK/Platform/IPlatformFactory.cs similarity index 100% rename from Source/OpenTK/Platform/IPlatformFactory.cs rename to src/OpenTK/Platform/IPlatformFactory.cs diff --git a/Source/OpenTK/Platform/IWindowInfo.cs b/src/OpenTK/Platform/IWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/IWindowInfo.cs rename to src/OpenTK/Platform/IWindowInfo.cs diff --git a/Source/OpenTK/Platform/LegacyInputDriver.cs b/src/OpenTK/Platform/LegacyInputDriver.cs similarity index 100% rename from Source/OpenTK/Platform/LegacyInputDriver.cs rename to src/OpenTK/Platform/LegacyInputDriver.cs diff --git a/Source/OpenTK/Platform/LegacyJoystickDriver.cs b/src/OpenTK/Platform/LegacyJoystickDriver.cs similarity index 100% rename from Source/OpenTK/Platform/LegacyJoystickDriver.cs rename to src/OpenTK/Platform/LegacyJoystickDriver.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Drm.cs b/src/OpenTK/Platform/Linux/Bindings/Drm.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Drm.cs rename to src/OpenTK/Platform/Linux/Bindings/Drm.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Evdev.cs b/src/OpenTK/Platform/Linux/Bindings/Evdev.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Evdev.cs rename to src/OpenTK/Platform/Linux/Bindings/Evdev.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Gbm.cs b/src/OpenTK/Platform/Linux/Bindings/Gbm.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Gbm.cs rename to src/OpenTK/Platform/Linux/Bindings/Gbm.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Kms.cs b/src/OpenTK/Platform/Linux/Bindings/Kms.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Kms.cs rename to src/OpenTK/Platform/Linux/Bindings/Kms.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/LibInput.cs b/src/OpenTK/Platform/Linux/Bindings/LibInput.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/LibInput.cs rename to src/OpenTK/Platform/Linux/Bindings/LibInput.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Libc.cs b/src/OpenTK/Platform/Linux/Bindings/Libc.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Libc.cs rename to src/OpenTK/Platform/Linux/Bindings/Libc.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Poll.cs b/src/OpenTK/Platform/Linux/Bindings/Poll.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Poll.cs rename to src/OpenTK/Platform/Linux/Bindings/Poll.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Terminal.cs b/src/OpenTK/Platform/Linux/Bindings/Terminal.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Terminal.cs rename to src/OpenTK/Platform/Linux/Bindings/Terminal.cs diff --git a/Source/OpenTK/Platform/Linux/Bindings/Udev.cs b/src/OpenTK/Platform/Linux/Bindings/Udev.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/Bindings/Udev.cs rename to src/OpenTK/Platform/Linux/Bindings/Udev.cs diff --git a/Source/OpenTK/Platform/Linux/DefaultCursor.cs b/src/OpenTK/Platform/Linux/DefaultCursor.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/DefaultCursor.cs rename to src/OpenTK/Platform/Linux/DefaultCursor.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxDisplayDriver.cs b/src/OpenTK/Platform/Linux/LinuxDisplayDriver.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxDisplayDriver.cs rename to src/OpenTK/Platform/Linux/LinuxDisplayDriver.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxFactory.cs b/src/OpenTK/Platform/Linux/LinuxFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxFactory.cs rename to src/OpenTK/Platform/Linux/LinuxFactory.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxGraphicsContext.cs b/src/OpenTK/Platform/Linux/LinuxGraphicsContext.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxGraphicsContext.cs rename to src/OpenTK/Platform/Linux/LinuxGraphicsContext.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxInput.cs b/src/OpenTK/Platform/Linux/LinuxInput.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxInput.cs rename to src/OpenTK/Platform/Linux/LinuxInput.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxJoystick.cs b/src/OpenTK/Platform/Linux/LinuxJoystick.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxJoystick.cs rename to src/OpenTK/Platform/Linux/LinuxJoystick.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxKeyboardTTY.cs b/src/OpenTK/Platform/Linux/LinuxKeyboardTTY.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxKeyboardTTY.cs rename to src/OpenTK/Platform/Linux/LinuxKeyboardTTY.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxNativeWindow.cs b/src/OpenTK/Platform/Linux/LinuxNativeWindow.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxNativeWindow.cs rename to src/OpenTK/Platform/Linux/LinuxNativeWindow.cs diff --git a/Source/OpenTK/Platform/Linux/LinuxWindowInfo.cs b/src/OpenTK/Platform/Linux/LinuxWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/Linux/LinuxWindowInfo.cs rename to src/OpenTK/Platform/Linux/LinuxWindowInfo.cs diff --git a/Source/OpenTK/Platform/MacOS/Carbon/CarbonAPI.cs b/src/OpenTK/Platform/MacOS/Carbon/CarbonAPI.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Carbon/CarbonAPI.cs rename to src/OpenTK/Platform/MacOS/Carbon/CarbonAPI.cs diff --git a/Source/OpenTK/Platform/MacOS/Carbon/Cgl.cs b/src/OpenTK/Platform/MacOS/Carbon/Cgl.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Carbon/Cgl.cs rename to src/OpenTK/Platform/MacOS/Carbon/Cgl.cs diff --git a/Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs b/src/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs rename to src/OpenTK/Platform/MacOS/Carbon/MacOSKeys.cs diff --git a/Source/OpenTK/Platform/MacOS/CarbonWindowInfo.cs b/src/OpenTK/Platform/MacOS/CarbonWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/CarbonWindowInfo.cs rename to src/OpenTK/Platform/MacOS/CarbonWindowInfo.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/Class.cs b/src/OpenTK/Platform/MacOS/Cocoa/Class.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/Class.cs rename to src/OpenTK/Platform/MacOS/Cocoa/Class.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/Cocoa.cs b/src/OpenTK/Platform/MacOS/Cocoa/Cocoa.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/Cocoa.cs rename to src/OpenTK/Platform/MacOS/Cocoa/Cocoa.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSApplication.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSApplication.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSApplication.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSApplication.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSApplicationActivationPolicy.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSApplicationActivationPolicy.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSApplicationActivationPolicy.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSApplicationActivationPolicy.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSApplicationPresentationOptions.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSApplicationPresentationOptions.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSApplicationPresentationOptions.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSApplicationPresentationOptions.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSBackingStore.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSBackingStore.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSBackingStore.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSBackingStore.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSBitmapFormat.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSBitmapFormat.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSBitmapFormat.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSBitmapFormat.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSEventModifierMask.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSEventModifierMask.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSEventModifierMask.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSEventModifierMask.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSEventType.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSEventType.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSEventType.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSEventType.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSFloat.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSFloat.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSFloat.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSFloat.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLContextParameter.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSOpenGLContextParameter.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLContextParameter.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSOpenGLContextParameter.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLPixelFormatAttribute.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSOpenGLPixelFormatAttribute.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLPixelFormatAttribute.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSOpenGLPixelFormatAttribute.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLProfile.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSOpenGLProfile.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSOpenGLProfile.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSOpenGLProfile.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSTrackingAreaOptions.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSTrackingAreaOptions.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSTrackingAreaOptions.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSTrackingAreaOptions.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/NSWindowStyle.cs b/src/OpenTK/Platform/MacOS/Cocoa/NSWindowStyle.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/NSWindowStyle.cs rename to src/OpenTK/Platform/MacOS/Cocoa/NSWindowStyle.cs diff --git a/Source/OpenTK/Platform/MacOS/Cocoa/Selector.cs b/src/OpenTK/Platform/MacOS/Cocoa/Selector.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/Cocoa/Selector.cs rename to src/OpenTK/Platform/MacOS/Cocoa/Selector.cs diff --git a/Source/OpenTK/Platform/MacOS/CocoaContext.cs b/src/OpenTK/Platform/MacOS/CocoaContext.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/CocoaContext.cs rename to src/OpenTK/Platform/MacOS/CocoaContext.cs diff --git a/Source/OpenTK/Platform/MacOS/CocoaNativeWindow.cs b/src/OpenTK/Platform/MacOS/CocoaNativeWindow.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/CocoaNativeWindow.cs rename to src/OpenTK/Platform/MacOS/CocoaNativeWindow.cs diff --git a/Source/OpenTK/Platform/MacOS/CocoaWindowInfo.cs b/src/OpenTK/Platform/MacOS/CocoaWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/CocoaWindowInfo.cs rename to src/OpenTK/Platform/MacOS/CocoaWindowInfo.cs diff --git a/Source/OpenTK/Platform/MacOS/HIDInput.cs b/src/OpenTK/Platform/MacOS/HIDInput.cs old mode 100755 new mode 100644 similarity index 100% rename from Source/OpenTK/Platform/MacOS/HIDInput.cs rename to src/OpenTK/Platform/MacOS/HIDInput.cs diff --git a/Source/OpenTK/Platform/MacOS/MacOSException.cs b/src/OpenTK/Platform/MacOS/MacOSException.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/MacOSException.cs rename to src/OpenTK/Platform/MacOS/MacOSException.cs diff --git a/Source/OpenTK/Platform/MacOS/MacOSFactory.cs b/src/OpenTK/Platform/MacOS/MacOSFactory.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/MacOSFactory.cs rename to src/OpenTK/Platform/MacOS/MacOSFactory.cs diff --git a/Source/OpenTK/Platform/MacOS/MacOSKeyMap.cs b/src/OpenTK/Platform/MacOS/MacOSKeyMap.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/MacOSKeyMap.cs rename to src/OpenTK/Platform/MacOS/MacOSKeyMap.cs diff --git a/Source/OpenTK/Platform/MacOS/NS.cs b/src/OpenTK/Platform/MacOS/NS.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/NS.cs rename to src/OpenTK/Platform/MacOS/NS.cs diff --git a/Source/OpenTK/Platform/MacOS/Quartz/CoreFoundation.cs b/src/OpenTK/Platform/MacOS/Quartz/CoreFoundation.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Quartz/CoreFoundation.cs rename to src/OpenTK/Platform/MacOS/Quartz/CoreFoundation.cs diff --git a/Source/OpenTK/Platform/MacOS/Quartz/DisplayServices.cs b/src/OpenTK/Platform/MacOS/Quartz/DisplayServices.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Quartz/DisplayServices.cs rename to src/OpenTK/Platform/MacOS/Quartz/DisplayServices.cs diff --git a/Source/OpenTK/Platform/MacOS/Quartz/EventServices.cs b/src/OpenTK/Platform/MacOS/Quartz/EventServices.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/Quartz/EventServices.cs rename to src/OpenTK/Platform/MacOS/Quartz/EventServices.cs diff --git a/Source/OpenTK/Platform/MacOS/QuartzDisplayDeviceDriver.cs b/src/OpenTK/Platform/MacOS/QuartzDisplayDeviceDriver.cs similarity index 100% rename from Source/OpenTK/Platform/MacOS/QuartzDisplayDeviceDriver.cs rename to src/OpenTK/Platform/MacOS/QuartzDisplayDeviceDriver.cs diff --git a/Source/OpenTK/Platform/MappedGamePadDriver.cs b/src/OpenTK/Platform/MappedGamePadDriver.cs similarity index 100% rename from Source/OpenTK/Platform/MappedGamePadDriver.cs rename to src/OpenTK/Platform/MappedGamePadDriver.cs diff --git a/Source/OpenTK/Platform/NativeWindowBase.cs b/src/OpenTK/Platform/NativeWindowBase.cs similarity index 100% rename from Source/OpenTK/Platform/NativeWindowBase.cs rename to src/OpenTK/Platform/NativeWindowBase.cs diff --git a/Source/OpenTK/Platform/PlatformException.cs b/src/OpenTK/Platform/PlatformException.cs similarity index 100% rename from Source/OpenTK/Platform/PlatformException.cs rename to src/OpenTK/Platform/PlatformException.cs diff --git a/Source/OpenTK/Platform/PlatformFactoryBase.cs b/src/OpenTK/Platform/PlatformFactoryBase.cs similarity index 100% rename from Source/OpenTK/Platform/PlatformFactoryBase.cs rename to src/OpenTK/Platform/PlatformFactoryBase.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2.cs b/src/OpenTK/Platform/SDL2/Sdl2.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2.cs rename to src/OpenTK/Platform/SDL2/Sdl2.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2DisplayDeviceDriver.cs b/src/OpenTK/Platform/SDL2/Sdl2DisplayDeviceDriver.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2DisplayDeviceDriver.cs rename to src/OpenTK/Platform/SDL2/Sdl2DisplayDeviceDriver.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2Factory.cs b/src/OpenTK/Platform/SDL2/Sdl2Factory.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2Factory.cs rename to src/OpenTK/Platform/SDL2/Sdl2Factory.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs b/src/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs rename to src/OpenTK/Platform/SDL2/Sdl2GraphicsContext.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2GraphicsMode.cs b/src/OpenTK/Platform/SDL2/Sdl2GraphicsMode.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2GraphicsMode.cs rename to src/OpenTK/Platform/SDL2/Sdl2GraphicsMode.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2InputDriver.cs b/src/OpenTK/Platform/SDL2/Sdl2InputDriver.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2InputDriver.cs rename to src/OpenTK/Platform/SDL2/Sdl2InputDriver.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2JoystickDriver.cs b/src/OpenTK/Platform/SDL2/Sdl2JoystickDriver.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2JoystickDriver.cs rename to src/OpenTK/Platform/SDL2/Sdl2JoystickDriver.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2KeyMap.cs b/src/OpenTK/Platform/SDL2/Sdl2KeyMap.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2KeyMap.cs rename to src/OpenTK/Platform/SDL2/Sdl2KeyMap.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2Keyboard.cs b/src/OpenTK/Platform/SDL2/Sdl2Keyboard.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2Keyboard.cs rename to src/OpenTK/Platform/SDL2/Sdl2Keyboard.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2Mouse.cs b/src/OpenTK/Platform/SDL2/Sdl2Mouse.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2Mouse.cs rename to src/OpenTK/Platform/SDL2/Sdl2Mouse.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs b/src/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs rename to src/OpenTK/Platform/SDL2/Sdl2NativeWindow.cs diff --git a/Source/OpenTK/Platform/SDL2/Sdl2WindowInfo.cs b/src/OpenTK/Platform/SDL2/Sdl2WindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/SDL2/Sdl2WindowInfo.cs rename to src/OpenTK/Platform/SDL2/Sdl2WindowInfo.cs diff --git a/Source/OpenTK/Platform/Utilities.cs b/src/OpenTK/Platform/Utilities.cs similarity index 100% rename from Source/OpenTK/Platform/Utilities.cs rename to src/OpenTK/Platform/Utilities.cs diff --git a/Source/OpenTK/Platform/Windows/API.cs b/src/OpenTK/Platform/Windows/API.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/API.cs rename to src/OpenTK/Platform/Windows/API.cs diff --git a/Source/OpenTK/Platform/Windows/Bindings/HidProtocol.cs b/src/OpenTK/Platform/Windows/Bindings/HidProtocol.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/Bindings/HidProtocol.cs rename to src/OpenTK/Platform/Windows/Bindings/HidProtocol.cs diff --git a/Source/OpenTK/Platform/Windows/Bindings/Wgl.cs b/src/OpenTK/Platform/Windows/Bindings/Wgl.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/Bindings/Wgl.cs rename to src/OpenTK/Platform/Windows/Bindings/Wgl.cs diff --git a/Source/OpenTK/Platform/Windows/Bindings/WglEnums.cs b/src/OpenTK/Platform/Windows/Bindings/WglEnums.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/Bindings/WglEnums.cs rename to src/OpenTK/Platform/Windows/Bindings/WglEnums.cs diff --git a/Source/OpenTK/Platform/Windows/WglHelper.cs b/src/OpenTK/Platform/Windows/WglHelper.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WglHelper.cs rename to src/OpenTK/Platform/Windows/WglHelper.cs diff --git a/Source/OpenTK/Platform/Windows/WinDisplayDevice.cs b/src/OpenTK/Platform/Windows/WinDisplayDevice.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinDisplayDevice.cs rename to src/OpenTK/Platform/Windows/WinDisplayDevice.cs diff --git a/Source/OpenTK/Platform/Windows/WinFactory.cs b/src/OpenTK/Platform/Windows/WinFactory.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinFactory.cs rename to src/OpenTK/Platform/Windows/WinFactory.cs diff --git a/Source/OpenTK/Platform/Windows/WinGLContext.cs b/src/OpenTK/Platform/Windows/WinGLContext.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinGLContext.cs rename to src/OpenTK/Platform/Windows/WinGLContext.cs diff --git a/Source/OpenTK/Platform/Windows/WinGLNative.cs b/src/OpenTK/Platform/Windows/WinGLNative.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinGLNative.cs rename to src/OpenTK/Platform/Windows/WinGLNative.cs diff --git a/Source/OpenTK/Platform/Windows/WinGraphicsMode.cs b/src/OpenTK/Platform/Windows/WinGraphicsMode.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinGraphicsMode.cs rename to src/OpenTK/Platform/Windows/WinGraphicsMode.cs diff --git a/Source/OpenTK/Platform/Windows/WinInputBase.cs b/src/OpenTK/Platform/Windows/WinInputBase.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinInputBase.cs rename to src/OpenTK/Platform/Windows/WinInputBase.cs diff --git a/Source/OpenTK/Platform/Windows/WinKeyMap.cs b/src/OpenTK/Platform/Windows/WinKeyMap.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinKeyMap.cs rename to src/OpenTK/Platform/Windows/WinKeyMap.cs diff --git a/Source/OpenTK/Platform/Windows/WinRawInput.cs b/src/OpenTK/Platform/Windows/WinRawInput.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinRawInput.cs rename to src/OpenTK/Platform/Windows/WinRawInput.cs diff --git a/Source/OpenTK/Platform/Windows/WinRawJoystick.cs b/src/OpenTK/Platform/Windows/WinRawJoystick.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinRawJoystick.cs rename to src/OpenTK/Platform/Windows/WinRawJoystick.cs diff --git a/Source/OpenTK/Platform/Windows/WinRawKeyboard.cs b/src/OpenTK/Platform/Windows/WinRawKeyboard.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinRawKeyboard.cs rename to src/OpenTK/Platform/Windows/WinRawKeyboard.cs diff --git a/Source/OpenTK/Platform/Windows/WinRawMouse.cs b/src/OpenTK/Platform/Windows/WinRawMouse.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinRawMouse.cs rename to src/OpenTK/Platform/Windows/WinRawMouse.cs diff --git a/Source/OpenTK/Platform/Windows/WinWindowInfo.cs b/src/OpenTK/Platform/Windows/WinWindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/WinWindowInfo.cs rename to src/OpenTK/Platform/Windows/WinWindowInfo.cs diff --git a/Source/OpenTK/Platform/Windows/XInputJoystick.cs b/src/OpenTK/Platform/Windows/XInputJoystick.cs similarity index 100% rename from Source/OpenTK/Platform/Windows/XInputJoystick.cs rename to src/OpenTK/Platform/Windows/XInputJoystick.cs diff --git a/Source/OpenTK/Platform/X11/API.cs b/src/OpenTK/Platform/X11/API.cs similarity index 100% rename from Source/OpenTK/Platform/X11/API.cs rename to src/OpenTK/Platform/X11/API.cs diff --git a/Source/OpenTK/Platform/X11/Bindings/DL.cs b/src/OpenTK/Platform/X11/Bindings/DL.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Bindings/DL.cs rename to src/OpenTK/Platform/X11/Bindings/DL.cs diff --git a/Source/OpenTK/Platform/X11/Bindings/Glx.cs b/src/OpenTK/Platform/X11/Bindings/Glx.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Bindings/Glx.cs rename to src/OpenTK/Platform/X11/Bindings/Glx.cs diff --git a/Source/OpenTK/Platform/X11/Bindings/INotify.cs b/src/OpenTK/Platform/X11/Bindings/INotify.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Bindings/INotify.cs rename to src/OpenTK/Platform/X11/Bindings/INotify.cs diff --git a/Source/OpenTK/Platform/X11/Bindings/XI.cs b/src/OpenTK/Platform/X11/Bindings/XI.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Bindings/XI.cs rename to src/OpenTK/Platform/X11/Bindings/XI.cs diff --git a/Source/OpenTK/Platform/X11/Bindings/Xkb.cs b/src/OpenTK/Platform/X11/Bindings/Xkb.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Bindings/Xkb.cs rename to src/OpenTK/Platform/X11/Bindings/Xkb.cs diff --git a/Source/OpenTK/Platform/X11/Functions.cs b/src/OpenTK/Platform/X11/Functions.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Functions.cs rename to src/OpenTK/Platform/X11/Functions.cs diff --git a/Source/OpenTK/Platform/X11/Structs.cs b/src/OpenTK/Platform/X11/Structs.cs similarity index 100% rename from Source/OpenTK/Platform/X11/Structs.cs rename to src/OpenTK/Platform/X11/Structs.cs diff --git a/Source/OpenTK/Platform/X11/X11DisplayDevice.cs b/src/OpenTK/Platform/X11/X11DisplayDevice.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11DisplayDevice.cs rename to src/OpenTK/Platform/X11/X11DisplayDevice.cs diff --git a/Source/OpenTK/Platform/X11/X11Factory.cs b/src/OpenTK/Platform/X11/X11Factory.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11Factory.cs rename to src/OpenTK/Platform/X11/X11Factory.cs diff --git a/Source/OpenTK/Platform/X11/X11GLContext.cs b/src/OpenTK/Platform/X11/X11GLContext.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11GLContext.cs rename to src/OpenTK/Platform/X11/X11GLContext.cs diff --git a/Source/OpenTK/Platform/X11/X11GLNative.cs b/src/OpenTK/Platform/X11/X11GLNative.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11GLNative.cs rename to src/OpenTK/Platform/X11/X11GLNative.cs diff --git a/Source/OpenTK/Platform/X11/X11GraphicsMode.cs b/src/OpenTK/Platform/X11/X11GraphicsMode.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11GraphicsMode.cs rename to src/OpenTK/Platform/X11/X11GraphicsMode.cs diff --git a/Source/OpenTK/Platform/X11/X11Input.cs b/src/OpenTK/Platform/X11/X11Input.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11Input.cs rename to src/OpenTK/Platform/X11/X11Input.cs diff --git a/Source/OpenTK/Platform/X11/X11KeyMap.cs b/src/OpenTK/Platform/X11/X11KeyMap.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11KeyMap.cs rename to src/OpenTK/Platform/X11/X11KeyMap.cs diff --git a/Source/OpenTK/Platform/X11/X11Keyboard.cs b/src/OpenTK/Platform/X11/X11Keyboard.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11Keyboard.cs rename to src/OpenTK/Platform/X11/X11Keyboard.cs diff --git a/Source/OpenTK/Platform/X11/X11Mouse.cs b/src/OpenTK/Platform/X11/X11Mouse.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11Mouse.cs rename to src/OpenTK/Platform/X11/X11Mouse.cs diff --git a/Source/OpenTK/Platform/X11/X11WindowInfo.cs b/src/OpenTK/Platform/X11/X11WindowInfo.cs similarity index 100% rename from Source/OpenTK/Platform/X11/X11WindowInfo.cs rename to src/OpenTK/Platform/X11/X11WindowInfo.cs diff --git a/Source/OpenTK/Platform/X11/XI2Input.cs b/src/OpenTK/Platform/X11/XI2Input.cs similarity index 100% rename from Source/OpenTK/Platform/X11/XI2Input.cs rename to src/OpenTK/Platform/X11/XI2Input.cs diff --git a/Source/OpenTK/Platform/X11/XI2MouseKeyboard.cs b/src/OpenTK/Platform/X11/XI2MouseKeyboard.cs similarity index 100% rename from Source/OpenTK/Platform/X11/XI2MouseKeyboard.cs rename to src/OpenTK/Platform/X11/XI2MouseKeyboard.cs diff --git a/Source/OpenTK/Platform/iPhoneOS/iPhoneDisplayDeviceDriver.cs b/src/OpenTK/Platform/iPhoneOS/iPhoneDisplayDeviceDriver.cs similarity index 100% rename from Source/OpenTK/Platform/iPhoneOS/iPhoneDisplayDeviceDriver.cs rename to src/OpenTK/Platform/iPhoneOS/iPhoneDisplayDeviceDriver.cs diff --git a/Source/OpenTK/Platform/iPhoneOS/iPhoneFactory.cs b/src/OpenTK/Platform/iPhoneOS/iPhoneFactory.cs similarity index 100% rename from Source/OpenTK/Platform/iPhoneOS/iPhoneFactory.cs rename to src/OpenTK/Platform/iPhoneOS/iPhoneFactory.cs diff --git a/Source/OpenTK/Platform/iPhoneOS/iPhoneOSGameView.cs b/src/OpenTK/Platform/iPhoneOS/iPhoneOSGameView.cs similarity index 100% rename from Source/OpenTK/Platform/iPhoneOS/iPhoneOSGameView.cs rename to src/OpenTK/Platform/iPhoneOS/iPhoneOSGameView.cs diff --git a/Source/OpenTK/Platform/iPhoneOS/iPhoneOSGraphicsContext.cs b/src/OpenTK/Platform/iPhoneOS/iPhoneOSGraphicsContext.cs similarity index 100% rename from Source/OpenTK/Platform/iPhoneOS/iPhoneOSGraphicsContext.cs rename to src/OpenTK/Platform/iPhoneOS/iPhoneOSGraphicsContext.cs diff --git a/Source/OpenTK/Properties/AssemblyInfo.cs b/src/OpenTK/Properties/AssemblyInfo.cs similarity index 100% rename from Source/OpenTK/Properties/AssemblyInfo.cs rename to src/OpenTK/Properties/AssemblyInfo.cs diff --git a/Source/OpenTK/RewrittenAttribute.cs b/src/OpenTK/RewrittenAttribute.cs similarity index 100% rename from Source/OpenTK/RewrittenAttribute.cs rename to src/OpenTK/RewrittenAttribute.cs diff --git a/Source/OpenTK/SlotAttribute.cs b/src/OpenTK/SlotAttribute.cs similarity index 100% rename from Source/OpenTK/SlotAttribute.cs rename to src/OpenTK/SlotAttribute.cs diff --git a/Source/OpenTK/Toolkit.cs b/src/OpenTK/Toolkit.cs similarity index 100% rename from Source/OpenTK/Toolkit.cs rename to src/OpenTK/Toolkit.cs diff --git a/Source/OpenTK/ToolkitOptions.cs b/src/OpenTK/ToolkitOptions.cs similarity index 100% rename from Source/OpenTK/ToolkitOptions.cs rename to src/OpenTK/ToolkitOptions.cs diff --git a/Source/OpenTK/WindowBorder.cs b/src/OpenTK/WindowBorder.cs similarity index 100% rename from Source/OpenTK/WindowBorder.cs rename to src/OpenTK/WindowBorder.cs diff --git a/Source/OpenTK/WindowIcon.cs b/src/OpenTK/WindowIcon.cs similarity index 100% rename from Source/OpenTK/WindowIcon.cs rename to src/OpenTK/WindowIcon.cs diff --git a/Source/OpenTK/WindowState.cs b/src/OpenTK/WindowState.cs similarity index 100% rename from Source/OpenTK/WindowState.cs rename to src/OpenTK/WindowState.cs diff --git a/Source/OpenTK.Tests/Matrix4Test.cs b/tests/OpenTK.Tests/Matrix4Test.cs similarity index 100% rename from Source/OpenTK.Tests/Matrix4Test.cs rename to tests/OpenTK.Tests/Matrix4Test.cs diff --git a/Source/OpenTK.Tests/OpenTK.Tests.csproj b/tests/OpenTK.Tests/OpenTK.Tests.csproj similarity index 98% rename from Source/OpenTK.Tests/OpenTK.Tests.csproj rename to tests/OpenTK.Tests/OpenTK.Tests.csproj index 08e709ec..f4d82e04 100644 --- a/Source/OpenTK.Tests/OpenTK.Tests.csproj +++ b/tests/OpenTK.Tests/OpenTK.Tests.csproj @@ -68,7 +68,7 @@ - + {a37a7e14-0000-0000-0000-000000000000} OpenTK diff --git a/Source/OpenTK.Tests/Properties/AssemblyInfo.cs b/tests/OpenTK.Tests/Properties/AssemblyInfo.cs similarity index 100% rename from Source/OpenTK.Tests/Properties/AssemblyInfo.cs rename to tests/OpenTK.Tests/Properties/AssemblyInfo.cs diff --git a/Source/OpenTK.Tests/Vector3Tests.cs b/tests/OpenTK.Tests/Vector3Tests.cs similarity index 100% rename from Source/OpenTK.Tests/Vector3Tests.cs rename to tests/OpenTK.Tests/Vector3Tests.cs diff --git a/Source/OpenTK.Tests/packages.config b/tests/OpenTK.Tests/packages.config similarity index 100% rename from Source/OpenTK.Tests/packages.config rename to tests/OpenTK.Tests/packages.config diff --git a/Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj b/tests/Test.API.Desktop/Test.API.Desktop.csproj similarity index 65% rename from Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj rename to tests/Test.API.Desktop/Test.API.Desktop.csproj index 5c6b7eab..1d9e0d89 100644 --- a/Source/Tests/Test.API.Desktop/Test.API.Desktop.csproj +++ b/tests/Test.API.Desktop/Test.API.Desktop.csproj @@ -1,4 +1,4 @@ - + Debug @@ -31,29 +31,9 @@ false true - - true - full - false - ..\..\..\Binaries\Tests\Debug - DEBUG; - prompt - 4 - false - true - - - full - true - ..\..\..\Binaries\Tests\Release - prompt - 4 - false - true - - + {A37A7E14-0000-0000-0000-000000000000} OpenTK diff --git a/Source/Tests/Test.API.Desktop/api.cs b/tests/Test.API.Desktop/api.cs similarity index 100% rename from Source/Tests/Test.API.Desktop/api.cs rename to tests/Test.API.Desktop/api.cs