Skip to content

Commit

Permalink
Added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicos2002 committed Sep 10, 2015
1 parent 22ff656 commit 4c4994a
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 3 deletions.
6 changes: 6 additions & 0 deletions IFilterTextViewer/IFilterTextViewer.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>filter.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Drawing" />
Expand Down Expand Up @@ -93,6 +96,9 @@
<Name>IFilterTextReader</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<Content Include="filter.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
4 changes: 2 additions & 2 deletions IFilterTextViewer/MainForm.Designer.cs

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

12 changes: 12 additions & 0 deletions IFilterTextViewer/Properties/Settings.Designer.cs

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

3 changes: 3 additions & 0 deletions IFilterTextViewer/Properties/Settings.settings
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
<Setting Name="TimeoutTextBox" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
<Setting Name="TimeoutTextBoxValue" Type="System.String" Scope="User">
<Value Profile="(Default)">100</Value>
</Setting>
</Settings>
</SettingsFile>
2 changes: 1 addition & 1 deletion IFilterTextViewer/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<value>False</value>
</setting>
<setting name="TimeoutTextBox" serializeAs="String">
<value />
<value>100</value>
</setting>
</IFilterTextViewer.Properties.Settings>
</userSettings>
Expand Down
Binary file added IFilterTextViewer/filter.ico
Binary file not shown.

0 comments on commit 4c4994a

Please sign in to comment.