Fix missing namespace in Windows manifest

The <compatibility> tag must be in the right namespace, or Windows 7
throws an error.
This commit is contained in:
Jack Moffitt 2016-07-27 15:16:23 -06:00
parent 3afa150cd8
commit d302ab8765

View file

@ -6,7 +6,7 @@
name="servo.Servo"
version="0.1.0.0"/>
<compatibility>
<compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
<application>
<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/> <!-- Windows 7 -->
<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/> <!-- Windows 8 -->