How to change the $ (RootNamespace) macro in a WP8 C ++ component in VS 2012?

I am trying to change the $ (RootNamespace) of a WP8 runtime component to solve the same problem this question is trying to solve: Changing the namespace of the C ++ component namespace on Windows Phone throws an exception

However, the location of the RootNamespace macro definition seems to have moved in VS 2012.

When I press alt-enter after selecting my project in C ++, I see the following: http://i.imgur.com/q1KF0As.jpg This is the same window that you see when you right-click> properties, and as I understand it, this should not be. Either they changed the location of this mysterious property in VS 2012, or something is wrong with me.

I’ve been leaning towards this for several years now, so I would really appreciate any help you guys can give me.

Thank you in advance

+4
source share
1 answer

I was in the same boat as you, trying to follow the same instructions from the stream you referred to. This stream refers to the property window (Ctrl + W, P), and not to property pages (Shift + F4). Usually confused. In the properties window, you can set the value for the root namespace.

enter image description here

+9
source

All Articles