Skip to content

Commit

Permalink
Now using official todo.txt icon. New installer project
Browse files Browse the repository at this point in the history
  • Loading branch information
benrhughes committed May 3, 2011
1 parent 37bf2b8 commit 83510cb
Show file tree
Hide file tree
Showing 8 changed files with 802 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Client/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Client</RootNamespace>
<AssemblyName>todotxt.exe</AssemblyName>
<AssemblyName>todotxt</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
<FileAlignment>512</FileAlignment>
Expand Down Expand Up @@ -51,7 +51,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Task Report Hot.ico</ApplicationIcon>
<ApplicationIcon>TodoTouch_512.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
Expand Down Expand Up @@ -149,7 +149,7 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Task Report Hot.ico" />
<Resource Include="TodoTouch_512.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.
Expand Down
2 changes: 1 addition & 1 deletion Client/MainWindow.xaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Window x:Class="Client.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="todo.net" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Height="384" Width="562" SizeChanged="Window_SizeChanged" LocationChanged="Window_LocationChanged">
Title="todotxt.net" mc:Ignorable="d" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" Height="384" Width="562" SizeChanged="Window_SizeChanged" LocationChanged="Window_LocationChanged">
<Grid Name="grid1" Margin="0,0,0,0">
<ListBox Name="lbTasks" Margin="0,56,0,0" BorderBrush="White" SelectedIndex="0" IsTextSearchEnabled="False" PreviewMouseDoubleClick="lbTasks_PreviewMouseDoubleClick" PreviewKeyUp="lbTasks_PreviewKeyUp" PreviewKeyDown="lbTasks_PreviewKeyDown" />
<Menu Height="23" Name="menu1" VerticalAlignment="Top" IsMainMenu="True" Margin="2,2,-2,0">
Expand Down
Binary file added Client/TodoTouch_512.ico
Binary file not shown.
Binary file added Client/images/TodoTouch_512.ico
Binary file not shown.
Loading

0 comments on commit 83510cb

Please sign in to comment.