🍙POGOserver - Porting POGOserver to Visual Studio -rev6

This commit is contained in:
--=FurtiF™=--
2016-11-06 13:18:56 +01:00
parent 9bc7ad6b5b
commit 908cdf0657

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<widget xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:vs="http://schemas.microsoft.com/appx/2014/htmlapps" id="io.cordova.myapp5bfad8" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" defaultlocale="fr-FR">
<widget xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:vs="http://schemas.microsoft.com/appx/2014/htmlapps" id="io.cordova.pogoserver" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" defaultlocale="fr-FR" windows-packageVersion="1.0.0.0">
<name>POGOserver</name>
<description>A blank project that uses Apache Cordova to help you build an app that targets multiple mobile platforms: Android, iOS, Windows, and Windows Phone.</description>
<author href="http://cordova.io" email="dev@cordova.apache.org">Apache Cordova Team</author>
@@ -106,4 +106,7 @@
<platform name="wp8">
<splash src="res/screens/wp8/SplashScreenImage.png" width="768" height="1280" />
</platform>
<vs:platformSpecificValues>
<vs:platformSpecificWidget platformName="windows" version="1.0.0.0" />
</vs:platformSpecificValues>
</widget>