This commit is contained in:
Paul Schneider 2022-04-09 19:53:41 +01:00
commit a2d91e072f
21 changed files with 663 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]

View file

@ -0,0 +1,23 @@
//------------------------------------------------------------------------------
// <auto-generated>
// 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.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("isn.abst")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyProductAttribute("isn.abst")]
[assembly: System.Reflection.AssemblyTitleAttribute("isn.abst")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
// Généré par la classe MSBuild WriteCodeFragment.

View file

@ -0,0 +1 @@
d6c9876e155ca3b286e43df6df78357f3d96a2e6

View file

@ -0,0 +1,3 @@
is_global = true
build_property.RootNamespace = isn.abst
build_property.ProjectDir = /home/paul/workspace/isn/src/isn.abst/

Binary file not shown.

View file

@ -0,0 +1 @@
68a91f5a182664c48e2675e5e4286546c812edf1

View file

@ -0,0 +1,11 @@
/home/paul/workspace/isn/src/isn.abst/bin/Debug/net4.7.2/isn.abst.dll
/home/paul/workspace/isn/src/isn.abst/bin/Debug/net4.7.2/isn.abst.pdb
/home/paul/workspace/isn/src/isn.abst/bin/Debug/net4.7.2/Newtonsoft.Json.dll
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.csproj.AssemblyReference.cache
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.GeneratedMSBuildEditorConfig.editorconfig
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.AssemblyInfoInputs.cache
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.AssemblyInfo.cs
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.csproj.CoreCompileInputs.cache
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.csproj.CopyComplete
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.dll
/home/paul/workspace/isn/src/isn.abst/obj/Debug/net4.7.2/isn.abst.pdb

Binary file not shown.

Binary file not shown.