[ADD] Miner library

This commit is contained in:
max
2025-08-02 14:16:28 +02:00
parent c7402d8bc4
commit 3748dd7d58
3 changed files with 19 additions and 0 deletions

View File

@@ -15,4 +15,8 @@
<_ContentIncludedByDefault Remove="wwwroot\bootstrap\bootstrap.min.css.map" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\YtMiner\YtMiner.csproj" />
</ItemGroup>
</Project>

View File

@@ -2,6 +2,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ImportUI", "ImportUI\ImportUI.csproj", "{5831AFAE-5C0C-4BFE-90FF-13131822F2CB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YtMiner", "YtMiner\YtMiner.csproj", "{26EC02BE-52F7-4611-82AB-214CED90C583}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -12,5 +14,9 @@ Global
{5831AFAE-5C0C-4BFE-90FF-13131822F2CB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5831AFAE-5C0C-4BFE-90FF-13131822F2CB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5831AFAE-5C0C-4BFE-90FF-13131822F2CB}.Release|Any CPU.Build.0 = Release|Any CPU
{26EC02BE-52F7-4611-82AB-214CED90C583}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26EC02BE-52F7-4611-82AB-214CED90C583}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26EC02BE-52F7-4611-82AB-214CED90C583}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26EC02BE-52F7-4611-82AB-214CED90C583}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal

9
YtMiner/YtMiner.csproj Normal file
View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>