Browse Source

Delete unused project

Tigran 4 years ago
parent
commit
99ce6e7850
3 changed files with 0 additions and 34 deletions
  1. 0 6
      CardCollector.sln
  2. 0 16
      CardCollectorChat/CardCollectorChat.csproj
  3. 0 12
      CardCollectorChat/Program.cs

+ 0 - 6
CardCollector.sln

@@ -2,8 +2,6 @@
 Microsoft Visual Studio Solution File, Format Version 12.00
 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardCollector", "CardCollector\CardCollector.csproj", "{D567675A-1158-4A2D-B4D0-F863480BD5B1}"
 EndProject
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CardCollectorChat", "CardCollectorChat\CardCollectorChat.csproj", "{52B657E7-97AD-464B-82CE-9319A4EEC5DB}"
-EndProject
 Global
 	GlobalSection(SolutionConfigurationPlatforms) = preSolution
 		Debug|Any CPU = Debug|Any CPU
@@ -14,9 +12,5 @@ Global
 		{D567675A-1158-4A2D-B4D0-F863480BD5B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
 		{D567675A-1158-4A2D-B4D0-F863480BD5B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
 		{D567675A-1158-4A2D-B4D0-F863480BD5B1}.Release|Any CPU.Build.0 = Release|Any CPU
-		{52B657E7-97AD-464B-82CE-9319A4EEC5DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
-		{52B657E7-97AD-464B-82CE-9319A4EEC5DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
-		{52B657E7-97AD-464B-82CE-9319A4EEC5DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
-		{52B657E7-97AD-464B-82CE-9319A4EEC5DB}.Release|Any CPU.Build.0 = Release|Any CPU
 	EndGlobalSection
 EndGlobal

+ 0 - 16
CardCollectorChat/CardCollectorChat.csproj

@@ -1,16 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
-    <PropertyGroup>
-        <OutputType>Exe</OutputType>
-        <TargetFramework>net5.0</TargetFramework>
-    </PropertyGroup>
-
-    <ItemGroup>
-        <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.7" />
-        <PackageReference Include="MySql.Data" Version="8.0.25" />
-        <PackageReference Include="MySql.EntityFrameworkCore" Version="5.0.3.1" />
-      <PackageReference Include="Telegram.Bot" Version="17.0.0-alpha.3" />
-      <PackageReference Include="Telegram.Bot.Extensions.Polling" Version="1.0.0-alpha.1" />
-    </ItemGroup>
-
-</Project>

+ 0 - 12
CardCollectorChat/Program.cs

@@ -1,12 +0,0 @@
-using System;
-
-namespace CardCollectorChat
-{
-    class Program
-    {
-        static void Main(string[] args)
-        {
-            Console.WriteLine("Hello World!");
-        }
-    }
-}