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>{62C0DB35-0000-0000-0000-000000000000}</ProjectGuid>
8
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
9
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
10
    <AssemblyKeyContainerName>
11
    </AssemblyKeyContainerName>
12
    <AssemblyName>OpenTK.Compatibility</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.Compatibility</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.Compatibility.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
    <NoWarn>1591</NoWarn>
59
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60
    <DebugType>full</DebugType>
61
  </PropertyGroup>
62
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
63
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
64
    <BaseAddress>285212672</BaseAddress>
65
    <ConfigurationOverrideFile>
66
    </ConfigurationOverrideFile>
67
    <DefineConstants>TRACE;</DefineConstants>
68
    <DocumentationFile>OpenTK.Compatibility.xml</DocumentationFile>
69
    <FileAlignment>4096</FileAlignment>
70
    <Optimize>true</Optimize>
71
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
72
    <RegisterForComInterop>False</RegisterForComInterop>
73
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
74
    <WarningLevel>4</WarningLevel>
75
    <NoWarn>1591</NoWarn>
76
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77
    <DebugType>none</DebugType>
78
  </PropertyGroup>
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|AnyCPU'">
80
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
81
  </PropertyGroup>
82
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Nsis|AnyCPU'">
83
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
84
    <BaseAddress>285212672</BaseAddress>
85
    <ConfigurationOverrideFile>
86
    </ConfigurationOverrideFile>
87
    <DefineConstants>TRACE;</DefineConstants>
88
    <DocumentationFile>OpenTK.Compatibility.xml</DocumentationFile>
89
    <FileAlignment>4096</FileAlignment>
90
    <Optimize>true</Optimize>
91
    <OutputPath>..\..\Binaries\OpenTK\Release\</OutputPath>
92
    <RegisterForComInterop>False</RegisterForComInterop>
93
    <RemoveIntegerChecks>False</RemoveIntegerChecks>
94
    <WarningLevel>4</WarningLevel>
95
    <NoWarn>1591</NoWarn>
96
    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
97
    <DebugType>none</DebugType>
98
  </PropertyGroup>
99
  <PropertyGroup>
100
    <SignAssembly>true</SignAssembly>
101
  </PropertyGroup>
102
  <PropertyGroup>
103
    <AssemblyOriginatorKeyFile>..\..\OpenTK.snk</AssemblyOriginatorKeyFile>
104
  </PropertyGroup>
105
  <ItemGroup>
106
    <Reference Include="System">
107
      <Name>System</Name>
108
      <Private>False</Private>
109
    </Reference>
110
    <Reference Include="System.Data">
111
      <Name>System.Data</Name>
112
      <Private>False</Private>
113
    </Reference>
114
    <Reference Include="System.Drawing">
115
      <Name>System.Drawing</Name>
116
      <Private>False</Private>
117
    </Reference>
118
    <Reference Include="System.Windows.Forms">
119
      <Name>System.Windows.Forms</Name>
120
      <Private>False</Private>
121
    </Reference>
122
    <Reference Include="System.Xml">
123
      <Name>System.Xml</Name>
124
      <Private>False</Private>
125
    </Reference>
126
  </ItemGroup>
127
  <ItemGroup>
128
    <ProjectReference Include="..\OpenTK\OpenTK.csproj">
129
      <Name>OpenTK</Name>
130
      <Project>{A37A7E14-0000-0000-0000-000000000000}</Project>
131
      <Private>False</Private>
132
    </ProjectReference>
133
    <ProjectReference Include="..\GLControl\OpenTK.GLControl.csproj">
134
      <Name>OpenTK.GLControl</Name>
135
      <Project>{A625BE88-0000-0000-0000-000000000000}</Project>
136
      <Private>False</Private>
137
    </ProjectReference>
138
  </ItemGroup>
139
  <ItemGroup>
140
    <Compile Include="..\GlobalAssemblyInfo.cs">
141
      <Link>Properties\GlobalAssemblyInfo.cs</Link>
142
    </Compile>
143
    <Compile Include="IPackable.cs">
144
      <SubType>Code</SubType>
145
    </Compile>
146
    <Compile Include="IPoolable.cs">
147
      <SubType>Code</SubType>
148
    </Compile>
149
    <Compile Include="TexturePacker.cs">
150
      <SubType>Code</SubType>
151
    </Compile>
152
    <Compile Include="ObjectPool.cs">
153
      <SubType>Code</SubType>
154
    </Compile>
155
    <Compile Include="Properties\AssemblyInfo.cs">
156
      <SubType>Code</SubType>
157
    </Compile>
158
    <Compile Include="Platform\IGdiPlusInternals.cs">
159
      <SubType>Code</SubType>
160
    </Compile>
161
    <Compile Include="Platform\GdiPlus.cs">
162
      <SubType>Code</SubType>
163
    </Compile>
164
    <Compile Include="Platform\Windows\WinGdiPlusInternals.cs">
165
      <SubType>Code</SubType>
166
    </Compile>
167
    <Compile Include="Platform\X11\X11GdiPlusInternals.cs">
168
      <SubType>Code</SubType>
169
    </Compile>
170
    <Compile Include="Fonts\DisplayListTextPrinter.cs">
171
      <SubType>Code</SubType>
172
    </Compile>
173
    <Compile Include="Fonts\DisplayListTextHandle.cs">
174
      <SubType>Code</SubType>
175
    </Compile>
176
    <Compile Include="Fonts\IPrinterImplementation.cs">
177
      <SubType>Code</SubType>
178
    </Compile>
179
    <Compile Include="Fonts\VboTextPrinter.cs">
180
      <SubType>Code</SubType>
181
    </Compile>
182
    <Compile Include="Fonts\TextureFont.cs">
183
      <SubType>Code</SubType>
184
    </Compile>
185
    <Compile Include="Fonts\Glyph.cs">
186
      <SubType>Code</SubType>
187
    </Compile>
188
    <Compile Include="Fonts\TextHandle.cs">
189
      <SubType>Code</SubType>
190
    </Compile>
191
    <Compile Include="Fonts\IFont.cs">
192
      <SubType>Code</SubType>
193
    </Compile>
194
    <Compile Include="Graphics\Texture2D.cs">
195
      <SubType>Code</SubType>
196
    </Compile>
197
    <Compile Include="Graphics\AlphaTexture2D.cs">
198
      <SubType>Code</SubType>
199
    </Compile>
200
    <Compile Include="Graphics\TextPrinterOptions.cs">
201
      <SubType>Code</SubType>
202
    </Compile>
203
    <Compile Include="Graphics\TextPrinter.cs">
204
      <SubType>Code</SubType>
205
    </Compile>
206
    <Compile Include="Graphics\TextAlignment.cs">
207
      <SubType>Code</SubType>
208
    </Compile>
209
    <Compile Include="Graphics\TextDirection.cs">
210
      <SubType>Code</SubType>
211
    </Compile>
212
    <Compile Include="Graphics\GraphicsResourceException.cs">
213
      <SubType>Code</SubType>
214
    </Compile>
215
    <Compile Include="Graphics\TextureRegion2D.cs">
216
      <SubType>Code</SubType>
217
    </Compile>
218
    <Compile Include="Graphics\ITextPrinter.cs">
219
      <SubType>Code</SubType>
220
    </Compile>
221
    <Compile Include="Graphics\TextExtents.cs">
222
      <SubType>Code</SubType>
223
    </Compile>
224
    <Compile Include="Graphics\TextQuality.cs">
225
      <SubType>Code</SubType>
226
    </Compile>
227
    <Compile Include="Graphics\RgbaTexture2D.cs">
228
      <SubType>Code</SubType>
229
    </Compile>
230
    <Compile Include="Graphics\IGraphicsResource.cs">
231
      <SubType>Code</SubType>
232
    </Compile>
233
    <Compile Include="Graphics\GL\GLDelegates.cs">
234
      <SubType>Code</SubType>
235
    </Compile>
236
    <Compile Include="Graphics\GL\GLHelper.cs">
237
      <SubType>Code</SubType>
238
    </Compile>
239
    <Compile Include="Graphics\GL\GLEnums.cs">
240
      <SubType>Code</SubType>
241
    </Compile>
242
    <Compile Include="Graphics\GL\GLCore.cs">
243
      <SubType>Code</SubType>
244
    </Compile>
245
    <Compile Include="Graphics\GL\GL.cs">
246
      <SubType>Code</SubType>
247
    </Compile>
248
    <Compile Include="Graphics\GL\ErrorHelper.cs">
249
      <SubType>Code</SubType>
250
    </Compile>
251
    <Compile Include="Graphics\Text\GL11TextOutputProvider.cs">
252
      <SubType>Code</SubType>
253
    </Compile>
254
    <Compile Include="Graphics\Text\GL12TextOutputProvider.cs">
255
      <SubType>Code</SubType>
256
    </Compile>
257
    <Compile Include="Graphics\Text\TextBlockComparer.cs">
258
      <SubType>Code</SubType>
259
    </Compile>
260
    <Compile Include="Graphics\Text\GL1TextOutputProvider.cs">
261
      <SubType>Code</SubType>
262
    </Compile>
263
    <Compile Include="Graphics\Text\IGlyphCache.cs">
264
      <SubType>Code</SubType>
265
    </Compile>
266
    <Compile Include="Graphics\Text\GlyphCache.cs">
267
      <SubType>Code</SubType>
268
    </Compile>
269
    <Compile Include="Graphics\Text\GlyphPacker.cs">
270
      <SubType>Code</SubType>
271
    </Compile>
272
    <Compile Include="Graphics\Text\GdiPlusGlyphRasterizer.cs">
273
      <SubType>Code</SubType>
274
    </Compile>
275
    <Compile Include="Graphics\Text\IGlyphRasterizer.cs">
276
      <SubType>Code</SubType>
277
    </Compile>
278
    <Compile Include="Graphics\Text\Glyph.cs">
279
      <SubType>Code</SubType>
280
    </Compile>
281
    <Compile Include="Graphics\Text\GlyphEnumerator.cs">
282
      <SubType>Code</SubType>
283
    </Compile>
284
    <Compile Include="Graphics\Text\ITextOutputProvider.cs">
285
      <SubType>Code</SubType>
286
    </Compile>
287
    <Compile Include="Graphics\Text\GlyphSheet.cs">
288
      <SubType>Code</SubType>
289
    </Compile>
290
    <Compile Include="Graphics\Text\CachedGlyphInfo.cs">
291
      <SubType>Code</SubType>
292
    </Compile>
293
    <Compile Include="Graphics\Text\TextBlock.cs">
294
      <SubType>Code</SubType>
295
    </Compile>
296
    <Compile Include="Graphics\Text\PoolableTextExtents.cs">
297
      <SubType>Code</SubType>
298
    </Compile>
299
    <Compile Include="Graphics\Glu\Glu.cs">
300
      <SubType>Code</SubType>
301
    </Compile>
302
    <Compile Include="Graphics\Glu\GluHelper.cs">
303
      <SubType>Code</SubType>
304
    </Compile>
305
    <Compile Include="Graphics\Glu\GluCore.cs">
306
      <SubType>Code</SubType>
307
    </Compile>
308
    <Compile Include="Graphics\Glu\GluEnums.cs">
309
      <SubType>Code</SubType>
310
    </Compile>
311
    <Compile Include="Graphics\Glu\GluDelegates.cs">
312
      <SubType>Code</SubType>
313
    </Compile>
314
    <Compile Include="Math\Quaternion.cs">
315
      <SubType>Code</SubType>
316
    </Compile>
317
    <Compile Include="Math\Matrix3d.cs">
318
      <SubType>Code</SubType>
319
    </Compile>
320
    <Compile Include="Math\Vector4.cs">
321
      <SubType>Code</SubType>
322
    </Compile>
323
    <Compile Include="Math\BezierCurve.cs">
324
      <SubType>Code</SubType>
325
    </Compile>
326
    <Compile Include="Math\Vector3.cs">
327
      <SubType>Code</SubType>
328
    </Compile>
329
    <Compile Include="Math\Functions.cs">
330
      <SubType>Code</SubType>
331
    </Compile>
332
    <Compile Include="Math\Matrix4d.cs">
333
      <SubType>Code</SubType>
334
    </Compile>
335
    <Compile Include="Math\Vector2d.cs">
336
      <SubType>Code</SubType>
337
    </Compile>
338
    <Compile Include="Math\Vector2h.cs">
339
      <SubType>Code</SubType>
340
    </Compile>
341
    <Compile Include="Math\Vector3h.cs">
342
      <SubType>Code</SubType>
343
    </Compile>
344
    <Compile Include="Math\Box2.cs">
345
      <SubType>Code</SubType>
346
    </Compile>
347
    <Compile Include="Math\Matrix4.cs">
348
      <SubType>Code</SubType>
349
    </Compile>
350
    <Compile Include="Math\Half.cs">
351
      <SubType>Code</SubType>
352
    </Compile>
353
    <Compile Include="Math\Vector4d.cs">
354
      <SubType>Code</SubType>
355
    </Compile>
356
    <Compile Include="Math\Vector2.cs">
357
      <SubType>Code</SubType>
358
    </Compile>
359
    <Compile Include="Math\BezierCurveQuadric.cs">
360
      <SubType>Code</SubType>
361
    </Compile>
362
    <Compile Include="Math\Quaterniond.cs">
363
      <SubType>Code</SubType>
364
    </Compile>
365
    <Compile Include="Math\Vector4h.cs">
366
      <SubType>Code</SubType>
367
    </Compile>
368
    <Compile Include="Math\Vector3d.cs">
369
      <SubType>Code</SubType>
370
    </Compile>
371
    <Compile Include="Math\BezierCurveCubic.cs">
372
      <SubType>Code</SubType>
373
    </Compile>
374
    <Compile Include="Tao\Platform\Windows\SimpleOpenGlControl.cs">
375
      <SubType>UserControl</SubType>
376
    </Compile>
377
    <Compile Include="Tao\OpenAl\Alut.cs">
378
      <SubType>Code</SubType>
379
    </Compile>
380
    <Compile Include="Tao\OpenAl\Al.cs">
381
      <SubType>Code</SubType>
382
    </Compile>
383
    <Compile Include="Tao\OpenAl\ALDelegates.cs">
384
      <SubType>Code</SubType>
385
    </Compile>
386
    <Compile Include="Tao\OpenAl\Alc.cs">
387
      <SubType>Code</SubType>
388
    </Compile>
389
    <Compile Include="Tao\OpenGl\GLDelegates.cs">
390
      <SubType>Code</SubType>
391
    </Compile>
392
    <Compile Include="Tao\OpenGl\Gl.cs">
393
      <SubType>Code</SubType>
394
    </Compile>
395
    <Compile Include="Tao\OpenGl\GLEnums.cs">
396
      <SubType>Code</SubType>
397
    </Compile>
398
    <Compile Include="Tao\OpenGl\GLCore.cs">
399
      <SubType>Code</SubType>
400
    </Compile>
401
    <Compile Include="Tao\OpenGl\Glu.cs">
402
      <SubType>Code</SubType>
403
    </Compile>
404
    <Compile Include="Tao\OpenGl\GlHelper.cs">
405
      <SubType>Code</SubType>
406
    </Compile>
407
    <Compile Include="Audio\WaveReader.cs">
408
      <SubType>Code</SubType>
409
    </Compile>
410
    <Compile Include="Audio\Sound.cs">
411
      <SubType>Code</SubType>
412
    </Compile>
413
    <Compile Include="Audio\SoundFormat.cs">
414
      <SubType>Code</SubType>
415
    </Compile>
416
    <Compile Include="Audio\AudioReaderException.cs">
417
      <SubType>Code</SubType>
418
    </Compile>
419
    <Compile Include="Audio\AudioReader.cs">
420
      <SubType>Code</SubType>
421
    </Compile>
422
    <Compile Include="Audio\SoundData.cs">
423
      <SubType>Code</SubType>
424
    </Compile>
425
    <Compile Include="Audio\OpenAL\Alut\Alut.cs">
426
      <SubType>Code</SubType>
427
    </Compile>
428
    <Compile Include="Audio\OpenAL\Alut\AlutEnums.cs">
429
      <SubType>Code</SubType>
430
    </Compile>
431
    <Compile Include="Audio\OpenAL\Alc\AlcEnums.cs">
432
      <SubType>Code</SubType>
433
    </Compile>
434
    <Compile Include="Audio\OpenAL\Alc\Alc.cs">
435
      <SubType>Code</SubType>
436
    </Compile>
437
    <Compile Include="Audio\OpenAL\AL\EffectsExtensionPresets.cs">
438
      <SubType>Code</SubType>
439
    </Compile>
440
    <Compile Include="Audio\OpenAL\AL\EffectsExtensionEnums.cs">
441
      <SubType>Code</SubType>
442
    </Compile>
443
    <Compile Include="Audio\OpenAL\AL\XRamExtension.cs">
444
      <SubType>Code</SubType>
445
    </Compile>
446
    <Compile Include="Audio\OpenAL\AL\EffectsExtension.cs">
447
      <SubType>Code</SubType>
448
    </Compile>
449
    <Compile Include="Audio\OpenAL\AL\AL.cs">
450
      <SubType>Code</SubType>
451
    </Compile>
452
    <Compile Include="Audio\OpenAL\AL\ALEnums.cs">
453
      <SubType>Code</SubType>
454
    </Compile>
455
    <EmbeddedResource Include="Properties\Resources.resx">
456
      <Generator>ResXFileCodeGenerator</Generator>
457
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
458
      <SubType>Designer</SubType>
459
    </EmbeddedResource>
460
    <Compile Include="Properties\Resources.Designer.cs">
461
      <AutoGen>True</AutoGen>
462
      <DependentUpon>Resources.resx</DependentUpon>
463
      <DesignTime>True</DesignTime>
464
    </Compile>
465
    <EmbeddedResource Include="Tao\Platform\Windows\SimpleOpenGlControl.resx">
466
      <DependentUpon>SimpleOpenGlControl.cs</DependentUpon>
467
    </EmbeddedResource>
468
    <Compile Include="Tao\Platform\Windows\SimpleOpenGlControl.Designer.cs">
469
      <DependentUpon>SimpleOpenGlControl.cs</DependentUpon>
470
    </Compile>
471
    <None Include="..\..\OpenTK.snk">
472
      <Link>OpenTK.snk</Link>
473
    </None>
474
    <None Include="OpenTK.Compatibility.dll.config">
475
      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
476
    </None>
477
  </ItemGroup>
478
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
479
  <PropertyGroup>
480
    <PreBuildEvent>
481
    </PreBuildEvent>
482
    <PostBuildEvent>
483
    </PostBuildEvent>
484
  </PropertyGroup>
485
</Project>