Sicherung gnaz neu
This commit is contained in:
51
FSI.BT.Tools/Config.Net/obj/Release/Config.Net.4.7.3.nuspec
Normal file
51
FSI.BT.Tools/Config.Net/obj/Release/Config.Net.4.7.3.nuspec
Normal file
@@ -0,0 +1,51 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Config.Net</id>
|
||||
<version>4.7.3</version>
|
||||
<authors>Ivan Gavryliuk (@aloneguid)</authors>
|
||||
<license type="expression">Apache-2.0</license>
|
||||
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
|
||||
<icon>icon.png</icon>
|
||||
<readme>README.md</readme>
|
||||
<projectUrl>https://github.com/aloneguid/config</projectUrl>
|
||||
<description>Super simple configuration framework for .NET focused on developer ergonomics and strong typing. Supports multiple configuration sources such as .ini, .json, .xml files, as well as external providers pluggable by other NuGet packages.</description>
|
||||
<copyright>Copyright (c) 2015-2022 by Ivan Gavryliuk</copyright>
|
||||
<repository url="https://github.com/aloneguid/config" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETCoreApp3.1">
|
||||
<dependency id="Castle.Core" version="5.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Text.Json" version="6.0.5" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net5.0">
|
||||
<dependency id="Castle.Core" version="5.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Text.Json" version="6.0.5" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework="net6.0">
|
||||
<dependency id="Castle.Core" version="5.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.0">
|
||||
<dependency id="Castle.Core" version="5.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Text.Json" version="6.0.5" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
<group targetFramework=".NETStandard2.1">
|
||||
<dependency id="Castle.Core" version="5.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Configuration.ConfigurationManager" version="6.0.0" exclude="Build,Analyzers" />
|
||||
<dependency id="System.Text.Json" version="6.0.5" exclude="Build,Analyzers" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net5.0\Config.Net.dll" target="lib\net5.0\Config.Net.dll" />
|
||||
<file src="D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net6.0\Config.Net.dll" target="lib\net6.0\Config.Net.dll" />
|
||||
<file src="D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netcoreapp3.1\Config.Net.dll" target="lib\netcoreapp3.1\Config.Net.dll" />
|
||||
<file src="D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.0\Config.Net.dll" target="lib\netstandard2.0\Config.Net.dll" />
|
||||
<file src="D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.1\Config.Net.dll" target="lib\netstandard2.1\Config.Net.dll" />
|
||||
<file src="D:\WrkDir\docs\README.md" target="\README.md" />
|
||||
<file src="D:\WrkDir\FSI.BT.Tools\icon.png" target="icon.png" />
|
||||
</files>
|
||||
</package>
|
||||
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v5.0", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,28 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Ivan Gavryliuk (@aloneguid)")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2015-2022 by Ivan Gavryliuk")]
|
||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("Super simple configuration framework for .NET focused on developer ergonomics and" +
|
||||
" strong typing. Supports multiple configuration sources such as .ini, .json, .xm" +
|
||||
"l files, as well as external providers pluggable by other NuGet packages.")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("4.7.3.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("4.7.3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/aloneguid/config")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fd2c226f8bfaaba15149e884daf8b5327166d231
|
||||
@@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net5.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Config.Net
|
||||
build_property.ProjectDir = D:\WrkDir\FSI.BT.Tools\Config.Net\
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
710113b0300eaa0b452f66f3fa35b570f5533b92
|
||||
@@ -0,0 +1,12 @@
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net5.0\Config.Net.deps.json
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net5.0\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net5.0\ref\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net5.0\Config.Net.pdb
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.csproj.AssemblyReference.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.AssemblyInfoInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.AssemblyInfo.cs
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.csproj.CoreCompileInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\ref\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net5.0\Config.Net.pdb
|
||||
BIN
FSI.BT.Tools/Config.Net/obj/Release/net5.0/Config.Net.dll
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/net5.0/Config.Net.dll
Normal file
Binary file not shown.
BIN
FSI.BT.Tools/Config.Net/obj/Release/net5.0/Config.Net.pdb
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/net5.0/Config.Net.pdb
Normal file
Binary file not shown.
BIN
FSI.BT.Tools/Config.Net/obj/Release/net5.0/ref/Config.Net.dll
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/net5.0/ref/Config.Net.dll
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v6.0", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,28 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Ivan Gavryliuk (@aloneguid)")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2015-2022 by Ivan Gavryliuk")]
|
||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("Super simple configuration framework for .NET focused on developer ergonomics and" +
|
||||
" strong typing. Supports multiple configuration sources such as .ini, .json, .xm" +
|
||||
"l files, as well as external providers pluggable by other NuGet packages.")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("4.7.3.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("4.7.3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/aloneguid/config")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fd2c226f8bfaaba15149e884daf8b5327166d231
|
||||
@@ -0,0 +1,10 @@
|
||||
is_global = true
|
||||
build_property.TargetFramework = net6.0
|
||||
build_property.TargetPlatformMinVersion =
|
||||
build_property.UsingMicrosoftNETSdkWeb =
|
||||
build_property.ProjectTypeGuids =
|
||||
build_property.InvariantGlobalization =
|
||||
build_property.PlatformNeutralAssembly =
|
||||
build_property._SupportedPlatformList = Linux,macOS,Windows
|
||||
build_property.RootNamespace = Config.Net
|
||||
build_property.ProjectDir = D:\WrkDir\FSI.BT.Tools\Config.Net\
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
1063e15669af581b3752fb94a1691e79eb3fe327
|
||||
@@ -0,0 +1,12 @@
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net6.0\Config.Net.deps.json
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net6.0\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net6.0\ref\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\net6.0\Config.Net.pdb
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.csproj.AssemblyReference.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.AssemblyInfoInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.AssemblyInfo.cs
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.csproj.CoreCompileInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\ref\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\net6.0\Config.Net.pdb
|
||||
BIN
FSI.BT.Tools/Config.Net/obj/Release/net6.0/Config.Net.dll
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/net6.0/Config.Net.dll
Normal file
Binary file not shown.
BIN
FSI.BT.Tools/Config.Net/obj/Release/net6.0/Config.Net.pdb
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/net6.0/Config.Net.pdb
Normal file
Binary file not shown.
BIN
FSI.BT.Tools/Config.Net/obj/Release/net6.0/ref/Config.Net.dll
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/net6.0/ref/Config.Net.dll
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,28 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Ivan Gavryliuk (@aloneguid)")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2015-2022 by Ivan Gavryliuk")]
|
||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("Super simple configuration framework for .NET focused on developer ergonomics and" +
|
||||
" strong typing. Supports multiple configuration sources such as .ini, .json, .xm" +
|
||||
"l files, as well as external providers pluggable by other NuGet packages.")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("4.7.3.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("4.7.3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/aloneguid/config")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fd2c226f8bfaaba15149e884daf8b5327166d231
|
||||
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = Config.Net
|
||||
build_property.ProjectDir = D:\WrkDir\FSI.BT.Tools\Config.Net\
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
50fa6809082121a9da0e2cea2a6f458af8b3f71d
|
||||
@@ -0,0 +1,10 @@
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netcoreapp3.1\Config.Net.deps.json
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netcoreapp3.1\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netcoreapp3.1\Config.Net.pdb
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.csproj.AssemblyReference.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.AssemblyInfoInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.AssemblyInfo.cs
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.csproj.CoreCompileInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netcoreapp3.1\Config.Net.pdb
|
||||
BIN
FSI.BT.Tools/Config.Net/obj/Release/netcoreapp3.1/Config.Net.dll
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/netcoreapp3.1/Config.Net.dll
Normal file
Binary file not shown.
BIN
FSI.BT.Tools/Config.Net/obj/Release/netcoreapp3.1/Config.Net.pdb
Normal file
BIN
FSI.BT.Tools/Config.Net/obj/Release/netcoreapp3.1/Config.Net.pdb
Normal file
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.0", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,28 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Ivan Gavryliuk (@aloneguid)")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2015-2022 by Ivan Gavryliuk")]
|
||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("Super simple configuration framework for .NET focused on developer ergonomics and" +
|
||||
" strong typing. Supports multiple configuration sources such as .ini, .json, .xm" +
|
||||
"l files, as well as external providers pluggable by other NuGet packages.")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("4.7.3.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("4.7.3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/aloneguid/config")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fd2c226f8bfaaba15149e884daf8b5327166d231
|
||||
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = Config.Net
|
||||
build_property.ProjectDir = D:\WrkDir\FSI.BT.Tools\Config.Net\
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
8c4abab1fe71d410794a7c55e3524b8b7a468d8b
|
||||
@@ -0,0 +1,10 @@
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.0\Config.Net.deps.json
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.0\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.0\Config.Net.pdb
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.csproj.AssemblyReference.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.AssemblyInfoInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.AssemblyInfo.cs
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.csproj.CoreCompileInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.0\Config.Net.pdb
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,4 @@
|
||||
// <autogenerated />
|
||||
using System;
|
||||
using System.Reflection;
|
||||
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETStandard,Version=v2.1", FrameworkDisplayName = "")]
|
||||
@@ -0,0 +1,28 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// Dieser Code wurde von einem Tool generiert.
|
||||
// Laufzeitversion:4.0.30319.42000
|
||||
//
|
||||
// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
|
||||
// der Code erneut generiert wird.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Ivan Gavryliuk (@aloneguid)")]
|
||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Release")]
|
||||
[assembly: System.Reflection.AssemblyCopyrightAttribute("Copyright (c) 2015-2022 by Ivan Gavryliuk")]
|
||||
[assembly: System.Reflection.AssemblyDescriptionAttribute("Super simple configuration framework for .NET focused on developer ergonomics and" +
|
||||
" strong typing. Supports multiple configuration sources such as .ini, .json, .xm" +
|
||||
"l files, as well as external providers pluggable by other NuGet packages.")]
|
||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("4.7.3.0")]
|
||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("4.7.3")]
|
||||
[assembly: System.Reflection.AssemblyProductAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyTitleAttribute("Config.Net")]
|
||||
[assembly: System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
|
||||
[assembly: System.Reflection.AssemblyMetadataAttribute("RepositoryUrl", "https://github.com/aloneguid/config")]
|
||||
|
||||
// Von der MSBuild WriteCodeFragment-Klasse generiert.
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
fd2c226f8bfaaba15149e884daf8b5327166d231
|
||||
@@ -0,0 +1,3 @@
|
||||
is_global = true
|
||||
build_property.RootNamespace = Config.Net
|
||||
build_property.ProjectDir = D:\WrkDir\FSI.BT.Tools\Config.Net\
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1 @@
|
||||
d871e6307d7323de4f88294c3b1683b6facda500
|
||||
@@ -0,0 +1,10 @@
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.1\Config.Net.deps.json
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.1\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\bin\Release\netstandard2.1\Config.Net.pdb
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.csproj.AssemblyReference.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.GeneratedMSBuildEditorConfig.editorconfig
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.AssemblyInfoInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.AssemblyInfo.cs
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.csproj.CoreCompileInputs.cache
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.dll
|
||||
D:\WrkDir\FSI.BT.Tools\Config.Net\obj\Release\netstandard2.1\Config.Net.pdb
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user