313 lines
No EOL
16 KiB
XML
313 lines
No EOL
16 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>10.0.0</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{1648ACE1-E7D0-41CB-9A0E-C2A9D76C13A9}</ProjectGuid>
|
|
<ProjectTypeGuids>{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{F278D4AB-4730-4720-B08E-FE5E31564D9E};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>OpenTK.Android</RootNamespace>
|
|
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
|
|
<AndroidResgenClass>Resource</AndroidResgenClass>
|
|
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
|
|
<MonoAndroidAssetsPrefix>Assets</MonoAndroidAssetsPrefix>
|
|
<AndroidUseLatestPlatformSdk>True</AndroidUseLatestPlatformSdk>
|
|
<AssemblyName>OpenTK.Android</AssemblyName>
|
|
<TargetFrameworkVersion>v4.2</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Binaries\OpenTK\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;ANDROID</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AndroidLinkMode>None</AndroidLinkMode>
|
|
<ConsolePause>false</ConsolePause>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Binaries\OpenTK\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AndroidUseSharedRuntime>false</AndroidUseSharedRuntime>
|
|
<ConsolePause>false</ConsolePause>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DefineConstants>ANDROID</DefineConstants>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="Mono.Android" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\Novell\Novell.MonoDroid.CSharp.targets" />
|
|
<ItemGroup>
|
|
<Compile Include="AutoGeneratedAttribute.cs" />
|
|
<Compile Include="BindingsBase.cs" />
|
|
<Compile Include="BlittableValueType.cs" />
|
|
<Compile Include="Configuration.cs" />
|
|
<Compile Include="ContextHandle.cs" />
|
|
<Compile Include="DisplayDevice.cs" />
|
|
<Compile Include="DisplayIndex.cs" />
|
|
<Compile Include="DisplayResolution.cs" />
|
|
<Compile Include="Exceptions.cs" />
|
|
<Compile Include="FrameEventArgs.cs" />
|
|
<Compile Include="GameWindow.cs" />
|
|
<Compile Include="GameWindowFlags.cs" />
|
|
<Compile Include="IGameWindow.cs" />
|
|
<Compile Include="INativeWindow.cs" />
|
|
<Compile Include="IntPtrEqualityComparer.cs" />
|
|
<Compile Include="KeyPressEventArgs.cs" />
|
|
<Compile Include="Minimal.cs" />
|
|
<Compile Include="NativeWindow.cs" />
|
|
<Compile Include="Toolkit.cs" />
|
|
<Compile Include="WindowBorder.cs" />
|
|
<Compile Include="WindowState.cs" />
|
|
<Compile Include="Audio\AudioCapture.cs" />
|
|
<Compile Include="Audio\AudioContext.cs" />
|
|
<Compile Include="Audio\AudioContextException.cs" />
|
|
<Compile Include="Audio\AudioDeviceEnumerator.cs" />
|
|
<Compile Include="Audio\AudioDeviceErrorChecker.cs" />
|
|
<Compile Include="Audio\AudioDeviceException.cs" />
|
|
<Compile Include="Audio\AudioException.cs" />
|
|
<Compile Include="Audio\AudioValueException.cs" />
|
|
<Compile Include="Audio\OpenAL\AL\AL.cs" />
|
|
<Compile Include="Audio\OpenAL\AL\ALEnums.cs" />
|
|
<Compile Include="Audio\OpenAL\AL\EffectsExtension.cs" />
|
|
<Compile Include="Audio\OpenAL\AL\EffectsExtensionEnums.cs" />
|
|
<Compile Include="Audio\OpenAL\AL\EffectsExtensionPresets.cs" />
|
|
<Compile Include="Audio\OpenAL\AL\XRamExtension.cs" />
|
|
<Compile Include="Audio\OpenAL\Alc\Alc.cs" />
|
|
<Compile Include="Audio\OpenAL\Alc\AlcEnums.cs" />
|
|
<Compile Include="Compute\CLHelper.cs" />
|
|
<Compile Include="Compute\CommandQueue.cs" />
|
|
<Compile Include="Compute\ComputeContext.cs" />
|
|
<Compile Include="Compute\Configuration.cs" />
|
|
<Compile Include="Compute\Device.cs" />
|
|
<Compile Include="Compute\Enums.cs" />
|
|
<Compile Include="Compute\Event.cs" />
|
|
<Compile Include="Compute\Kernel.cs" />
|
|
<Compile Include="Compute\Memory.cs" />
|
|
<Compile Include="Compute\Platform.cs" />
|
|
<Compile Include="Compute\Profiler.cs" />
|
|
<Compile Include="Compute\Program.cs" />
|
|
<Compile Include="Compute\Sampler.cs" />
|
|
<Compile Include="Compute\Structs.cs" />
|
|
<Compile Include="Compute\CL10\CL.cs" />
|
|
<Compile Include="Compute\CL10\CLHelper.cs" />
|
|
<Compile Include="Compute\CL10\Core.cs" />
|
|
<Compile Include="Compute\CL10\Delegates.cs" />
|
|
<Compile Include="Compute\CL10\Enums.cs" />
|
|
<Compile Include="Compute\CL10\ErrorHelper.cs" />
|
|
<Compile Include="Compute\CL10\ImageFormat.cs" />
|
|
<Compile Include="Graphics\Color4.cs" />
|
|
<Compile Include="Graphics\ColorFormat.cs" />
|
|
<Compile Include="Graphics\GraphicsBindingsBase.cs" />
|
|
<Compile Include="Graphics\GraphicsContext.cs" />
|
|
<Compile Include="Graphics\GraphicsContextBase.cs" />
|
|
<Compile Include="Graphics\GraphicsContextException.cs" />
|
|
<Compile Include="Graphics\GraphicsContextFlags.cs" />
|
|
<Compile Include="Graphics\GraphicsContextMissingException.cs" />
|
|
<Compile Include="Graphics\GraphicsContextVersion.cs" />
|
|
<Compile Include="Graphics\GraphicsErrorException.cs" />
|
|
<Compile Include="Graphics\GraphicsExceptions.cs" />
|
|
<Compile Include="Graphics\GraphicsMode.cs" />
|
|
<Compile Include="Graphics\GraphicsModeComparer.cs" />
|
|
<Compile Include="Graphics\GraphicsModeException.cs" />
|
|
<Compile Include="Graphics\IGraphicsContext.cs" />
|
|
<Compile Include="Graphics\IGraphicsMode.cs" />
|
|
<Compile Include="Graphics\ES10\Core.cs" />
|
|
<Compile Include="Graphics\ES10\Delegates.cs" />
|
|
<Compile Include="Graphics\ES10\ES.cs" />
|
|
<Compile Include="Graphics\ES10\Enums.cs" />
|
|
<Compile Include="Graphics\ES10\ErrorHelper.cs" />
|
|
<Compile Include="Graphics\ES10\Helper.cs" />
|
|
<Compile Include="Graphics\ES11\Core.cs" />
|
|
<Compile Include="Graphics\ES11\Delegates.cs" />
|
|
<Compile Include="Graphics\ES11\ES.cs" />
|
|
<Compile Include="Graphics\ES11\Enums.cs" />
|
|
<Compile Include="Graphics\ES11\ErrorHelper.cs" />
|
|
<Compile Include="Graphics\ES11\Helper.cs" />
|
|
<Compile Include="Graphics\ES20\Core.cs" />
|
|
<Compile Include="Graphics\ES20\Delegates.cs" />
|
|
<Compile Include="Graphics\ES20\ES.cs" />
|
|
<Compile Include="Graphics\ES20\Enums.cs" />
|
|
<Compile Include="Graphics\ES20\ErrorHelper.cs" />
|
|
<Compile Include="Graphics\ES20\Helper.cs" />
|
|
<Compile Include="Graphics\OpenGL\ErrorHelper.cs" />
|
|
<Compile Include="Graphics\OpenGL\GL.cs" />
|
|
<Compile Include="Graphics\OpenGL\GLCore.cs" />
|
|
<Compile Include="Graphics\OpenGL\GLDelegates.cs" />
|
|
<Compile Include="Graphics\OpenGL\GLEnums.cs" />
|
|
<Compile Include="Graphics\OpenGL\GLHelper.cs" />
|
|
<Compile Include="Input\ButtonState.cs" />
|
|
<Compile Include="Input\GamePad.cs" />
|
|
<Compile Include="Input\GamePadAxis.cs" />
|
|
<Compile Include="Input\GamePadButton.cs" />
|
|
<Compile Include="Input\GamePadState.cs" />
|
|
<Compile Include="Input\IGamePadDriver.cs" />
|
|
<Compile Include="Input\IInputDevice.cs" />
|
|
<Compile Include="Input\IInputDriver.cs" />
|
|
<Compile Include="Input\IInputDriver2.cs" />
|
|
<Compile Include="Input\IJoystickDriver.cs" />
|
|
<Compile Include="Input\IKeyboardDriver.cs" />
|
|
<Compile Include="Input\IKeyboardDriver2.cs" />
|
|
<Compile Include="Input\IMouseDriver.cs" />
|
|
<Compile Include="Input\IMouseDriver2.cs" />
|
|
<Compile Include="Input\JoystickDevice.cs" />
|
|
<Compile Include="Input\Key.cs" />
|
|
<Compile Include="Input\Keyboard.cs" />
|
|
<Compile Include="Input\KeyboardDevice.cs" />
|
|
<Compile Include="Input\KeyboardKeyEventArgs.cs" />
|
|
<Compile Include="Input\KeyboardState.cs" />
|
|
<Compile Include="Input\Mouse.cs" />
|
|
<Compile Include="Input\MouseButton.cs" />
|
|
<Compile Include="Input\MouseDevice.cs" />
|
|
<Compile Include="Input\MouseState.cs" />
|
|
<Compile Include="Math\BezierCurve.cs" />
|
|
<Compile Include="Math\BezierCurveCubic.cs" />
|
|
<Compile Include="Math\BezierCurveQuadric.cs" />
|
|
<Compile Include="Math\Box2.cs" />
|
|
<Compile Include="Math\Functions.cs" />
|
|
<Compile Include="Math\Half.cs" />
|
|
<Compile Include="Math\MathHelper.cs" />
|
|
<Compile Include="Math\Matrix2.cs" />
|
|
<Compile Include="Math\Matrix2d.cs" />
|
|
<Compile Include="Math\Matrix2x3.cs" />
|
|
<Compile Include="Math\Matrix2x3d.cs" />
|
|
<Compile Include="Math\Matrix2x4.cs" />
|
|
<Compile Include="Math\Matrix2x4d.cs" />
|
|
<Compile Include="Math\Matrix3.cs" />
|
|
<Compile Include="Math\Matrix3d.cs" />
|
|
<Compile Include="Math\Matrix3x2.cs" />
|
|
<Compile Include="Math\Matrix3x2d.cs" />
|
|
<Compile Include="Math\Matrix3x4.cs" />
|
|
<Compile Include="Math\Matrix3x4d.cs" />
|
|
<Compile Include="Math\Matrix4.cs" />
|
|
<Compile Include="Math\Matrix4d.cs" />
|
|
<Compile Include="Math\Matrix4x2.cs" />
|
|
<Compile Include="Math\Matrix4x2d.cs" />
|
|
<Compile Include="Math\Matrix4x3.cs" />
|
|
<Compile Include="Math\Matrix4x3d.cs" />
|
|
<Compile Include="Math\Point.cs" />
|
|
<Compile Include="Math\Quaternion.cs" />
|
|
<Compile Include="Math\Quaterniond.cs" />
|
|
<Compile Include="Math\Rectangle.cs" />
|
|
<Compile Include="Math\Size.cs" />
|
|
<Compile Include="Math\Vector2.cs" />
|
|
<Compile Include="Math\Vector2d.cs" />
|
|
<Compile Include="Math\Vector2h.cs" />
|
|
<Compile Include="Math\Vector3.cs" />
|
|
<Compile Include="Math\Vector3d.cs" />
|
|
<Compile Include="Math\Vector3h.cs" />
|
|
<Compile Include="Math\Vector4.cs" />
|
|
<Compile Include="Math\Vector4d.cs" />
|
|
<Compile Include="Math\Vector4h.cs" />
|
|
<Compile Include="Platform\DesktopGraphicsContext.cs" />
|
|
<Compile Include="Platform\DisplayDeviceBase.cs" />
|
|
<Compile Include="Platform\EmbeddedGraphicsContext.cs" />
|
|
<Compile Include="Platform\Factory.cs" />
|
|
<Compile Include="Platform\IDisplayDeviceDriver.cs" />
|
|
<Compile Include="Platform\INativeGLWindow.cs" />
|
|
<Compile Include="Platform\IPlatformFactory.cs" />
|
|
<Compile Include="Platform\IWindowInfo.cs" />
|
|
<Compile Include="Platform\PlatformException.cs" />
|
|
<Compile Include="Platform\Utilities.cs" />
|
|
<Compile Include="Platform\Dummy\DummyGLContext.cs" />
|
|
<Compile Include="Platform\Dummy\DummyWindowInfo.cs" />
|
|
<Compile Include="Platform\Egl\Egl.cs" />
|
|
<Compile Include="Platform\Egl\EglContext.cs" />
|
|
<Compile Include="Platform\Egl\EglGraphicsMode.cs" />
|
|
<Compile Include="Platform\Egl\EglMacPlatformFactory.cs" />
|
|
<Compile Include="Platform\Egl\EglSdl2PlatformFactory.cs" />
|
|
<Compile Include="Platform\Egl\EglWinPlatformFactory.cs" />
|
|
<Compile Include="Platform\Egl\EglWindowInfo.cs" />
|
|
<Compile Include="Platform\Egl\EglX11PlatformFactory.cs" />
|
|
<Compile Include="Platform\MacOS\AglContext.cs" />
|
|
<Compile Include="Platform\MacOS\Application.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonGLNative.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonInput.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonWindowInfo.cs" />
|
|
<Compile Include="Platform\MacOS\Cgl.cs" />
|
|
<Compile Include="Platform\MacOS\EventInfo.cs" />
|
|
<Compile Include="Platform\MacOS\HIDInput.cs" />
|
|
<Compile Include="Platform\MacOS\MacOSException.cs" />
|
|
<Compile Include="Platform\MacOS\MacOSFactory.cs" />
|
|
<Compile Include="Platform\MacOS\MacOSGraphicsMode.cs" />
|
|
<Compile Include="Platform\MacOS\MacOSKeyMap.cs" />
|
|
<Compile Include="Platform\MacOS\QuartzDisplayDeviceDriver.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonBindings\Agl.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonBindings\CarbonAPI.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonBindings\CoreFoundation.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonBindings\MacOSKeys.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonBindings\QuartzDisplayServicesAPI.cs" />
|
|
<Compile Include="Platform\MacOS\CarbonBindings\SpeechChannel.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2DisplayDeviceDriver.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2Factory.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2GraphicsContext.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2GraphicsMode.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2InputDriver.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2JoystickDriver.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2KeyMap.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2Keyboard.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2Mouse.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2NativeWindow.cs" />
|
|
<Compile Include="Platform\SDL2\Sdl2WindowInfo.cs" />
|
|
<Compile Include="Platform\SDL2\sdl2-cs\src\LPUtf8StrMarshaler.cs" />
|
|
<Compile Include="Platform\SDL2\sdl2-cs\src\SDL2.cs" />
|
|
<Compile Include="Platform\Windows\API.cs" />
|
|
<Compile Include="Platform\Windows\WglHelper.cs" />
|
|
<Compile Include="Platform\Windows\WinDisplayDevice.cs" />
|
|
<Compile Include="Platform\Windows\WinFactory.cs" />
|
|
<Compile Include="Platform\Windows\WinGLContext.cs" />
|
|
<Compile Include="Platform\Windows\WinGLNative.cs" />
|
|
<Compile Include="Platform\Windows\WinGraphicsMode.cs" />
|
|
<Compile Include="Platform\Windows\WinInputBase.cs" />
|
|
<Compile Include="Platform\Windows\WinKeyMap.cs" />
|
|
<Compile Include="Platform\Windows\WinMMJoystick.cs" />
|
|
<Compile Include="Platform\Windows\WinRawInput.cs" />
|
|
<Compile Include="Platform\Windows\WinRawKeyboard.cs" />
|
|
<Compile Include="Platform\Windows\WinRawMouse.cs" />
|
|
<Compile Include="Platform\Windows\WinWindowInfo.cs" />
|
|
<Compile Include="Platform\Windows\Bindings\Wgl.cs" />
|
|
<Compile Include="Platform\Windows\Bindings\WglCore.cs" />
|
|
<Compile Include="Platform\Windows\Bindings\WglDelegates.cs" />
|
|
<Compile Include="Platform\Windows\Bindings\WglEnums.cs" />
|
|
<Compile Include="Platform\X11\API.cs" />
|
|
<Compile Include="Platform\X11\Functions.cs" />
|
|
<Compile Include="Platform\X11\GlxHelper.cs" />
|
|
<Compile Include="Platform\X11\Structs.cs" />
|
|
<Compile Include="Platform\X11\X11DisplayDevice.cs" />
|
|
<Compile Include="Platform\X11\X11Factory.cs" />
|
|
<Compile Include="Platform\X11\X11GLContext.cs" />
|
|
<Compile Include="Platform\X11\X11GLNative.cs" />
|
|
<Compile Include="Platform\X11\X11GraphicsMode.cs" />
|
|
<Compile Include="Platform\X11\X11Input.cs" />
|
|
<Compile Include="Platform\X11\X11Joystick.cs" />
|
|
<Compile Include="Platform\X11\X11KeyMap.cs" />
|
|
<Compile Include="Platform\X11\X11Keyboard.cs" />
|
|
<Compile Include="Platform\X11\X11Mouse.cs" />
|
|
<Compile Include="Platform\X11\X11WindowInfo.cs" />
|
|
<Compile Include="Platform\X11\XI2Mouse.cs" />
|
|
<Compile Include="Platform\X11\Bindings\Glx.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\Resources.Designer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="OpenTK.Android.csproj" />
|
|
<None Include="OpenTK.csproj" />
|
|
<None Include="OpenTK.dll.config" />
|
|
<None Include="OpenTK.xml" />
|
|
<None Include="Platform\.DS_Store" />
|
|
<None Include="Platform\SDL2\sdl2-cs\.gitignore" />
|
|
<None Include="Platform\SDL2\sdl2-cs\LICENSE" />
|
|
<None Include="Platform\SDL2\sdl2-cs\README" />
|
|
<None Include="Properties\Resources.resx" />
|
|
</ItemGroup>
|
|
</Project> |