diff --git a/Kyoo.Transcoder b/Kyoo.Transcoder index 48782f89..7bae8def 160000 --- a/Kyoo.Transcoder +++ b/Kyoo.Transcoder @@ -1 +1 @@ -Subproject commit 48782f895a40f28eda5e861fcaa624c0eab54076 +Subproject commit 7bae8def39ace7bab481efea4825c4802e9e1f31 diff --git a/Kyoo.WindowsHost/Kyoo.WindowsHost.csproj b/Kyoo.WindowsHost/Kyoo.WindowsHost.csproj index eeb412ca..35a4a4b8 100644 --- a/Kyoo.WindowsHost/Kyoo.WindowsHost.csproj +++ b/Kyoo.WindowsHost/Kyoo.WindowsHost.csproj @@ -1,21 +1,12 @@ - - + - WinExe - net5.0-windows - true - Kyoo.Host.Windows + true - + + + + - + - - - - - PreserveNewest - - - \ No newline at end of file diff --git a/Kyoo.WindowsHost/Kyoo.WindowsHost.linux.target b/Kyoo.WindowsHost/Kyoo.WindowsHost.linux.target new file mode 100644 index 00000000..2cccfbd3 --- /dev/null +++ b/Kyoo.WindowsHost/Kyoo.WindowsHost.linux.target @@ -0,0 +1,12 @@ + + + + + net5.0 + NU1503 + + + + + + \ No newline at end of file diff --git a/Kyoo.WindowsHost/Kyoo.WindowsHost.target b/Kyoo.WindowsHost/Kyoo.WindowsHost.target new file mode 100644 index 00000000..70bd90b0 --- /dev/null +++ b/Kyoo.WindowsHost/Kyoo.WindowsHost.target @@ -0,0 +1,23 @@ + + + + + WinExe + net5.0-windows + true + Kyoo.WindowsHost + + + + + + + + + + PreserveNewest + + + \ No newline at end of file diff --git a/Kyoo.WindowsHost/Program.cs b/Kyoo.WindowsHost/Program.cs index 73c1cedc..46e0d427 100644 --- a/Kyoo.WindowsHost/Program.cs +++ b/Kyoo.WindowsHost/Program.cs @@ -4,7 +4,7 @@ using Autofac; using Microsoft.Extensions.Hosting; using Microsoft.Win32; -namespace Kyoo.Host.Windows +namespace Kyoo.WindowsHost { public static class Program { diff --git a/Kyoo.WindowsHost/SystemTrait.cs b/Kyoo.WindowsHost/SystemTrait.cs index 5201f239..6e120682 100644 --- a/Kyoo.WindowsHost/SystemTrait.cs +++ b/Kyoo.WindowsHost/SystemTrait.cs @@ -8,7 +8,7 @@ using Autofac; using Kyoo.Models.Options; using Microsoft.Extensions.Options; -namespace Kyoo.Host.Windows +namespace Kyoo.WindowsHost { /// /// A singleton that add an notification icon on the window's toolbar. diff --git a/Kyoo/Kyoo.csproj b/Kyoo/Kyoo.csproj index 4fc74690..69f37d87 100644 --- a/Kyoo/Kyoo.csproj +++ b/Kyoo/Kyoo.csproj @@ -18,9 +18,13 @@ - transcoder.dll - libtranscoder.dylib - libtranscoder.so + transcoder.dll + libtranscoder.dylib + libtranscoder.so + + $(TranscoderRoot)buildWin + $(TranscoderRoot)buildOSX + $(TranscoderRoot)build @@ -48,13 +52,13 @@ - - - + + + - + PreserveNewest false