ソースを参照

Added missing Touch and Motion features from feature list.

Dominique Louis 12 年 前
コミット
5bf004c7ae
5 ファイル変更29 行追加4 行削除
  1. 3 3
      Aiming/Aiming.PSMobile.csproj
  2. 2 0
      Aiming/app.xml
  3. 2 0
      ChaseAndEvade/app.xml
  4. 21 0
      Draw2D/app.xml
  5. 1 1
      MonoGame.Samples.PSMobile.sln

+ 3 - 3
Aiming/Aiming.PSMobile.csproj

@@ -51,13 +51,13 @@
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
   </ItemGroup>
+  <ItemGroup>
+    <PsmMetadata Include="app.xml" />
+  </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\MonoGame.Framework\MonoGame.Framework.PSMobile.csproj">
       <Project>{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}</Project>
       <Name>MonoGame.Framework.PSMobile</Name>
     </ProjectReference>
   </ItemGroup>
-  <ItemGroup>
-    <PsmMetadata Include="app.xml" />
-  </ItemGroup>
 </Project>

+ 2 - 0
Aiming/app.xml

@@ -25,5 +25,7 @@
   </runtime_config>
   <feature_list>
     <feature value="GamePad" />
+	<feature value="Touch" />
+	<feature value="Motion" />
   </feature_list>
 </application>

+ 2 - 0
ChaseAndEvade/app.xml

@@ -25,5 +25,7 @@
   </runtime_config>
   <feature_list>
     <feature value="GamePad" />
+	<feature value="Touch" />
+	<feature value="Motion" />
   </feature_list>
 </application>

+ 21 - 0
Draw2D/app.xml

@@ -1,10 +1,31 @@
 <?xml version="1.0" encoding="utf-8"?>
 <application project_name="Draw2D" version="1.00" runtime_version="1.11" sdk_version="1.11.00" default_locale="en-US">
+  <name />
+  <short_name />
+  <parental_control lock_level="2" />
+  <rating_list highest_age_limit="3" has_online_features="false">
+    <online_features chat="false" personal_info="false" user_location="false" exchange_content="false" />
+    <rating type="ESRB" value="3" age="3" code="" />
+    <rating type="PEGIEX" value="3" age="3" code="" />
+  </rating_list>
+  <images />
+  <genre_list />
+  <developer>
+    <name value="" />
+  </developer>
+  <website href="" />
+  <copyright author="" />
+  <purchase>
+    <product_list />
+  </purchase>
   <runtime_config>
     <memory managed_heap_size="32768" resource_heap_size="65536" />
     <display max_screen_size="1920x1200" />
     <camera max_capture_resolution="2048x1536" />
   </runtime_config>
   <feature_list>
+    <feature value="GamePad" />
+	<feature value="Touch" />
+	<feature value="Motion" />
   </feature_list>
 </application>

+ 1 - 1
MonoGame.Samples.PSMobile.sln

@@ -39,6 +39,6 @@ Global
 		{EA26E76F-FDFE-4A8C-B5A3-C3B5761E28F9}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 	GlobalSection(MonoDevelopProperties) = preSolution
-		StartupItem = ..\MonoGame.Framework\MonoGame.Framework.PSMobile.csproj
+		StartupItem = Aiming\Aiming.PSMobile.csproj
 	EndGlobalSection
 EndGlobal