Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1452 chris 1
<?xml version="1.0" encoding="utf-8"?>
2
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
3
  <PropertyGroup>
4
    <ProjectType>Local</ProjectType>
5
    <ProductVersion>8.0.50727</ProductVersion>
6
    <SchemaVersion>2.0</SchemaVersion>
7
    <ProjectGuid>{A37A7E14-0000-0000-0000-000000000000}</ProjectGuid>
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
    <AssemblyKeyContainerName>
11
    </AssemblyKeyContainerName>
12
    <AssemblyName>OpenTK</AssemblyName>
13
    <DefaultClientScript>JScript</DefaultClientScript>
14
    <DefaultHTMLPageLayout>Grid</DefaultHTMLPageLayout>
15
    <DefaultTargetSchema>IE50</DefaultTargetSchema>
16
    <DelaySign>false</DelaySign>
17
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
18
    <OutputType>Library</OutputType>
19
    <AppDesignerFolder>
20
    </AppDesignerFolder>
21
    <RootNamespace>OpenTK</RootNamespace>
22
    <StartArguments>
23
    </StartArguments>
24
    <FileUpgradeFlags>
25
    </FileUpgradeFlags>
26
    <OldToolsVersion>2.0</OldToolsVersion>
27
    <UpgradeBackupLocation />
28
    <PublishUrl>publish\</PublishUrl>
29
    <Install>true</Install>
30
    <InstallFrom>Disk</InstallFrom>
31
    <UpdateEnabled>false</UpdateEnabled>
32
    <UpdateMode>Foreground</UpdateMode>
33
    <UpdateInterval>7</UpdateInterval>
34
    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
35
    <UpdatePeriodically>false</UpdatePeriodically>
36
    <UpdateRequired>false</UpdateRequired>
37
    <MapFileExtensions>true</MapFileExtensions>
38
    <ApplicationRevision>0</ApplicationRevision>
39
    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
40
    <IsWebBootstrapper>false</IsWebBootstrapper>
41
    <UseApplicationTrust>false</UseApplicationTrust>
42
    <BootstrapperEnabled>true</BootstrapperEnabled>
43
  </PropertyGroup>
44
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
45
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
46
    <BaseAddress>285212672</BaseAddress>
47
    <ConfigurationOverrideFile>
48
    </ConfigurationOverrideFile>
49
    <DefineConstants>DEBUG;TRACE;</DefineConstants>
50
    <DocumentationFile>OpenTK.xml</DocumentationFile>
51
    <DebugSymbols>true</DebugSymbols>
52
    <FileAlignment>4096</FileAlignment>
53
    <Optimize>false</Optimize>
54
    <OutputPath>..\..\Binaries\OpenTK\Debug\</OutputPath>
55
    <RegisterForComInterop>False</RegisterForComInterop>
56
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
57
    <WarningLevel>4</WarningLevel>
58
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59
    <DebugType>full</DebugType>
60
  </PropertyGroup>
61
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
62
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
63
    <BaseAddress>285212672</BaseAddress>
64
    <ConfigurationOverrideFile>
65
    </ConfigurationOverrideFile>
66
    <DefineConstants>TRACE;</DefineConstants>
67
    <DocumentationFile>OpenTK.xml</DocumentationFile>
68
    <FileAlignment>4096</FileAlignment>
69
    <Optimize>true</Optimize>
70
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
71
    <RegisterForComInterop>False</RegisterForComInterop>
72
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
73
    <WarningLevel>4</WarningLevel>
74
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
75
    <DebugType>none</DebugType>
76
  </PropertyGroup>
77
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'">
78
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
79
  </PropertyGroup>
80
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Nsis|AnyCPU'">
81
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
82
    <BaseAddress>285212672</BaseAddress>
83
    <ConfigurationOverrideFile>
84
    </ConfigurationOverrideFile>
85
    <DefineConstants>TRACE;</DefineConstants>
86
    <DocumentationFile>OpenTK.xml</DocumentationFile>
87
    <FileAlignment>4096</FileAlignment>
88
    <Optimize>true</Optimize>
89
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
90
    <RegisterForComInterop>False</RegisterForComInterop>
91
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
92
    <WarningLevel>4</WarningLevel>
93
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
94
    <DebugType>none</DebugType>
95
  </PropertyGroup>
96
  <PropertyGroup>
97
    <SignAssembly>true</SignAssembly>
98
  </PropertyGroup>
99
  <PropertyGroup>
100
    <AssemblyOriginatorKeyFile>..\..\OpenTK.snk</AssemblyOriginatorKeyFile>
101
  </PropertyGroup>
102
  <ItemGroup>
103
    <Reference Include="System">
104
      <Name>System</Name>
105
      <Private>False</Private>
106
    </Reference>
107
    <Reference Include="System.Data">
108
      <Name>System.Data</Name>
109
      <Private>False</Private>
110
    </Reference>
111
    <Reference Include="System.Drawing">
112
      <Name>System.Drawing</Name>
113
      <Private>False</Private>
114
    </Reference>
115
    <Reference Include="System.Windows.Forms">
116
      <Name>System.Windows.Forms</Name>
117
      <Private>False</Private>
118
    </Reference>
119
    <Reference Include="System.Xml">
120
      <Name>System.Xml</Name>
121
      <Private>False</Private>
122
    </Reference>
123
  </ItemGroup>
124
  <ItemGroup>
125
    <Compile Include="..\GlobalAssemblyInfo.cs">
126
      <Link>Properties\GlobalAssemblyInfo.cs</Link>
127
    </Compile>
128
    <Compile Include="DisplayDevice.cs">
129
      <SubType>Code</SubType>
130
    </Compile>
131
    <Compile Include="WindowBorder.cs">
132
      <SubType>Code</SubType>
133
    </Compile>
134
    <Compile Include="ContextHandle.cs">
135
      <SubType>Code</SubType>
136
    </Compile>
137
    <Compile Include="WindowState.cs">
138
      <SubType>Code</SubType>
139
    </Compile>
140
    <Compile Include="IGameWindow.cs">
141
      <SubType>Code</SubType>
142
    </Compile>
143
    <Compile Include="GameWindowFlags.cs">
144
      <SubType>Code</SubType>
145
    </Compile>
146
    <Compile Include="KeyPressEventArgs.cs">
147
      <SubType>Code</SubType>
148
    </Compile>
149
    <Compile Include="AutoGeneratedAttribute.cs">
150
      <SubType>Code</SubType>
151
    </Compile>
152
    <Compile Include="NativeWindow.cs">
153
      <SubType>Code</SubType>
154
    </Compile>
155
    <Compile Include="DisplayResolution.cs">
156
      <SubType>Code</SubType>
157
    </Compile>
158
    <Compile Include="BindingsBase.cs">
159
      <SubType>Code</SubType>
160
    </Compile>
161
    <Compile Include="Toolkit.cs">
162
      <SubType>Code</SubType>
163
    </Compile>
164
    <Compile Include="FrameEventArgs.cs">
165
      <SubType>Code</SubType>
166
    </Compile>
167
    <Compile Include="BlittableValueType.cs">
168
      <SubType>Code</SubType>
169
    </Compile>
170
    <Compile Include="GameWindow.cs">
171
      <SubType>Code</SubType>
172
    </Compile>
173
    <Compile Include="Minimal.cs">
174
      <SubType>Code</SubType>
175
    </Compile>
176
    <Compile Include="Configuration.cs">
177
      <SubType>Code</SubType>
178
    </Compile>
179
    <Compile Include="Exceptions.cs">
180
      <SubType>Code</SubType>
181
    </Compile>
182
    <Compile Include="INativeWindow.cs">
183
      <SubType>Code</SubType>
184
    </Compile>
185
    <Compile Include="Properties\AssemblyInfo.cs">
186
      <SubType>Code</SubType>
187
    </Compile>
188
    <Compile Include="Platform\IDisplayDeviceDriver.cs">
189
      <SubType>Code</SubType>
190
    </Compile>
191
    <Compile Include="Platform\IWindowInfo.cs">
192
      <SubType>Code</SubType>
193
    </Compile>
194
    <Compile Include="Platform\EmbeddedGraphicsContext.cs">
195
      <SubType>Code</SubType>
196
    </Compile>
197
    <Compile Include="Platform\PlatformException.cs">
198
      <SubType>Code</SubType>
199
    </Compile>
200
    <Compile Include="Platform\IPlatformFactory.cs">
201
      <SubType>Code</SubType>
202
    </Compile>
203
    <Compile Include="Platform\Factory.cs">
204
      <SubType>Code</SubType>
205
    </Compile>
206
    <Compile Include="Platform\Utilities.cs">
207
      <SubType>Code</SubType>
208
    </Compile>
209
    <Compile Include="Platform\INativeGLWindow.cs">
210
      <SubType>Code</SubType>
211
    </Compile>
212
    <Compile Include="Platform\DesktopGraphicsContext.cs">
213
      <SubType>Code</SubType>
214
    </Compile>
215
    <Compile Include="Platform\Dummy\DummyWindowInfo.cs">
216
      <SubType>Code</SubType>
217
    </Compile>
218
    <Compile Include="Platform\Dummy\DummyGLContext.cs">
219
      <SubType>Code</SubType>
220
    </Compile>
221
    <Compile Include="Platform\Egl\EglX11PlatformFactory.cs">
222
      <SubType>Code</SubType>
223
    </Compile>
224
    <Compile Include="Platform\Egl\EglWinPlatformFactory.cs">
225
      <SubType>Code</SubType>
226
    </Compile>
227
    <Compile Include="Platform\Egl\EglGraphicsMode.cs">
228
      <SubType>Code</SubType>
229
    </Compile>
230
    <Compile Include="Platform\Egl\EglWindowInfo.cs">
231
      <SubType>Code</SubType>
232
    </Compile>
233
    <Compile Include="Platform\Egl\Egl.cs">
234
      <SubType>Code</SubType>
235
    </Compile>
236
    <Compile Include="Platform\Egl\EglContext.cs">
237
      <SubType>Code</SubType>
238
    </Compile>
239
    <Compile Include="Platform\Egl\EglMacPlatformFactory.cs">
240
      <SubType>Code</SubType>
241
    </Compile>
242
    <Compile Include="Platform\MacOS\EventInfo.cs">
243
      <SubType>Code</SubType>
244
    </Compile>
245
    <Compile Include="Platform\MacOS\MacOSGraphicsMode.cs">
246
      <SubType>Code</SubType>
247
    </Compile>
248
    <Compile Include="Platform\MacOS\MacOSFactory.cs">
249
      <SubType>Code</SubType>
250
    </Compile>
251
    <Compile Include="Platform\MacOS\MacOSException.cs">
252
      <SubType>Code</SubType>
253
    </Compile>
254
    <Compile Include="Platform\MacOS\MacOSKeyMap.cs">
255
      <SubType>Code</SubType>
256
    </Compile>
257
    <Compile Include="Platform\MacOS\CarbonGLNative.cs">
258
      <SubType>Code</SubType>
259
    </Compile>
260
    <Compile Include="Platform\MacOS\Application.cs">
261
      <SubType>Code</SubType>
262
    </Compile>
263
    <Compile Include="Platform\MacOS\AglContext.cs">
264
      <SubType>Code</SubType>
265
    </Compile>
266
    <Compile Include="Platform\MacOS\QuartzDisplayDeviceDriver.cs">
267
      <SubType>Code</SubType>
268
    </Compile>
269
    <Compile Include="Platform\MacOS\CarbonInput.cs">
270
      <SubType>Code</SubType>
271
    </Compile>
272
    <Compile Include="Platform\MacOS\CarbonWindowInfo.cs">
273
      <SubType>Code</SubType>
274
    </Compile>
275
    <Compile Include="Platform\MacOS\CarbonBindings\CarbonAPI.cs">
276
      <SubType>Code</SubType>
277
    </Compile>
278
    <Compile Include="Platform\MacOS\CarbonBindings\SpeechChannel.cs">
279
      <SubType>Code</SubType>
280
    </Compile>
281
    <Compile Include="Platform\MacOS\CarbonBindings\QuartzDisplayServicesAPI.cs">
282
      <SubType>Code</SubType>
283
    </Compile>
284
    <Compile Include="Platform\MacOS\CarbonBindings\MacOSKeys.cs">
285
      <SubType>Code</SubType>
286
    </Compile>
287
    <Compile Include="Platform\MacOS\CarbonBindings\Agl.cs">
288
      <SubType>Code</SubType>
289
    </Compile>
290
    <Compile Include="Platform\MacOS\CarbonBindings\CoreFoundation.cs">
291
      <SubType>Code</SubType>
292
    </Compile>
293
    <Compile Include="Platform\Windows\WinRawKeyboard.cs">
294
      <SubType>Code</SubType>
295
    </Compile>
296
    <Compile Include="Platform\Windows\WinFactory.cs">
297
      <SubType>Code</SubType>
298
    </Compile>
299
    <Compile Include="Platform\Windows\WinRawInput.cs">
300
      <SubType>Code</SubType>
301
    </Compile>
302
    <Compile Include="Platform\Windows\WinRawMouse.cs">
303
      <SubType>Code</SubType>
304
    </Compile>
305
    <Compile Include="Platform\Windows\WinDisplayDevice.cs">
306
      <SubType>Code</SubType>
307
    </Compile>
308
    <Compile Include="Platform\Windows\API.cs">
309
      <SubType>Code</SubType>
310
    </Compile>
311
    <Compile Include="Platform\Windows\WinKeyMap.cs">
312
      <SubType>Code</SubType>
313
    </Compile>
314
    <Compile Include="Platform\Windows\WMInput.cs">
315
      <SubType>Code</SubType>
316
    </Compile>
317
    <Compile Include="Platform\Windows\WinGLNative.cs">
318
      <SubType>Code</SubType>
319
    </Compile>
320
    <Compile Include="Platform\Windows\WinWindowInfo.cs">
321
      <SubType>Code</SubType>
322
    </Compile>
323
    <Compile Include="Platform\Windows\WinGLContext.cs">
324
      <SubType>Code</SubType>
325
    </Compile>
326
    <Compile Include="Platform\Windows\WinMMJoystick.cs">
327
      <SubType>Code</SubType>
328
    </Compile>
329
    <Compile Include="Platform\Windows\WglHelper.cs">
330
      <SubType>Code</SubType>
331
    </Compile>
332
    <Compile Include="Platform\Windows\WinGraphicsMode.cs">
333
      <SubType>Code</SubType>
334
    </Compile>
335
    <Compile Include="Platform\Windows\Bindings\Wgl.cs">
336
      <SubType>Code</SubType>
337
    </Compile>
338
    <Compile Include="Platform\Windows\Bindings\WglDelegates.cs">
339
      <SubType>Code</SubType>
340
    </Compile>
341
    <Compile Include="Platform\Windows\Bindings\WglCore.cs">
342
      <SubType>Code</SubType>
343
    </Compile>
344
    <Compile Include="Platform\Windows\Bindings\WglEnums.cs">
345
      <SubType>Code</SubType>
346
    </Compile>
347
    <Compile Include="Platform\X11\X11WindowInfo.cs">
348
      <SubType>Code</SubType>
349
    </Compile>
350
    <Compile Include="Platform\X11\X11Joystick.cs">
351
      <SubType>Code</SubType>
352
    </Compile>
353
    <Compile Include="Platform\X11\Functions.cs">
354
      <SubType>Code</SubType>
355
    </Compile>
356
    <Compile Include="Platform\X11\GlxHelper.cs">
357
      <SubType>Code</SubType>
358
    </Compile>
359
    <Compile Include="Platform\X11\API.cs">
360
      <SubType>Code</SubType>
361
    </Compile>
362
    <Compile Include="Platform\X11\X11DisplayDevice.cs">
363
      <SubType>Code</SubType>
364
    </Compile>
365
    <Compile Include="Platform\X11\X11GraphicsMode.cs">
366
      <SubType>Code</SubType>
367
    </Compile>
368
    <Compile Include="Platform\X11\X11GLNative.cs">
369
      <SubType>Code</SubType>
370
    </Compile>
371
    <Compile Include="Platform\X11\X11KeyMap.cs">
372
      <SubType>Code</SubType>
373
    </Compile>
374
    <Compile Include="Platform\X11\X11GLContext.cs">
375
      <SubType>Code</SubType>
376
    </Compile>
377
    <Compile Include="Platform\X11\Structs.cs">
378
      <SubType>Code</SubType>
379
    </Compile>
380
    <Compile Include="Platform\X11\X11Input.cs">
381
      <SubType>Code</SubType>
382
    </Compile>
383
    <Compile Include="Platform\X11\X11Factory.cs">
384
      <SubType>Code</SubType>
385
    </Compile>
386
    <Compile Include="Platform\X11\Bindings\Glx.cs">
387
      <SubType>Code</SubType>
388
    </Compile>
389
    <Compile Include="Graphics\IGraphicsMode.cs">
390
      <SubType>Code</SubType>
391
    </Compile>
392
    <Compile Include="Graphics\GraphicsExceptions.cs">
393
      <SubType>Code</SubType>
394
    </Compile>
395
    <Compile Include="Graphics\GraphicsErrorException.cs">
396
      <SubType>Code</SubType>
397
    </Compile>
398
    <Compile Include="Graphics\Color4.cs">
399
      <SubType>Code</SubType>
400
    </Compile>
401
    <Compile Include="Graphics\GraphicsContextVersion.cs">
402
      <SubType>Code</SubType>
403
    </Compile>
404
    <Compile Include="Graphics\IGraphicsContext.cs">
405
      <SubType>Code</SubType>
406
    </Compile>
407
    <Compile Include="Graphics\GraphicsMode.cs">
408
      <SubType>Code</SubType>
409
    </Compile>
410
    <Compile Include="Graphics\GraphicsModeException.cs">
411
      <SubType>Code</SubType>
412
    </Compile>
413
    <Compile Include="Graphics\GraphicsContextFlags.cs">
414
      <SubType>Code</SubType>
415
    </Compile>
416
    <Compile Include="Graphics\GraphicsContextMissingException.cs">
417
      <SubType>Code</SubType>
418
    </Compile>
419
    <Compile Include="Graphics\GraphicsContext.cs">
420
      <SubType>Code</SubType>
421
    </Compile>
422
    <Compile Include="Graphics\GraphicsContextException.cs">
423
      <SubType>Code</SubType>
424
    </Compile>
425
    <Compile Include="Graphics\GraphicsContextBase.cs">
426
      <SubType>Code</SubType>
427
    </Compile>
428
    <Compile Include="Graphics\GraphicsBindingsBase.cs">
429
      <SubType>Code</SubType>
430
    </Compile>
431
    <Compile Include="Graphics\ColorFormat.cs">
432
      <SubType>Code</SubType>
433
    </Compile>
434
    <Compile Include="Graphics\OpenGL\GLDelegates.cs">
435
      <SubType>Code</SubType>
436
    </Compile>
437
    <Compile Include="Graphics\OpenGL\GLHelper.cs">
438
      <SubType>Code</SubType>
439
    </Compile>
440
    <Compile Include="Graphics\OpenGL\GLEnums.cs">
441
      <SubType>Code</SubType>
442
    </Compile>
443
    <Compile Include="Graphics\OpenGL\GLCore.cs">
444
      <SubType>Code</SubType>
445
    </Compile>
446
    <Compile Include="Graphics\OpenGL\GL.cs">
447
      <SubType>Code</SubType>
448
    </Compile>
449
    <Compile Include="Graphics\OpenGL\ErrorHelper.cs">
450
      <SubType>Code</SubType>
451
    </Compile>
452
    <Compile Include="Graphics\ES10\ES.cs">
453
      <SubType>Code</SubType>
454
    </Compile>
455
    <Compile Include="Graphics\ES10\Enums.cs">
456
      <SubType>Code</SubType>
457
    </Compile>
458
    <Compile Include="Graphics\ES10\ErrorHelper.cs">
459
      <SubType>Code</SubType>
460
    </Compile>
461
    <Compile Include="Graphics\ES10\Helper.cs">
462
      <SubType>Code</SubType>
463
    </Compile>
464
    <Compile Include="Graphics\ES10\Delegates.cs">
465
      <SubType>Code</SubType>
466
    </Compile>
467
    <Compile Include="Graphics\ES10\Core.cs">
468
      <SubType>Code</SubType>
469
    </Compile>
470
    <Compile Include="Graphics\ES11\ES.cs">
471
      <SubType>Code</SubType>
472
    </Compile>
473
    <Compile Include="Graphics\ES11\Enums.cs">
474
      <SubType>Code</SubType>
475
    </Compile>
476
    <Compile Include="Graphics\ES11\ErrorHelper.cs">
477
      <SubType>Code</SubType>
478
    </Compile>
479
    <Compile Include="Graphics\ES11\Helper.cs">
480
      <SubType>Code</SubType>
481
    </Compile>
482
    <Compile Include="Graphics\ES11\Delegates.cs">
483
      <SubType>Code</SubType>
484
    </Compile>
485
    <Compile Include="Graphics\ES11\Core.cs">
486
      <SubType>Code</SubType>
487
    </Compile>
488
    <Compile Include="Graphics\ES20\ES.cs">
489
      <SubType>Code</SubType>
490
    </Compile>
491
    <Compile Include="Graphics\ES20\Enums.cs">
492
      <SubType>Code</SubType>
493
    </Compile>
494
    <Compile Include="Graphics\ES20\ErrorHelper.cs">
495
      <SubType>Code</SubType>
496
    </Compile>
497
    <Compile Include="Graphics\ES20\Helper.cs">
498
      <SubType>Code</SubType>
499
    </Compile>
500
    <Compile Include="Graphics\ES20\Delegates.cs">
501
      <SubType>Code</SubType>
502
    </Compile>
503
    <Compile Include="Graphics\ES20\Core.cs">
504
      <SubType>Code</SubType>
505
    </Compile>
506
    <Compile Include="Input\Keyboard.cs">
507
      <SubType>Code</SubType>
508
    </Compile>
509
    <Compile Include="Input\GamePad.cs">
510
      <SubType>Code</SubType>
511
    </Compile>
512
    <Compile Include="Input\MouseDevice.cs">
513
      <SubType>Code</SubType>
514
    </Compile>
515
    <Compile Include="Input\Key.cs">
516
      <SubType>Code</SubType>
517
    </Compile>
518
    <Compile Include="Input\IJoystickDriver.cs">
519
      <SubType>Code</SubType>
520
    </Compile>
521
    <Compile Include="Input\IMouseDriver.cs">
522
      <SubType>Code</SubType>
523
    </Compile>
524
    <Compile Include="Input\IInputDriver.cs">
525
      <SubType>Code</SubType>
526
    </Compile>
527
    <Compile Include="Input\KeyboardDevice.cs">
528
      <SubType>Code</SubType>
529
    </Compile>
530
    <Compile Include="Input\KeyboardState.cs">
531
      <SubType>Code</SubType>
532
    </Compile>
533
    <Compile Include="Input\MouseButton.cs">
534
      <SubType>Code</SubType>
535
    </Compile>
536
    <Compile Include="Input\JoystickDevice.cs">
537
      <SubType>Code</SubType>
538
    </Compile>
539
    <Compile Include="Input\IKeyboardDriver.cs">
540
      <SubType>Code</SubType>
541
    </Compile>
542
    <Compile Include="Input\KeyboardKeyEventArgs.cs">
543
      <SubType>Code</SubType>
544
    </Compile>
545
    <Compile Include="Input\Mouse.cs">
546
      <SubType>Code</SubType>
547
    </Compile>
548
    <Compile Include="Input\MouseState.cs">
549
      <SubType>Code</SubType>
550
    </Compile>
551
    <Compile Include="Input\InputDriver.cs">
552
      <SubType>Code</SubType>
553
    </Compile>
554
    <Compile Include="Input\GamePadState.cs">
555
      <SubType>Code</SubType>
556
    </Compile>
557
    <Compile Include="Input\IInputDevice.cs">
558
      <SubType>Code</SubType>
559
    </Compile>
560
    <Compile Include="Math\Quaternion.cs">
561
      <SubType>Code</SubType>
562
    </Compile>
563
    <Compile Include="Math\Matrix3d.cs">
564
      <SubType>Code</SubType>
565
    </Compile>
566
    <Compile Include="Math\Vector4.cs">
567
      <SubType>Code</SubType>
568
    </Compile>
569
    <Compile Include="Math\BezierCurve.cs">
570
      <SubType>Code</SubType>
571
    </Compile>
572
    <Compile Include="Math\Vector3.cs">
573
      <SubType>Code</SubType>
574
    </Compile>
575
    <Compile Include="Math\Functions.cs">
576
      <SubType>Code</SubType>
577
    </Compile>
578
    <Compile Include="Math\Matrix4d.cs">
579
      <SubType>Code</SubType>
580
    </Compile>
581
    <Compile Include="Math\Vector2d.cs">
582
      <SubType>Code</SubType>
583
    </Compile>
584
    <Compile Include="Math\Vector2h.cs">
585
      <SubType>Code</SubType>
586
    </Compile>
587
    <Compile Include="Math\Vector3h.cs">
588
      <SubType>Code</SubType>
589
    </Compile>
590
    <Compile Include="Math\Point.cs">
591
      <SubType>Code</SubType>
592
    </Compile>
593
    <Compile Include="Math\Box2.cs">
594
      <SubType>Code</SubType>
595
    </Compile>
596
    <Compile Include="Math\Matrix4.cs">
597
      <SubType>Code</SubType>
598
    </Compile>
599
    <Compile Include="Math\Half.cs">
600
      <SubType>Code</SubType>
601
    </Compile>
602
    <Compile Include="Math\Vector4d.cs">
603
      <SubType>Code</SubType>
604
    </Compile>
605
    <Compile Include="Math\Rectangle.cs">
606
      <SubType>Code</SubType>
607
    </Compile>
608
    <Compile Include="Math\Vector2.cs">
609
      <SubType>Code</SubType>
610
    </Compile>
611
    <Compile Include="Math\BezierCurveQuadric.cs">
612
      <SubType>Code</SubType>
613
    </Compile>
614
    <Compile Include="Math\MathHelper.cs">
615
      <SubType>Code</SubType>
616
    </Compile>
617
    <Compile Include="Math\Quaterniond.cs">
618
      <SubType>Code</SubType>
619
    </Compile>
620
    <Compile Include="Math\Vector4h.cs">
621
      <SubType>Code</SubType>
622
    </Compile>
623
    <Compile Include="Math\Size.cs">
624
      <SubType>Code</SubType>
625
    </Compile>
626
    <Compile Include="Math\Vector3d.cs">
627
      <SubType>Code</SubType>
628
    </Compile>
629
    <Compile Include="Math\BezierCurveCubic.cs">
630
      <SubType>Code</SubType>
631
    </Compile>
632
    <Compile Include="Compute\Memory.cs">
633
      <SubType>Code</SubType>
634
    </Compile>
635
    <Compile Include="Compute\Device.cs">
636
      <SubType>Code</SubType>
637
    </Compile>
638
    <Compile Include="Compute\Platform.cs">
639
      <SubType>Code</SubType>
640
    </Compile>
641
    <Compile Include="Compute\Sampler.cs">
642
      <SubType>Code</SubType>
643
    </Compile>
644
    <Compile Include="Compute\Kernel.cs">
645
      <SubType>Code</SubType>
646
    </Compile>
647
    <Compile Include="Compute\Profiler.cs">
648
      <SubType>Code</SubType>
649
    </Compile>
650
    <Compile Include="Compute\Program.cs">
651
      <SubType>Code</SubType>
652
    </Compile>
653
    <Compile Include="Compute\Enums.cs">
654
      <SubType>Code</SubType>
655
    </Compile>
656
    <Compile Include="Compute\CommandQueue.cs">
657
      <SubType>Code</SubType>
658
    </Compile>
659
    <Compile Include="Compute\CLHelper.cs">
660
      <SubType>Code</SubType>
661
    </Compile>
662
    <Compile Include="Compute\Event.cs">
663
      <SubType>Code</SubType>
664
    </Compile>
665
    <Compile Include="Compute\Structs.cs">
666
      <SubType>Code</SubType>
667
    </Compile>
668
    <Compile Include="Compute\Configuration.cs">
669
      <SubType>Code</SubType>
670
    </Compile>
671
    <Compile Include="Compute\ComputeContext.cs">
672
      <SubType>Code</SubType>
673
    </Compile>
674
    <Compile Include="Compute\CL10\Enums.cs">
675
      <SubType>Code</SubType>
676
    </Compile>
677
    <Compile Include="Compute\CL10\ErrorHelper.cs">
678
      <SubType>Code</SubType>
679
    </Compile>
680
    <Compile Include="Compute\CL10\Delegates.cs">
681
      <SubType>Code</SubType>
682
    </Compile>
683
    <Compile Include="Compute\CL10\Core.cs">
684
      <SubType>Code</SubType>
685
    </Compile>
686
    <Compile Include="Compute\CL10\CLHelper.cs">
687
      <SubType>Code</SubType>
688
    </Compile>
689
    <Compile Include="Compute\CL10\CL.cs">
690
      <SubType>Code</SubType>
691
    </Compile>
692
    <Compile Include="Compute\CL10\ImageFormat.cs">
693
      <SubType>Code</SubType>
694
    </Compile>
695
    <Compile Include="Audio\AudioDeviceException.cs">
696
      <SubType>Code</SubType>
697
    </Compile>
698
    <Compile Include="Audio\AudioContextException.cs">
699
      <SubType>Code</SubType>
700
    </Compile>
701
    <Compile Include="Audio\AudioValueException.cs">
702
      <SubType>Code</SubType>
703
    </Compile>
704
    <Compile Include="Audio\AudioException.cs">
705
      <SubType>Code</SubType>
706
    </Compile>
707
    <Compile Include="Audio\AudioDeviceEnumerator.cs">
708
      <SubType>Code</SubType>
709
    </Compile>
710
    <Compile Include="Audio\AudioDeviceErrorChecker.cs">
711
      <SubType>Code</SubType>
712
    </Compile>
713
    <Compile Include="Audio\AudioContext.cs">
714
      <SubType>Code</SubType>
715
    </Compile>
716
    <Compile Include="Audio\AudioCapture.cs">
717
      <SubType>Code</SubType>
718
    </Compile>
719
    <Compile Include="Audio\OpenAL\Alc\AlcEnums.cs">
720
      <SubType>Code</SubType>
721
    </Compile>
722
    <Compile Include="Audio\OpenAL\Alc\Alc.cs">
723
      <SubType>Code</SubType>
724
    </Compile>
725
    <Compile Include="Audio\OpenAL\AL\EffectsExtensionPresets.cs">
726
      <SubType>Code</SubType>
727
    </Compile>
728
    <Compile Include="Audio\OpenAL\AL\EffectsExtensionEnums.cs">
729
      <SubType>Code</SubType>
730
    </Compile>
731
    <Compile Include="Audio\OpenAL\AL\XRamExtension.cs">
732
      <SubType>Code</SubType>
733
    </Compile>
734
    <Compile Include="Audio\OpenAL\AL\EffectsExtension.cs">
735
      <SubType>Code</SubType>
736
    </Compile>
737
    <Compile Include="Audio\OpenAL\AL\AL.cs">
738
      <SubType>Code</SubType>
739
    </Compile>
740
    <Compile Include="Audio\OpenAL\AL\ALEnums.cs">
741
      <SubType>Code</SubType>
742
    </Compile>
743
    <EmbeddedResource Include="Properties\Resources.resx">
744
      <Generator>ResXFileCodeGenerator</Generator>
745
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
746
      <SubType>Designer</SubType>
747
    </EmbeddedResource>
748
    <Compile Include="Properties\Resources.Designer.cs">
749
      <AutoGen>True</AutoGen>
750
      <DependentUpon>Resources.resx</DependentUpon>
751
      <DesignTime>True</DesignTime>
752
    </Compile>
753
    <None Include="..\..\OpenTK.snk">
754
      <Link>OpenTK.snk</Link>
755
    </None>
756
    <None Include="OpenTK.dll.config">
757
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
758
    </None>
759
  </ItemGroup>
760
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
761
  <PropertyGroup>
762
    <PreBuildEvent>
763
    </PreBuildEvent>
764
    <PostBuildEvent>
765
    </PostBuildEvent>
766
  </PropertyGroup>
767
</Project>