diff --git a/KinectSensorStreams.sln b/KinectSensorStreams.sln new file mode 100644 index 0000000..3e85fbd --- /dev/null +++ b/KinectSensorStreams.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34330.188 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KinectSensorStreams", "KinectSensorStreams\KinectSensorStreams.csproj", "{7004F18C-B43F-4111-A7FA-D803217D5474}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {7004F18C-B43F-4111-A7FA-D803217D5474}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7004F18C-B43F-4111-A7FA-D803217D5474}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7004F18C-B43F-4111-A7FA-D803217D5474}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7004F18C-B43F-4111-A7FA-D803217D5474}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {0BCB5BD2-D160-4F37-912B-093F04DF5757} + EndGlobalSection +EndGlobal diff --git a/KinectSensorStreams/App.config b/KinectSensorStreams/App.config new file mode 100644 index 0000000..193aecc --- /dev/null +++ b/KinectSensorStreams/App.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/KinectSensorStreams/App.xaml b/KinectSensorStreams/App.xaml new file mode 100644 index 0000000..ff0d335 --- /dev/null +++ b/KinectSensorStreams/App.xaml @@ -0,0 +1,9 @@ + + + + + diff --git a/KinectSensorStreams/App.xaml.cs b/KinectSensorStreams/App.xaml.cs new file mode 100644 index 0000000..c992a8e --- /dev/null +++ b/KinectSensorStreams/App.xaml.cs @@ -0,0 +1,17 @@ +using System; +using System.Collections.Generic; +using System.Configuration; +using System.Data; +using System.Linq; +using System.Threading.Tasks; +using System.Windows; + +namespace KinectSensorStreams +{ + /// + /// Logique d'interaction pour App.xaml + /// + public partial class App : Application + { + } +} diff --git a/KinectSensorStreams/KinectSensorStreams.csproj b/KinectSensorStreams/KinectSensorStreams.csproj new file mode 100644 index 0000000..ed8dc9f --- /dev/null +++ b/KinectSensorStreams/KinectSensorStreams.csproj @@ -0,0 +1,23 @@ + + + + WinExe + net48 + enable + enable + true + 10.0 + + + + + + + + + + + + + + \ No newline at end of file diff --git a/KinectSensorStreams/MainWindow.xaml b/KinectSensorStreams/MainWindow.xaml new file mode 100644 index 0000000..4d49b8b --- /dev/null +++ b/KinectSensorStreams/MainWindow.xaml @@ -0,0 +1,12 @@ + + + + + diff --git a/KinectSensorStreams/MainWindow.xaml.cs b/KinectSensorStreams/MainWindow.xaml.cs new file mode 100644 index 0000000..b44becc --- /dev/null +++ b/KinectSensorStreams/MainWindow.xaml.cs @@ -0,0 +1,28 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows; +using System.Windows.Controls; +using System.Windows.Data; +using System.Windows.Documents; +using System.Windows.Input; +using System.Windows.Media; +using System.Windows.Media.Imaging; +using System.Windows.Navigation; +using System.Windows.Shapes; + +namespace KinectSensorStreams +{ + /// + /// Logique d'interaction pour MainWindow.xaml + /// + public partial class MainWindow : Window + { + public MainWindow() + { + InitializeComponent(); + } + } +} diff --git a/KinectSensorStreams/Properties/Resources.Designer.cs b/KinectSensorStreams/Properties/Resources.Designer.cs new file mode 100644 index 0000000..ef0a248 --- /dev/null +++ b/KinectSensorStreams/Properties/Resources.Designer.cs @@ -0,0 +1,71 @@ +//------------------------------------------------------------------------------ +// +// Ce code a été généré par un outil. +// Version du runtime :4.0.30319.42000 +// +// Les modifications apportées à ce fichier peuvent provoquer un comportement incorrect et seront perdues si +// le code est régénéré. +// +//------------------------------------------------------------------------------ + +namespace KinectSensorStreams.Properties +{ + + + /// + /// Une classe de ressource fortement typée destinée, entre autres, à la consultation des chaînes localisées. + /// + // Cette classe a été générée automatiquement par la classe StronglyTypedResourceBuilder + // à l'aide d'un outil, tel que ResGen ou Visual Studio. + // Pour ajouter ou supprimer un membre, modifiez votre fichier .ResX, puis réexécutez ResGen + // avec l'option /str ou régénérez votre projet VS. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + internal class Resources + { + + private static global::System.Resources.ResourceManager resourceMan; + + private static global::System.Globalization.CultureInfo resourceCulture; + + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Resources() + { + } + + /// + /// Retourne l'instance ResourceManager mise en cache utilisée par cette classe. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Resources.ResourceManager ResourceManager + { + get + { + if ((resourceMan == null)) + { + global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("KinectSensorStreams.Properties.Resources", typeof(Resources).Assembly); + resourceMan = temp; + } + return resourceMan; + } + } + + /// + /// Remplace la propriété CurrentUICulture du thread actuel pour toutes + /// les recherches de ressources à l'aide de cette classe de ressource fortement typée. + /// + [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] + internal static global::System.Globalization.CultureInfo Culture + { + get + { + return resourceCulture; + } + set + { + resourceCulture = value; + } + } + } +} diff --git a/KinectSensorStreams/Properties/Resources.resx b/KinectSensorStreams/Properties/Resources.resx new file mode 100644 index 0000000..af7dbeb --- /dev/null +++ b/KinectSensorStreams/Properties/Resources.resx @@ -0,0 +1,117 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/KinectSensorStreams/Properties/Settings.Designer.cs b/KinectSensorStreams/Properties/Settings.Designer.cs new file mode 100644 index 0000000..ed2c16c --- /dev/null +++ b/KinectSensorStreams/Properties/Settings.Designer.cs @@ -0,0 +1,30 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +namespace KinectSensorStreams.Properties +{ + + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase + { + + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); + + public static Settings Default + { + get + { + return defaultInstance; + } + } + } +} diff --git a/KinectSensorStreams/Properties/Settings.settings b/KinectSensorStreams/Properties/Settings.settings new file mode 100644 index 0000000..033d7a5 --- /dev/null +++ b/KinectSensorStreams/Properties/Settings.settings @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file