Skip to content

Commit

Permalink
Some various renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
moore authored and moore committed Mar 11, 2024
1 parent ae095bb commit d5a66aa
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 57 deletions.
12 changes: 6 additions & 6 deletions My Project/Application.Designer.vb

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

27 changes: 14 additions & 13 deletions My Project/Resources.Designer.vb

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

66 changes: 33 additions & 33 deletions My Project/Settings.Designer.vb

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

11 changes: 6 additions & 5 deletions SpotifyGlobal.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{17CBA3B9-9C3B-45F9-A3C4-EAD335D319FA}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>SpotifyGlobal.My.MyApplication</StartupObject>
<RootNamespace>SpotifyGlobal</RootNamespace>
<AssemblyName>SpotifyGlobal</AssemblyName>
<StartupObject>SpotiKey.My.MyApplication</StartupObject>
<RootNamespace>SpotiKey</RootNamespace>
<AssemblyName>SpotiKey</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
Expand All @@ -22,7 +22,7 @@
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>SpotifyGlobal.xml</DocumentationFile>
<DocumentationFile>SpotiKey.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -32,7 +32,7 @@
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>SpotifyGlobal.xml</DocumentationFile>
<DocumentationFile>SpotiKey.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
Expand Down Expand Up @@ -105,6 +105,7 @@
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
Expand Down

0 comments on commit d5a66aa

Please sign in to comment.