no more submodule
This commit is contained in:
@@ -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.VBNet</id>
|
||||
<version>3.24.24.1</version>
|
||||
<title>Gtk templates for Visual Basic</title>
|
||||
<authors>'GtkSharp Contributors'</authors>
|
||||
<icon>Icon.png</icon>
|
||||
<projectUrl>https://github.com/GtkSharp/GtkSharp</projectUrl>
|
||||
<description>A set of Visual Basic 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.VBNet\content\GtkSharp.Application.VBNet\.template.config\template.json" target="content\content\GtkSharp.Application.VBNet\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Application.VBNet\GtkNamespace.vbproj" target="content\content\GtkSharp.Application.VBNet\GtkNamespace.vbproj" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Application.VBNet\MainWindow.glade" target="content\content\GtkSharp.Application.VBNet\MainWindow.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Application.VBNet\MainWindow.vb" target="content\content\GtkSharp.Application.VBNet\MainWindow.vb" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Application.VBNet\Program.vb" target="content\content\GtkSharp.Application.VBNet\Program.vb" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Dialog.VBNet\.template.config\template.json" target="content\content\GtkSharp.Dialog.VBNet\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Dialog.VBNet\Gtk_Dialog.glade" target="content\content\GtkSharp.Dialog.VBNet\Gtk_Dialog.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Dialog.VBNet\Gtk_Dialog.vb" target="content\content\GtkSharp.Dialog.VBNet\Gtk_Dialog.vb" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Widget.VBNet\.template.config\template.json" target="content\content\GtkSharp.Widget.VBNet\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Widget.VBNet\Gtk_Widget.glade" target="content\content\GtkSharp.Widget.VBNet\Gtk_Widget.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Widget.VBNet\Gtk_Widget.vb" target="content\content\GtkSharp.Widget.VBNet\Gtk_Widget.vb" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Window.VBNet\.template.config\template.json" target="content\content\GtkSharp.Window.VBNet\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Window.VBNet\Gtk_Window.glade" target="content\content\GtkSharp.Window.VBNet\Gtk_Window.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\content\GtkSharp.Window.VBNet\Gtk_Window.vb" target="content\content\GtkSharp.Window.VBNet\Gtk_Window.vb" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Libs\GtkSharp\Icon.png" target="\Icon.png" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -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 Visual Basic 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.VBNet")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("GtkSharp.Template.VBNet")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("3.24.24.1")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/GtkSharp/GtkSharp")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ba58dba0f2cdd7deaec6e05fbe8ede807f4c17e8e239b4a0a7a357238bb999df
|
||||
@@ -0,0 +1,5 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = GtkSharp.Template.VBNet
|
||||
build_property.ProjectDir = E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
bdc73846d092cc960bbb8d6f282a41415e5eeca1aab1bf16ec4cfba82461f131
|
||||
@@ -0,0 +1,11 @@
|
||||
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.VBNet.deps.json
|
||||
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.VBNet.dll
|
||||
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.VBNet.pdb
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.csproj.AssemblyReference.cache
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.AssemblyInfoInputs.cache
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.AssemblyInfo.cs
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.csproj.CoreCompileInputs.cache
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.sourcelink.json
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.dll
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.VBNet\obj\Release\netstandard2.0\GtkSharp.Template.VBNet.pdb
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
{"documents":{"E:\\projects\\KioskApp\\GtkSharp\\*":"https://raw.githubusercontent.com/GtkSharp/GtkSharp/b7303616129ab5a0ca64def45649ab522d83fa4a/*"}}
|
||||
Reference in New Issue
Block a user