You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi,
consider adding an hint to the documentation at
http://www.slimdx.org/docs/#Handling_32_and_64_Bit_Targets which will disable
the platform warning you will still get in visual studio when you try to set
the target platform of your project to AnyCPU when using SlimDX references:
Add the following line to the PropertyGroup section in your csproj file:
<ResolveAssemblyWarnOrErrorOnTargetArchitectureMismatch>None</ResolveAssemblyWar
nOrErrorOnTargetArchitectureMismatch>
This will disable the warning, which isn't necessary, since SlimDX is looking
for the correct platform version of its binaries and using them on runtime
which will then fit to the runtime determined platform chosen by the .NET
runtime for your AnyCpu project.
Original issue reported on code.google.com by [email protected] on 12 Dec 2012 at 1:03
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 12 Dec 2012 at 1:03The text was updated successfully, but these errors were encountered: