Skip to content

Commit

Permalink
Reorganize Aardvark.UI.Primitives project
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Oct 25, 2023
1 parent b7da788 commit 63211fd
Show file tree
Hide file tree
Showing 15 changed files with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions src/Aardvark.UI.Primitives/Aardvark.UI.Primitives.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
<OutputPath>..\..\bin\Release</OutputPath>
</PropertyGroup>
<ItemGroup>
<Compile Include="Simple\SimplePrimitives.fs" />
<Compile Include="UI.Primitives.Models.fs" />
<Compile Include="ColorBrewer.fs" />
<Compile Include="UI.Primitives.fs" />
<Compile Include="UI.Primitives.Simple.fs" />
<Compile Include="Color\ColorBrewer.fs" />
<Compile Include="Color\ColorPicker.fs" />
<Compile Include="Primitives\SimplePrimitives.fs" />
<Compile Include="Primitives\UI.Primitives.Models.fs" />
<Compile Include="Primitives\UI.Primitives.fs" />
<Compile Include="Primitives\UI.Primitives.Simple.fs" />
<Compile Include="TrafoControls\TrafoModel.fs" />
<Compile Include="TrafoControls\TrafoController.fs" />
<Compile Include="TrafoControls\TranslationController.fs" />
Expand Down Expand Up @@ -49,15 +50,14 @@
<Compile Include="Animation\Animator\AnimatorModel.fs" />
<Compile Include="Animation\Animator\AnimatorApp.fs" />
<Compile Include="Animation\Animator\Querying.fs" />
<Compile Include="ColorPicker.fs" />
<Compile Include="IntegrationHelpers.fs" />
<Compile Include="TouchStick.fs" />
<Compile Include="CameraModel.fs" />
<Compile Include="FreeFlyController.fs" />
<Compile Include="ArcBallController.fs" />
<Compile Include="OrbitController.fs" />
<Compile Include="CameraUtilities.fs" />
<Compile Include="LegacyCameraController.fs" />
<Compile Include="Controllers\IntegrationHelpers.fs" />
<Compile Include="Controllers\TouchStick.fs" />
<Compile Include="Controllers\CameraModel.fs" />
<Compile Include="Controllers\FreeFlyController.fs" />
<Compile Include="Controllers\ArcBallController.fs" />
<Compile Include="Controllers\OrbitController.fs" />
<Compile Include="Controllers\CameraUtilities.fs" />
<Compile Include="Controllers\LegacyCameraController.fs" />
<Compile Include="Docking.fs" />
<Content Include="d3Test.js">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 63211fd

Please sign in to comment.