Skip to content

Commit

Permalink
Rename Tobey.UnityAudio.Core -> Tobey.UnityAudio.Shared
Browse files Browse the repository at this point in the history
  • Loading branch information
toebeann committed Sep 1, 2023
1 parent 70bec5a commit 2390ecb
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Patcher/Patcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@
<EmbeddedResource Include="Resources\classdata.tpk" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<ProjectReference Include="..\Shared\Shared.csproj">
<Project>{860cad40-325a-47f5-9aea-1d9873902102}</Project>
<Name>Core</Name>
<Name>Shared</Name>
<Private>False</Private>
</ProjectReference>
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Plugin/Plugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\Core\Core.csproj">
<ProjectReference Include="..\Shared\Shared.csproj">
<Private>False</Private>
<CopyLocalSatelliteAssemblies>False</CopyLocalSatelliteAssemblies>
</ProjectReference>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Core")]
[assembly: AssemblyTitle("Shared")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Core")]
[assembly: AssemblyProduct("Shared")]
[assembly: AssemblyCopyright("Copyright © 2023")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
Expand Down
2 changes: 1 addition & 1 deletion Core/Core.csproj → Shared/Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Tobey.UnityAudio</RootNamespace>
<AssemblyName>Tobey.UnityAudio.Core</AssemblyName>
<AssemblyName>Tobey.UnityAudio.Shared</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
Expand Down
2 changes: 1 addition & 1 deletion Tobey.UnityAudio.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Plugin", "Plugin\Plugin.csp
{14898C08-8539-4585-9C6F-56C440F5440E} = {14898C08-8539-4585-9C6F-56C440F5440E}
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Core", "Core\Core.csproj", "{860CAD40-325A-47F5-9AEA-1D9873902102}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Shared", "Shared\Shared.csproj", "{860CAD40-325A-47F5-9AEA-1D9873902102}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "assets", "assets", "{35DA23AD-B0A2-4B13-89CF-612B528DE8A9}"
EndProject
Expand Down

0 comments on commit 2390ecb

Please sign in to comment.