Updated application icons, thumbnails, and other images.
--HG-- extra : convert_revision : svn%3Affd33b8c-2492-42e0-bdc5-587b920b7d6d/trunk%4050475
BIN
Virtu/Silverlight/AppIcon128.png
Normal file
After Width: | Height: | Size: 3.6 KiB |
BIN
Virtu/Silverlight/AppIcon16.png
Normal file
After Width: | Height: | Size: 555 B |
BIN
Virtu/Silverlight/AppIcon32.png
Normal file
After Width: | Height: | Size: 921 B |
BIN
Virtu/Silverlight/AppIcon48.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
@ -198,6 +198,12 @@
|
||||
<None Include="Properties\AppManifest.xml" />
|
||||
<None Include="Properties\OutOfBrowserSettings.xml" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="AppIcon16.png" />
|
||||
<Content Include="AppIcon32.png" />
|
||||
<Content Include="AppIcon48.png" />
|
||||
<Content Include="AppIcon128.png" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\Properties\Strings.resx">
|
||||
<Link>Properties\Strings.resx</Link>
|
||||
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 4.7 KiB |
@ -198,6 +198,7 @@
|
||||
<Content Include="Background.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="SplashScreenImage.jpg" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\..\Properties\Strings.resx">
|
||||
|
BIN
Virtu/Silverlight/Phone/SplashScreenImage.jpg
Normal file
After Width: | Height: | Size: 9.2 KiB |
@ -6,5 +6,10 @@
|
||||
<OutOfBrowserSettings.SecuritySettings>
|
||||
<SecuritySettings ElevatedPermissions="Required" />
|
||||
</OutOfBrowserSettings.SecuritySettings>
|
||||
<OutOfBrowserSettings.Icons />
|
||||
<OutOfBrowserSettings.Icons>
|
||||
<Icon Size="16,16">AppIcon16.png</Icon>
|
||||
<Icon Size="32,32">AppIcon32.png</Icon>
|
||||
<Icon Size="48,48">AppIcon48.png</Icon>
|
||||
<Icon Size="128,128">AppIcon128.png</Icon>
|
||||
</OutOfBrowserSettings.Icons>
|
||||
</OutOfBrowserSettings>
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 22 KiB |
@ -42,6 +42,9 @@
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<RunCodeAnalysis>false</RunCodeAnalysis>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>Jellyfish.Virtu.MainApp</StartupObject>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.CSharp" />
|
||||
<Reference Include="PresentationCore" />
|
||||
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 4.7 KiB |
@ -50,6 +50,9 @@
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<RunCodeAnalysis>false</RunCodeAnalysis>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<StartupObject>Jellyfish.Virtu.MainApp</StartupObject>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=6d5c3888ef60e27d, processorArchitecture=x86">
|
||||
<Private>False</Private>
|
||||
|