Skip to content

Commit

Permalink
Consume VL.Audio as package again
Browse files Browse the repository at this point in the history
  • Loading branch information
azeno committed Nov 8, 2024
1 parent 627a0f1 commit c7f8ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
5 changes: 1 addition & 4 deletions src/VL.Audio.VST.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="VL.Audio" Version="1.9.2" />
<PackageReference Include="VL.CoreLib" Version="2024.6.6" />
<PackageReference Include="VL.IO.Midi" Version="1.1.1" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\VL.Audio\VL.Audio\src\VL.Audio.csproj" />
</ItemGroup>

</Project>
6 changes: 0 additions & 6 deletions src/VL.Audio.VST.sln
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VSTHost", "..\sandbox\VSTHost\VSTHost.csproj", "{ABF12C76-AD6A-4E0B-9B93-488BABA29A38}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VL.Audio", "..\..\VL.Audio\VL.Audio\src\VL.Audio.csproj", "{9096F0A8-6814-4FE2-9086-1AF148EBA387}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -28,10 +26,6 @@ Global
{ABF12C76-AD6A-4E0B-9B93-488BABA29A38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ABF12C76-AD6A-4E0B-9B93-488BABA29A38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ABF12C76-AD6A-4E0B-9B93-488BABA29A38}.Release|Any CPU.Build.0 = Release|Any CPU
{9096F0A8-6814-4FE2-9086-1AF148EBA387}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9096F0A8-6814-4FE2-9086-1AF148EBA387}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9096F0A8-6814-4FE2-9086-1AF148EBA387}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9096F0A8-6814-4FE2-9086-1AF148EBA387}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit c7f8ccb

Please sign in to comment.