File tree Expand file tree Collapse file tree 10 files changed +1
-17
lines changed
Expand file tree Collapse file tree 10 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 5252 <Project Path =" src\Beutl.Extensions.FFmpeg\Beutl.Extensions.FFmpeg.csproj" />
5353 <Project Path =" src\Beutl.Extensions.MediaFoundation\Beutl.Extensions.MediaFoundation.csproj" />
5454 <Project Path =" src\Beutl.Language\Beutl.Language.csproj" />
55- <Project Path =" src\Beutl.Operators\Beutl.Operators.csproj" />
5655 <Project Path =" src\Beutl.PackageTools.UI\Beutl.PackageTools.UI.csproj" />
5756 <Project Path =" src\Beutl.ProjectSystem\Beutl.ProjectSystem.csproj" />
5857 <Project Path =" src\Beutl.Threading\Beutl.Threading.csproj" />
Original file line number Diff line number Diff line change 44 <ProjectReference Include =" $(MSBuildThisFileDirectory)/../../src/Beutl.Core/Beutl.Core.csproj" />
55 <ProjectReference Include =" $(MSBuildThisFileDirectory)/../../src/Beutl.Extensibility/Beutl.Extensibility.csproj" />
66 <ProjectReference Include =" $(MSBuildThisFileDirectory)/../../src/Beutl.Engine/Beutl.Engine.csproj" />
7- <ProjectReference Include =" $(MSBuildThisFileDirectory)/../../src/Beutl.Operators/Beutl.Operators.csproj" />
87 <ProjectReference Include =" $(MSBuildThisFileDirectory)/../../src/Beutl.ProjectSystem/Beutl.ProjectSystem.csproj" />
98 <ProjectReference Include =" $(MSBuildThisFileDirectory)/../../src/Beutl.Utilities/Beutl.Utilities.csproj" />
109 </ItemGroup >
Original file line number Diff line number Diff line change @@ -189,7 +189,6 @@ private string GetTFM()
189189 "Beutl.Extensibility" ,
190190 "Beutl.Engine" ,
191191 "Beutl.Language" ,
192- "Beutl.Operators" ,
193192 "Beutl.ProjectSystem" ,
194193 "Beutl.Threading" ,
195194 "Beutl.Utilities" ,
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ public static IEnumerable<Dependency> CollectRuntimeDependencies()
8383 case "Beutl.Engine" :
8484 case "Beutl.Extensibility" :
8585 case "Beutl.Language" :
86- case "Beutl.Operators" :
8786 case "Beutl.ProjectSystem" :
8887 case "Beutl.Threading" :
8988 case "Beutl.Utilities" :
Original file line number Diff line number Diff line change 1111 <ProjectReference Include =" ..\Beutl.Editor\Beutl.Editor.csproj" />
1212 <ProjectReference Include =" ..\Beutl.Configuration\Beutl.Configuration.csproj" />
1313 <ProjectReference Include =" ..\Beutl.Language\Beutl.Language.csproj" />
14- <ProjectReference Include =" ..\Beutl.Operators\Beutl.Operators.csproj" />
1514 <ProjectReference Include =" ..\Beutl.ProjectSystem\Beutl.ProjectSystem.csproj" />
1615 </ItemGroup >
1716
Original file line number Diff line number Diff line change 22
33[ assembly: InternalsVisibleTo ( "Beutl" ) ]
44[ assembly: InternalsVisibleTo ( "Beutl.Editor.Components" ) ]
5- [ assembly: InternalsVisibleTo ( "Beutl.Operators" ) ]
65[ assembly: InternalsVisibleTo ( "Beutl.Controls" ) ]
76[ assembly: InternalsVisibleTo ( "Beutl.ProjectSystem" ) ]
87[ assembly: InternalsVisibleTo ( "Beutl.UnitTests" ) ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111using Beutl . Editor . Components . Helpers ;
1212using Beutl . Graphics . Backend ;
1313using Beutl . NodeTree . Nodes ;
14- using Beutl . Operators ;
1514using Beutl . Pages ;
1615using Beutl . Services ;
1716using Beutl . Services . StartupTasks ;
Original file line number Diff line number Diff line change 88using Beutl . Graphics3D . Lighting ;
99using Beutl . Graphics3D . Models ;
1010using Beutl . Graphics3D . Primitives ;
11- using Beutl . Language ;
1211using Beutl . Media ;
1312using Beutl . NodeTree ;
1413using Beutl . ProjectSystem ;
15- using Beutl . Services ;
1614
17- namespace Beutl . Operators ;
15+ namespace Beutl . Services ;
1816
1917public static class LibraryRegistrar
2018{
Original file line number Diff line number Diff line change 2525 <ItemGroup >
2626 <ProjectReference Include =" ..\..\src\Beutl.Engine\Beutl.Engine.csproj" />
2727 <ProjectReference Include =" ..\..\src\Beutl.ProjectSystem\Beutl.ProjectSystem.csproj" />
28- <ProjectReference Include =" ..\..\src\Beutl.Operators\Beutl.Operators.csproj" />
2928 <ProjectReference Include =" ..\..\src\Beutl.Editor\Beutl.Editor.csproj" />
3029 <ProjectReference Include =" ..\..\src\Beutl.Engine.SourceGenerators\Beutl.Engine.SourceGenerators.csproj" OutputItemType =" Analyzer" ReferenceOutputAssembly =" false" />
3130 </ItemGroup >
You can’t perform that action at this time.
0 commit comments