Skip to content

Commit d28ce7b

Browse files
committed
Changed Icon and removed Copyright
1 parent 3849738 commit d28ce7b

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

CopyFolderTool/CopyFolderTool.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<WarningLevel>4</WarningLevel>
3636
</PropertyGroup>
3737
<PropertyGroup>
38-
<ApplicationIcon>Icon.ico</ApplicationIcon>
38+
<ApplicationIcon>Icon-CopyFolderTool.ico</ApplicationIcon>
3939
</PropertyGroup>
4040
<ItemGroup>
4141
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
@@ -107,5 +107,8 @@
107107
<ItemGroup>
108108
<Resource Include="Icon.ico" />
109109
</ItemGroup>
110+
<ItemGroup>
111+
<Resource Include="Icon-CopyFolderTool.ico" />
112+
</ItemGroup>
110113
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
111114
</Project>
121 KB
Binary file not shown.

CopyFolderTool/MainWindow.xaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:CopyFolderTool"
77
mc:Ignorable="d"
8-
Title="CopyFolderTool" Height="410" Width="420" Background="#FFD1D1D1" ResizeMode="NoResize" Icon="Icon.ico">
8+
Title="CopyFolderTool" Height="380" Width="420" Background="#FFD1D1D1" ResizeMode="NoResize" Icon="Icon-CopyFolderTool.ico">
99
<StackPanel Margin="10">
1010
<Label FontWeight="Bold">Source Folder</Label>
1111
<TextBox Name="fieldSource" Margin="5" Padding="3"/>
@@ -24,7 +24,6 @@
2424
<Label FontWeight="Bold">More Options</Label>
2525
<CheckBox Name="option_Shutdown" Margin="5">Shutdown the computer after copying</CheckBox>
2626

27-
<Button Name="btn_startCopying" Content="Start copying" Margin="5,20,5,5" Click="copyToServer" Padding="3"/>
28-
<Label FontSize="10" IsEnabled="False" HorizontalAlignment="Center" Margin="0,8,0,0" VerticalAlignment="Bottom">Copyright by Tobias Wilhelm (Version 1.0.0)</Label>
27+
<Button Name="btn_startCopying" Content="Start copying" Margin="5,20,5,5" Click="copyToServer" Padding="3"/>
2928
</StackPanel>
3029
</Window>

CopyFolderTool/Properties/AssemblyInfo.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
99
// die einer Assembly zugeordnet sind.
1010
[assembly: AssemblyTitle("CopyFolderTool")]
11-
[assembly: AssemblyDescription("")]
11+
[assembly: AssemblyDescription("A simple Robocopy GUI")]
1212
[assembly: AssemblyConfiguration("")]
13-
[assembly: AssemblyCompany("")]
13+
[assembly: AssemblyCompany("Tobias Wilhelm")]
1414
[assembly: AssemblyProduct("CopyFolderTool")]
1515
[assembly: AssemblyCopyright("Copyright © 2020")]
1616
[assembly: AssemblyTrademark("")]
@@ -51,5 +51,5 @@
5151
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
5252
// indem Sie "*" wie unten gezeigt eingeben:
5353
// [assembly: AssemblyVersion("1.0.*")]
54-
[assembly: AssemblyVersion("1.0.0.0")]
55-
[assembly: AssemblyFileVersion("1.0.0.0")]
54+
[assembly: AssemblyVersion("1.0.0.1")]
55+
[assembly: AssemblyFileVersion("1.0.0.1")]

_icon/Icon.ico

-19.9 KB
Binary file not shown.

icons/Icon-CopyFolderTool.ico

121 KB
Binary file not shown.

0 commit comments

Comments
 (0)