Villacaleb / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Samples seem to use the wrong version of .NET Framework #701

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The MiniTri10 sample, probably among others, is erroneously set to use .NET 
Framework 2.0 when it is imported into VS2010. The problem with this, of 
course, is that SlimDX is not .NET Framework 2.0, but a later version of the 
framework. The reference is then broken.

Adjusting the MiniTri10 project to .NET Framework 3.5 and re-adding the 
reference to that project fixes the reference problem.

The sample projects should probably be updated to whatever version of .NET 
Framework is being used at the moment (3.0?)

Original issue reported on code.google.com by rav...@gmail.com on 12 Jul 2010 at 4:03

GoogleCodeExporter commented 9 years ago
We can't control the VS2010 importer, and aren't ready to provide a VS2010 
solution for the samples, so for now you'll have to adjust the samples manually 
when upgrading them to VS2010.

Original comment by Mike.Popoloski on 21 Aug 2010 at 3:07