Skip to content

Commit

Permalink
Add icon, and copyright
Browse files Browse the repository at this point in the history
 - Rename redundant folder name to src
  • Loading branch information
A9G-Data-Droid committed Sep 30, 2024
1 parent 1b25eff commit e1d677f
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Split-FANUC-Program-Backup.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31205.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Split-FANUC-Program-Backup", "Split-FANUC-Program-Backup\Split-FANUC-Program-Backup.csproj", "{BF8146A4-B4EF-4B20-B6C2-45FB55FE9E6A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Split-FANUC-Program-Backup", "src\Split-FANUC-Program-Backup.csproj", "{BF8146A4-B4EF-4B20-B6C2-45FB55FE9E6A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Binary file added icons8-split-gradient-96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<OutputType>Exe</OutputType>
<TargetFramework>net4.8</TargetFramework>
<RootNamespace>SplitFANUCProgramBackup</RootNamespace>
<StartupObject></StartupObject>
<StartupObject>SplitFANUCProgramBackup.Program</StartupObject>
<Deterministic>True</Deterministic>
<AssemblyVersion>1.3.0</AssemblyVersion>
<AssemblyVersion>1.3.1</AssemblyVersion>
<Version>$(AssemblyVersion)</Version>
<NeutralLanguage>en</NeutralLanguage>
<PackageProjectUrl>https://github.com/A9G-Data-Droid/Split-FANUC-Program-Backup/</PackageProjectUrl>
Expand All @@ -18,6 +18,11 @@
<FileVersion>$(AssemblyVersion)</FileVersion>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<ApplicationIcon>split-96.ico</ApplicationIcon>
<Copyright>Copyright 2024 Adam Kauffman</Copyright>
<PackageIcon>icons8-split-gradient-96.png</PackageIcon>
<RepositoryUrl>https://github.com/A9G-Data-Droid/Split-FANUC-Program-Backup</RepositoryUrl>
<PackageTags>FANUC,CNC,G-Code</PackageTags>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
Expand All @@ -33,6 +38,14 @@
</PropertyGroup>

<ItemGroup>
<Content Include="split-96.ico" />
</ItemGroup>

<ItemGroup>
<None Include="..\icons8-split-gradient-96.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
Expand Down
File renamed without changes.
Binary file added src/split-96.ico
Binary file not shown.

0 comments on commit e1d677f

Please sign in to comment.