no more submodule

This commit is contained in:
2024-09-15 22:40:48 +02:00
parent df3b8a3135
commit 0234b33671
5804 changed files with 943618 additions and 1 deletions

View File

@@ -0,0 +1,36 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>GtkSharp.Template.CSharp</id>
<version>3.24.24.1</version>
<title>Gtk templates for CSharp</title>
<authors>'GtkSharp Contributors'</authors>
<icon>Icon.png</icon>
<projectUrl>https://github.com/GtkSharp/GtkSharp</projectUrl>
<description>A set of C# templates for your .Net Gtk Application.</description>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<repository type="git" url="https://github.com/GtkSharp/GtkSharp" commit="b7303616129ab5a0ca64def45649ab522d83fa4a" />
<dependencies>
<group targetFramework=".NETStandard2.0" />
</dependencies>
</metadata>
<files>
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Application.CSharp\.template.config\template.json" target="content\content\GtkSharp.Application.CSharp\.template.config\template.json" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Application.CSharp\GtkNamespace.csproj" target="content\content\GtkSharp.Application.CSharp\GtkNamespace.csproj" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Application.CSharp\MainWindow.cs" target="content\content\GtkSharp.Application.CSharp\MainWindow.cs" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Application.CSharp\MainWindow.glade" target="content\content\GtkSharp.Application.CSharp\MainWindow.glade" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Application.CSharp\Program.cs" target="content\content\GtkSharp.Application.CSharp\Program.cs" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Dialog.CSharp\.template.config\template.json" target="content\content\GtkSharp.Dialog.CSharp\.template.config\template.json" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Dialog.CSharp\Gtk_Dialog.cs" target="content\content\GtkSharp.Dialog.CSharp\Gtk_Dialog.cs" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Dialog.CSharp\Gtk_Dialog.glade" target="content\content\GtkSharp.Dialog.CSharp\Gtk_Dialog.glade" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Widget.CSharp\.template.config\template.json" target="content\content\GtkSharp.Widget.CSharp\.template.config\template.json" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Widget.CSharp\Gtk_Widget.cs" target="content\content\GtkSharp.Widget.CSharp\Gtk_Widget.cs" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Widget.CSharp\Gtk_Widget.glade" target="content\content\GtkSharp.Widget.CSharp\Gtk_Widget.glade" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Window.CSharp\.template.config\template.json" target="content\content\GtkSharp.Window.CSharp\.template.config\template.json" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Window.CSharp\Gtk_Window.cs" target="content\content\GtkSharp.Window.CSharp\Gtk_Window.cs" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\content\GtkSharp.Window.CSharp\Gtk_Window.glade" target="content\content\GtkSharp.Window.CSharp\Gtk_Window.glade" />
<file src="E:\projects\KioskApp\GtkSharp\Source\Libs\GtkSharp\Icon.png" target="\Icon.png" />
</files>
</package>

View File

@@ -0,0 +1,24 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("\'GtkSharp Contributors\'")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
[assembly: System.Reflection.AssemblyDescriptionAttribute("A set of C# templates for your .Net Gtk Application.")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("3.24.24.1")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("3.24.24.1+b7303616129ab5a0ca64def45649ab522d83fa4a")]
[assembly: System.Reflection.AssemblyProductAttribute("GtkSharp.Template.CSharp")]
[assembly: System.Reflection.AssemblyTitleAttribute("GtkSharp.Template.CSharp")]
[assembly: System.Reflection.AssemblyVersionAttribute("3.24.24.1")]
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/GtkSharp/GtkSharp")]
// Von der MSBuild WriteCodeFragment-Klasse generiert.

View File

@@ -0,0 +1 @@
8134c4816f6f07993789617ccf19ee02733f8881395dff072af16c0f6c676792

View File

@@ -0,0 +1,5 @@
is_global = true
build_property.RootNamespace = GtkSharp.Template.CSharp
build_property.ProjectDir = E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =

View File

@@ -0,0 +1 @@
d4a9764d6ef07bbd8bf2a059b057c558213f945050ab2346aceec94c5a980494

View File

@@ -0,0 +1,11 @@
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.CSharp.deps.json
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.CSharp.dll
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.CSharp.pdb
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.csproj.AssemblyReference.cache
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.GeneratedMSBuildEditorConfig.editorconfig
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.AssemblyInfoInputs.cache
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.AssemblyInfo.cs
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.csproj.CoreCompileInputs.cache
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.sourcelink.json
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.dll
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.CSharp\obj\Release\netstandard2.0\GtkSharp.Template.CSharp.pdb

View File

@@ -0,0 +1 @@
{"documents":{"E:\\projects\\KioskApp\\GtkSharp\\*":"https://raw.githubusercontent.com/GtkSharp/GtkSharp/b7303616129ab5a0ca64def45649ab522d83fa4a/*"}}