Skip to content

Commit

Permalink
net8 samples update
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-miniailov committed Jan 16, 2024
1 parent 0062342 commit 553b58e
Show file tree
Hide file tree
Showing 151 changed files with 6,059 additions and 5,904 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup />
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.31911.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Main Demo MP X net8", "WinForms\Main Demo\Main Demo MP X net8.csproj", "{DABA9589-73B1-4B46-89AC-32228B54DB12}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Karaoke Demo X net8", "WinForms\Karaoke Demo\Karaoke Demo X net8.csproj", "{6DAA246D-F2C5-42B6-A8AD-F3B70AE76B28}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WinForms", "WinForms", "{93D76926-A533-42E0-948B-4AF31A38F20A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WPF", "WPF", "{2B2C63B6-A615-4BAE-B9C9-BC56D88032EC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Simple Player Demo X WPF net8", "WPF\Simple Player Demo\Simple Player Demo X WPF net8.csproj", "{7C45156D-113B-4CFE-BD9B-A7F642E3E7BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Decklink Output Player Demo X net8", "WPF\Decklink Output Player Demo\Decklink Output Player Demo X net8.csproj", "{3ED6CFC1-65A8-422C-8164-311471DD6A63}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DABA9589-73B1-4B46-89AC-32228B54DB12}.Debug|Any CPU.ActiveCfg = Debug|x64
{DABA9589-73B1-4B46-89AC-32228B54DB12}.Debug|Any CPU.Build.0 = Debug|x64
{DABA9589-73B1-4B46-89AC-32228B54DB12}.Release|Any CPU.ActiveCfg = Release|x64
{DABA9589-73B1-4B46-89AC-32228B54DB12}.Release|Any CPU.Build.0 = Release|x64
{6DAA246D-F2C5-42B6-A8AD-F3B70AE76B28}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DAA246D-F2C5-42B6-A8AD-F3B70AE76B28}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DAA246D-F2C5-42B6-A8AD-F3B70AE76B28}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DAA246D-F2C5-42B6-A8AD-F3B70AE76B28}.Release|Any CPU.Build.0 = Release|Any CPU
{7C45156D-113B-4CFE-BD9B-A7F642E3E7BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C45156D-113B-4CFE-BD9B-A7F642E3E7BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C45156D-113B-4CFE-BD9B-A7F642E3E7BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C45156D-113B-4CFE-BD9B-A7F642E3E7BC}.Release|Any CPU.Build.0 = Release|Any CPU
{3ED6CFC1-65A8-422C-8164-311471DD6A63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3ED6CFC1-65A8-422C-8164-311471DD6A63}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3ED6CFC1-65A8-422C-8164-311471DD6A63}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3ED6CFC1-65A8-422C-8164-311471DD6A63}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DABA9589-73B1-4B46-89AC-32228B54DB12} = {93D76926-A533-42E0-948B-4AF31A38F20A}
{6DAA246D-F2C5-42B6-A8AD-F3B70AE76B28} = {93D76926-A533-42E0-948B-4AF31A38F20A}
{7C45156D-113B-4CFE-BD9B-A7F642E3E7BC} = {2B2C63B6-A615-4BAE-B9C9-BC56D88032EC}
{3ED6CFC1-65A8-422C-8164-311471DD6A63} = {2B2C63B6-A615-4BAE-B9C9-BC56D88032EC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {23833106-1A40-4105-9674-C90843B23533}
EndGlobalSection
EndGlobal
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<RootNamespace>Decklink_Player_Demo_X</RootNamespace>
<PlatformTarget>x64</PlatformTarget>
<ApplicationIcon>visioforge_main_icon.ico</ApplicationIcon>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Content Include="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Core.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.7.42" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.7.42" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<RootNamespace>Simple_Player_Demo_X</RootNamespace>
<PlatformTarget>x64</PlatformTarget>
<ApplicationIcon>visioforge_main_icon.ico</ApplicationIcon>
<UseWPF>true</UseWPF>
</PropertyGroup>
<ItemGroup>
<Content Include="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Core.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64.UPX" Version="15.7.0" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.VideoCapture" Version="15.7.42" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WPF" Version="15.7.42" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<RootNamespace>Karaoke_Demo</RootNamespace>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
<UseWindowsForms>true</UseWindowsForms>
<AssemblyTitle>Karaoke Demo</AssemblyTitle>
<Product>Karaoke Demo</Product>
<Copyright>Copyright (c) 2006-2023</Copyright>
<AssemblyVersion>15.7.42.0</AssemblyVersion>
<AssemblyName>Media Player SDK - WinForms Karaoke Demo</AssemblyName>
<FileVersion>15.7.42.0</FileVersion>
</PropertyGroup>
<PropertyGroup>
<TreatWarningsAsErrors>True</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>visioforge_main_icon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Content Include="visioforge_main_icon.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaPlayer" Version="15.7.42" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.7.42" />
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Core.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64" Version="15.7.0" />
</ItemGroup>
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<ProjectGuid>{DABA9589-73B1-4B46-89AC-32228B54DB12}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Main_Demo</RootNamespace>
<AssemblyName>Main Demo</AssemblyName>
<TargetFrameworks>net8.0-windows</TargetFrameworks>
<PlatformTarget>x64</PlatformTarget>
<AssemblyTitle>Main Demo</AssemblyTitle>
<Product>Main Demo</Product>
<Copyright>Copyright (c) 2006-2023</Copyright>
<AssemblyVersion>15.7.42.0</AssemblyVersion>
<FileVersion>15.7.42.0</FileVersion>
<UseWindowsForms>true</UseWindowsForms>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net472'">
<Reference Include="System.Configuration" />
<Reference Include="System.ServiceModel" />
<Reference Include="System.Transactions" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Deployment" />
<Reference Include="System.Windows.Forms" />
</ItemGroup>
<ItemGroup>
<Compile Update="Form1.cs">
<SubType>Form</SubType>
</Compile>
<Compile Update="Form1.Designer.cs">
<DependentUpon>Form1.cs</DependentUpon>
</Compile>
<EmbeddedResource Update="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Update="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
</EmbeddedResource>
<Compile Update="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<Compile Update="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.CrossPlatform.Codecs.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Core.Windows.x64" Version="15.7.0" />
<PackageReference Include="VisioForge.CrossPlatform.Libav.Windows.x64" Version="15.7.0" />
<PackageReference Include="Serilog" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<NativeLibs Remove="app.manifest" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="VisioForge.DotNet.MediaPlayer" Version="15.7.42" />
<PackageReference Include="VisioForge.DotNet.Core.UI.WinForms" Version="15.7.42" />
</ItemGroup>
</Project>
Loading

0 comments on commit 553b58e

Please sign in to comment.