working with SharpDX. Now I want to use the ContentManager and load some resources, so I have to set the build Actions of the specific files (either ToolkitTexture or ToolkitFont). The Problem is, that I cant choose between these two actions.
I found this "Workaround" http://sharpdx.org/forum/5-api-usage/2504-toolkit-spritefont-spritefont-compiler-and-build-action and I added manually the NuGet - .packages-Folder of SharpDX, but this does not make the Options visible. What I'm missing?
Kind regards, Erik
So...found a solution:
Following has to be added at the end of the *.csproj-File, that all SharpDX - Build Actions are available
So just the first line is not enough (but probably the error blocks are mandatory, but safety first ;) )
Kind regards, Erik