Skip to content

Commit

Permalink
Merge pull request #37 from kevingadd/appxml
Browse files Browse the repository at this point in the history
Fix the Aiming and ChaseAndEvade samples on PSM
  • Loading branch information
CartBlanche committed Apr 1, 2013
2 parents 4d8b4ab + eb7fe5d commit d86a884
Show file tree
Hide file tree
Showing 8 changed files with 77 additions and 18 deletions.
4 changes: 3 additions & 1 deletion Aiming/Aiming.PSMobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@
<Content Include="Content\spotlight.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="app.cfg" />
</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>
8 changes: 0 additions & 8 deletions Aiming/app.cfg

This file was deleted.

29 changes: 29 additions & 0 deletions Aiming/app.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<application project_name="Aiming" 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_list>
</application>
3 changes: 3 additions & 0 deletions ChaseAndEvade/ChaseAndEvade.PSMobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,7 @@
<Name>MonoGame.Framework.PSMobile</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<PsmMetadata Include="app.xml" />
</ItemGroup>
</Project>
29 changes: 29 additions & 0 deletions ChaseAndEvade/app.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<application project_name="ChaseAndEvade" 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_list>
</application>
4 changes: 3 additions & 1 deletion Draw2D/Draw2D.PSMobile.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,14 @@
<Content Include="Content\spriteFont1.xnb">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="app.cfg" />
</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>
8 changes: 0 additions & 8 deletions Draw2D/app.cfg

This file was deleted.

10 changes: 10 additions & 0 deletions Draw2D/app.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?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">
<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_list>
</application>

0 comments on commit d86a884

Please sign in to comment.