diff --git a/ImportUI/ImportUI.csproj b/ImportUI/ImportUI.csproj
index d3ec367..36c8729 100644
--- a/ImportUI/ImportUI.csproj
+++ b/ImportUI/ImportUI.csproj
@@ -15,4 +15,8 @@
<_ContentIncludedByDefault Remove="wwwroot\bootstrap\bootstrap.min.css.map" />
+
+
+
+
diff --git a/YtImport.sln b/YtImport.sln
index cede5b3..d5c3b45 100644
--- a/YtImport.sln
+++ b/YtImport.sln
@@ -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
diff --git a/YtMiner/YtMiner.csproj b/YtMiner/YtMiner.csproj
new file mode 100644
index 0000000..3a63532
--- /dev/null
+++ b/YtMiner/YtMiner.csproj
@@ -0,0 +1,9 @@
+
+
+
+ net8.0
+ enable
+ enable
+
+
+