Skip to content

Commit

Permalink
fixed OOB properties
Browse files Browse the repository at this point in the history
  • Loading branch information
vanch3d committed Feb 29, 2012
1 parent 11faade commit df414cf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions AuditorySubmarine/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.9.4.2243")]
[assembly: AssemblyFileVersion("2.9.4.2243")]
[assembly: AssemblyVersion("2.9.6.2304")]
[assembly: AssemblyFileVersion("2.9.6.2304")]
2 changes: 1 addition & 1 deletion AuditorySubmarine/Properties/OutOfBrowserSettings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<OutOfBrowserSettings ShortName="AuditorySubmarine" EnableGPUAcceleration="False" ShowInstallMenuItem="True">
<OutOfBrowserSettings.Blurb>AuditorySubmarine is a Game-based Auditory Learning environment designed by Nicolas Van Labeke at the Learning Sciences Research Institute</OutOfBrowserSettings.Blurb>
<OutOfBrowserSettings.WindowSettings>
<WindowSettings Title="AuditorySubmarine" Height="600" Width="1067" WindowStyle="None" />
<WindowSettings Title="AuditorySubmarine" Height="640" Width="800" />
</OutOfBrowserSettings.WindowSettings>
<OutOfBrowserSettings.SecuritySettings>
<SecuritySettings ElevatedPermissions="Required" />
Expand Down
4 changes: 2 additions & 2 deletions AuditoryTreasureHunter/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("2.9.4.2243")]
[assembly: AssemblyFileVersion("2.9.4.2243")]
[assembly: AssemblyVersion("2.9.6.2303")]
[assembly: AssemblyFileVersion("2.9.6.2303")]
2 changes: 1 addition & 1 deletion AuditoryTreasureHunter/Properties/OutOfBrowserSettings.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<OutOfBrowserSettings ShortName="AuditoryTreasureHunter" EnableGPUAcceleration="False" ShowInstallMenuItem="True">
<OutOfBrowserSettings.Blurb>AuditoryTreasureHunter is a Game-based Auditory Learning environment designed by Nicolas Van Labeke at the Learning Sciences Research Institute</OutOfBrowserSettings.Blurb>
<OutOfBrowserSettings.WindowSettings>
<WindowSettings Title="AuditoryTreasureHunter" Height="600" Width="1067" WindowStyle="None" />
<WindowSettings Title="AuditoryTreasureHunter" Height="640" Width="800" />
</OutOfBrowserSettings.WindowSettings>
<OutOfBrowserSettings.SecuritySettings>
<SecuritySettings ElevatedPermissions="Required" />
Expand Down
2 changes: 1 addition & 1 deletion GameFramework/UI/Page.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<UserControl x:Class="LSRI.AuditoryGames.GameFramework.GamePage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"

xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="1067" Height="600">
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="800" Height="640">
<!-- Width="1067" Height="600" for 16:9 screen-->
<!-- Width="800" Height="640" for 4:3 screen-->

Expand Down

0 comments on commit df414cf

Please sign in to comment.