Skip to content

Commit 1e070c2

Browse files
committed
Updated application icon to v1.2.
Added Bitdeli tracking.
1 parent c942b00 commit 1e070c2

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

Playlist Generator Console/Playlist Generator Console.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<WarningLevel>4</WarningLevel>
3333
</PropertyGroup>
3434
<PropertyGroup>
35-
<ApplicationIcon>logo 1.1 grey.ico</ApplicationIcon>
35+
<ApplicationIcon>logo 1.2 grey.ico</ApplicationIcon>
3636
</PropertyGroup>
3737
<ItemGroup>
3838
<Reference Include="System" />
@@ -60,7 +60,7 @@
6060
</ProjectReference>
6161
</ItemGroup>
6262
<ItemGroup>
63-
<Content Include="logo 1.1 grey.ico" />
63+
<Content Include="logo 1.2 grey.ico" />
6464
</ItemGroup>
6565
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6666
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-8.07 KB
Binary file not shown.
7.88 KB
Binary file not shown.

Playlist Generator GUI/Playlist Generator GUI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</PropertyGroup>
5858
<PropertyGroup />
5959
<PropertyGroup>
60-
<ApplicationIcon>logo 1.1 blue.ico</ApplicationIcon>
60+
<ApplicationIcon>logo 1.2 blue.ico</ApplicationIcon>
6161
</PropertyGroup>
6262
<ItemGroup>
6363
<Reference Include="System" />
@@ -150,7 +150,7 @@
150150
</ProjectReference>
151151
</ItemGroup>
152152
<ItemGroup>
153-
<Resource Include="logo 1.1 blue.ico" />
153+
<Resource Include="logo 1.2 blue.ico" />
154154
</ItemGroup>
155155
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156156
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-9.37 KB
Binary file not shown.
9.35 KB
Binary file not shown.

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ The solution comprises four C# projects:
1010
- Console application
1111
- Test suite
1212

13+
GUI
14+
---
15+
16+
![Playlist Generator GUI v1.1 screenshot](https://raw.github.com/wiki/ScriptFUSION/Playlist-Generator/images/gui%201.1%20screenshot.gif)
17+
18+
Select a directory by using the `Browse` button, editing the path manually or drag-and-drop a directory onto either the interface or application shortcut icon. The file types in the specified directory are listed in descending order of frequency. A preview of the files matching the selected file type are shown. Only one file type can be selected. The `Generate` button writes the file names in the preview to a playlist in the specified directory.
19+
1320
Compiling
1421
---------
1522

@@ -22,16 +29,11 @@ Design
2229

2330
The application library contains all the application logic and is shared between the other three projects. The shared library design eliminates code duplication between the GUI and console versions of the application and allows more interfaces to be added, such as a Web application, without introducing further duplication.
2431

25-
The entire project has been designed with extensibilty in mind so feel free to send pull requests with your improvements.
26-
27-
GUI
28-
---
29-
30-
![Playlist Generator GUI v1.1 screenshot](https://raw.github.com/wiki/ScriptFUSION/Playlist-Generator/images/gui%201.1%20screenshot.gif)
31-
32-
Select a directory by using the `Browse` button, editing the path manually or drag-and-drop a directory onto either the interface or application shortcut icon. The file types in the specified directory are listed in descending order of frequency. A preview of the files matching the selected file type are shown. Only one file type can be selected. The `Generate` button writes the file names in the preview to a playlist in the specified directory.
32+
The entire project has been designed with extensibility in mind so feel free to send pull requests with your improvements.
3333

3434

35-
[1]: https://raw.github.com/wiki/ScriptFUSION/Playlist-Generator/images/logo%201.1%20grey%20x35.png
35+
[1]: https://raw.github.com/wiki/ScriptFUSION/Playlist-Generator/images/logo%201.2%20grey%20x35.png
3636
[2]: http://stackoverflow.com/questions/14942374/nuget-package-files-not-being-copied-to-project-content-during-build
37-
[3]: http://docs.nuget.org/docs/reference/package-restore
37+
[3]: http://docs.nuget.org/docs/reference/package-restore
38+
39+
![](https://d2weczhvl823v0.cloudfront.net/ScriptFUSION/playlist-generator/trend.png)

0 commit comments

Comments
 (0)