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.FSharp</id>
|
||||
<version>3.24.24.1</version>
|
||||
<title>Gtk templates for FSharp</title>
|
||||
<authors>'GtkSharp Contributors'</authors>
|
||||
<icon>Icon.png</icon>
|
||||
<projectUrl>https://github.com/GtkSharp/GtkSharp</projectUrl>
|
||||
<description>A set of F# 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.FSharp\content\GtkSharp.Application.FSharp\.template.config\template.json" target="content\content\GtkSharp.Application.FSharp\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Application.FSharp\GtkNamespace.fsproj" target="content\content\GtkSharp.Application.FSharp\GtkNamespace.fsproj" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Application.FSharp\MainWindow.fs" target="content\content\GtkSharp.Application.FSharp\MainWindow.fs" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Application.FSharp\MainWindow.glade" target="content\content\GtkSharp.Application.FSharp\MainWindow.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Application.FSharp\Program.fs" target="content\content\GtkSharp.Application.FSharp\Program.fs" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Dialog.FSharp\.template.config\template.json" target="content\content\GtkSharp.Dialog.FSharp\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Dialog.FSharp\Gtk_Dialog.fs" target="content\content\GtkSharp.Dialog.FSharp\Gtk_Dialog.fs" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Dialog.FSharp\Gtk_Dialog.glade" target="content\content\GtkSharp.Dialog.FSharp\Gtk_Dialog.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Widget.FSharp\.template.config\template.json" target="content\content\GtkSharp.Widget.FSharp\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Widget.FSharp\Gtk_Widget.fs" target="content\content\GtkSharp.Widget.FSharp\Gtk_Widget.fs" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Widget.FSharp\Gtk_Widget.glade" target="content\content\GtkSharp.Widget.FSharp\Gtk_Widget.glade" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Window.FSharp\.template.config\template.json" target="content\content\GtkSharp.Window.FSharp\.template.config\template.json" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Window.FSharp\Gtk_Window.fs" target="content\content\GtkSharp.Window.FSharp\Gtk_Window.fs" />
|
||||
<file src="E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\content\GtkSharp.Window.FSharp\Gtk_Window.glade" target="content\content\GtkSharp.Window.FSharp\Gtk_Window.glade" />
|
||||
<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 F# 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.FSharp")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("GtkSharp.Template.FSharp")]
|
||||
[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 @@
|
||||
d2b6f85d46410c8ca27276a6e84d9f06d89a2dd4775191a4ed3e9e5efcbc7fae
|
||||
@@ -0,0 +1,5 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = GtkSharp.Template.FSharp
|
||||
build_property.ProjectDir = E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\
|
||||
build_property.EnableComHosting =
|
||||
build_property.EnableGeneratedComInterfaceComImportInterop =
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
602c2dc3183714dc54abc17c4fe3d1094ac52ebaca4ca2283a098d7c54522115
|
||||
@@ -0,0 +1,11 @@
|
||||
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.FSharp.deps.json
|
||||
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.FSharp.dll
|
||||
E:\projects\KioskApp\GtkSharp\BuildOutput\Release\netstandard2.0\GtkSharp.Template.FSharp.pdb
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.csproj.AssemblyReference.cache
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.GeneratedMSBuildEditorConfig.editorconfig
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.AssemblyInfoInputs.cache
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.AssemblyInfo.cs
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.csproj.CoreCompileInputs.cache
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.sourcelink.json
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.dll
|
||||
E:\projects\KioskApp\GtkSharp\Source\Templates\GtkSharp.Template.FSharp\obj\Release\netstandard2.0\GtkSharp.Template.FSharp.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