Skip to content

Commit

Permalink
fixed app name in properties
Browse files Browse the repository at this point in the history
  • Loading branch information
anonwins committed Nov 16, 2022
1 parent 05d5d57 commit 545621e
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 42 deletions.
46 changes: 19 additions & 27 deletions RcloneMountGUIx2/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 9 additions & 13 deletions RcloneMountGUIx2/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions RcloneMountGUIx2/RcloneMountGUIx2.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{FD25CD0A-FB03-4A6A-A19B-AB602604CC20}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>RcloneMountGUI</RootNamespace>
<AssemblyName>RcloneMountGUI</AssemblyName>
<RootNamespace>RcloneMountGUIx2</RootNamespace>
<AssemblyName>RcloneMountGUIx2</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
Expand Down Expand Up @@ -88,6 +88,7 @@
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<EmbeddedResource Include="RcloneMount.resx">
<DependentUpon>RcloneMount.cs</DependentUpon>
Expand Down

0 comments on commit 545621e

Please sign in to comment.