Skip to content

Commit

Permalink
Bitdefender has resolved false positive problem, added icon again
Browse files Browse the repository at this point in the history
and removal of not needed references
  • Loading branch information
RevoLand committed Jul 28, 2015
1 parent 24f54f7 commit e4aaa1e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
Binary file modified Binaries/Steam Library Manager.exe
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using System.Configuration;
using System.Windows.Forms;
using System.Collections.Specialized;
using System.Xml;
using System.IO;
using System.Xml;

// https://github.com/crdx/PortableSettingsProvider
namespace Steam_Library_Manager.Framework
Expand Down Expand Up @@ -208,8 +208,8 @@ public void Reset(SettingsContext context)

public SettingsPropertyValue GetPreviousVersion(SettingsContext context, SettingsProperty property)
{
// do nothing
return new SettingsPropertyValue(property);
// do nothing
return new SettingsPropertyValue(property);
}

public void Upgrade(SettingsContext context, SettingsPropertyCollection properties)
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.
18 changes: 5 additions & 13 deletions Source/Steam Library Manager/Steam Library Manager.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,30 +52,22 @@
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>
</ApplicationIcon>
<ApplicationIcon>Resources\steam-icon.ico</ApplicationIcon>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<StartupObject>Steam_Library_Manager.Program</StartupObject>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup>
<PropertyGroup />
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.XML" />
</ItemGroup>
<ItemGroup>
<Compile Include="Definitions\Accessors.cs" />
Expand Down Expand Up @@ -110,7 +102,7 @@
<DesignTimeSharedInput>True</DesignTimeSharedInput>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Include="Settings.cs" />
<Compile Include="Properties\Settings.cs" />
<EmbeddedResource Include="Forms\Main.resx">
<DependentUpon>Main.cs</DependentUpon>
</EmbeddedResource>
Expand All @@ -129,7 +121,7 @@
</Compile>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="Properties\App.config" />
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include=".NETFramework,Version=v4.0,Profile=Client">
Expand Down

0 comments on commit e4aaa1e

Please sign in to comment.