mirror of
https://github.com/JDM170/SteamAchievementManager
synced 2025-12-10 05:37:18 +07:00
- 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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user