Skip to content

Commit

Permalink
Changed Icon and removed Copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
biteworks committed Dec 21, 2020
1 parent 3849738 commit d28ce7b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CopyFolderTool/CopyFolderTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Icon.ico</ApplicationIcon>
<ApplicationIcon>Icon-CopyFolderTool.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.WindowsAPICodePack, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -107,5 +107,8 @@
<ItemGroup>
<Resource Include="Icon.ico" />
</ItemGroup>
<ItemGroup>
<Resource Include="Icon-CopyFolderTool.ico" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
Binary file added CopyFolderTool/Icon-CopyFolderTool.ico
Binary file not shown.
5 changes: 2 additions & 3 deletions CopyFolderTool/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:local="clr-namespace:CopyFolderTool"
mc:Ignorable="d"
Title="CopyFolderTool" Height="410" Width="420" Background="#FFD1D1D1" ResizeMode="NoResize" Icon="Icon.ico">
Title="CopyFolderTool" Height="380" Width="420" Background="#FFD1D1D1" ResizeMode="NoResize" Icon="Icon-CopyFolderTool.ico">
<StackPanel Margin="10">
<Label FontWeight="Bold">Source Folder</Label>
<TextBox Name="fieldSource" Margin="5" Padding="3"/>
Expand All @@ -24,7 +24,6 @@
<Label FontWeight="Bold">More Options</Label>
<CheckBox Name="option_Shutdown" Margin="5">Shutdown the computer after copying</CheckBox>

<Button Name="btn_startCopying" Content="Start copying" Margin="5,20,5,5" Click="copyToServer" Padding="3"/>
<Label FontSize="10" IsEnabled="False" HorizontalAlignment="Center" Margin="0,8,0,0" VerticalAlignment="Bottom">Copyright by Tobias Wilhelm (Version 1.0.0)</Label>
<Button Name="btn_startCopying" Content="Start copying" Margin="5,20,5,5" Click="copyToServer" Padding="3"/>
</StackPanel>
</Window>
8 changes: 4 additions & 4 deletions CopyFolderTool/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
// Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
// die einer Assembly zugeordnet sind.
[assembly: AssemblyTitle("CopyFolderTool")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyDescription("A simple Robocopy GUI")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCompany("Tobias Wilhelm")]
[assembly: AssemblyProduct("CopyFolderTool")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
Expand Down Expand Up @@ -51,5 +51,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
[assembly: AssemblyVersion("1.0.0.1")]
[assembly: AssemblyFileVersion("1.0.0.1")]
Binary file removed _icon/Icon.ico
Binary file not shown.
Binary file added icons/Icon-CopyFolderTool.ico
Binary file not shown.
File renamed without changes
File renamed without changes

0 comments on commit d28ce7b

Please sign in to comment.