- Bump SAM.Picker to .NET4.

- Improvements to downloading of game list and game icons. See #3.
- Improvements to performance of the game list. See #3.
This commit is contained in:
gibbed
2017-11-24 08:58:54 -06:00
parent 66213562f1
commit 94a92ed4b7
8 changed files with 221 additions and 121 deletions

View File

@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SAM.Picker</RootNamespace>
<AssemblyName>SAM.Picker</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ApplicationIcon>SAM.ico</ApplicationIcon>
<FileUpgradeFlags>
@@ -32,6 +32,7 @@
<IsWebBootstrapper>false</IsWebBootstrapper>
<UseApplicationTrust>false</UseApplicationTrust>
<BootstrapperEnabled>true</BootstrapperEnabled>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
@@ -83,6 +84,7 @@
<Compile Include="GamePicker.Designer.cs">
<DependentUpon>GamePicker.cs</DependentUpon>
</Compile>
<Compile Include="LogoInfo.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<EmbeddedResource Include="GamePicker.resx">
@@ -107,6 +109,7 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="app.config" />
<None Include="Resources\arrow-circle-double.png" />
<None Include="Resources\magnifier.png" />
<None Include="Resources\television-test.png" />