Question by
imunity02 · Sep 09, 2015 at 07:01 PM ·
windows 10windows store appdeployment
Windows 10 UWP D3D Deploy Target creates invalid project
The App.cs file in the created solution and maybe other code files use this invalid namespace when Windows 10 UWP with D3D is selected as Build Target. XAML seems to work fine.
namespace $safeprojectname$ { ... }
Comment