commit 8911e0911ffb426dccb73e7dfe1e7e6c83d7fc9e Author: Paul Schneider Date: Wed Oct 25 21:33:29 2023 +0100 initial import diff --git a/.vs/irules/xs/UserPrefs.xml b/.vs/irules/xs/UserPrefs.xml new file mode 100644 index 0000000..53e82c7 --- /dev/null +++ b/.vs/irules/xs/UserPrefs.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..cc72551 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,20 @@ +{ + // Utilisez IntelliSense pour en savoir plus sur les attributs possibles. + // Pointez pour afficher la description des attributs existants. + // Pour plus d'informations, visitez : https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": ".NET Core Launch (console)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build", + "program": "${workspaceFolder}/samples/red/bin/Debug/net7.0/red.dll", + "args": [], + "cwd": "${workspaceFolder}/samples/red/", + "stopAtEntry": false, + "console": "internalConsole" + } + + ] +} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json new file mode 100644 index 0000000..31c32bd --- /dev/null +++ b/.vscode/tasks.json @@ -0,0 +1,24 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=733558 + // for the documentation about the tasks.json format + "version": "2.0.0", + "tasks": [ + { + "label": "build", + "command": "dotnet", + "type": "shell", + "args": [ + "build", + // Ask dotnet build to generate full paths for file names. + "/property:GenerateFullPaths=true", + // Do not generate summary otherwise it leads to duplicate errors in Problems panel + "/consoleloggerparameters:NoSummary" + ], + "group": "build", + "presentation": { + "reveal": "silent" + }, + "problemMatcher": "$msCompile" + } + ] +} \ No newline at end of file diff --git a/irules.core/Class1.cs b/irules.core/Class1.cs new file mode 100644 index 0000000..1432814 --- /dev/null +++ b/irules.core/Class1.cs @@ -0,0 +1,11 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Text; + +namespace irules.core +{ + public class Class1 + { + } +} diff --git a/irules.core/bin/Debug/net472/Irony.dll b/irules.core/bin/Debug/net472/Irony.dll new file mode 100755 index 0000000..986f95f Binary files /dev/null and b/irules.core/bin/Debug/net472/Irony.dll differ diff --git a/irules.core/bin/Debug/net472/irules.core.dll b/irules.core/bin/Debug/net472/irules.core.dll new file mode 100644 index 0000000..6cc7ba2 Binary files /dev/null and b/irules.core/bin/Debug/net472/irules.core.dll differ diff --git a/irules.core/bin/Debug/net472/irules.core.pdb b/irules.core/bin/Debug/net472/irules.core.pdb new file mode 100644 index 0000000..34c3177 Binary files /dev/null and b/irules.core/bin/Debug/net472/irules.core.pdb differ diff --git a/irules.core/irules.core.csproj b/irules.core/irules.core.csproj new file mode 100644 index 0000000..556dd20 --- /dev/null +++ b/irules.core/irules.core.csproj @@ -0,0 +1,11 @@ + + + net472 + + true + + + + + + \ No newline at end of file diff --git a/irules.core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/irules.core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/irules.core/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/irules.core/obj/Debug/net472/build-time-generator.touch b/irules.core/obj/Debug/net472/build-time-generator.touch new file mode 100644 index 0000000..e69de29 diff --git a/irules.core/obj/Debug/net472/g/RemoteControlGenerator/RemoteControl.g.cs b/irules.core/obj/Debug/net472/g/RemoteControlGenerator/RemoteControl.g.cs new file mode 100644 index 0000000..ffab6d5 --- /dev/null +++ b/irules.core/obj/Debug/net472/g/RemoteControlGenerator/RemoteControl.g.cs @@ -0,0 +1,9 @@ +// +// *************************************************************************************** +// This file has been generated by the package Uno.UI.RemoteControl - for Xaml Hot Reload. +// Documentation: https://platform.uno/docs/articles/features/working-with-xaml-hot-reload.html +// *************************************************************************************** +// +// +#pragma warning disable // Ignore code analysis warnings + diff --git a/irules.core/obj/Debug/net472/g/XamlCodeGenerator/GlobalStaticResources.g.cs b/irules.core/obj/Debug/net472/g/XamlCodeGenerator/GlobalStaticResources.g.cs new file mode 100644 index 0000000..81299b7 --- /dev/null +++ b/irules.core/obj/Debug/net472/g/XamlCodeGenerator/GlobalStaticResources.g.cs @@ -0,0 +1,75 @@ +// +#pragma warning disable 618 // Ignore obsolete members warnings +#pragma warning disable 105 // Ignore duplicate namespaces +#pragma warning disable 1591 // Ignore missing XML comment warnings +#pragma warning disable CS8669 // Ignore annotation for nullable reference types +#if __WASM__ +#error invalid internal source generator state. The __WASM__ DefineConstant was not propagated properly. +#endif +namespace irules.core +{ + /// + /// Contains all the static resources defined for the application + /// + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV0056", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV0058", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV1003", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV0085", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV2001", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV2003", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV2004", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("nventive.Usage", "NV2005", Justification="Generated code")] + [global::System.Diagnostics.CodeAnalysis.SuppressMessage("dotnet", "CA1001", Justification="Generated code")] + public sealed partial class GlobalStaticResources + { + static bool _initialized; + private static bool _stylesRegistered; + private static bool _dictionariesRegistered; + internal static global::Uno.UI.Xaml.XamlParseContext __ParseContext_ {get; } = new global::Uno.UI.Xaml.XamlParseContext() + { + AssemblyName = "irules.core", + } + ; + + static GlobalStaticResources() + { + Initialize(); + } + public static void Initialize() + { + if (!_initialized) + { + _initialized = true; + global::Uno.UI.GlobalStaticResources.Initialize(); + global::Uno.UI.Toolkit.GlobalStaticResources.Initialize(); + global::Uno.UI.GlobalStaticResources.RegisterDefaultStyles(); + global::Uno.UI.Toolkit.GlobalStaticResources.RegisterDefaultStyles(); + global::Uno.UI.GlobalStaticResources.RegisterResourceDictionariesBySource(); + global::Uno.UI.Toolkit.GlobalStaticResources.RegisterResourceDictionariesBySource(); + } + } + public static void RegisterDefaultStyles() + { + if(!_stylesRegistered) + { + _stylesRegistered = true; + } + } + // Register ResourceDictionaries using ms-appx:/// syntax, this is called for external resources + public static void RegisterResourceDictionariesBySource() + { + if(!_dictionariesRegistered) + { + _dictionariesRegistered = true; + } + } + // Register ResourceDictionaries using ms-resource:/// syntax, this is called for local resources + internal static void RegisterResourceDictionariesBySourceLocal() + { + } + [global::System.Obsolete("This method is provided for binary backward compatibility. It will always return null.")] + [global::System.ComponentModel.EditorBrowsable(global::System.ComponentModel.EditorBrowsableState.Never)] + public static object FindResource(string name) => null; + + } +} diff --git a/irules.core/obj/Debug/net472/g/XamlCodeGenerator/LocalizationResources.g.cs b/irules.core/obj/Debug/net472/g/XamlCodeGenerator/LocalizationResources.g.cs new file mode 100644 index 0000000..b99b85c --- /dev/null +++ b/irules.core/obj/Debug/net472/g/XamlCodeGenerator/LocalizationResources.g.cs @@ -0,0 +1,2 @@ +// +[assembly: global::System.Reflection.AssemblyMetadata("UnoHasLocalizationResources", "False")] \ No newline at end of file diff --git a/irules.core/obj/Debug/net472/g/generation.cache b/irules.core/obj/Debug/net472/g/generation.cache new file mode 100644 index 0000000..56e7411 --- /dev/null +++ b/irules.core/obj/Debug/net472/g/generation.cache @@ -0,0 +1,3 @@ +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/g/RemoteControlGenerator/RemoteControl.g.cs +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/g/XamlCodeGenerator/GlobalStaticResources.g.cs +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/g/XamlCodeGenerator/LocalizationResources.g.cs diff --git a/irules.core/obj/Debug/net472/g/obj/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/irules.core/obj/Debug/net472/g/obj/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/irules.core/obj/Debug/net472/g/obj/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/irules.core/obj/Debug/net472/g/obj/irules.core.AssemblyInfo.cs b/irules.core/obj/Debug/net472/g/obj/irules.core.AssemblyInfo.cs new file mode 100644 index 0000000..b68b074 --- /dev/null +++ b/irules.core/obj/Debug/net472/g/obj/irules.core.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irules.core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irules.core")] +[assembly: System.Reflection.AssemblyTitleAttribute("irules.core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irules.core/obj/Debug/net472/g/obj/irules.core.AssemblyInfoInputs.cache b/irules.core/obj/Debug/net472/g/obj/irules.core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..c0f88bd --- /dev/null +++ b/irules.core/obj/Debug/net472/g/obj/irules.core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +67af2805439634152f9d4fe058650a29803e461d diff --git a/irules.core/obj/Debug/net472/g/obj/irules.core.GeneratedMSBuildEditorConfig.editorconfig b/irules.core/obj/Debug/net472/g/obj/irules.core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..8ff4814 --- /dev/null +++ b/irules.core/obj/Debug/net472/g/obj/irules.core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,38 @@ +is_global = true +build_property.XamlSourceGeneratorTracingFolder = +build_property.TargetFramework = net472 +build_property.ProjectTypeGuidsProperty = +build_property.MSBuildProjectFullPath = /home/paul/workspace/R/irules/irules.core/irules.core.csproj +build_property.RootNamespace = irules.core +build_property.DefineConstantsProperty = TRACE,DEBUG,NETFRAMEWORK,NET472,HAS_UNO,HAS_UNO_WINUI,UNO_HAS_FRAMEWORKELEMENT_MEASUREOVERRIDE,UNO_HAS_NO_IDEPENDENCYOBJECT +build_property.Configuration = Debug +build_property.IntermediateOutputPath = /home/paul/workspace/R/irules/irules.core/obj/Debug/net472/g/obj/ +build_property.AndroidApplication = +build_property.OutputType = Library +build_property.MSBuildProjectName = irules.core +build_property.BuildingProject = false +build_property.DesignTimeBuild = True +build_property.UnoUISourceGeneratorDebuggerBreak = +build_property.BuildingInsideVisualStudio = True +build_property.IsHotReloadHost = +build_property.UnoUseXamlReaderHotReload = true +build_property.IsUnoHead = +build_property.IsUnoHead = +build_property.UseWPF = +build_property.UnoRemoteControlPort = +build_property.UnoRemoteControlHost = +build_property.UnoRemoteControlProcessorsPath = +build_property.UnoSkipUserControlsInVisualTree = +build_property.ShouldWriteErrorOnInvalidXaml = +build_property.IsUiAutomationMappingEnabled = +build_property.ShouldAnnotateGeneratedXaml = +build_property.DefaultLanguage = +build_property.UnoPlatformTelemetryOptOut = +build_property.UnoPlatformDefaultSymbolsFontFamily = ms-appx:///Uno.Fonts.Fluent/Fonts/uno-fluentui-assets.ttf +build_property.ExcludeXamlNamespacesProperty = win,not_mux +build_property.IncludeXamlNamespacesProperty = xamarin,not_win,legacy +build_property.XamlGeneratorAnalyzerSuppressionsProperty = nventive.Usage-NV0056,nventive.Usage-NV0058,nventive.Usage-NV1003,nventive.Usage-NV0085,nventive.Usage-NV2001,nventive.Usage-NV2003,nventive.Usage-NV2004,nventive.Usage-NV2005,csharp-618 // Ignore obsolete members warnings,csharp-105 // Ignore duplicate namespaces,csharp-1591 // Ignore missing XML comment warnings,csharp-CS8669 // Ignore annotation for nullable reference types,dotnet-CA1001 +build_property.UnoEnableXamlFuzzyMatching = +build_property.UnoXamlResourcesTrimming = +build_property.BaseIntermediateOutputPath = obj/ +build_property.AssemblyName = irules.core diff --git a/irules.core/obj/Debug/net472/g/obj/irules.core.assets.cache b/irules.core/obj/Debug/net472/g/obj/irules.core.assets.cache new file mode 100644 index 0000000..447fb85 Binary files /dev/null and b/irules.core/obj/Debug/net472/g/obj/irules.core.assets.cache differ diff --git a/irules.core/obj/Debug/net472/g/obj/irules.core.csproj.AssemblyReference.cache b/irules.core/obj/Debug/net472/g/obj/irules.core.csproj.AssemblyReference.cache new file mode 100644 index 0000000..57e2600 Binary files /dev/null and b/irules.core/obj/Debug/net472/g/obj/irules.core.csproj.AssemblyReference.cache differ diff --git a/irules.core/obj/Debug/net472/g/obj/uno.reload.cookie.g.cs b/irules.core/obj/Debug/net472/g/obj/uno.reload.cookie.g.cs new file mode 100644 index 0000000..e69de29 diff --git a/irules.core/obj/Debug/net472/irules.core.AssemblyInfo.cs b/irules.core/obj/Debug/net472/irules.core.AssemblyInfo.cs new file mode 100644 index 0000000..b68b074 --- /dev/null +++ b/irules.core/obj/Debug/net472/irules.core.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// 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. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irules.core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irules.core")] +[assembly: System.Reflection.AssemblyTitleAttribute("irules.core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irules.core/obj/Debug/net472/irules.core.AssemblyInfoInputs.cache b/irules.core/obj/Debug/net472/irules.core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..c0f88bd --- /dev/null +++ b/irules.core/obj/Debug/net472/irules.core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +67af2805439634152f9d4fe058650a29803e461d diff --git a/irules.core/obj/Debug/net472/irules.core.GeneratedMSBuildEditorConfig.editorconfig b/irules.core/obj/Debug/net472/irules.core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..e7c6f6e --- /dev/null +++ b/irules.core/obj/Debug/net472/irules.core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = irules.core +build_property.ProjectDir = /home/paul/workspace/R/irules/irules.core/ diff --git a/irules.core/obj/Debug/net472/irules.core.assets.cache b/irules.core/obj/Debug/net472/irules.core.assets.cache new file mode 100644 index 0000000..984ba49 Binary files /dev/null and b/irules.core/obj/Debug/net472/irules.core.assets.cache differ diff --git a/irules.core/obj/Debug/net472/irules.core.csproj.AssemblyReference.cache b/irules.core/obj/Debug/net472/irules.core.csproj.AssemblyReference.cache new file mode 100644 index 0000000..3b98c33 Binary files /dev/null and b/irules.core/obj/Debug/net472/irules.core.csproj.AssemblyReference.cache differ diff --git a/irules.core/obj/Debug/net472/irules.core.csproj.CopyComplete b/irules.core/obj/Debug/net472/irules.core.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/irules.core/obj/Debug/net472/irules.core.csproj.CoreCompileInputs.cache b/irules.core/obj/Debug/net472/irules.core.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..979974f --- /dev/null +++ b/irules.core/obj/Debug/net472/irules.core.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +96c6617b67272994e45cc0500dc3b899daceac92 diff --git a/irules.core/obj/Debug/net472/irules.core.csproj.FileListAbsolute.txt b/irules.core/obj/Debug/net472/irules.core.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..318f284 --- /dev/null +++ b/irules.core/obj/Debug/net472/irules.core.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +/home/paul/workspace/R/irules/irules.core/bin/Debug/net472/irules.core.dll +/home/paul/workspace/R/irules/irules.core/bin/Debug/net472/irules.core.pdb +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.csproj.AssemblyReference.cache +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.AssemblyInfoInputs.cache +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.AssemblyInfo.cs +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.csproj.CoreCompileInputs.cache +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.csproj.CopyComplete +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.dll +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.pdb +/home/paul/workspace/R/irules/irules.core/bin/Debug/net472/Irony.dll +/home/paul/workspace/R/irules/irules.core/obj/Debug/net472/irules.core.GeneratedMSBuildEditorConfig.editorconfig diff --git a/irules.core/obj/Debug/net472/irules.core.dll b/irules.core/obj/Debug/net472/irules.core.dll new file mode 100644 index 0000000..6cc7ba2 Binary files /dev/null and b/irules.core/obj/Debug/net472/irules.core.dll differ diff --git a/irules.core/obj/Debug/net472/irules.core.pdb b/irules.core/obj/Debug/net472/irules.core.pdb new file mode 100644 index 0000000..34c3177 Binary files /dev/null and b/irules.core/obj/Debug/net472/irules.core.pdb differ diff --git a/irules.core/obj/Debug/net472/uno.reload.cookie.g.cs b/irules.core/obj/Debug/net472/uno.reload.cookie.g.cs new file mode 100644 index 0000000..e69de29 diff --git a/irules.core/obj/Debug/net7.0-android/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/irules.core/obj/Debug/net7.0-android/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..d69481d --- /dev/null +++ b/irules.core/obj/Debug/net7.0-android/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/irules.core/obj/Debug/net7.0-android/irules.core.AssemblyInfo.cs b/irules.core/obj/Debug/net7.0-android/irules.core.AssemblyInfo.cs new file mode 100644 index 0000000..4099b97 --- /dev/null +++ b/irules.core/obj/Debug/net7.0-android/irules.core.AssemblyInfo.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irules.core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irules.core")] +[assembly: System.Reflection.AssemblyTitleAttribute("irules.core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("android0.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("android")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irules.core/obj/Debug/net7.0-android/irules.core.AssemblyInfoInputs.cache b/irules.core/obj/Debug/net7.0-android/irules.core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..238ec22 --- /dev/null +++ b/irules.core/obj/Debug/net7.0-android/irules.core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +ad12c17323090453830d841ee19ca1692205c355 diff --git a/irules.core/obj/Debug/net7.0-android/irules.core.GeneratedMSBuildEditorConfig.editorconfig b/irules.core/obj/Debug/net7.0-android/irules.core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..f69643b --- /dev/null +++ b/irules.core/obj/Debug/net7.0-android/irules.core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.0-android +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = irules.core +build_property.ProjectDir = /home/paul/workspace/R/irules/irules.core/ diff --git a/irules.core/obj/Debug/net7.0-ios/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/irules.core/obj/Debug/net7.0-ios/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..d69481d --- /dev/null +++ b/irules.core/obj/Debug/net7.0-ios/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/irules.core/obj/Debug/net7.0-ios/irules.core.AssemblyInfo.cs b/irules.core/obj/Debug/net7.0-ios/irules.core.AssemblyInfo.cs new file mode 100644 index 0000000..0d5eacd --- /dev/null +++ b/irules.core/obj/Debug/net7.0-ios/irules.core.AssemblyInfo.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irules.core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irules.core")] +[assembly: System.Reflection.AssemblyTitleAttribute("irules.core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("ios0.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("ios")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irules.core/obj/Debug/net7.0-ios/irules.core.AssemblyInfoInputs.cache b/irules.core/obj/Debug/net7.0-ios/irules.core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..e2644c5 --- /dev/null +++ b/irules.core/obj/Debug/net7.0-ios/irules.core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +4ac4c42ec4fad313ee1c85b9018116829e688d0a diff --git a/irules.core/obj/Debug/net7.0-ios/irules.core.GeneratedMSBuildEditorConfig.editorconfig b/irules.core/obj/Debug/net7.0-ios/irules.core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d5302ad --- /dev/null +++ b/irules.core/obj/Debug/net7.0-ios/irules.core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.0-ios +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = irules.core +build_property.ProjectDir = /home/paul/workspace/R/irules/irules.core/ diff --git a/irules.core/obj/Debug/net7.0-maccatalyst/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/irules.core/obj/Debug/net7.0-maccatalyst/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..d69481d --- /dev/null +++ b/irules.core/obj/Debug/net7.0-maccatalyst/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.AssemblyInfo.cs b/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.AssemblyInfo.cs new file mode 100644 index 0000000..693d288 --- /dev/null +++ b/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.AssemblyInfo.cs @@ -0,0 +1,24 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irules.core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irules.core")] +[assembly: System.Reflection.AssemblyTitleAttribute("irules.core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] +[assembly: System.Runtime.Versioning.TargetPlatformAttribute("maccatalyst0.0")] +[assembly: System.Runtime.Versioning.SupportedOSPlatformAttribute("maccatalyst")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.AssemblyInfoInputs.cache b/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..77cf93d --- /dev/null +++ b/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +e4bd32323a4d7b04142fcbc955fab89b3c964759 diff --git a/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.GeneratedMSBuildEditorConfig.editorconfig b/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..b4ac62d --- /dev/null +++ b/irules.core/obj/Debug/net7.0-maccatalyst/irules.core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.0-maccatalyst +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = irules.core +build_property.ProjectDir = /home/paul/workspace/R/irules/irules.core/ diff --git a/irules.core/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/irules.core/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..d69481d --- /dev/null +++ b/irules.core/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/irules.core/obj/Debug/net7.0/irules.core.AssemblyInfo.cs b/irules.core/obj/Debug/net7.0/irules.core.AssemblyInfo.cs new file mode 100644 index 0000000..5ad01a2 --- /dev/null +++ b/irules.core/obj/Debug/net7.0/irules.core.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irules.core")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irules.core")] +[assembly: System.Reflection.AssemblyTitleAttribute("irules.core")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irules.core/obj/Debug/net7.0/irules.core.AssemblyInfoInputs.cache b/irules.core/obj/Debug/net7.0/irules.core.AssemblyInfoInputs.cache new file mode 100644 index 0000000..c0f88bd --- /dev/null +++ b/irules.core/obj/Debug/net7.0/irules.core.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +67af2805439634152f9d4fe058650a29803e461d diff --git a/irules.core/obj/Debug/net7.0/irules.core.GeneratedMSBuildEditorConfig.editorconfig b/irules.core/obj/Debug/net7.0/irules.core.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..59f1264 --- /dev/null +++ b/irules.core/obj/Debug/net7.0/irules.core.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = irules.core +build_property.ProjectDir = /home/paul/workspace/R/irules/irules.core/ diff --git a/irules.core/obj/Debug/net7.0/irules.core.csproj.FileListAbsolute.txt b/irules.core/obj/Debug/net7.0/irules.core.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..e69de29 diff --git a/irules.core/obj/irules.core.csproj.nuget.dgspec.json b/irules.core/obj/irules.core.csproj.nuget.dgspec.json new file mode 100644 index 0000000..362a228 --- /dev/null +++ b/irules.core/obj/irules.core.csproj.nuget.dgspec.json @@ -0,0 +1,61 @@ +{ + "format": 1, + "restore": { + "/home/paul/workspace/R/irules/irules.core/irules.core.csproj": {} + }, + "projects": { + "/home/paul/workspace/R/irules/irules.core/irules.core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "projectName": "irules.core", + "projectPath": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "packagesPath": "/home/paul/.nuget/packages", + "outputPath": "/home/paul/workspace/R/irules/irules.core/obj/", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "/usr/share/dotnet/sdk/NuGetFallbackFolder" + ], + "configFilePaths": [ + "/home/paul/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net472" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "dependencies": { + "Irony": { + "target": "Package", + "version": "[1.2.0, )" + }, + "Microsoft.NETFramework.ReferenceAssemblies": { + "suppressParent": "All", + "target": "Package", + "version": "[1.0.3, )", + "autoReferenced": true + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.403/RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/irules.core/obj/irules.core.csproj.nuget.g.props b/irules.core/obj/irules.core.csproj.nuget.g.props new file mode 100644 index 0000000..3f47571 --- /dev/null +++ b/irules.core/obj/irules.core.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/paul/.nuget/packages + /home/paul/.nuget/packages;/usr/share/dotnet/sdk/NuGetFallbackFolder + PackageReference + 6.7.0 + + + + + + \ No newline at end of file diff --git a/irules.core/obj/irules.core.csproj.nuget.g.targets b/irules.core/obj/irules.core.csproj.nuget.g.targets new file mode 100644 index 0000000..7e0cb49 --- /dev/null +++ b/irules.core/obj/irules.core.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/irules.core/obj/project.assets.json b/irules.core/obj/project.assets.json new file mode 100644 index 0000000..62251d2 --- /dev/null +++ b/irules.core/obj/project.assets.json @@ -0,0 +1,496 @@ +{ + "version": 3, + "targets": { + ".NETFramework,Version=v4.7.2": { + "Irony/1.2.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Irony.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Irony.dll": {} + } + }, + "Microsoft.NETFramework.ReferenceAssemblies/1.0.3": { + "type": "package", + "dependencies": { + "Microsoft.NETFramework.ReferenceAssemblies.net472": "1.0.3" + } + }, + "Microsoft.NETFramework.ReferenceAssemblies.net472/1.0.3": { + "type": "package", + "build": { + "build/Microsoft.NETFramework.ReferenceAssemblies.net472.targets": {} + } + } + } + }, + "libraries": { + "Irony/1.2.0": { + "sha512": "xobL8fbz01pOacoWPjBw1K1tT4Sell3n0nQlutAGpqJ7R3sEoL+pB1gkWUBm1NcfQ7EAyPfIcAt4LVvAQhB7tg==", + "type": "package", + "path": "irony/1.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "irony.1.2.0.nupkg.sha512", + "irony.nuspec", + "lib/netstandard2.0/Irony.dll" + ] + }, + "Microsoft.NETFramework.ReferenceAssemblies/1.0.3": { + "sha512": "vUc9Npcs14QsyOD01tnv/m8sQUnGTGOw1BCmKcv77LBJY7OxhJ+zJF7UD/sCL3lYNFuqmQEVlkfS4Quif6FyYg==", + "type": "package", + "path": "microsoft.netframework.referenceassemblies/1.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "microsoft.netframework.referenceassemblies.1.0.3.nupkg.sha512", + "microsoft.netframework.referenceassemblies.nuspec" + ] + }, + "Microsoft.NETFramework.ReferenceAssemblies.net472/1.0.3": { + "sha512": "0E7evZXHXaDYYiLRfpyXvCh+yzM2rNTyuZDI+ZO7UUqSc6GfjePiXTdqJGtgIKUwdI81tzQKmaWprnUiPj9hAw==", + "type": "package", + "path": "microsoft.netframework.referenceassemblies.net472/1.0.3", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "build/.NETFramework/v4.7.2/Accessibility.dll", + "build/.NETFramework/v4.7.2/Accessibility.xml", + "build/.NETFramework/v4.7.2/CustomMarshalers.dll", + "build/.NETFramework/v4.7.2/CustomMarshalers.xml", + "build/.NETFramework/v4.7.2/Facades/Microsoft.Win32.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.AppContext.dll", + "build/.NETFramework/v4.7.2/Facades/System.Collections.Concurrent.dll", + "build/.NETFramework/v4.7.2/Facades/System.Collections.NonGeneric.dll", + "build/.NETFramework/v4.7.2/Facades/System.Collections.Specialized.dll", + "build/.NETFramework/v4.7.2/Facades/System.Collections.dll", + "build/.NETFramework/v4.7.2/Facades/System.ComponentModel.Annotations.dll", + "build/.NETFramework/v4.7.2/Facades/System.ComponentModel.EventBasedAsync.dll", + "build/.NETFramework/v4.7.2/Facades/System.ComponentModel.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.ComponentModel.TypeConverter.dll", + "build/.NETFramework/v4.7.2/Facades/System.ComponentModel.dll", + "build/.NETFramework/v4.7.2/Facades/System.Console.dll", + "build/.NETFramework/v4.7.2/Facades/System.Data.Common.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.Contracts.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.Debug.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.FileVersionInfo.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.Process.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.StackTrace.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.TextWriterTraceListener.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.Tools.dll", + "build/.NETFramework/v4.7.2/Facades/System.Diagnostics.TraceSource.dll", + "build/.NETFramework/v4.7.2/Facades/System.Drawing.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.Dynamic.Runtime.dll", + "build/.NETFramework/v4.7.2/Facades/System.Globalization.Calendars.dll", + "build/.NETFramework/v4.7.2/Facades/System.Globalization.Extensions.dll", + "build/.NETFramework/v4.7.2/Facades/System.Globalization.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.Compression.ZipFile.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.FileSystem.DriveInfo.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.FileSystem.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.FileSystem.Watcher.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.FileSystem.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.IsolatedStorage.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.MemoryMappedFiles.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.Pipes.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.UnmanagedMemoryStream.dll", + "build/.NETFramework/v4.7.2/Facades/System.IO.dll", + "build/.NETFramework/v4.7.2/Facades/System.Linq.Expressions.dll", + "build/.NETFramework/v4.7.2/Facades/System.Linq.Parallel.dll", + "build/.NETFramework/v4.7.2/Facades/System.Linq.Queryable.dll", + "build/.NETFramework/v4.7.2/Facades/System.Linq.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.Http.Rtc.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.NameResolution.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.NetworkInformation.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.Ping.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.Requests.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.Security.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.Sockets.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.WebHeaderCollection.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.WebSockets.Client.dll", + "build/.NETFramework/v4.7.2/Facades/System.Net.WebSockets.dll", + "build/.NETFramework/v4.7.2/Facades/System.ObjectModel.dll", + "build/.NETFramework/v4.7.2/Facades/System.Reflection.Emit.ILGeneration.dll", + "build/.NETFramework/v4.7.2/Facades/System.Reflection.Emit.Lightweight.dll", + "build/.NETFramework/v4.7.2/Facades/System.Reflection.Emit.dll", + "build/.NETFramework/v4.7.2/Facades/System.Reflection.Extensions.dll", + "build/.NETFramework/v4.7.2/Facades/System.Reflection.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.Reflection.dll", + "build/.NETFramework/v4.7.2/Facades/System.Resources.Reader.dll", + "build/.NETFramework/v4.7.2/Facades/System.Resources.ResourceManager.dll", + "build/.NETFramework/v4.7.2/Facades/System.Resources.Writer.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.CompilerServices.VisualC.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Extensions.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Handles.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.InteropServices.RuntimeInformation.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.InteropServices.WindowsRuntime.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.InteropServices.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Numerics.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Serialization.Formatters.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Serialization.Json.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Serialization.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.Serialization.Xml.dll", + "build/.NETFramework/v4.7.2/Facades/System.Runtime.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Claims.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Cryptography.Algorithms.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Cryptography.Csp.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Cryptography.Encoding.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Cryptography.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Cryptography.X509Certificates.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.Principal.dll", + "build/.NETFramework/v4.7.2/Facades/System.Security.SecureString.dll", + "build/.NETFramework/v4.7.2/Facades/System.ServiceModel.Duplex.dll", + "build/.NETFramework/v4.7.2/Facades/System.ServiceModel.Http.dll", + "build/.NETFramework/v4.7.2/Facades/System.ServiceModel.NetTcp.dll", + "build/.NETFramework/v4.7.2/Facades/System.ServiceModel.Primitives.dll", + "build/.NETFramework/v4.7.2/Facades/System.ServiceModel.Security.dll", + "build/.NETFramework/v4.7.2/Facades/System.Text.Encoding.Extensions.dll", + "build/.NETFramework/v4.7.2/Facades/System.Text.Encoding.dll", + "build/.NETFramework/v4.7.2/Facades/System.Text.RegularExpressions.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.Overlapped.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.Tasks.Parallel.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.Tasks.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.Thread.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.ThreadPool.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.Timer.dll", + "build/.NETFramework/v4.7.2/Facades/System.Threading.dll", + "build/.NETFramework/v4.7.2/Facades/System.ValueTuple.dll", + "build/.NETFramework/v4.7.2/Facades/System.Xml.ReaderWriter.dll", + "build/.NETFramework/v4.7.2/Facades/System.Xml.XDocument.dll", + "build/.NETFramework/v4.7.2/Facades/System.Xml.XPath.XDocument.dll", + "build/.NETFramework/v4.7.2/Facades/System.Xml.XPath.dll", + "build/.NETFramework/v4.7.2/Facades/System.Xml.XmlDocument.dll", + "build/.NETFramework/v4.7.2/Facades/System.Xml.XmlSerializer.dll", + "build/.NETFramework/v4.7.2/Facades/netstandard.dll", + "build/.NETFramework/v4.7.2/ISymWrapper.dll", + "build/.NETFramework/v4.7.2/ISymWrapper.xml", + "build/.NETFramework/v4.7.2/Microsoft.Activities.Build.dll", + "build/.NETFramework/v4.7.2/Microsoft.Activities.Build.xml", + "build/.NETFramework/v4.7.2/Microsoft.Build.Conversion.v4.0.dll", + "build/.NETFramework/v4.7.2/Microsoft.Build.Conversion.v4.0.xml", + "build/.NETFramework/v4.7.2/Microsoft.Build.Engine.dll", + "build/.NETFramework/v4.7.2/Microsoft.Build.Engine.xml", + "build/.NETFramework/v4.7.2/Microsoft.Build.Framework.dll", + "build/.NETFramework/v4.7.2/Microsoft.Build.Framework.xml", + "build/.NETFramework/v4.7.2/Microsoft.Build.Tasks.v4.0.dll", + "build/.NETFramework/v4.7.2/Microsoft.Build.Tasks.v4.0.xml", + "build/.NETFramework/v4.7.2/Microsoft.Build.Utilities.v4.0.dll", + "build/.NETFramework/v4.7.2/Microsoft.Build.Utilities.v4.0.xml", + "build/.NETFramework/v4.7.2/Microsoft.Build.dll", + "build/.NETFramework/v4.7.2/Microsoft.Build.xml", + "build/.NETFramework/v4.7.2/Microsoft.CSharp.dll", + "build/.NETFramework/v4.7.2/Microsoft.CSharp.xml", + "build/.NETFramework/v4.7.2/Microsoft.JScript.dll", + "build/.NETFramework/v4.7.2/Microsoft.JScript.xml", + "build/.NETFramework/v4.7.2/Microsoft.VisualBasic.Compatibility.Data.dll", + "build/.NETFramework/v4.7.2/Microsoft.VisualBasic.Compatibility.Data.xml", + "build/.NETFramework/v4.7.2/Microsoft.VisualBasic.Compatibility.dll", + "build/.NETFramework/v4.7.2/Microsoft.VisualBasic.Compatibility.xml", + "build/.NETFramework/v4.7.2/Microsoft.VisualBasic.dll", + "build/.NETFramework/v4.7.2/Microsoft.VisualBasic.xml", + "build/.NETFramework/v4.7.2/Microsoft.VisualC.STLCLR.dll", + "build/.NETFramework/v4.7.2/Microsoft.VisualC.STLCLR.xml", + "build/.NETFramework/v4.7.2/Microsoft.VisualC.dll", + "build/.NETFramework/v4.7.2/Microsoft.VisualC.xml", + "build/.NETFramework/v4.7.2/PermissionSets/FullTrust.xml", + "build/.NETFramework/v4.7.2/PermissionSets/Internet.xml", + "build/.NETFramework/v4.7.2/PermissionSets/LocalIntranet.xml", + "build/.NETFramework/v4.7.2/PresentationBuildTasks.dll", + "build/.NETFramework/v4.7.2/PresentationBuildTasks.xml", + "build/.NETFramework/v4.7.2/PresentationCore.dll", + "build/.NETFramework/v4.7.2/PresentationCore.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.Aero.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.Aero.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.Aero2.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.Aero2.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.AeroLite.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.AeroLite.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.Classic.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.Classic.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.Luna.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.Luna.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.Royale.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.Royale.xml", + "build/.NETFramework/v4.7.2/PresentationFramework.dll", + "build/.NETFramework/v4.7.2/PresentationFramework.xml", + "build/.NETFramework/v4.7.2/ReachFramework.dll", + "build/.NETFramework/v4.7.2/ReachFramework.xml", + "build/.NETFramework/v4.7.2/RedistList/FrameworkList.xml", + "build/.NETFramework/v4.7.2/System.Activities.Core.Presentation.dll", + "build/.NETFramework/v4.7.2/System.Activities.Core.Presentation.xml", + "build/.NETFramework/v4.7.2/System.Activities.DurableInstancing.dll", + "build/.NETFramework/v4.7.2/System.Activities.DurableInstancing.xml", + "build/.NETFramework/v4.7.2/System.Activities.Presentation.dll", + "build/.NETFramework/v4.7.2/System.Activities.Presentation.xml", + "build/.NETFramework/v4.7.2/System.Activities.dll", + "build/.NETFramework/v4.7.2/System.Activities.xml", + "build/.NETFramework/v4.7.2/System.AddIn.Contract.dll", + "build/.NETFramework/v4.7.2/System.AddIn.Contract.xml", + "build/.NETFramework/v4.7.2/System.AddIn.dll", + "build/.NETFramework/v4.7.2/System.AddIn.xml", + "build/.NETFramework/v4.7.2/System.ComponentModel.Composition.Registration.dll", + "build/.NETFramework/v4.7.2/System.ComponentModel.Composition.Registration.xml", + "build/.NETFramework/v4.7.2/System.ComponentModel.Composition.dll", + "build/.NETFramework/v4.7.2/System.ComponentModel.Composition.xml", + "build/.NETFramework/v4.7.2/System.ComponentModel.DataAnnotations.dll", + "build/.NETFramework/v4.7.2/System.ComponentModel.DataAnnotations.xml", + "build/.NETFramework/v4.7.2/System.Configuration.Install.dll", + "build/.NETFramework/v4.7.2/System.Configuration.Install.xml", + "build/.NETFramework/v4.7.2/System.Configuration.dll", + "build/.NETFramework/v4.7.2/System.Configuration.xml", + "build/.NETFramework/v4.7.2/System.Core.dll", + "build/.NETFramework/v4.7.2/System.Core.xml", + "build/.NETFramework/v4.7.2/System.Data.DataSetExtensions.dll", + "build/.NETFramework/v4.7.2/System.Data.DataSetExtensions.xml", + "build/.NETFramework/v4.7.2/System.Data.Entity.Design.dll", + "build/.NETFramework/v4.7.2/System.Data.Entity.Design.xml", + "build/.NETFramework/v4.7.2/System.Data.Entity.dll", + "build/.NETFramework/v4.7.2/System.Data.Entity.xml", + "build/.NETFramework/v4.7.2/System.Data.Linq.dll", + "build/.NETFramework/v4.7.2/System.Data.Linq.xml", + "build/.NETFramework/v4.7.2/System.Data.OracleClient.dll", + "build/.NETFramework/v4.7.2/System.Data.OracleClient.xml", + "build/.NETFramework/v4.7.2/System.Data.Services.Client.dll", + "build/.NETFramework/v4.7.2/System.Data.Services.Client.xml", + "build/.NETFramework/v4.7.2/System.Data.Services.Design.dll", + "build/.NETFramework/v4.7.2/System.Data.Services.Design.xml", + "build/.NETFramework/v4.7.2/System.Data.Services.dll", + "build/.NETFramework/v4.7.2/System.Data.Services.xml", + "build/.NETFramework/v4.7.2/System.Data.SqlXml.dll", + "build/.NETFramework/v4.7.2/System.Data.SqlXml.xml", + "build/.NETFramework/v4.7.2/System.Data.dll", + "build/.NETFramework/v4.7.2/System.Data.xml", + "build/.NETFramework/v4.7.2/System.Deployment.dll", + "build/.NETFramework/v4.7.2/System.Deployment.xml", + "build/.NETFramework/v4.7.2/System.Design.dll", + "build/.NETFramework/v4.7.2/System.Design.xml", + "build/.NETFramework/v4.7.2/System.Device.dll", + "build/.NETFramework/v4.7.2/System.Device.xml", + "build/.NETFramework/v4.7.2/System.Diagnostics.Tracing.dll", + "build/.NETFramework/v4.7.2/System.Diagnostics.Tracing.xml", + "build/.NETFramework/v4.7.2/System.DirectoryServices.AccountManagement.dll", + "build/.NETFramework/v4.7.2/System.DirectoryServices.AccountManagement.xml", + "build/.NETFramework/v4.7.2/System.DirectoryServices.Protocols.dll", + "build/.NETFramework/v4.7.2/System.DirectoryServices.Protocols.xml", + "build/.NETFramework/v4.7.2/System.DirectoryServices.dll", + "build/.NETFramework/v4.7.2/System.DirectoryServices.xml", + "build/.NETFramework/v4.7.2/System.Drawing.Design.dll", + "build/.NETFramework/v4.7.2/System.Drawing.Design.xml", + "build/.NETFramework/v4.7.2/System.Drawing.dll", + "build/.NETFramework/v4.7.2/System.Drawing.xml", + "build/.NETFramework/v4.7.2/System.Dynamic.dll", + "build/.NETFramework/v4.7.2/System.EnterpriseServices.Thunk.dll", + "build/.NETFramework/v4.7.2/System.EnterpriseServices.Wrapper.dll", + "build/.NETFramework/v4.7.2/System.EnterpriseServices.dll", + "build/.NETFramework/v4.7.2/System.EnterpriseServices.xml", + "build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.dll", + "build/.NETFramework/v4.7.2/System.IO.Compression.FileSystem.xml", + "build/.NETFramework/v4.7.2/System.IO.Compression.dll", + "build/.NETFramework/v4.7.2/System.IO.Compression.xml", + "build/.NETFramework/v4.7.2/System.IO.Log.dll", + "build/.NETFramework/v4.7.2/System.IO.Log.xml", + "build/.NETFramework/v4.7.2/System.IdentityModel.Selectors.dll", + "build/.NETFramework/v4.7.2/System.IdentityModel.Selectors.xml", + "build/.NETFramework/v4.7.2/System.IdentityModel.Services.dll", + "build/.NETFramework/v4.7.2/System.IdentityModel.Services.xml", + "build/.NETFramework/v4.7.2/System.IdentityModel.dll", + "build/.NETFramework/v4.7.2/System.IdentityModel.xml", + "build/.NETFramework/v4.7.2/System.Linq.xml", + "build/.NETFramework/v4.7.2/System.Management.Instrumentation.dll", + "build/.NETFramework/v4.7.2/System.Management.Instrumentation.xml", + "build/.NETFramework/v4.7.2/System.Management.dll", + "build/.NETFramework/v4.7.2/System.Management.xml", + "build/.NETFramework/v4.7.2/System.Messaging.dll", + "build/.NETFramework/v4.7.2/System.Messaging.xml", + "build/.NETFramework/v4.7.2/System.Net.Http.WebRequest.dll", + "build/.NETFramework/v4.7.2/System.Net.Http.WebRequest.xml", + "build/.NETFramework/v4.7.2/System.Net.Http.dll", + "build/.NETFramework/v4.7.2/System.Net.Http.xml", + "build/.NETFramework/v4.7.2/System.Net.dll", + "build/.NETFramework/v4.7.2/System.Net.xml", + "build/.NETFramework/v4.7.2/System.Numerics.dll", + "build/.NETFramework/v4.7.2/System.Numerics.xml", + "build/.NETFramework/v4.7.2/System.Printing.dll", + "build/.NETFramework/v4.7.2/System.Printing.xml", + "build/.NETFramework/v4.7.2/System.Reflection.Context.dll", + "build/.NETFramework/v4.7.2/System.Reflection.Context.xml", + "build/.NETFramework/v4.7.2/System.Runtime.Caching.dll", + "build/.NETFramework/v4.7.2/System.Runtime.Caching.xml", + "build/.NETFramework/v4.7.2/System.Runtime.DurableInstancing.dll", + "build/.NETFramework/v4.7.2/System.Runtime.DurableInstancing.xml", + "build/.NETFramework/v4.7.2/System.Runtime.Remoting.dll", + "build/.NETFramework/v4.7.2/System.Runtime.Remoting.xml", + "build/.NETFramework/v4.7.2/System.Runtime.Serialization.Formatters.Soap.dll", + "build/.NETFramework/v4.7.2/System.Runtime.Serialization.Formatters.Soap.xml", + "build/.NETFramework/v4.7.2/System.Runtime.Serialization.dll", + "build/.NETFramework/v4.7.2/System.Runtime.Serialization.xml", + "build/.NETFramework/v4.7.2/System.Security.dll", + "build/.NETFramework/v4.7.2/System.Security.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.Activation.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.Activation.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.Activities.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.Activities.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.Channels.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.Channels.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.Discovery.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.Discovery.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.Routing.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.Routing.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.Web.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.Web.xml", + "build/.NETFramework/v4.7.2/System.ServiceModel.dll", + "build/.NETFramework/v4.7.2/System.ServiceModel.xml", + "build/.NETFramework/v4.7.2/System.ServiceProcess.dll", + "build/.NETFramework/v4.7.2/System.ServiceProcess.xml", + "build/.NETFramework/v4.7.2/System.Speech.dll", + "build/.NETFramework/v4.7.2/System.Speech.xml", + "build/.NETFramework/v4.7.2/System.Threading.Tasks.Dataflow.xml", + "build/.NETFramework/v4.7.2/System.Transactions.dll", + "build/.NETFramework/v4.7.2/System.Transactions.xml", + "build/.NETFramework/v4.7.2/System.Web.Abstractions.dll", + "build/.NETFramework/v4.7.2/System.Web.ApplicationServices.dll", + "build/.NETFramework/v4.7.2/System.Web.ApplicationServices.xml", + "build/.NETFramework/v4.7.2/System.Web.DataVisualization.Design.dll", + "build/.NETFramework/v4.7.2/System.Web.DataVisualization.dll", + "build/.NETFramework/v4.7.2/System.Web.DataVisualization.xml", + "build/.NETFramework/v4.7.2/System.Web.DynamicData.Design.dll", + "build/.NETFramework/v4.7.2/System.Web.DynamicData.Design.xml", + "build/.NETFramework/v4.7.2/System.Web.DynamicData.dll", + "build/.NETFramework/v4.7.2/System.Web.DynamicData.xml", + "build/.NETFramework/v4.7.2/System.Web.Entity.Design.dll", + "build/.NETFramework/v4.7.2/System.Web.Entity.Design.xml", + "build/.NETFramework/v4.7.2/System.Web.Entity.dll", + "build/.NETFramework/v4.7.2/System.Web.Entity.xml", + "build/.NETFramework/v4.7.2/System.Web.Extensions.Design.dll", + "build/.NETFramework/v4.7.2/System.Web.Extensions.Design.xml", + "build/.NETFramework/v4.7.2/System.Web.Extensions.dll", + "build/.NETFramework/v4.7.2/System.Web.Extensions.xml", + "build/.NETFramework/v4.7.2/System.Web.Mobile.dll", + "build/.NETFramework/v4.7.2/System.Web.Mobile.xml", + "build/.NETFramework/v4.7.2/System.Web.RegularExpressions.dll", + "build/.NETFramework/v4.7.2/System.Web.RegularExpressions.xml", + "build/.NETFramework/v4.7.2/System.Web.Routing.dll", + "build/.NETFramework/v4.7.2/System.Web.Services.dll", + "build/.NETFramework/v4.7.2/System.Web.Services.xml", + "build/.NETFramework/v4.7.2/System.Web.dll", + "build/.NETFramework/v4.7.2/System.Web.xml", + "build/.NETFramework/v4.7.2/System.Windows.Controls.Ribbon.dll", + "build/.NETFramework/v4.7.2/System.Windows.Controls.Ribbon.xml", + "build/.NETFramework/v4.7.2/System.Windows.Forms.DataVisualization.Design.dll", + "build/.NETFramework/v4.7.2/System.Windows.Forms.DataVisualization.dll", + "build/.NETFramework/v4.7.2/System.Windows.Forms.DataVisualization.xml", + "build/.NETFramework/v4.7.2/System.Windows.Forms.dll", + "build/.NETFramework/v4.7.2/System.Windows.Forms.xml", + "build/.NETFramework/v4.7.2/System.Windows.Input.Manipulations.dll", + "build/.NETFramework/v4.7.2/System.Windows.Input.Manipulations.xml", + "build/.NETFramework/v4.7.2/System.Windows.Presentation.dll", + "build/.NETFramework/v4.7.2/System.Windows.Presentation.xml", + "build/.NETFramework/v4.7.2/System.Windows.dll", + "build/.NETFramework/v4.7.2/System.Workflow.Activities.dll", + "build/.NETFramework/v4.7.2/System.Workflow.Activities.xml", + "build/.NETFramework/v4.7.2/System.Workflow.ComponentModel.dll", + "build/.NETFramework/v4.7.2/System.Workflow.ComponentModel.xml", + "build/.NETFramework/v4.7.2/System.Workflow.Runtime.dll", + "build/.NETFramework/v4.7.2/System.Workflow.Runtime.xml", + "build/.NETFramework/v4.7.2/System.WorkflowServices.dll", + "build/.NETFramework/v4.7.2/System.WorkflowServices.xml", + "build/.NETFramework/v4.7.2/System.Xaml.dll", + "build/.NETFramework/v4.7.2/System.Xaml.xml", + "build/.NETFramework/v4.7.2/System.Xml.Linq.dll", + "build/.NETFramework/v4.7.2/System.Xml.Linq.xml", + "build/.NETFramework/v4.7.2/System.Xml.Serialization.dll", + "build/.NETFramework/v4.7.2/System.Xml.dll", + "build/.NETFramework/v4.7.2/System.Xml.xml", + "build/.NETFramework/v4.7.2/System.dll", + "build/.NETFramework/v4.7.2/System.xml", + "build/.NETFramework/v4.7.2/UIAutomationClient.dll", + "build/.NETFramework/v4.7.2/UIAutomationClient.xml", + "build/.NETFramework/v4.7.2/UIAutomationClientsideProviders.dll", + "build/.NETFramework/v4.7.2/UIAutomationClientsideProviders.xml", + "build/.NETFramework/v4.7.2/UIAutomationProvider.dll", + "build/.NETFramework/v4.7.2/UIAutomationProvider.xml", + "build/.NETFramework/v4.7.2/UIAutomationTypes.dll", + "build/.NETFramework/v4.7.2/UIAutomationTypes.xml", + "build/.NETFramework/v4.7.2/WindowsBase.dll", + "build/.NETFramework/v4.7.2/WindowsBase.xml", + "build/.NETFramework/v4.7.2/WindowsFormsIntegration.dll", + "build/.NETFramework/v4.7.2/WindowsFormsIntegration.xml", + "build/.NETFramework/v4.7.2/XamlBuildTask.dll", + "build/.NETFramework/v4.7.2/XamlBuildTask.xml", + "build/.NETFramework/v4.7.2/mscorlib.dll", + "build/.NETFramework/v4.7.2/mscorlib.xml", + "build/.NETFramework/v4.7.2/namespaces.xml", + "build/.NETFramework/v4.7.2/sysglobl.dll", + "build/.NETFramework/v4.7.2/sysglobl.xml", + "build/Microsoft.NETFramework.ReferenceAssemblies.net472.targets", + "microsoft.netframework.referenceassemblies.net472.1.0.3.nupkg.sha512", + "microsoft.netframework.referenceassemblies.net472.nuspec" + ] + } + }, + "projectFileDependencyGroups": { + ".NETFramework,Version=v4.7.2": [ + "Irony >= 1.2.0", + "Microsoft.NETFramework.ReferenceAssemblies >= 1.0.3" + ] + }, + "packageFolders": { + "/home/paul/.nuget/packages": {}, + "/usr/share/dotnet/sdk/NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "projectName": "irules.core", + "projectPath": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "packagesPath": "/home/paul/.nuget/packages", + "outputPath": "/home/paul/workspace/R/irules/irules.core/obj/", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "/usr/share/dotnet/sdk/NuGetFallbackFolder" + ], + "configFilePaths": [ + "/home/paul/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net472" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "dependencies": { + "Irony": { + "target": "Package", + "version": "[1.2.0, )" + }, + "Microsoft.NETFramework.ReferenceAssemblies": { + "suppressParent": "All", + "target": "Package", + "version": "[1.0.3, )", + "autoReferenced": true + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.403/RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/irules.core/obj/project.nuget.cache b/irules.core/obj/project.nuget.cache new file mode 100644 index 0000000..5636497 --- /dev/null +++ b/irules.core/obj/project.nuget.cache @@ -0,0 +1,12 @@ +{ + "version": 2, + "dgSpecHash": "nFs86paF8o0iAYpbrpMUc0cPJyPmDJkAh8XCQK0exilAd8OJwmXiSoES4NE4w5ldeJL1x1nagM8o53HUvanu0w==", + "success": true, + "projectFilePath": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "expectedPackageFiles": [ + "/home/paul/.nuget/packages/irony/1.2.0/irony.1.2.0.nupkg.sha512", + "/home/paul/.nuget/packages/microsoft.netframework.referenceassemblies/1.0.3/microsoft.netframework.referenceassemblies.1.0.3.nupkg.sha512", + "/home/paul/.nuget/packages/microsoft.netframework.referenceassemblies.net472/1.0.3/microsoft.netframework.referenceassemblies.net472.1.0.3.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/irules.sln b/irules.sln new file mode 100644 index 0000000..1b512ab --- /dev/null +++ b/irules.sln @@ -0,0 +1,39 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31903.59 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "irules.core", "irules.core\irules.core.csproj", "{3EABC2ED-5C8A-47CD-B161-56F04EF06C4A}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "irulesc", "irulesc\irulesc.csproj", "{8F0F62E0-1F51-42E2-A50B-D55F70078695}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{6AF0DBF4-41B6-4BA3-84CF-91A17A6DB031}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "red", "samples\red\red.csproj", "{BFF7C4CD-F466-44E2-A8B6-2839A9FCFB88}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3EABC2ED-5C8A-47CD-B161-56F04EF06C4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3EABC2ED-5C8A-47CD-B161-56F04EF06C4A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3EABC2ED-5C8A-47CD-B161-56F04EF06C4A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3EABC2ED-5C8A-47CD-B161-56F04EF06C4A}.Release|Any CPU.Build.0 = Release|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Release|Any CPU.Build.0 = Release|Any CPU + {BFF7C4CD-F466-44E2-A8B6-2839A9FCFB88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {BFF7C4CD-F466-44E2-A8B6-2839A9FCFB88}.Debug|Any CPU.Build.0 = Debug|Any CPU + {BFF7C4CD-F466-44E2-A8B6-2839A9FCFB88}.Release|Any CPU.ActiveCfg = Release|Any CPU + {BFF7C4CD-F466-44E2-A8B6-2839A9FCFB88}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {BFF7C4CD-F466-44E2-A8B6-2839A9FCFB88} = {6AF0DBF4-41B6-4BA3-84CF-91A17A6DB031} + EndGlobalSection +EndGlobal diff --git a/irulesc/.vs/irulesc/xs/UserPrefs.xml b/irulesc/.vs/irulesc/xs/UserPrefs.xml new file mode 100644 index 0000000..343b7b4 --- /dev/null +++ b/irulesc/.vs/irulesc/xs/UserPrefs.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/irulesc/Program.cs b/irulesc/Program.cs new file mode 100644 index 0000000..83fa4f4 --- /dev/null +++ b/irulesc/Program.cs @@ -0,0 +1,2 @@ +// See https://aka.ms/new-console-template for more information +Console.WriteLine("Hello, World!"); diff --git a/irulesc/bin/Debug/irulesc.exe b/irulesc/bin/Debug/irulesc.exe new file mode 100644 index 0000000..3e65040 Binary files /dev/null and b/irulesc/bin/Debug/irulesc.exe differ diff --git a/irulesc/bin/Debug/irulesc.pdb b/irulesc/bin/Debug/irulesc.pdb new file mode 100644 index 0000000..cb08fa3 Binary files /dev/null and b/irulesc/bin/Debug/irulesc.pdb differ diff --git a/irulesc/bin/Debug/net472/irulesc.dll b/irulesc/bin/Debug/net472/irulesc.dll new file mode 100644 index 0000000..5091137 Binary files /dev/null and b/irulesc/bin/Debug/net472/irulesc.dll differ diff --git a/irulesc/bin/Debug/net472/irulesc.pdb b/irulesc/bin/Debug/net472/irulesc.pdb new file mode 100644 index 0000000..4c4e44b Binary files /dev/null and b/irulesc/bin/Debug/net472/irulesc.pdb differ diff --git a/irulesc/bin/Debug/net7.0/Irony.dll b/irulesc/bin/Debug/net7.0/Irony.dll new file mode 100755 index 0000000..986f95f Binary files /dev/null and b/irulesc/bin/Debug/net7.0/Irony.dll differ diff --git a/irulesc/bin/Debug/net7.0/irules.core.dll b/irulesc/bin/Debug/net7.0/irules.core.dll new file mode 100644 index 0000000..6cc7ba2 Binary files /dev/null and b/irulesc/bin/Debug/net7.0/irules.core.dll differ diff --git a/irulesc/bin/Debug/net7.0/irules.core.pdb b/irulesc/bin/Debug/net7.0/irules.core.pdb new file mode 100644 index 0000000..34c3177 Binary files /dev/null and b/irulesc/bin/Debug/net7.0/irules.core.pdb differ diff --git a/irulesc/bin/Debug/net7.0/irulesc b/irulesc/bin/Debug/net7.0/irulesc new file mode 100755 index 0000000..7ea8f9c Binary files /dev/null and b/irulesc/bin/Debug/net7.0/irulesc differ diff --git a/irulesc/bin/Debug/net7.0/irulesc.deps.json b/irulesc/bin/Debug/net7.0/irulesc.deps.json new file mode 100644 index 0000000..f464889 --- /dev/null +++ b/irulesc/bin/Debug/net7.0/irulesc.deps.json @@ -0,0 +1,54 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v7.0", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v7.0": { + "irulesc/1.0.0": { + "dependencies": { + "irules.core": "1.0.0" + }, + "runtime": { + "irulesc.dll": {} + } + }, + "Irony/1.2.0": { + "runtime": { + "lib/netstandard2.0/Irony.dll": { + "assemblyVersion": "1.1.0.0", + "fileVersion": "1.1.0.0" + } + } + }, + "irules.core/1.0.0": { + "dependencies": { + "Irony": "1.2.0" + }, + "runtime": { + "irules.core.dll": {} + } + } + } + }, + "libraries": { + "irulesc/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + }, + "Irony/1.2.0": { + "type": "package", + "serviceable": true, + "sha512": "sha512-xobL8fbz01pOacoWPjBw1K1tT4Sell3n0nQlutAGpqJ7R3sEoL+pB1gkWUBm1NcfQ7EAyPfIcAt4LVvAQhB7tg==", + "path": "irony/1.2.0", + "hashPath": "irony.1.2.0.nupkg.sha512" + }, + "irules.core/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/irulesc/bin/Debug/net7.0/irulesc.dll b/irulesc/bin/Debug/net7.0/irulesc.dll new file mode 100644 index 0000000..1b9ee31 Binary files /dev/null and b/irulesc/bin/Debug/net7.0/irulesc.dll differ diff --git a/irulesc/bin/Debug/net7.0/irulesc.pdb b/irulesc/bin/Debug/net7.0/irulesc.pdb new file mode 100644 index 0000000..86ad5fe Binary files /dev/null and b/irulesc/bin/Debug/net7.0/irulesc.pdb differ diff --git a/irulesc/bin/Debug/net7.0/irulesc.runtimeconfig.json b/irulesc/bin/Debug/net7.0/irulesc.runtimeconfig.json new file mode 100644 index 0000000..184be8b --- /dev/null +++ b/irulesc/bin/Debug/net7.0/irulesc.runtimeconfig.json @@ -0,0 +1,9 @@ +{ + "runtimeOptions": { + "tfm": "net7.0", + "framework": { + "name": "Microsoft.NETCore.App", + "version": "7.0.0" + } + } +} \ No newline at end of file diff --git a/irulesc/irulesc.csproj b/irulesc/irulesc.csproj new file mode 100644 index 0000000..7d1421e --- /dev/null +++ b/irulesc/irulesc.csproj @@ -0,0 +1,12 @@ + + + + Exe + net7.0 + enable + enable + + + + + diff --git a/irulesc/irulesc.sln b/irulesc/irulesc.sln new file mode 100644 index 0000000..a0880d2 --- /dev/null +++ b/irulesc/irulesc.sln @@ -0,0 +1,17 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 15 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "irulesc", "irulesc.csproj", "{8F0F62E0-1F51-42E2-A50B-D55F70078695}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8F0F62E0-1F51-42E2-A50B-D55F70078695}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection +EndGlobal diff --git a/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttribute.cs b/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttribute.cs new file mode 100644 index 0000000..3954b48 --- /dev/null +++ b/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttribute.cs @@ -0,0 +1,2 @@ +// +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = "")] diff --git a/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3871b18 --- /dev/null +++ b/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")] diff --git a/irulesc/obj/Debug/irulesc.csproj.AssemblyReference.cache b/irulesc/obj/Debug/irulesc.csproj.AssemblyReference.cache new file mode 100644 index 0000000..f5e894a Binary files /dev/null and b/irulesc/obj/Debug/irulesc.csproj.AssemblyReference.cache differ diff --git a/irulesc/obj/Debug/irulesc.csproj.CoreCompileInputs.cache b/irulesc/obj/Debug/irulesc.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..32e871a --- /dev/null +++ b/irulesc/obj/Debug/irulesc.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +04c9fa068abebf669539a572a60f002bff7bf190 diff --git a/irulesc/obj/Debug/irulesc.csproj.FileListAbsolute.txt b/irulesc/obj/Debug/irulesc.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..b5a68cd --- /dev/null +++ b/irulesc/obj/Debug/irulesc.csproj.FileListAbsolute.txt @@ -0,0 +1,6 @@ +/home/paul/workspace/R/irules/irulesc/bin/Debug/irulesc.exe +/home/paul/workspace/R/irules/irulesc/bin/Debug/irulesc.pdb +/home/paul/workspace/R/irules/irulesc/obj/Debug/irulesc.csproj.AssemblyReference.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/irulesc.csproj.CoreCompileInputs.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/irulesc.exe +/home/paul/workspace/R/irules/irulesc/obj/Debug/irulesc.pdb diff --git a/irulesc/obj/Debug/irulesc.csproj.FilesWrittenAbsolute.txt b/irulesc/obj/Debug/irulesc.csproj.FilesWrittenAbsolute.txt new file mode 100644 index 0000000..087ef59 --- /dev/null +++ b/irulesc/obj/Debug/irulesc.csproj.FilesWrittenAbsolute.txt @@ -0,0 +1,5 @@ +/home/paul/workspace/R/irules/irulesc/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttribute.cs +/home/paul/workspace/R/irules/irulesc/bin/Debug/irulesc.pdb +/home/paul/workspace/R/irules/irulesc/bin/Debug/irulesc.exe +/home/paul/workspace/R/irules/irulesc/obj/Debug/irulesc.exe +/home/paul/workspace/R/irules/irulesc/obj/Debug/irulesc.pdb diff --git a/irulesc/obj/Debug/irulesc.exe b/irulesc/obj/Debug/irulesc.exe new file mode 100644 index 0000000..3e65040 Binary files /dev/null and b/irulesc/obj/Debug/irulesc.exe differ diff --git a/irulesc/obj/Debug/irulesc.pdb b/irulesc/obj/Debug/irulesc.pdb new file mode 100644 index 0000000..cb08fa3 Binary files /dev/null and b/irulesc/obj/Debug/irulesc.pdb differ diff --git a/irulesc/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/irulesc/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs new file mode 100644 index 0000000..3893855 --- /dev/null +++ b/irulesc/obj/Debug/net472/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = "")] diff --git a/irulesc/obj/Debug/net472/irulesc.AssemblyInfo.cs b/irulesc/obj/Debug/net472/irulesc.AssemblyInfo.cs new file mode 100644 index 0000000..c3e0ce0 --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irulesc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irulesc")] +[assembly: System.Reflection.AssemblyTitleAttribute("irulesc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irulesc/obj/Debug/net472/irulesc.AssemblyInfoInputs.cache b/irulesc/obj/Debug/net472/irulesc.AssemblyInfoInputs.cache new file mode 100644 index 0000000..813abb5 --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +51c4f0870ea0d042715b0fcf9473aead60272da1 diff --git a/irulesc/obj/Debug/net472/irulesc.GeneratedMSBuildEditorConfig.editorconfig b/irulesc/obj/Debug/net472/irulesc.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..d638f6a --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,3 @@ +is_global = true +build_property.RootNamespace = irulesc +build_property.ProjectDir = /home/paul/workspace/R/irules/irulesc/ diff --git a/irulesc/obj/Debug/net472/irulesc.GlobalUsings.g.cs b/irulesc/obj/Debug/net472/irulesc.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/irulesc/obj/Debug/net472/irulesc.assets.cache b/irulesc/obj/Debug/net472/irulesc.assets.cache new file mode 100644 index 0000000..cc00a7e Binary files /dev/null and b/irulesc/obj/Debug/net472/irulesc.assets.cache differ diff --git a/irulesc/obj/Debug/net472/irulesc.csproj.AssemblyReference.cache b/irulesc/obj/Debug/net472/irulesc.csproj.AssemblyReference.cache new file mode 100644 index 0000000..b7d7de9 Binary files /dev/null and b/irulesc/obj/Debug/net472/irulesc.csproj.AssemblyReference.cache differ diff --git a/irulesc/obj/Debug/net472/irulesc.csproj.CoreCompileInputs.cache b/irulesc/obj/Debug/net472/irulesc.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..71eadd8 --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +f4a5b24eddfc57c66aba8ab6af7c50c33a0afff6 diff --git a/irulesc/obj/Debug/net472/irulesc.csproj.FileListAbsolute.txt b/irulesc/obj/Debug/net472/irulesc.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..c10e113 --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.csproj.FileListAbsolute.txt @@ -0,0 +1,8 @@ +/home/paul/workspace/R/irules/irulesc/obj/Debug/net472/irulesc.GeneratedMSBuildEditorConfig.editorconfig +/home/paul/workspace/R/irules/irulesc/obj/Debug/net472/irulesc.AssemblyInfoInputs.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/net472/irulesc.AssemblyInfo.cs +/home/paul/workspace/R/irules/irulesc/obj/Debug/net472/irulesc.csproj.CoreCompileInputs.cache +/home/paul/workspace/R/irules/irulesc/bin/Debug/net472/irulesc.dll +/home/paul/workspace/R/irules/irulesc/bin/Debug/net472/irulesc.pdb +/home/paul/workspace/R/irules/irulesc/obj/Debug/net472/irulesc.dll +/home/paul/workspace/R/irules/irulesc/obj/Debug/net472/irulesc.pdb diff --git a/irulesc/obj/Debug/net472/irulesc.dll b/irulesc/obj/Debug/net472/irulesc.dll new file mode 100644 index 0000000..5091137 Binary files /dev/null and b/irulesc/obj/Debug/net472/irulesc.dll differ diff --git a/irulesc/obj/Debug/net472/irulesc.exe.withSupportedRuntime.config b/irulesc/obj/Debug/net472/irulesc.exe.withSupportedRuntime.config new file mode 100644 index 0000000..8f60dcb --- /dev/null +++ b/irulesc/obj/Debug/net472/irulesc.exe.withSupportedRuntime.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/irulesc/obj/Debug/net472/irulesc.pdb b/irulesc/obj/Debug/net472/irulesc.pdb new file mode 100644 index 0000000..4c4e44b Binary files /dev/null and b/irulesc/obj/Debug/net472/irulesc.pdb differ diff --git a/irulesc/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs b/irulesc/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs new file mode 100644 index 0000000..d69481d --- /dev/null +++ b/irulesc/obj/Debug/net7.0/.NETCoreApp,Version=v7.0.AssemblyAttributes.cs @@ -0,0 +1,4 @@ +// +using System; +using System.Reflection; +[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v7.0", FrameworkDisplayName = ".NET 7.0")] diff --git a/irulesc/obj/Debug/net7.0/apphost b/irulesc/obj/Debug/net7.0/apphost new file mode 100755 index 0000000..7ea8f9c Binary files /dev/null and b/irulesc/obj/Debug/net7.0/apphost differ diff --git a/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfo.cs b/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfo.cs new file mode 100644 index 0000000..c3e0ce0 --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfo.cs @@ -0,0 +1,22 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("irulesc")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("irulesc")] +[assembly: System.Reflection.AssemblyTitleAttribute("irulesc")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Généré par la classe MSBuild WriteCodeFragment. + diff --git a/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfoInputs.cache b/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfoInputs.cache new file mode 100644 index 0000000..813abb5 --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +51c4f0870ea0d042715b0fcf9473aead60272da1 diff --git a/irulesc/obj/Debug/net7.0/irulesc.GeneratedMSBuildEditorConfig.editorconfig b/irulesc/obj/Debug/net7.0/irulesc.GeneratedMSBuildEditorConfig.editorconfig new file mode 100644 index 0000000..532463d --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.GeneratedMSBuildEditorConfig.editorconfig @@ -0,0 +1,11 @@ +is_global = true +build_property.TargetFramework = net7.0 +build_property.TargetPlatformMinVersion = +build_property.UsingMicrosoftNETSdkWeb = +build_property.ProjectTypeGuids = +build_property.InvariantGlobalization = +build_property.PlatformNeutralAssembly = +build_property.EnforceExtendedAnalyzerRules = +build_property._SupportedPlatformList = Linux,macOS,Windows +build_property.RootNamespace = irulesc +build_property.ProjectDir = /home/paul/workspace/R/irules/irulesc/ diff --git a/irulesc/obj/Debug/net7.0/irulesc.GlobalUsings.g.cs b/irulesc/obj/Debug/net7.0/irulesc.GlobalUsings.g.cs new file mode 100644 index 0000000..8578f3d --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.GlobalUsings.g.cs @@ -0,0 +1,8 @@ +// +global using global::System; +global using global::System.Collections.Generic; +global using global::System.IO; +global using global::System.Linq; +global using global::System.Net.Http; +global using global::System.Threading; +global using global::System.Threading.Tasks; diff --git a/irulesc/obj/Debug/net7.0/irulesc.assets.cache b/irulesc/obj/Debug/net7.0/irulesc.assets.cache new file mode 100644 index 0000000..cf173a5 Binary files /dev/null and b/irulesc/obj/Debug/net7.0/irulesc.assets.cache differ diff --git a/irulesc/obj/Debug/net7.0/irulesc.csproj.AssemblyReference.cache b/irulesc/obj/Debug/net7.0/irulesc.csproj.AssemblyReference.cache new file mode 100644 index 0000000..fb4ad45 Binary files /dev/null and b/irulesc/obj/Debug/net7.0/irulesc.csproj.AssemblyReference.cache differ diff --git a/irulesc/obj/Debug/net7.0/irulesc.csproj.CopyComplete b/irulesc/obj/Debug/net7.0/irulesc.csproj.CopyComplete new file mode 100644 index 0000000..e69de29 diff --git a/irulesc/obj/Debug/net7.0/irulesc.csproj.CoreCompileInputs.cache b/irulesc/obj/Debug/net7.0/irulesc.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..113a2e0 --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +e6f6948d28c0a19b698addc13028afdcfec210ef diff --git a/irulesc/obj/Debug/net7.0/irulesc.csproj.FileListAbsolute.txt b/irulesc/obj/Debug/net7.0/irulesc.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..cf91620 --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.csproj.FileListAbsolute.txt @@ -0,0 +1,19 @@ +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irulesc +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irulesc.deps.json +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irulesc.runtimeconfig.json +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irulesc.dll +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irulesc.pdb +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.GeneratedMSBuildEditorConfig.editorconfig +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfoInputs.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.AssemblyInfo.cs +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.csproj.CoreCompileInputs.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.dll +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/refint/irulesc.dll +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.pdb +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.genruntimeconfig.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/ref/irulesc.dll +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/Irony.dll +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irules.core.dll +/home/paul/workspace/R/irules/irulesc/bin/Debug/net7.0/irules.core.pdb +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.csproj.AssemblyReference.cache +/home/paul/workspace/R/irules/irulesc/obj/Debug/net7.0/irulesc.csproj.CopyComplete diff --git a/irulesc/obj/Debug/net7.0/irulesc.dll b/irulesc/obj/Debug/net7.0/irulesc.dll new file mode 100644 index 0000000..1b9ee31 Binary files /dev/null and b/irulesc/obj/Debug/net7.0/irulesc.dll differ diff --git a/irulesc/obj/Debug/net7.0/irulesc.genruntimeconfig.cache b/irulesc/obj/Debug/net7.0/irulesc.genruntimeconfig.cache new file mode 100644 index 0000000..d22778f --- /dev/null +++ b/irulesc/obj/Debug/net7.0/irulesc.genruntimeconfig.cache @@ -0,0 +1 @@ +ff856425ed8e626480d7b5cc17d2b894ccccb91b diff --git a/irulesc/obj/Debug/net7.0/irulesc.pdb b/irulesc/obj/Debug/net7.0/irulesc.pdb new file mode 100644 index 0000000..86ad5fe Binary files /dev/null and b/irulesc/obj/Debug/net7.0/irulesc.pdb differ diff --git a/irulesc/obj/Debug/net7.0/ref/irulesc.dll b/irulesc/obj/Debug/net7.0/ref/irulesc.dll new file mode 100644 index 0000000..68b4b80 Binary files /dev/null and b/irulesc/obj/Debug/net7.0/ref/irulesc.dll differ diff --git a/irulesc/obj/Debug/net7.0/refint/irulesc.dll b/irulesc/obj/Debug/net7.0/refint/irulesc.dll new file mode 100644 index 0000000..68b4b80 Binary files /dev/null and b/irulesc/obj/Debug/net7.0/refint/irulesc.dll differ diff --git a/irulesc/obj/irulesc.csproj.nuget.dgspec.json b/irulesc/obj/irulesc.csproj.nuget.dgspec.json new file mode 100644 index 0000000..1c2f088 --- /dev/null +++ b/irulesc/obj/irulesc.csproj.nuget.dgspec.json @@ -0,0 +1,121 @@ +{ + "format": 1, + "restore": { + "/home/paul/workspace/R/irules/irulesc/irulesc.csproj": {} + }, + "projects": { + "/home/paul/workspace/R/irules/irules.core/irules.core.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "projectName": "irules.core", + "projectPath": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj", + "packagesPath": "/home/paul/.nuget/packages", + "outputPath": "/home/paul/workspace/R/irules/irules.core/obj/", + "projectStyle": "PackageReference", + "crossTargeting": true, + "fallbackFolders": [ + "/usr/share/dotnet/sdk/NuGetFallbackFolder" + ], + "configFilePaths": [ + "/home/paul/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net472" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "projectReferences": {} + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net472": { + "targetAlias": "net472", + "dependencies": { + "Irony": { + "target": "Package", + "version": "[1.2.0, )" + }, + "Microsoft.NETFramework.ReferenceAssemblies": { + "suppressParent": "All", + "target": "Package", + "version": "[1.0.3, )", + "autoReferenced": true + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.403/RuntimeIdentifierGraph.json" + } + } + }, + "/home/paul/workspace/R/irules/irulesc/irulesc.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/paul/workspace/R/irules/irulesc/irulesc.csproj", + "projectName": "irulesc", + "projectPath": "/home/paul/workspace/R/irules/irulesc/irulesc.csproj", + "packagesPath": "/home/paul/.nuget/packages", + "outputPath": "/home/paul/workspace/R/irules/irulesc/obj/", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "/usr/share/dotnet/sdk/NuGetFallbackFolder" + ], + "configFilePaths": [ + "/home/paul/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": { + "/home/paul/workspace/R/irules/irules.core/irules.core.csproj": { + "projectPath": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.403/RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/irulesc/obj/irulesc.csproj.nuget.g.props b/irulesc/obj/irulesc.csproj.nuget.g.props new file mode 100644 index 0000000..3f47571 --- /dev/null +++ b/irulesc/obj/irulesc.csproj.nuget.g.props @@ -0,0 +1,16 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + /home/paul/.nuget/packages + /home/paul/.nuget/packages;/usr/share/dotnet/sdk/NuGetFallbackFolder + PackageReference + 6.7.0 + + + + + + \ No newline at end of file diff --git a/irulesc/obj/irulesc.csproj.nuget.g.targets b/irulesc/obj/irulesc.csproj.nuget.g.targets new file mode 100644 index 0000000..3dc06ef --- /dev/null +++ b/irulesc/obj/irulesc.csproj.nuget.g.targets @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/irulesc/obj/project.assets.json b/irulesc/obj/project.assets.json new file mode 100644 index 0000000..999ac5f --- /dev/null +++ b/irulesc/obj/project.assets.json @@ -0,0 +1,117 @@ +{ + "version": 3, + "targets": { + "net7.0": { + "Irony/1.2.0": { + "type": "package", + "compile": { + "lib/netstandard2.0/Irony.dll": {} + }, + "runtime": { + "lib/netstandard2.0/Irony.dll": {} + } + }, + "irules.core/1.0.0": { + "type": "project", + "framework": ".NETFramework,Version=v4.7.2", + "dependencies": { + "Irony": "1.2.0" + }, + "compile": { + "bin/placeholder/irules.core.dll": {} + }, + "runtime": { + "bin/placeholder/irules.core.dll": {} + } + } + } + }, + "libraries": { + "Irony/1.2.0": { + "sha512": "xobL8fbz01pOacoWPjBw1K1tT4Sell3n0nQlutAGpqJ7R3sEoL+pB1gkWUBm1NcfQ7EAyPfIcAt4LVvAQhB7tg==", + "type": "package", + "path": "irony/1.2.0", + "files": [ + ".nupkg.metadata", + ".signature.p7s", + "irony.1.2.0.nupkg.sha512", + "irony.nuspec", + "lib/netstandard2.0/Irony.dll" + ] + }, + "irules.core/1.0.0": { + "type": "project", + "path": "../irules.core/irules.core.csproj", + "msbuildProject": "../irules.core/irules.core.csproj" + } + }, + "projectFileDependencyGroups": { + "net7.0": [ + "irules.core >= 1.0.0" + ] + }, + "packageFolders": { + "/home/paul/.nuget/packages": {}, + "/usr/share/dotnet/sdk/NuGetFallbackFolder": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "/home/paul/workspace/R/irules/irulesc/irulesc.csproj", + "projectName": "irulesc", + "projectPath": "/home/paul/workspace/R/irules/irulesc/irulesc.csproj", + "packagesPath": "/home/paul/.nuget/packages", + "outputPath": "/home/paul/workspace/R/irules/irulesc/obj/", + "projectStyle": "PackageReference", + "fallbackFolders": [ + "/usr/share/dotnet/sdk/NuGetFallbackFolder" + ], + "configFilePaths": [ + "/home/paul/.nuget/NuGet/NuGet.Config" + ], + "originalTargetFrameworks": [ + "net7.0" + ], + "sources": { + "https://api.nuget.org/v3/index.json": {} + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "projectReferences": { + "/home/paul/workspace/R/irules/irules.core/irules.core.csproj": { + "projectPath": "/home/paul/workspace/R/irules/irules.core/irules.core.csproj" + } + } + } + }, + "warningProperties": { + "warnAsError": [ + "NU1605" + ] + } + }, + "frameworks": { + "net7.0": { + "targetAlias": "net7.0", + "imports": [ + "net461", + "net462", + "net47", + "net471", + "net472", + "net48", + "net481" + ], + "assetTargetFallback": true, + "warn": true, + "frameworkReferences": { + "Microsoft.NETCore.App": { + "privateAssets": "all" + } + }, + "runtimeIdentifierGraphPath": "/usr/share/dotnet/sdk/7.0.403/RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/irulesc/obj/project.nuget.cache b/irulesc/obj/project.nuget.cache new file mode 100644 index 0000000..f053bc7 --- /dev/null +++ b/irulesc/obj/project.nuget.cache @@ -0,0 +1,10 @@ +{ + "version": 2, + "dgSpecHash": "JQHxwPBsVVEK8sXzEpvLt0Z2y/2EDJeEVTKYBej4+kVzGmsxmtlj5tJVmFR2uLrJBgE9CaSwNZ55a8g5F5Hbdg==", + "success": true, + "projectFilePath": "/home/paul/workspace/R/irules/irulesc/irulesc.csproj", + "expectedPackageFiles": [ + "/home/paul/.nuget/packages/irony/1.2.0/irony.1.2.0.nupkg.sha512" + ], + "logs": [] +} \ No newline at end of file diff --git a/samples/red/.gitignore b/samples/red/.gitignore new file mode 100644 index 0000000..c6ef85f --- /dev/null +++ b/samples/red/.gitignore @@ -0,0 +1,403 @@ +## Ignore Visual Studio temporary files, build results, and +## files generated by popular Visual Studio add-ons. +## +## Get latest from https://github.com/github/gitignore/blob/main/VisualStudio.gitignore + +# User-specific files +*.rsuser +*.suo +*.user +*.userosscache +*.sln.docstates + +# User-specific files (MonoDevelop/Xamarin Studio) +*.userprefs + +# Mono auto generated files +mono_crash.* + +# Build results +[Dd]ebug/ +[Dd]ebugPublic/ +[Rr]elease/ +[Rr]eleases/ +x64/ +x86/ +[Ww][Ii][Nn]32/ +[Aa][Rr][Mm]/ +[Aa][Rr][Mm]64/ +bld/ +[Bb]in/ +[Oo]bj/ +[Ll]og/ +[Ll]ogs/ + +# Visual Studio 2015/2017 cache/options directory +.vs/ +# Uncomment if you have tasks that create the project's static files in wwwroot +#wwwroot/ + +# Visual Studio 2017 auto generated files +Generated\ Files/ + +# MSTest test Results +[Tt]est[Rr]esult*/ +[Bb]uild[Ll]og.* + +# NUnit +*.VisualState.xml +TestResult.xml +nunit-*.xml + +# Build Results of an ATL Project +[Dd]ebugPS/ +[Rr]eleasePS/ +dlldata.c + +# Benchmark Results +BenchmarkDotNet.Artifacts/ + +# .NET Core +project.lock.json +project.fragment.lock.json +artifacts/ + +# ASP.NET Scaffolding +ScaffoldingReadMe.txt + +# StyleCop +StyleCopReport.xml + +# Files built by Visual Studio +*_i.c +*_p.c +*_h.h +*.ilk +*.meta +*.obj +*.iobj +*.pch +*.pdb +*.ipdb +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.tmp_proj +*_wpftmp.csproj +*.log +*.tlog +*.vspscc +*.vssscc +.builds +*.pidb +*.svclog +*.scc + +# Chutzpah Test files +_Chutzpah* + +# Visual C++ cache files +ipch/ +*.aps +*.ncb +*.opendb +*.opensdf +*.sdf +*.cachefile +*.VC.db +*.VC.VC.opendb + +# Visual Studio profiler +*.psess +*.vsp +*.vspx +*.sap + +# Visual Studio Trace Files +*.e2e + +# TFS 2012 Local Workspace +$tf/ + +# Guidance Automation Toolkit +*.gpState + +# ReSharper is a .NET coding add-in +_ReSharper*/ +*.[Rr]e[Ss]harper +*.DotSettings.user + +# TeamCity is a build add-in +_TeamCity* + +# DotCover is a Code Coverage Tool +*.dotCover + +# AxoCover is a Code Coverage Tool +.axoCover/* +!.axoCover/settings.json + +# Coverlet is a free, cross platform Code Coverage Tool +coverage*.json +coverage*.xml +coverage*.info + +# Visual Studio code coverage results +*.coverage +*.coveragexml + +# NCrunch +_NCrunch_* +.*crunch*.local.xml +nCrunchTemp_* + +# MightyMoose +*.mm.* +AutoTest.Net/ + +# Web workbench (sass) +.sass-cache/ + +# Installshield output folder +[Ee]xpress/ + +# DocProject is a documentation generator add-in +DocProject/buildhelp/ +DocProject/Help/*.HxT +DocProject/Help/*.HxC +DocProject/Help/*.hhc +DocProject/Help/*.hhk +DocProject/Help/*.hhp +DocProject/Help/Html2 +DocProject/Help/html + +# Click-Once directory +publish/ + +# Publish Web Output +*.[Pp]ublish.xml +*.azurePubxml +# Note: Comment the next line if you want to checkin your web deploy settings, +# but database connection strings (with potential passwords) will be unencrypted +*.pubxml +*.publishproj + +# Microsoft Azure Web App publish settings. Comment the next line if you want to +# checkin your Azure Web App publish settings, but sensitive information contained +# in these scripts will be unencrypted +PublishScripts/ + +# NuGet Packages +*.nupkg +# NuGet Symbol Packages +*.snupkg +# The packages folder can be ignored because of Package Restore +**/[Pp]ackages/* +# except build/, which is used as an MSBuild target. +!**/[Pp]ackages/build/ +# Uncomment if necessary however generally it will be regenerated when needed +#!**/[Pp]ackages/repositories.config +# NuGet v3's project.json files produces more ignorable files +*.nuget.props +*.nuget.targets + +# Microsoft Azure Build Output +csx/ +*.build.csdef + +# Microsoft Azure Emulator +ecf/ +rcf/ + +# Windows Store app package directories and files +AppPackages/ +BundleArtifacts/ +Package.StoreAssociation.xml +_pkginfo.txt +*.appx +*.appxbundle +*.appxupload + +# Visual Studio cache files +# files ending in .cache can be ignored +*.[Cc]ache +# but keep track of directories ending in .cache +!?*.[Cc]ache/ + +# Others +ClientBin/ +~$* +*~ +*.dbmdl +*.dbproj.schemaview +*.jfm +*.pfx +*.publishsettings +orleans.codegen.cs + +# Including strong name files can present a security risk +# (https://github.com/github/gitignore/pull/2483#issue-259490424) +#*.snk + +# Since there are multiple workflows, uncomment next line to ignore bower_components +# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) +#bower_components/ + +# RIA/Silverlight projects +Generated_Code/ + +# Backup & report files from converting an old project file +# to a newer Visual Studio version. Backup files are not needed, +# because we have git ;-) +_UpgradeReport_Files/ +Backup*/ +UpgradeLog*.XML +UpgradeLog*.htm +ServiceFabricBackup/ +*.rptproj.bak + +# SQL Server files +*.mdf +*.ldf +*.ndf + +# Business Intelligence projects +*.rdl.data +*.bim.layout +*.bim_*.settings +*.rptproj.rsuser +*- [Bb]ackup.rdl +*- [Bb]ackup ([0-9]).rdl +*- [Bb]ackup ([0-9][0-9]).rdl + +# Microsoft Fakes +FakesAssemblies/ + +# GhostDoc plugin setting file +*.GhostDoc.xml + +# Node.js Tools for Visual Studio +.ntvs_analysis.dat +node_modules/ + +# Visual Studio 6 build log +*.plg + +# Visual Studio 6 workspace options file +*.opt + +# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) +*.vbw + +# Visual Studio 6 auto-generated project file (contains which files were open etc.) +*.vbp + +# Visual Studio 6 workspace and project file (working project files containing files to include in project) +*.dsw +*.dsp + +# Visual Studio 6 technical files +*.ncb +*.aps + +# Visual Studio LightSwitch build output +**/*.HTMLClient/GeneratedArtifacts +**/*.DesktopClient/GeneratedArtifacts +**/*.DesktopClient/ModelManifest.xml +**/*.Server/GeneratedArtifacts +**/*.Server/ModelManifest.xml +_Pvt_Extensions + +# Paket dependency manager +.paket/paket.exe +paket-files/ + +# FAKE - F# Make +.fake/ + +# CodeRush personal settings +.cr/personal + +# Python Tools for Visual Studio (PTVS) +__pycache__/ +*.pyc + +# Cake - Uncomment if you are using it +# tools/** +# !tools/packages.config + +# Tabs Studio +*.tss + +# Telerik's JustMock configuration file +*.jmconfig + +# BizTalk build output +*.btp.cs +*.btm.cs +*.odx.cs +*.xsd.cs + +# OpenCover UI analysis results +OpenCover/ + +# Azure Stream Analytics local run output +ASALocalRun/ + +# MSBuild Binary and Structured Log +*.binlog + +# NVidia Nsight GPU debugger configuration file +*.nvuser + +# MFractors (Xamarin productivity tool) working folder +.mfractor/ + +# Local History for Visual Studio +.localhistory/ + +# Visual Studio History (VSHistory) files +.vshistory/ + +# BeatPulse healthcheck temp database +healthchecksdb + +# Backup folder for Package Reference Convert tool in Visual Studio 2017 +MigrationBackup/ + +# Ionide (cross platform F# VS Code tools) working folder +.ionide/ + +# Fody - auto-generated XML schema +FodyWeavers.xsd + +# VS Code files for those working on multiple tools +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +*.code-workspace + +# Local History for Visual Studio Code +.history/ + +# Windows Installer files from build outputs +*.cab +*.msi +*.msix +*.msm +*.msp + +# JetBrains Rider +*.sln.iml + +# Single Target Config +solution-config.props +# Windows Publish Profiles +!**/*.Windows/Properties/PublishProfiles/*.pubxml \ No newline at end of file diff --git a/samples/red/.vscode/launch.json b/samples/red/.vscode/launch.json new file mode 100644 index 0000000..96016c2 --- /dev/null +++ b/samples/red/.vscode/launch.json @@ -0,0 +1,53 @@ +{ + // Use IntelliSense to find out which attributes exist for C# debugging + // Use hover for the description of the existing attributes + // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md + "version": "0.2.0", + "configurations": [ + { + "name": "Uno Platform Mobile", + "type": "Uno", + "request": "launch", + // any Uno* task will do, this is simply to satisfy vscode requirement when a launch.json is present + "preLaunchTask": "Uno: android | Debug | android-x64" + }, + { + // Use IntelliSense to find out which attributes exist for C# debugging + // Use hover for the description of the existing attributes + // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md + "name": "Debug (Chrome, WebAssembly)", + "type": "chrome", + "request": "launch", + "url": "http://localhost:5000", + "webRoot": "${workspaceFolder}/red.Wasm", + "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", + "timeout": 30000, + "server": { + "runtimeExecutable": "dotnet", + "program": "run", + "outputCapture": "std", + "timeout": 30000, + "cwd": "${workspaceFolder}/red.Wasm" + } + }, + { + // Use IntelliSense to find out which attributes exist for C# debugging + // Use hover for the description of the existing attributes + // For further information visit https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md + "name": "Skia.GTK (Debug)", + "type": "coreclr", + "request": "launch", + "preLaunchTask": "build-skia-gtk", + // If you have changed target frameworks, make sure to update the program path. + "program": "${workspaceFolder}/red.Skia.Gtk/bin/Debug/net7.0/red.Skia.Gtk.dll", + "args": [], + "env": { + "DOTNET_MODIFIABLE_ASSEMBLIES": "debug" + }, + "cwd": "${workspaceFolder}/red.Skia.Gtk", + // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console + "console": "internalConsole", + "stopAtEntry": false + }, + ] +} diff --git a/samples/red/.vscode/settings.json b/samples/red/.vscode/settings.json new file mode 100644 index 0000000..4480d84 --- /dev/null +++ b/samples/red/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "explorer.fileNesting.enabled": true, + "explorer.fileNesting.expand": false, + "explorer.fileNesting.patterns": { + "*.xaml": "$(capture).xaml.cs" + } +} diff --git a/samples/red/.vscode/tasks.json b/samples/red/.vscode/tasks.json new file mode 100644 index 0000000..607403c --- /dev/null +++ b/samples/red/.vscode/tasks.json @@ -0,0 +1,53 @@ +{ + "version": "2.0.0", + "tasks": [ + { + "label": "build-wasm", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/red.Wasm/red.Wasm.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "publish-wasm", + "command": "dotnet", + "type": "process", + "args": [ + "publish", + "${workspaceFolder}/red.Wasm/red.Wasm.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "build-skia-gtk", + "command": "dotnet", + "type": "process", + "args": [ + "build", + "${workspaceFolder}/red.Skia.Gtk/red.Skia.Gtk.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary" + ], + "problemMatcher": "$msCompile" + }, + { + "label": "publish-skia-gtk", + "command": "dotnet", + "type": "process", + "args": [ + "publish", + "${workspaceFolder}/red.Skia.Gtk/red.Skia.Gtk.csproj", + "/property:GenerateFullPaths=true", + "/consoleloggerparameters:NoSummary" + ], + "problemMatcher": "$msCompile" + } + ] +} diff --git a/samples/red/.vsconfig b/samples/red/.vsconfig new file mode 100644 index 0000000..c999668 --- /dev/null +++ b/samples/red/.vsconfig @@ -0,0 +1,39 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.VisualStudio.Component.CoreEditor", + "Microsoft.VisualStudio.Workload.CoreEditor", + "Microsoft.NetCore.Component.SDK", + "Microsoft.NetCore.Component.DevelopmentTools", + "Microsoft.Net.ComponentGroup.DevelopmentPrerequisites", + "Microsoft.VisualStudio.Component.TextTemplating", + "Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions", + "Microsoft.NetCore.Component.Web", + "Microsoft.VisualStudio.Component.IISExpress", + "Component.Microsoft.Web.LibraryManager", + "Microsoft.VisualStudio.ComponentGroup.Web", + "Microsoft.VisualStudio.Component.Web", + "Microsoft.VisualStudio.ComponentGroup.Web.Client", + "Microsoft.VisualStudio.Workload.NetWeb", + "Microsoft.VisualStudio.ComponentGroup.Azure.Prerequisites", + "Microsoft.VisualStudio.Workload.Azure", + "Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.TemplateEngine", + "Microsoft.VisualStudio.Component.Windows10SDK.19041", + "Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging", + "Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites", + "Microsoft.VisualStudio.Component.Debugger.JustInTime", + "Microsoft.VisualStudio.Workload.ManagedDesktop", + "Microsoft.Component.NetFX.Native", + "Microsoft.VisualStudio.Component.Graphics", + "Microsoft.VisualStudio.Component.Merq", + "Component.Xamarin.RemotedSimulator", + "Microsoft.VisualStudio.Component.MonoDebugger", + "Component.Xamarin", + "Microsoft.VisualStudio.ComponentGroup.Maui.All", + "Component.Android.SDK34", + "Component.Android.SDK33", + "Component.OpenJDK", + "Microsoft.VisualStudio.Workload.NetCrossPlat", + "Microsoft.VisualStudio.Workload.NetCoreTools" + ] +} diff --git a/samples/red/App.axaml b/samples/red/App.axaml new file mode 100644 index 0000000..aaea807 --- /dev/null +++ b/samples/red/App.axaml @@ -0,0 +1,10 @@ + + + + + + + \ No newline at end of file diff --git a/samples/red/App.axaml.cs b/samples/red/App.axaml.cs new file mode 100644 index 0000000..d8a2aa9 --- /dev/null +++ b/samples/red/App.axaml.cs @@ -0,0 +1,23 @@ +using Avalonia; +using Avalonia.Controls.ApplicationLifetimes; +using Avalonia.Markup.Xaml; + +namespace red; + +public partial class App : Application +{ + public override void Initialize() + { + AvaloniaXamlLoader.Load(this); + } + + public override void OnFrameworkInitializationCompleted() + { + if (ApplicationLifetime is IClassicDesktopStyleApplicationLifetime desktop) + { + desktop.MainWindow = new MainWindow(); + } + + base.OnFrameworkInitializationCompleted(); + } +} \ No newline at end of file diff --git a/samples/red/MainWindow.axaml b/samples/red/MainWindow.axaml new file mode 100644 index 0000000..e6e2806 --- /dev/null +++ b/samples/red/MainWindow.axaml @@ -0,0 +1,27 @@ + + + + + Search + + + + + + diff --git a/samples/red/MainWindow.axaml.cs b/samples/red/MainWindow.axaml.cs new file mode 100644 index 0000000..a461e45 --- /dev/null +++ b/samples/red/MainWindow.axaml.cs @@ -0,0 +1,12 @@ +using Avalonia.Controls; + +namespace red; + +public partial class MainWindow : Window +{ + public MainWindow() + { + InitializeComponent(); + //src.Text = "Hello !"; + } +} \ No newline at end of file diff --git a/samples/red/Program.cs b/samples/red/Program.cs new file mode 100644 index 0000000..0c22b11 --- /dev/null +++ b/samples/red/Program.cs @@ -0,0 +1,21 @@ +using Avalonia; +using System; + +namespace red; + +class Program +{ + // Initialization code. Don't use any Avalonia, third-party APIs or any + // SynchronizationContext-reliant code before AppMain is called: things aren't initialized + // yet and stuff might break. + [STAThread] + public static void Main(string[] args) => BuildAvaloniaApp() + .StartWithClassicDesktopLifetime(args); + + // Avalonia configuration, don't remove; also used by visual designer. + public static AppBuilder BuildAvaloniaApp() + => AppBuilder.Configure() + .UsePlatformDetect() + .WithInterFont() + .LogToTrace(); +} diff --git a/samples/red/app.manifest b/samples/red/app.manifest new file mode 100644 index 0000000..2e8220e --- /dev/null +++ b/samples/red/app.manifest @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + diff --git a/samples/red/red.csproj b/samples/red/red.csproj new file mode 100644 index 0000000..1faa059 --- /dev/null +++ b/samples/red/red.csproj @@ -0,0 +1,24 @@ + + + WinExe + net7.0 + enable + true + app.manifest + true + + + + + + + + + + + + + + + + diff --git a/samples/red/red.sln b/samples/red/red.sln new file mode 100644 index 0000000..7b8b239 --- /dev/null +++ b/samples/red/red.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.5.002.0 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "red", "red.csproj", "{66BC4201-F7AF-40A2-BB2A-A5329024C47F}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {66BC4201-F7AF-40A2-BB2A-A5329024C47F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66BC4201-F7AF-40A2-BB2A-A5329024C47F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66BC4201-F7AF-40A2-BB2A-A5329024C47F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66BC4201-F7AF-40A2-BB2A-A5329024C47F}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {7BA738A4-A2F5-4296-AF49-7ACE98EECB16} + EndGlobalSection +EndGlobal