Change default resolution list in Visual Studio Simulator for Windows 8 Apps -
Is it possible to change the default screen resolution list in the Visual Studio Simulator for Windows 8 apps?
The simulator uses the following pattern for the following resolution configuration
C: \ Program Files (X86) \ Common Files \ Microsoft Shared \ Windows Simulator \ 12.0 \ HardwareConfigurations \ HardwareConfigurations * .xml So if you use the following code as HardwareConfigurations-SurfacePro3 Copy into a file named ".xml" in that folder (you need administrator rights) you receive an additional entry in the list, so that you can access the Surface Pro 3 May have been followed. & lt ;? Xml version = "1.0" encoding = "UTF-8"? & Gt; & Lt; ArrayOfHardwareConfiguration xmlns: xsd = "http://www.w3.org/2001/XMLSchema" xmlns: xsi = "http://www.w3.org/2001/XMLSchema -instance" & gt; & Lt; HardwareConfiguration & gt; & Lt; Name & gt; 12-2160x1440 & lt; / Name & gt; & Lt; / Height> & Lt; Width & gt; 2160 & lt; / Width & gt; & Lt; / Resolution & gt; & Lt;
Comments
Post a Comment