new_functonal
This commit is contained in:
parent
474cfc34bd
commit
156a9ed6bb
@ -6,4 +6,8 @@
|
|||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="MessageBox.Avalonia" Version="3.2.0" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
161
Libary/bin/Debug/net8.0/Libary.deps.json
Normal file
161
Libary/bin/Debug/net8.0/Libary.deps.json
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v8.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v8.0": {
|
||||||
|
"Libary/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"MessageBox.Avalonia": "3.2.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"Libary.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avalonia/11.1.3": {
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia.BuildServices": "0.0.29",
|
||||||
|
"Avalonia.Remote.Protocol": "11.1.3",
|
||||||
|
"MicroCom.Runtime": "0.11.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net8.0/Avalonia.Base.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Controls.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.DesignerSupport.dll": {
|
||||||
|
"assemblyVersion": "0.7.0.0",
|
||||||
|
"fileVersion": "0.7.0.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Dialogs.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Markup.Xaml.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Markup.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Metal.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.MicroCom.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.OpenGL.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Vulkan.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avalonia.BuildServices/0.0.29": {},
|
||||||
|
"Avalonia.Remote.Protocol/11.1.3": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net8.0/Avalonia.Remote.Protocol.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DialogHost.Avalonia/0.8.1": {
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia": "11.1.3"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/DialogHost.Avalonia.dll": {
|
||||||
|
"assemblyVersion": "0.8.1.0",
|
||||||
|
"fileVersion": "0.8.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MessageBox.Avalonia/3.2.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia": "11.1.3",
|
||||||
|
"DialogHost.Avalonia": "0.8.1"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/MsBox.Avalonia.dll": {
|
||||||
|
"assemblyVersion": "1.0.0.0",
|
||||||
|
"fileVersion": "1.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MicroCom.Runtime/0.11.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net5.0/MicroCom.Runtime.dll": {
|
||||||
|
"assemblyVersion": "0.11.0.0",
|
||||||
|
"fileVersion": "0.11.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"Libary/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"Avalonia/11.1.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-kpVAnKTbg/ZVnWyYLGPYXR0Ce4uiHLT1y6BcgJYpdFfn3b0TmvbxFZV37lpc1wEjUyaU28V+DoNnRbYSLsv0nw==",
|
||||||
|
"path": "avalonia/11.1.3",
|
||||||
|
"hashPath": "avalonia.11.1.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Avalonia.BuildServices/0.0.29": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-U4eJLQdoDNHXtEba7MZUCwrBErBTxFp6sUewXBOdAhU0Kwzwaa/EKFcYm8kpcysjzKtfB4S0S9n0uxKZFz/ikw==",
|
||||||
|
"path": "avalonia.buildservices/0.0.29",
|
||||||
|
"hashPath": "avalonia.buildservices.0.0.29.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Avalonia.Remote.Protocol/11.1.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-ByXwboJC1jg13Qdxfs3/aX/yY4wi9n1XKT+a6+ckLnpSeesjQ0J6N1+wix7ISuGwFo0cyT0nXpvI4s2Zo+rkSA==",
|
||||||
|
"path": "avalonia.remote.protocol/11.1.3",
|
||||||
|
"hashPath": "avalonia.remote.protocol.11.1.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"DialogHost.Avalonia/0.8.1": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-RLBOMqjJPgSmwe0i1pzX3Q7Pn0i4xE/E1b774krd4VyEkaorz1AYMdYQHyIfuhtQv5NntZyS0MuQbxJl/PhzBg==",
|
||||||
|
"path": "dialoghost.avalonia/0.8.1",
|
||||||
|
"hashPath": "dialoghost.avalonia.0.8.1.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"MessageBox.Avalonia/3.2.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-f4iJxmyF0fKoJQdMCiSSRitP/niUl4g1mSBLGQ9+/58ZXrhjUImnuLdbuBY36n+JpMegy4FA62s588yJkbbjCA==",
|
||||||
|
"path": "messagebox.avalonia/3.2.0",
|
||||||
|
"hashPath": "messagebox.avalonia.3.2.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"MicroCom.Runtime/0.11.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-MEnrZ3UIiH40hjzMDsxrTyi8dtqB5ziv3iBeeU4bXsL/7NLSal9F1lZKpK+tfBRnUoDSdtcW3KufE4yhATOMCA==",
|
||||||
|
"path": "microcom.runtime/0.11.0",
|
||||||
|
"hashPath": "microcom.runtime.0.11.0.nupkg.sha512"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
Libary/bin/Debug/net8.0/Libary.dll
Normal file
BIN
Libary/bin/Debug/net8.0/Libary.dll
Normal file
Binary file not shown.
BIN
Libary/bin/Debug/net8.0/Libary.pdb
Normal file
BIN
Libary/bin/Debug/net8.0/Libary.pdb
Normal file
Binary file not shown.
1
Libary/obj/Debug/net8.0/Avalonia/Resources.Inputs.cache
Normal file
1
Libary/obj/Debug/net8.0/Avalonia/Resources.Inputs.cache
Normal file
@ -0,0 +1 @@
|
|||||||
|
131b5aa1eec61c03e0de308b53b37dda1e247446608eac3610b6abf6ac8c5f4f
|
@ -13,7 +13,7 @@ using System.Reflection;
|
|||||||
[assembly: System.Reflection.AssemblyCompanyAttribute("Libary")]
|
[assembly: System.Reflection.AssemblyCompanyAttribute("Libary")]
|
||||||
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b1d74544a6e6128c6946ccd76c76daa69f00a441")]
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+474cfc34bd9df61d876e8fbb651d8638dc01db9a")]
|
||||||
[assembly: System.Reflection.AssemblyProductAttribute("Libary")]
|
[assembly: System.Reflection.AssemblyProductAttribute("Libary")]
|
||||||
[assembly: System.Reflection.AssemblyTitleAttribute("Libary")]
|
[assembly: System.Reflection.AssemblyTitleAttribute("Libary")]
|
||||||
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
@ -1 +1 @@
|
|||||||
ccd8e8da64db95a16481c68b4441654b2d57d3fa5a9bee4b4c72d701474d42cf
|
5205e9b7fea8de931323c3181ca4f6ec42e7869f756c2393fb2eb5cdc694c811
|
||||||
|
@ -1,4 +1,11 @@
|
|||||||
is_global = true
|
is_global = true
|
||||||
|
build_property.AvaloniaNameGeneratorIsEnabled = true
|
||||||
|
build_property.AvaloniaNameGeneratorBehavior = InitializeComponent
|
||||||
|
build_property.AvaloniaNameGeneratorDefaultFieldModifier = internal
|
||||||
|
build_property.AvaloniaNameGeneratorFilterByPath = *
|
||||||
|
build_property.AvaloniaNameGeneratorFilterByNamespace = *
|
||||||
|
build_property.AvaloniaNameGeneratorViewFileNamingStrategy = NamespaceAndClassName
|
||||||
|
build_property.AvaloniaNameGeneratorAttachDevTools = true
|
||||||
build_property.TargetFramework = net8.0
|
build_property.TargetFramework = net8.0
|
||||||
build_property.TargetPlatformMinVersion =
|
build_property.TargetPlatformMinVersion =
|
||||||
build_property.UsingMicrosoftNETSdkWeb =
|
build_property.UsingMicrosoftNETSdkWeb =
|
||||||
|
Binary file not shown.
BIN
Libary/obj/Debug/net8.0/Libary.csproj.AssemblyReference.cache
Normal file
BIN
Libary/obj/Debug/net8.0/Libary.csproj.AssemblyReference.cache
Normal file
Binary file not shown.
@ -0,0 +1 @@
|
|||||||
|
9d62f7dbdcdcf79dac9489271dd22f9466b5d648324ca2130dc46cee4e7ca46d
|
13
Libary/obj/Debug/net8.0/Libary.csproj.FileListAbsolute.txt
Normal file
13
Libary/obj/Debug/net8.0/Libary.csproj.FileListAbsolute.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\bin\Debug\net8.0\Libary.deps.json
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\bin\Debug\net8.0\Libary.dll
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\bin\Debug\net8.0\Libary.pdb
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.AssemblyInfoInputs.cache
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.AssemblyInfo.cs
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.csproj.CoreCompileInputs.cache
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.dll
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\refint\Libary.dll
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.pdb
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\ref\Libary.dll
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Libary.csproj.AssemblyReference.cache
|
||||||
|
C:\Users\IVAN\RiderProjects\demo_hard\Libary\obj\Debug\net8.0\Avalonia\Resources.Inputs.cache
|
BIN
Libary/obj/Debug/net8.0/Libary.dll
Normal file
BIN
Libary/obj/Debug/net8.0/Libary.dll
Normal file
Binary file not shown.
BIN
Libary/obj/Debug/net8.0/Libary.pdb
Normal file
BIN
Libary/obj/Debug/net8.0/Libary.pdb
Normal file
Binary file not shown.
BIN
Libary/obj/Debug/net8.0/ref/Libary.dll
Normal file
BIN
Libary/obj/Debug/net8.0/ref/Libary.dll
Normal file
Binary file not shown.
BIN
Libary/obj/Debug/net8.0/refint/Libary.dll
Normal file
BIN
Libary/obj/Debug/net8.0/refint/Libary.dll
Normal file
Binary file not shown.
@ -50,6 +50,12 @@
|
|||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net8.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0",
|
"targetAlias": "net8.0",
|
||||||
|
"dependencies": {
|
||||||
|
"MessageBox.Avalonia": {
|
||||||
|
"target": "Package",
|
||||||
|
"version": "[3.2.0, )"
|
||||||
|
}
|
||||||
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"net461",
|
"net461",
|
||||||
"net462",
|
"net462",
|
||||||
|
@ -13,4 +13,11 @@
|
|||||||
<SourceRoot Include="C:\Users\IVAN\.nuget\packages\" />
|
<SourceRoot Include="C:\Users\IVAN\.nuget\packages\" />
|
||||||
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
<SourceRoot Include="C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages\" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<Import Project="$(NuGetPackageRoot)avalonia\11.1.3\buildTransitive\Avalonia.props" Condition="Exists('$(NuGetPackageRoot)avalonia\11.1.3\buildTransitive\Avalonia.props')" />
|
||||||
|
</ImportGroup>
|
||||||
|
<PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<PkgAvalonia_BuildServices Condition=" '$(PkgAvalonia_BuildServices)' == '' ">C:\Users\IVAN\.nuget\packages\avalonia.buildservices\0.0.29</PkgAvalonia_BuildServices>
|
||||||
|
<PkgAvalonia Condition=" '$(PkgAvalonia)' == '' ">C:\Users\IVAN\.nuget\packages\avalonia\11.1.3</PkgAvalonia>
|
||||||
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
@ -1,2 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
<?xml version="1.0" encoding="utf-8" standalone="no"?>
|
||||||
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" />
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<ImportGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
|
||||||
|
<Import Project="$(NuGetPackageRoot)avalonia.buildservices\0.0.29\buildTransitive\Avalonia.BuildServices.targets" Condition="Exists('$(NuGetPackageRoot)avalonia.buildservices\0.0.29\buildTransitive\Avalonia.BuildServices.targets')" />
|
||||||
|
<Import Project="$(NuGetPackageRoot)avalonia\11.1.3\buildTransitive\Avalonia.targets" Condition="Exists('$(NuGetPackageRoot)avalonia\11.1.3\buildTransitive\Avalonia.targets')" />
|
||||||
|
</ImportGroup>
|
||||||
|
</Project>
|
@ -1,11 +1,397 @@
|
|||||||
{
|
{
|
||||||
"version": 3,
|
"version": 3,
|
||||||
"targets": {
|
"targets": {
|
||||||
"net8.0": {}
|
"net8.0": {
|
||||||
|
"Avalonia/11.1.3": {
|
||||||
|
"type": "package",
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia.BuildServices": "0.0.29",
|
||||||
|
"Avalonia.Remote.Protocol": "11.1.3",
|
||||||
|
"MicroCom.Runtime": "0.11.0"
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"ref/net8.0/Avalonia.Base.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.Controls.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.DesignerSupport.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.Dialogs.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.Markup.Xaml.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.Markup.dll": {
|
||||||
|
"related": ".Xaml.xml;.xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.Metal.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.MicroCom.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.OpenGL.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.Vulkan.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"ref/net8.0/Avalonia.dll": {
|
||||||
|
"related": ".Base.xml;.Controls.xml;.DesignerSupport.xml;.Dialogs.xml;.Markup.Xaml.xml;.Markup.xml;.Metal.xml;.MicroCom.xml;.OpenGL.xml;.Vulkan.xml;.xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net8.0/Avalonia.Base.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Controls.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.DesignerSupport.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Dialogs.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Markup.Xaml.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Markup.dll": {
|
||||||
|
"related": ".Xaml.xml;.xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Metal.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.MicroCom.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.OpenGL.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Vulkan.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.dll": {
|
||||||
|
"related": ".Base.xml;.Controls.xml;.DesignerSupport.xml;.Dialogs.xml;.Markup.Xaml.xml;.Markup.xml;.Metal.xml;.MicroCom.xml;.OpenGL.xml;.Vulkan.xml;.xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"build": {
|
||||||
|
"buildTransitive/Avalonia.props": {},
|
||||||
|
"buildTransitive/Avalonia.targets": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avalonia.BuildServices/0.0.29": {
|
||||||
|
"type": "package",
|
||||||
|
"build": {
|
||||||
|
"buildTransitive/Avalonia.BuildServices.targets": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avalonia.Remote.Protocol/11.1.3": {
|
||||||
|
"type": "package",
|
||||||
|
"compile": {
|
||||||
|
"lib/net8.0/Avalonia.Remote.Protocol.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net8.0/Avalonia.Remote.Protocol.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DialogHost.Avalonia/0.8.1": {
|
||||||
|
"type": "package",
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia": "11.1.0"
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"lib/netstandard2.0/DialogHost.Avalonia.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/DialogHost.Avalonia.dll": {
|
||||||
|
"related": ".xml"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MessageBox.Avalonia/3.2.0": {
|
||||||
|
"type": "package",
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia": "11.1.3",
|
||||||
|
"DialogHost.Avalonia": "0.8.1"
|
||||||
|
},
|
||||||
|
"compile": {
|
||||||
|
"lib/netstandard2.0/MsBox.Avalonia.dll": {}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/MsBox.Avalonia.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MicroCom.Runtime/0.11.0": {
|
||||||
|
"type": "package",
|
||||||
|
"compile": {
|
||||||
|
"lib/net5.0/MicroCom.Runtime.dll": {}
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net5.0/MicroCom.Runtime.dll": {}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"Avalonia/11.1.3": {
|
||||||
|
"sha512": "kpVAnKTbg/ZVnWyYLGPYXR0Ce4uiHLT1y6BcgJYpdFfn3b0TmvbxFZV37lpc1wEjUyaU28V+DoNnRbYSLsv0nw==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "avalonia/11.1.3",
|
||||||
|
"hasTools": true,
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"Icon.png",
|
||||||
|
"analyzers/dotnet/cs/Avalonia.Analyzers.dll",
|
||||||
|
"analyzers/dotnet/cs/Avalonia.Generators.dll",
|
||||||
|
"avalonia.11.1.3.nupkg.sha512",
|
||||||
|
"avalonia.nuspec",
|
||||||
|
"build/Avalonia.Generators.props",
|
||||||
|
"build/Avalonia.props",
|
||||||
|
"build/Avalonia.targets",
|
||||||
|
"build/AvaloniaBuildTasks.props",
|
||||||
|
"build/AvaloniaBuildTasks.targets",
|
||||||
|
"build/AvaloniaItemSchema.xaml",
|
||||||
|
"build/AvaloniaPrivateApis.targets",
|
||||||
|
"build/AvaloniaRules.Project.xml",
|
||||||
|
"build/AvaloniaVersion.props",
|
||||||
|
"buildTransitive/Avalonia.Generators.props",
|
||||||
|
"buildTransitive/Avalonia.props",
|
||||||
|
"buildTransitive/Avalonia.targets",
|
||||||
|
"buildTransitive/AvaloniaBuildTasks.props",
|
||||||
|
"buildTransitive/AvaloniaBuildTasks.targets",
|
||||||
|
"buildTransitive/AvaloniaItemSchema.xaml",
|
||||||
|
"buildTransitive/AvaloniaPrivateApis.targets",
|
||||||
|
"buildTransitive/AvaloniaRules.Project.xml",
|
||||||
|
"lib/net6.0/Avalonia.Base.dll",
|
||||||
|
"lib/net6.0/Avalonia.Base.xml",
|
||||||
|
"lib/net6.0/Avalonia.Controls.dll",
|
||||||
|
"lib/net6.0/Avalonia.Controls.xml",
|
||||||
|
"lib/net6.0/Avalonia.DesignerSupport.dll",
|
||||||
|
"lib/net6.0/Avalonia.DesignerSupport.xml",
|
||||||
|
"lib/net6.0/Avalonia.Dialogs.dll",
|
||||||
|
"lib/net6.0/Avalonia.Dialogs.xml",
|
||||||
|
"lib/net6.0/Avalonia.Markup.Xaml.dll",
|
||||||
|
"lib/net6.0/Avalonia.Markup.Xaml.xml",
|
||||||
|
"lib/net6.0/Avalonia.Markup.dll",
|
||||||
|
"lib/net6.0/Avalonia.Markup.xml",
|
||||||
|
"lib/net6.0/Avalonia.Metal.dll",
|
||||||
|
"lib/net6.0/Avalonia.Metal.xml",
|
||||||
|
"lib/net6.0/Avalonia.MicroCom.dll",
|
||||||
|
"lib/net6.0/Avalonia.MicroCom.xml",
|
||||||
|
"lib/net6.0/Avalonia.OpenGL.dll",
|
||||||
|
"lib/net6.0/Avalonia.OpenGL.xml",
|
||||||
|
"lib/net6.0/Avalonia.Vulkan.dll",
|
||||||
|
"lib/net6.0/Avalonia.Vulkan.xml",
|
||||||
|
"lib/net6.0/Avalonia.dll",
|
||||||
|
"lib/net6.0/Avalonia.xml",
|
||||||
|
"lib/net8.0/Avalonia.Base.dll",
|
||||||
|
"lib/net8.0/Avalonia.Base.xml",
|
||||||
|
"lib/net8.0/Avalonia.Controls.dll",
|
||||||
|
"lib/net8.0/Avalonia.Controls.xml",
|
||||||
|
"lib/net8.0/Avalonia.DesignerSupport.dll",
|
||||||
|
"lib/net8.0/Avalonia.DesignerSupport.xml",
|
||||||
|
"lib/net8.0/Avalonia.Dialogs.dll",
|
||||||
|
"lib/net8.0/Avalonia.Dialogs.xml",
|
||||||
|
"lib/net8.0/Avalonia.Markup.Xaml.dll",
|
||||||
|
"lib/net8.0/Avalonia.Markup.Xaml.xml",
|
||||||
|
"lib/net8.0/Avalonia.Markup.dll",
|
||||||
|
"lib/net8.0/Avalonia.Markup.xml",
|
||||||
|
"lib/net8.0/Avalonia.Metal.dll",
|
||||||
|
"lib/net8.0/Avalonia.Metal.xml",
|
||||||
|
"lib/net8.0/Avalonia.MicroCom.dll",
|
||||||
|
"lib/net8.0/Avalonia.MicroCom.xml",
|
||||||
|
"lib/net8.0/Avalonia.OpenGL.dll",
|
||||||
|
"lib/net8.0/Avalonia.OpenGL.xml",
|
||||||
|
"lib/net8.0/Avalonia.Vulkan.dll",
|
||||||
|
"lib/net8.0/Avalonia.Vulkan.xml",
|
||||||
|
"lib/net8.0/Avalonia.dll",
|
||||||
|
"lib/net8.0/Avalonia.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Base.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Base.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Controls.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Controls.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.DesignerSupport.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.DesignerSupport.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Dialogs.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Dialogs.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Markup.Xaml.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Markup.Xaml.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Markup.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Markup.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Metal.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Metal.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.MicroCom.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.MicroCom.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.OpenGL.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.OpenGL.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Vulkan.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Vulkan.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.xml",
|
||||||
|
"ref/net6.0/Avalonia.Base.dll",
|
||||||
|
"ref/net6.0/Avalonia.Base.xml",
|
||||||
|
"ref/net6.0/Avalonia.Controls.dll",
|
||||||
|
"ref/net6.0/Avalonia.Controls.xml",
|
||||||
|
"ref/net6.0/Avalonia.DesignerSupport.dll",
|
||||||
|
"ref/net6.0/Avalonia.DesignerSupport.xml",
|
||||||
|
"ref/net6.0/Avalonia.Dialogs.dll",
|
||||||
|
"ref/net6.0/Avalonia.Dialogs.xml",
|
||||||
|
"ref/net6.0/Avalonia.Markup.Xaml.dll",
|
||||||
|
"ref/net6.0/Avalonia.Markup.Xaml.xml",
|
||||||
|
"ref/net6.0/Avalonia.Markup.dll",
|
||||||
|
"ref/net6.0/Avalonia.Markup.xml",
|
||||||
|
"ref/net6.0/Avalonia.Metal.dll",
|
||||||
|
"ref/net6.0/Avalonia.Metal.xml",
|
||||||
|
"ref/net6.0/Avalonia.MicroCom.dll",
|
||||||
|
"ref/net6.0/Avalonia.MicroCom.xml",
|
||||||
|
"ref/net6.0/Avalonia.OpenGL.dll",
|
||||||
|
"ref/net6.0/Avalonia.OpenGL.xml",
|
||||||
|
"ref/net6.0/Avalonia.Vulkan.dll",
|
||||||
|
"ref/net6.0/Avalonia.Vulkan.xml",
|
||||||
|
"ref/net6.0/Avalonia.dll",
|
||||||
|
"ref/net6.0/Avalonia.xml",
|
||||||
|
"ref/net8.0/Avalonia.Base.dll",
|
||||||
|
"ref/net8.0/Avalonia.Base.xml",
|
||||||
|
"ref/net8.0/Avalonia.Controls.dll",
|
||||||
|
"ref/net8.0/Avalonia.Controls.xml",
|
||||||
|
"ref/net8.0/Avalonia.DesignerSupport.dll",
|
||||||
|
"ref/net8.0/Avalonia.DesignerSupport.xml",
|
||||||
|
"ref/net8.0/Avalonia.Dialogs.dll",
|
||||||
|
"ref/net8.0/Avalonia.Dialogs.xml",
|
||||||
|
"ref/net8.0/Avalonia.Markup.Xaml.dll",
|
||||||
|
"ref/net8.0/Avalonia.Markup.Xaml.xml",
|
||||||
|
"ref/net8.0/Avalonia.Markup.dll",
|
||||||
|
"ref/net8.0/Avalonia.Markup.xml",
|
||||||
|
"ref/net8.0/Avalonia.Metal.dll",
|
||||||
|
"ref/net8.0/Avalonia.Metal.xml",
|
||||||
|
"ref/net8.0/Avalonia.MicroCom.dll",
|
||||||
|
"ref/net8.0/Avalonia.MicroCom.xml",
|
||||||
|
"ref/net8.0/Avalonia.OpenGL.dll",
|
||||||
|
"ref/net8.0/Avalonia.OpenGL.xml",
|
||||||
|
"ref/net8.0/Avalonia.Vulkan.dll",
|
||||||
|
"ref/net8.0/Avalonia.Vulkan.xml",
|
||||||
|
"ref/net8.0/Avalonia.dll",
|
||||||
|
"ref/net8.0/Avalonia.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Base.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Base.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Controls.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Controls.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.DesignerSupport.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.DesignerSupport.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Dialogs.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Dialogs.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Markup.Xaml.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Markup.Xaml.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Markup.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Markup.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Metal.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Metal.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.MicroCom.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.MicroCom.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.OpenGL.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.OpenGL.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.Vulkan.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.Vulkan.xml",
|
||||||
|
"ref/netstandard2.0/Avalonia.dll",
|
||||||
|
"ref/netstandard2.0/Avalonia.xml",
|
||||||
|
"tools/net461/designer/Avalonia.Designer.HostApp.exe",
|
||||||
|
"tools/netstandard2.0/Avalonia.Build.Tasks.dll",
|
||||||
|
"tools/netstandard2.0/designer/Avalonia.Designer.HostApp.dll"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Avalonia.BuildServices/0.0.29": {
|
||||||
|
"sha512": "U4eJLQdoDNHXtEba7MZUCwrBErBTxFp6sUewXBOdAhU0Kwzwaa/EKFcYm8kpcysjzKtfB4S0S9n0uxKZFz/ikw==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "avalonia.buildservices/0.0.29",
|
||||||
|
"hasTools": true,
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"avalonia.buildservices.0.0.29.nupkg.sha512",
|
||||||
|
"avalonia.buildservices.nuspec",
|
||||||
|
"build/Avalonia.BuildServices.targets",
|
||||||
|
"buildTransitive/Avalonia.BuildServices.targets",
|
||||||
|
"tools/netstandard2.0/Avalonia.BuildServices.Collector.dll",
|
||||||
|
"tools/netstandard2.0/Avalonia.BuildServices.dll",
|
||||||
|
"tools/netstandard2.0/runtimeconfig.json"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"Avalonia.Remote.Protocol/11.1.3": {
|
||||||
|
"sha512": "ByXwboJC1jg13Qdxfs3/aX/yY4wi9n1XKT+a6+ckLnpSeesjQ0J6N1+wix7ISuGwFo0cyT0nXpvI4s2Zo+rkSA==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "avalonia.remote.protocol/11.1.3",
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"Icon.png",
|
||||||
|
"avalonia.remote.protocol.11.1.3.nupkg.sha512",
|
||||||
|
"avalonia.remote.protocol.nuspec",
|
||||||
|
"lib/net6.0/Avalonia.Remote.Protocol.dll",
|
||||||
|
"lib/net6.0/Avalonia.Remote.Protocol.xml",
|
||||||
|
"lib/net8.0/Avalonia.Remote.Protocol.dll",
|
||||||
|
"lib/net8.0/Avalonia.Remote.Protocol.xml",
|
||||||
|
"lib/netstandard2.0/Avalonia.Remote.Protocol.dll",
|
||||||
|
"lib/netstandard2.0/Avalonia.Remote.Protocol.xml"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"DialogHost.Avalonia/0.8.1": {
|
||||||
|
"sha512": "RLBOMqjJPgSmwe0i1pzX3Q7Pn0i4xE/E1b774krd4VyEkaorz1AYMdYQHyIfuhtQv5NntZyS0MuQbxJl/PhzBg==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "dialoghost.avalonia/0.8.1",
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"README.md",
|
||||||
|
"dialoghost.avalonia.0.8.1.nupkg.sha512",
|
||||||
|
"dialoghost.avalonia.nuspec",
|
||||||
|
"icon.png",
|
||||||
|
"lib/netstandard2.0/DialogHost.Avalonia.dll",
|
||||||
|
"lib/netstandard2.0/DialogHost.Avalonia.xml"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"MessageBox.Avalonia/3.2.0": {
|
||||||
|
"sha512": "f4iJxmyF0fKoJQdMCiSSRitP/niUl4g1mSBLGQ9+/58ZXrhjUImnuLdbuBY36n+JpMegy4FA62s588yJkbbjCA==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "messagebox.avalonia/3.2.0",
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"icon.jpg",
|
||||||
|
"lib/netstandard2.0/MsBox.Avalonia.dll",
|
||||||
|
"messagebox.avalonia.3.2.0.nupkg.sha512",
|
||||||
|
"messagebox.avalonia.nuspec"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"MicroCom.Runtime/0.11.0": {
|
||||||
|
"sha512": "MEnrZ3UIiH40hjzMDsxrTyi8dtqB5ziv3iBeeU4bXsL/7NLSal9F1lZKpK+tfBRnUoDSdtcW3KufE4yhATOMCA==",
|
||||||
|
"type": "package",
|
||||||
|
"path": "microcom.runtime/0.11.0",
|
||||||
|
"files": [
|
||||||
|
".nupkg.metadata",
|
||||||
|
".signature.p7s",
|
||||||
|
"lib/net5.0/MicroCom.Runtime.dll",
|
||||||
|
"lib/netstandard2.0/MicroCom.Runtime.dll",
|
||||||
|
"microcom.runtime.0.11.0.nupkg.sha512",
|
||||||
|
"microcom.runtime.nuspec"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"libraries": {},
|
|
||||||
"projectFileDependencyGroups": {
|
"projectFileDependencyGroups": {
|
||||||
"net8.0": []
|
"net8.0": [
|
||||||
|
"MessageBox.Avalonia >= 3.2.0"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"packageFolders": {
|
"packageFolders": {
|
||||||
"C:\\Users\\IVAN\\.nuget\\packages\\": {},
|
"C:\\Users\\IVAN\\.nuget\\packages\\": {},
|
||||||
@ -57,6 +443,12 @@
|
|||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net8.0": {
|
"net8.0": {
|
||||||
"targetAlias": "net8.0",
|
"targetAlias": "net8.0",
|
||||||
|
"dependencies": {
|
||||||
|
"MessageBox.Avalonia": {
|
||||||
|
"target": "Package",
|
||||||
|
"version": "[3.2.0, )"
|
||||||
|
}
|
||||||
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"net461",
|
"net461",
|
||||||
"net462",
|
"net462",
|
||||||
|
@ -1,8 +1,15 @@
|
|||||||
{
|
{
|
||||||
"version": 2,
|
"version": 2,
|
||||||
"dgSpecHash": "GfQ6+bXY99U=",
|
"dgSpecHash": "00Xw2wVTWUo=",
|
||||||
"success": true,
|
"success": true,
|
||||||
"projectFilePath": "C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\Libary.csproj",
|
"projectFilePath": "C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\Libary.csproj",
|
||||||
"expectedPackageFiles": [],
|
"expectedPackageFiles": [
|
||||||
|
"C:\\Users\\IVAN\\.nuget\\packages\\avalonia\\11.1.3\\avalonia.11.1.3.nupkg.sha512",
|
||||||
|
"C:\\Users\\IVAN\\.nuget\\packages\\avalonia.buildservices\\0.0.29\\avalonia.buildservices.0.0.29.nupkg.sha512",
|
||||||
|
"C:\\Users\\IVAN\\.nuget\\packages\\avalonia.remote.protocol\\11.1.3\\avalonia.remote.protocol.11.1.3.nupkg.sha512",
|
||||||
|
"C:\\Users\\IVAN\\.nuget\\packages\\dialoghost.avalonia\\0.8.1\\dialoghost.avalonia.0.8.1.nupkg.sha512",
|
||||||
|
"C:\\Users\\IVAN\\.nuget\\packages\\messagebox.avalonia\\3.2.0\\messagebox.avalonia.3.2.0.nupkg.sha512",
|
||||||
|
"C:\\Users\\IVAN\\.nuget\\packages\\microcom.runtime\\0.11.0\\microcom.runtime.0.11.0.nupkg.sha512"
|
||||||
|
],
|
||||||
"logs": []
|
"logs": []
|
||||||
}
|
}
|
@ -1 +1 @@
|
|||||||
"restore":{"projectUniqueName":"C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\Libary.csproj","projectName":"Libary","projectPath":"C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\Libary.csproj","outputPath":"C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"C:\\Program Files\\dotnet\\library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.200"}"frameworks":{"net8.0":{"targetAlias":"net8.0","imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\9.0.200/PortableRuntimeIdentifierGraph.json"}}
|
"restore":{"projectUniqueName":"C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\Libary.csproj","projectName":"Libary","projectPath":"C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\Libary.csproj","outputPath":"C:\\Users\\IVAN\\RiderProjects\\demo_hard\\Libary\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages"],"originalTargetFrameworks":["net8.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"C:\\Program Files\\dotnet\\library-packs":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net8.0":{"targetAlias":"net8.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]},"restoreAuditProperties":{"enableAudit":"true","auditLevel":"low","auditMode":"direct"},"SdkAnalysisLevel":"9.0.200"}"frameworks":{"net8.0":{"targetAlias":"net8.0","dependencies":{"MessageBox.Avalonia":{"target":"Package","version":"[3.2.0, )"}},"imports":["net461","net462","net47","net471","net472","net48","net481"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\9.0.200/PortableRuntimeIdentifierGraph.json"}}
|
@ -1 +1 @@
|
|||||||
17415293701808392
|
17452715769073011
|
@ -1 +1 @@
|
|||||||
17415293790637036
|
17452715769073011
|
@ -11,6 +11,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<PackageReference Include="coverlet.collector" Version="6.0.0" />
|
<PackageReference Include="coverlet.collector" Version="6.0.0" />
|
||||||
|
<PackageReference Include="MessageBox.Avalonia" Version="3.2.0" />
|
||||||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
|
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.8.0" />
|
||||||
<PackageReference Include="NUnit" Version="3.14.0" />
|
<PackageReference Include="NUnit" Version="3.14.0" />
|
||||||
<PackageReference Include="NUnit.Analyzers" Version="3.9.0" />
|
<PackageReference Include="NUnit.Analyzers" Version="3.9.0" />
|
||||||
|
BIN
Testiks/bin/Debug/net8.0/Avalonia.Base.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Base.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Controls.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Controls.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.DesignerSupport.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.DesignerSupport.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Dialogs.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Dialogs.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Markup.Xaml.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Markup.Xaml.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Markup.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Markup.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Metal.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Metal.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.MicroCom.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.MicroCom.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.OpenGL.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.OpenGL.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Remote.Protocol.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Remote.Protocol.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.Vulkan.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.Vulkan.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Avalonia.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Avalonia.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/DialogHost.Avalonia.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/DialogHost.Avalonia.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Libary.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Libary.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Libary.pdb
Normal file
BIN
Testiks/bin/Debug/net8.0/Libary.pdb
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/MicroCom.Runtime.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/MicroCom.Runtime.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Microsoft.TestPlatform.Utilities.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/MsBox.Avalonia.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/MsBox.Avalonia.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/NUnit3.TestAdapter.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/NUnit3.TestAdapter.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/NUnit3.TestAdapter.pdb
Normal file
BIN
Testiks/bin/Debug/net8.0/NUnit3.TestAdapter.pdb
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Newtonsoft.Json.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Newtonsoft.Json.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/NuGet.Frameworks.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/NuGet.Frameworks.dll
Normal file
Binary file not shown.
572
Testiks/bin/Debug/net8.0/Testiks.deps.json
Normal file
572
Testiks/bin/Debug/net8.0/Testiks.deps.json
Normal file
@ -0,0 +1,572 @@
|
|||||||
|
{
|
||||||
|
"runtimeTarget": {
|
||||||
|
"name": ".NETCoreApp,Version=v8.0",
|
||||||
|
"signature": ""
|
||||||
|
},
|
||||||
|
"compilationOptions": {},
|
||||||
|
"targets": {
|
||||||
|
".NETCoreApp,Version=v8.0": {
|
||||||
|
"Testiks/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Libary": "1.0.0",
|
||||||
|
"MessageBox.Avalonia": "3.2.0",
|
||||||
|
"Microsoft.NET.Test.Sdk": "17.8.0",
|
||||||
|
"NUnit": "3.14.0",
|
||||||
|
"NUnit.Analyzers": "3.9.0",
|
||||||
|
"NUnit3TestAdapter": "4.5.0",
|
||||||
|
"coverlet.collector": "6.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"Testiks.dll": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avalonia/11.1.3": {
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia.BuildServices": "0.0.29",
|
||||||
|
"Avalonia.Remote.Protocol": "11.1.3",
|
||||||
|
"MicroCom.Runtime": "0.11.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/net8.0/Avalonia.Base.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Controls.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.DesignerSupport.dll": {
|
||||||
|
"assemblyVersion": "0.7.0.0",
|
||||||
|
"fileVersion": "0.7.0.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Dialogs.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Markup.Xaml.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Markup.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Metal.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.MicroCom.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.OpenGL.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.Vulkan.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
},
|
||||||
|
"lib/net8.0/Avalonia.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Avalonia.BuildServices/0.0.29": {},
|
||||||
|
"Avalonia.Remote.Protocol/11.1.3": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net8.0/Avalonia.Remote.Protocol.dll": {
|
||||||
|
"assemblyVersion": "11.1.3.0",
|
||||||
|
"fileVersion": "11.1.3.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"coverlet.collector/6.0.0": {},
|
||||||
|
"DialogHost.Avalonia/0.8.1": {
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia": "11.1.3"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/DialogHost.Avalonia.dll": {
|
||||||
|
"assemblyVersion": "0.8.1.0",
|
||||||
|
"fileVersion": "0.8.1.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MessageBox.Avalonia/3.2.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Avalonia": "11.1.3",
|
||||||
|
"DialogHost.Avalonia": "0.8.1"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/MsBox.Avalonia.dll": {
|
||||||
|
"assemblyVersion": "1.0.0.0",
|
||||||
|
"fileVersion": "1.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MicroCom.Runtime/0.11.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/net5.0/MicroCom.Runtime.dll": {
|
||||||
|
"assemblyVersion": "0.11.0.0",
|
||||||
|
"fileVersion": "0.11.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Microsoft.CodeCoverage/17.8.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netcoreapp3.1/Microsoft.VisualStudio.CodeCoverage.Shim.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.623.45702"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Microsoft.NET.Test.Sdk/17.8.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.CodeCoverage": "17.8.0",
|
||||||
|
"Microsoft.TestPlatform.TestHost": "17.8.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Microsoft.NETCore.Platforms/1.1.0": {},
|
||||||
|
"Microsoft.TestPlatform.ObjectModel/17.8.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"NuGet.Frameworks": "6.5.0",
|
||||||
|
"System.Reflection.Metadata": "1.6.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netcoreapp3.1/Microsoft.TestPlatform.CoreUtilities.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/Microsoft.TestPlatform.PlatformAbstractions.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.ObjectModel.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resources": {
|
||||||
|
"lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "cs"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "cs"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/de/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "de"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "de"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/es/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "es"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "es"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "fr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "fr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/it/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "it"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "it"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "ja"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "ja"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "ko"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "ko"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "pl"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "pl"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "pt-BR"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "pt-BR"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "ru"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "ru"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "tr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "tr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "zh-Hans"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "zh-Hans"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CoreUtilities.resources.dll": {
|
||||||
|
"locale": "zh-Hant"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.ObjectModel.resources.dll": {
|
||||||
|
"locale": "zh-Hant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Microsoft.TestPlatform.TestHost/17.8.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.TestPlatform.ObjectModel": "17.8.0",
|
||||||
|
"Newtonsoft.Json": "13.0.1"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netcoreapp3.1/Microsoft.TestPlatform.CommunicationUtilities.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/Microsoft.TestPlatform.CrossPlatEngine.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/Microsoft.TestPlatform.Utilities.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/Microsoft.VisualStudio.TestPlatform.Common.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/testhost.dll": {
|
||||||
|
"assemblyVersion": "15.0.0.0",
|
||||||
|
"fileVersion": "17.800.23.55801"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"resources": {
|
||||||
|
"lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "cs"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/cs/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "cs"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/cs/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "cs"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/de/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "de"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/de/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "de"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/de/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "de"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/es/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "es"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/es/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "es"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/es/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "es"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "fr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/fr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "fr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/fr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "fr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/it/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "it"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/it/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "it"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/it/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "it"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "ja"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ja/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "ja"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ja/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "ja"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "ko"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ko/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "ko"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ko/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "ko"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "pl"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pl/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "pl"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pl/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "pl"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "pt-BR"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pt-BR/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "pt-BR"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/pt-BR/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "pt-BR"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "ru"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ru/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "ru"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/ru/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "ru"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "tr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/tr/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "tr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/tr/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "tr"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "zh-Hans"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "zh-Hans"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hans/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "zh-Hans"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CommunicationUtilities.resources.dll": {
|
||||||
|
"locale": "zh-Hant"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.TestPlatform.CrossPlatEngine.resources.dll": {
|
||||||
|
"locale": "zh-Hant"
|
||||||
|
},
|
||||||
|
"lib/netcoreapp3.1/zh-Hant/Microsoft.VisualStudio.TestPlatform.Common.resources.dll": {
|
||||||
|
"locale": "zh-Hant"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NETStandard.Library/2.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"Microsoft.NETCore.Platforms": "1.1.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.1": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/Newtonsoft.Json.dll": {
|
||||||
|
"assemblyVersion": "13.0.0.0",
|
||||||
|
"fileVersion": "13.0.1.25517"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NuGet.Frameworks/6.5.0": {
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/NuGet.Frameworks.dll": {
|
||||||
|
"assemblyVersion": "6.5.0.154",
|
||||||
|
"fileVersion": "6.5.0.154"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NUnit/3.14.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "2.0.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"lib/netstandard2.0/nunit.framework.dll": {
|
||||||
|
"assemblyVersion": "3.14.0.0",
|
||||||
|
"fileVersion": "3.14.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"NUnit.Analyzers/3.9.0": {},
|
||||||
|
"NUnit3TestAdapter/4.5.0": {},
|
||||||
|
"System.Reflection.Metadata/1.6.0": {},
|
||||||
|
"Libary/1.0.0": {
|
||||||
|
"dependencies": {
|
||||||
|
"MessageBox.Avalonia": "3.2.0"
|
||||||
|
},
|
||||||
|
"runtime": {
|
||||||
|
"Libary.dll": {
|
||||||
|
"assemblyVersion": "1.0.0.0",
|
||||||
|
"fileVersion": "1.0.0.0"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"libraries": {
|
||||||
|
"Testiks/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
},
|
||||||
|
"Avalonia/11.1.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-kpVAnKTbg/ZVnWyYLGPYXR0Ce4uiHLT1y6BcgJYpdFfn3b0TmvbxFZV37lpc1wEjUyaU28V+DoNnRbYSLsv0nw==",
|
||||||
|
"path": "avalonia/11.1.3",
|
||||||
|
"hashPath": "avalonia.11.1.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Avalonia.BuildServices/0.0.29": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-U4eJLQdoDNHXtEba7MZUCwrBErBTxFp6sUewXBOdAhU0Kwzwaa/EKFcYm8kpcysjzKtfB4S0S9n0uxKZFz/ikw==",
|
||||||
|
"path": "avalonia.buildservices/0.0.29",
|
||||||
|
"hashPath": "avalonia.buildservices.0.0.29.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Avalonia.Remote.Protocol/11.1.3": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-ByXwboJC1jg13Qdxfs3/aX/yY4wi9n1XKT+a6+ckLnpSeesjQ0J6N1+wix7ISuGwFo0cyT0nXpvI4s2Zo+rkSA==",
|
||||||
|
"path": "avalonia.remote.protocol/11.1.3",
|
||||||
|
"hashPath": "avalonia.remote.protocol.11.1.3.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"coverlet.collector/6.0.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-tW3lsNS+dAEII6YGUX/VMoJjBS1QvsxqJeqLaJXub08y1FSjasFPtQ4UBUsudE9PNrzLjooClMsPtY2cZLdXpQ==",
|
||||||
|
"path": "coverlet.collector/6.0.0",
|
||||||
|
"hashPath": "coverlet.collector.6.0.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"DialogHost.Avalonia/0.8.1": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-RLBOMqjJPgSmwe0i1pzX3Q7Pn0i4xE/E1b774krd4VyEkaorz1AYMdYQHyIfuhtQv5NntZyS0MuQbxJl/PhzBg==",
|
||||||
|
"path": "dialoghost.avalonia/0.8.1",
|
||||||
|
"hashPath": "dialoghost.avalonia.0.8.1.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"MessageBox.Avalonia/3.2.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-f4iJxmyF0fKoJQdMCiSSRitP/niUl4g1mSBLGQ9+/58ZXrhjUImnuLdbuBY36n+JpMegy4FA62s588yJkbbjCA==",
|
||||||
|
"path": "messagebox.avalonia/3.2.0",
|
||||||
|
"hashPath": "messagebox.avalonia.3.2.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"MicroCom.Runtime/0.11.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-MEnrZ3UIiH40hjzMDsxrTyi8dtqB5ziv3iBeeU4bXsL/7NLSal9F1lZKpK+tfBRnUoDSdtcW3KufE4yhATOMCA==",
|
||||||
|
"path": "microcom.runtime/0.11.0",
|
||||||
|
"hashPath": "microcom.runtime.0.11.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Microsoft.CodeCoverage/17.8.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-KC8SXWbGIdoFVdlxKk9WHccm0llm9HypcHMLUUFabRiTS3SO2fQXNZfdiF3qkEdTJhbRrxhdRxjL4jbtwPq4Ew==",
|
||||||
|
"path": "microsoft.codecoverage/17.8.0",
|
||||||
|
"hashPath": "microsoft.codecoverage.17.8.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Microsoft.NET.Test.Sdk/17.8.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-BmTYGbD/YuDHmApIENdoyN1jCk0Rj1fJB0+B/fVekyTdVidr91IlzhqzytiUgaEAzL1ZJcYCme0MeBMYvJVzvw==",
|
||||||
|
"path": "microsoft.net.test.sdk/17.8.0",
|
||||||
|
"hashPath": "microsoft.net.test.sdk.17.8.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Microsoft.NETCore.Platforms/1.1.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-kz0PEW2lhqygehI/d6XsPCQzD7ff7gUJaVGPVETX611eadGsA3A877GdSlU0LRVMCTH/+P3o2iDTak+S08V2+A==",
|
||||||
|
"path": "microsoft.netcore.platforms/1.1.0",
|
||||||
|
"hashPath": "microsoft.netcore.platforms.1.1.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Microsoft.TestPlatform.ObjectModel/17.8.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-AYy6vlpGMfz5kOFq99L93RGbqftW/8eQTqjT9iGXW6s9MRP3UdtY8idJ8rJcjeSja8A18IhIro5YnH3uv1nz4g==",
|
||||||
|
"path": "microsoft.testplatform.objectmodel/17.8.0",
|
||||||
|
"hashPath": "microsoft.testplatform.objectmodel.17.8.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Microsoft.TestPlatform.TestHost/17.8.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-9ivcl/7SGRmOT0YYrHQGohWiT5YCpkmy/UEzldfVisLm6QxbLaK3FAJqZXI34rnRLmqqDCeMQxKINwmKwAPiDw==",
|
||||||
|
"path": "microsoft.testplatform.testhost/17.8.0",
|
||||||
|
"hashPath": "microsoft.testplatform.testhost.17.8.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"NETStandard.Library/2.0.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-7jnbRU+L08FXKMxqUflxEXtVymWvNOrS8yHgu9s6EM8Anr6T/wIX4nZ08j/u3Asz+tCufp3YVwFSEvFTPYmBPA==",
|
||||||
|
"path": "netstandard.library/2.0.0",
|
||||||
|
"hashPath": "netstandard.library.2.0.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Newtonsoft.Json/13.0.1": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==",
|
||||||
|
"path": "newtonsoft.json/13.0.1",
|
||||||
|
"hashPath": "newtonsoft.json.13.0.1.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"NuGet.Frameworks/6.5.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-QWINE2x3MbTODsWT1Gh71GaGb5icBz4chS8VYvTgsBnsi8esgN6wtHhydd7fvToWECYGq7T4cgBBDiKD/363fg==",
|
||||||
|
"path": "nuget.frameworks/6.5.0",
|
||||||
|
"hashPath": "nuget.frameworks.6.5.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"NUnit/3.14.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-R7iPwD7kbOaP3o2zldWJbWeMQAvDKD0uld27QvA3PAALl1unl7x0v2J7eGiJOYjimV/BuGT4VJmr45RjS7z4LA==",
|
||||||
|
"path": "nunit/3.14.0",
|
||||||
|
"hashPath": "nunit.3.14.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"NUnit.Analyzers/3.9.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-8bGAEljlBnzR+uU8oGQhTVKnbgBw1Mo71qjVkgzHdvtUkiB5XOIDyjAcS4KUo/j+F2Zv/xBUZRkCWXmejx4bfA==",
|
||||||
|
"path": "nunit.analyzers/3.9.0",
|
||||||
|
"hashPath": "nunit.analyzers.3.9.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"NUnit3TestAdapter/4.5.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-s8JpqTe9bI2f49Pfr3dFRfoVSuFQyraTj68c3XXjIS/MRGvvkLnrg6RLqnTjdShX+AdFUCCU/4Xex58AdUfs6A==",
|
||||||
|
"path": "nunit3testadapter/4.5.0",
|
||||||
|
"hashPath": "nunit3testadapter.4.5.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"System.Reflection.Metadata/1.6.0": {
|
||||||
|
"type": "package",
|
||||||
|
"serviceable": true,
|
||||||
|
"sha512": "sha512-COC1aiAJjCoA5GBF+QKL2uLqEBew4JsCkQmoHKbN3TlOZKa2fKLz5CpiRQKDz0RsAOEGsVKqOD5bomsXq/4STQ==",
|
||||||
|
"path": "system.reflection.metadata/1.6.0",
|
||||||
|
"hashPath": "system.reflection.metadata.1.6.0.nupkg.sha512"
|
||||||
|
},
|
||||||
|
"Libary/1.0.0": {
|
||||||
|
"type": "project",
|
||||||
|
"serviceable": false,
|
||||||
|
"sha512": ""
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
Testiks/bin/Debug/net8.0/Testiks.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/Testiks.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/Testiks.pdb
Normal file
BIN
Testiks/bin/Debug/net8.0/Testiks.pdb
Normal file
Binary file not shown.
12
Testiks/bin/Debug/net8.0/Testiks.runtimeconfig.json
Normal file
12
Testiks/bin/Debug/net8.0/Testiks.runtimeconfig.json
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "net8.0",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.NETCore.App",
|
||||||
|
"version": "8.0.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/nunit.engine.api.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/nunit.engine.api.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/nunit.engine.core.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/nunit.engine.core.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/nunit.engine.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/nunit.engine.dll
Normal file
Binary file not shown.
BIN
Testiks/bin/Debug/net8.0/nunit.framework.dll
Normal file
BIN
Testiks/bin/Debug/net8.0/nunit.framework.dll
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user