Skip to content

Commit

Permalink
Rename SceneGraph.IO to SceneGraph.Assimp
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jul 24, 2024
1 parent 69a5291 commit 93443d2
Show file tree
Hide file tree
Showing 35 changed files with 69 additions and 70 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ProjectReference Include="..\Aardvark.Rendering\Aardvark.Rendering.fsproj" />
<ProjectReference Include="..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\Application\Aardvark.Application.WinForms.GL\Aardvark.Application.WinForms.GL.fsproj" />
<ProjectReference Include="..\Application\Aardvark.Application.WinForms.Vulkan\Aardvark.Application.WinForms.Vulkan.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Rendering.Interactive/LoadReferences.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#r "Aardvark.Application.WinForms.GL.dll"
#r "System.Reactive.Core.dll"
#r "Aardvark.Rendering.Interactive.dll"
#r "Aardvark.SceneGraph.IO.dll"
#r "Aardvark.SceneGraph.Assimp.dll"

namespace Aardvark.Rendering.Interactive

Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Rendering.NoExamples.NonWindows.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Aardvark.Rendering.Vulkan\\Aardvark.Rendering.Vulkan.fsproj",
"Aardvark.Rendering\\Aardvark.Rendering.fsproj",
"Aardvark.SceneGraph.Browser\\Aardvark.SceneGraph.Browser.fsproj",
"Aardvark.SceneGraph.IO\\Aardvark.SceneGraph.IO.fsproj",
"Aardvark.SceneGraph.Assimp\\Aardvark.SceneGraph.Assimp.fsproj",
"Aardvark.SceneGraph.Opc\\Aardvark.SceneGraph.Opc.fsproj",
"Aardvark.SceneGraph\\Aardvark.SceneGraph.fsproj",
"Application\\Aardvark.Application.OpenVR.GL\\Aardvark.Application.OpenVR.GL.fsproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Rendering.NoExamples.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Aardvark.Rendering.Vulkan\\Aardvark.Rendering.Vulkan.fsproj",
"Aardvark.Rendering\\Aardvark.Rendering.fsproj",
"Aardvark.SceneGraph.Browser\\Aardvark.SceneGraph.Browser.fsproj",
"Aardvark.SceneGraph.IO\\Aardvark.SceneGraph.IO.fsproj",
"Aardvark.SceneGraph.Assimp\\Aardvark.SceneGraph.Assimp.fsproj",
"Aardvark.SceneGraph.Opc\\Aardvark.SceneGraph.Opc.fsproj",
"Aardvark.SceneGraph\\Aardvark.SceneGraph.fsproj",
"Application\\Aardvark.Application.OpenVR.GL\\Aardvark.Application.OpenVR.GL.fsproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Rendering.NonWindows.slnf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Aardvark.Rendering.Vulkan\\Aardvark.Rendering.Vulkan.fsproj",
"Aardvark.Rendering\\Aardvark.Rendering.fsproj",
"Aardvark.SceneGraph.Browser\\Aardvark.SceneGraph.Browser.fsproj",
"Aardvark.SceneGraph.IO\\Aardvark.SceneGraph.IO.fsproj",
"Aardvark.SceneGraph.Assimp\\Aardvark.SceneGraph.Assimp.fsproj",
"Aardvark.SceneGraph.Opc\\Aardvark.SceneGraph.Opc.fsproj",
"Aardvark.SceneGraph\\Aardvark.SceneGraph.fsproj",
"Application\\Aardvark.Application.OpenVR.GL\\Aardvark.Application.OpenVR.GL.fsproj",
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Rendering.sln
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Dependencies", "Dependencie
..\paket.dependencies = ..\paket.dependencies
EndProjectSection
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aardvark.SceneGraph.IO", "Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj", "{D7B02E89-DC77-462D-A3D4-A28DAA403AAF}"
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aardvark.SceneGraph.Assimp", "Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj", "{D7B02E89-DC77-462D-A3D4-A28DAA403AAF}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "Aardvark.Rendering.Vulkan", "Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj", "{8BBC1EF6-9C85-4BAF-A732-FC46DCA64EC3}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Aardvark.SceneGraph.IO</AssemblyName>
<OutputType>Library</OutputType>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<WarnOn>3389;3390;3395</WarnOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\Release</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="($(DesignTimeBuild) == true)">
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
</PropertyGroup>
<ItemGroup>
<Compile Include="IO.fs" />
<Compile Include="AssimpExporter.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Aardvark.Rendering\Aardvark.Rendering.fsproj" />
<ProjectReference Include="..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Aardvark.SceneGraph.Assimp</AssemblyName>
<OutputType>Library</OutputType>
<DisableImplicitFSharpCoreReference>true</DisableImplicitFSharpCoreReference>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<WarnOn>3389;3390;3395</WarnOn>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<OutputPath>..\..\bin\Release</OutputPath>
</PropertyGroup>
<PropertyGroup Condition="($(DesignTimeBuild) == true)">
<DisableImplicitFrameworkReferences>true</DisableImplicitFrameworkReferences>
</PropertyGroup>
<ItemGroup>
<Compile Include="IO.fs" />
<Compile Include="AssimpExporter.fs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Aardvark.Rendering\Aardvark.Rendering.fsproj" />
<ProjectReference Include="..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Aardvark.SceneGraph.IO
namespace Aardvark.SceneGraph.Assimp

open System
open Aardvark.Base
Expand All @@ -7,8 +7,6 @@ open Aardvark.SceneGraph
open Aardvark.SceneGraph.CSharp
open Aardvark.SceneGraph.Semantics
open FSharp.Data.Adaptive
open Assimp
open Assimp.Unmanaged
open System.Runtime.CompilerServices
open System.Collections.Generic
open System.Runtime.InteropServices
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Aardvark.SceneGraph.IO
namespace Aardvark.SceneGraph.Assimp

open Aardvark.Base
open Aardvark.Base.Sorting
Expand Down Expand Up @@ -749,7 +749,7 @@ module Loader =
// false
// Log.stop ()
// if r then Log.line "Assimp native dependencies successfully unpacked."
// else Log.line "Failed to unpack native assimp dependencies. Did you forget Aardvark.Init()? Make sure Aardvark.SceneGraph.IO.dll is in your output directory."
// else Log.line "Failed to unpack native assimp dependencies. Did you forget Aardvark.Init()? Make sure Aardvark.SceneGraph.Assimp.dll is in your output directory."

let defaultFlags =
Assimp.PostProcessSteps.CalculateTangentSpace |||
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
type project
id Aardvark.SceneGraph.IO
id Aardvark.SceneGraph.Assimp
authors Aardvark Platform Team
owners Aardvark Platform Team
projectUrl http://github.com/aardvark-platform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ module InteractiveHelper =
let assemblies =
[
Assembly.Load("Aardvark.SceneGraph")
Assembly.Load("Aardvark.SceneGraph.IO")
Assembly.Load("Aardvark.SceneGraph.Assimp")
Assembly.Load("AssimpNet")
Assembly.Load("DevILSharp")
] @ others
Expand Down
7 changes: 4 additions & 3 deletions src/Demo/Examples/AssimpInterop.fs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ open Aardvark.Rendering
open Aardvark.Rendering.Interactive

open FSharp.Data.Adaptive
open Aardvark.SceneGraph
open Aardvark.Application


Expand All @@ -26,6 +25,7 @@ module Assimp =
open System.Collections.Generic

open Aardvark.Base.Ag
open Aardvark.SceneGraph
open Aardvark.SceneGraph.Semantics


Expand Down Expand Up @@ -355,12 +355,13 @@ module Assimp =


module AssimpInterop =
open Aardvark.SceneGraph.Semantics
open Assimp
open Aardvark.SceneGraph
open Aardvark.SceneGraph.Semantics

FsiSetup.initFsi (Path.combine [__SOURCE_DIRECTORY__; ".."; ".."; ".."; "bin";"Debug";"Examples.exe"])
System.Environment.CurrentDirectory <- Path.combine [__SOURCE_DIRECTORY__; ".."; ".."; ".."; "bin";"Debug"]
//Aardvark.SceneGraph.IO.Loader.Assimp.initialize ()
//Aardvark.SceneGraph.Assimp.Loader.Assimp.initialize ()


let win = Interactive.Window
Expand Down
2 changes: 1 addition & 1 deletion src/Demo/Examples/Eigi.fs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open Aardvark.Rendering.ShaderReflection
open Aardvark.Rendering.Text
open System.Runtime.InteropServices
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp

module Eigi =

Expand Down
2 changes: 1 addition & 1 deletion src/Demo/Examples/Examples.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.Interactive\Aardvark.Rendering.Interactive.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR.Vulkan\Aardvark.Application.OpenVR.Vulkan.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR\Aardvark.Application.OpenVR.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Demo/Examples/IGPrimitives.fs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open Aardvark.Rendering.ShaderReflection
open Aardvark.Rendering.Text
open System.Runtime.InteropServices
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp
open FShade
open FShade.Imperative
open System.Reflection
Expand Down
2 changes: 1 addition & 1 deletion src/Demo/Examples/Jpeg.fs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ open Aardvark.Rendering.ShaderReflection
open Aardvark.Rendering.Text
open System.Runtime.InteropServices
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp


module Jpeg =
Expand Down
4 changes: 2 additions & 2 deletions src/Demo/Examples/LiveDemo.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ open Aardvark.Base.Incremental.Operators
open Aardvark.SceneGraph
open Aardvark.Application
open Aardvark.Rendering.Interactive
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp


FsiSetup.initFsi (Path.combine [BinDirectory; "Examples.exe"])
Aardvark.SceneGraph.IO.Loader.Assimp.initialize ()
Aardvark.SceneGraph.Assimp.Loader.Assimp.initialize ()

let fillMode = Mod.init FillMode.Fill

Expand Down
4 changes: 2 additions & 2 deletions src/Demo/Examples/Sponza.fs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open Aardvark.Rendering.ShaderReflection
open Aardvark.Rendering.Text
open System.Runtime.InteropServices
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp
open FShade

module Sponza =
Expand All @@ -31,7 +31,7 @@ module Sponza =
}

let sg =
Aardvark.SceneGraph.IO.Loader.Assimp.loadFrom @"E:\Development\WorkDirectory\Sponza bunt\sponza_cm.obj" Loader.Assimp.defaultFlags
Aardvark.SceneGraph.Assimp.Loader.Assimp.loadFrom @"E:\Development\WorkDirectory\Sponza bunt\sponza_cm.obj" Loader.Assimp.defaultFlags
|> Sg.adapter
|> Sg.scale (0.01)
|> Sg.transform (Trafo3d.FromBasis(V3d.IOO, V3d.OOI, V3d.OIO, V3d.Zero))
Expand Down
2 changes: 1 addition & 1 deletion src/Demo/Examples/Terrain.fs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ open Aardvark.Rendering.ShaderReflection
open Aardvark.Rendering.Text
open System.Runtime.InteropServices
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp


module Terrain =
Expand Down
2 changes: 1 addition & 1 deletion src/Demo/FontRendering/FontRendering.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.GL\Aardvark.Application.Slim.GL.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.Vulkan\Aardvark.Application.Slim.Vulkan.fsproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR.Vulkan\Aardvark.Application.OpenVR.Vulkan.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR\Aardvark.Application.OpenVR.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Examples (netcore)/04 - ModelLoading/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
open Aardvark.Rendering
open FSharp.Data.Adaptive
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp
open Aardvark.Application
open System

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR.Vulkan\Aardvark.Application.OpenVR.Vulkan.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR\Aardvark.Application.OpenVR.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Examples (netcore)/25 - AutomaticInstancing/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ open Aardvark.Rendering
open FSharp.Data.Adaptive
open FSharp.Data.Adaptive.Operators
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp
open Aardvark.Rendering.Text
open Aardvark.Application

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR.Vulkan\Aardvark.Application.OpenVR.Vulkan.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.OpenVR\Aardvark.Application.OpenVR.fsproj" />
Expand Down
2 changes: 1 addition & 1 deletion src/Examples (netcore)/36 - Raytracing/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
open Aardvark.Rendering
open Aardvark.Rendering.Raytracing
open Aardvark.SceneGraph
open Aardvark.SceneGraph.IO
open Aardvark.SceneGraph.Assimp
open Aardvark.SceneGraph.Raytracing
open Aardvark.Application
open Aardvark.Application.Slim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Opc\Aardvark.SceneGraph.Opc.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.GL\Aardvark.Application.Slim.GL.fsproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Opc\Aardvark.SceneGraph.Opc.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.GL\Aardvark.Application.Slim.GL.fsproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Opc\Aardvark.SceneGraph.Opc.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.GL\Aardvark.Application.Slim.GL.fsproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Opc\Aardvark.SceneGraph.Opc.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.GL\Aardvark.Application.Slim.GL.fsproj" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<ProjectReference Include="..\..\Aardvark.Rendering.GL\Aardvark.Rendering.GL.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Text\Aardvark.Rendering.Text.fsproj" />
<ProjectReference Include="..\..\Aardvark.Rendering.Vulkan\Aardvark.Rendering.Vulkan.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.IO\Aardvark.SceneGraph.IO.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Assimp\Aardvark.SceneGraph.Assimp.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph.Opc\Aardvark.SceneGraph.Opc.fsproj" />
<ProjectReference Include="..\..\Aardvark.SceneGraph\Aardvark.SceneGraph.fsproj" />
<ProjectReference Include="..\..\Application\Aardvark.Application.Slim.GL\Aardvark.Application.Slim.GL.fsproj" />
Expand Down
Loading

0 comments on commit 93443d2

Please sign in to comment.