This commit is contained in:
6d486f49
2026-06-13 13:20:26 -04:00
parent 9abbb03777
commit 2abd770b6d
3 changed files with 17 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>
+1
View File
@@ -0,0 +1 @@
Console.WriteLine("Hello, World!");
+6
View File
@@ -2,6 +2,8 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Web", "Web\Web.csproj", "{407C534B-4E5A-4B48-8563-D42BDB38D6E0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "Console\Console.csproj", "{B6B1C3EC-CB6F-432C-9982-27545CCA41D5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@@ -12,5 +14,9 @@ Global
{407C534B-4E5A-4B48-8563-D42BDB38D6E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{407C534B-4E5A-4B48-8563-D42BDB38D6E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{407C534B-4E5A-4B48-8563-D42BDB38D6E0}.Release|Any CPU.Build.0 = Release|Any CPU
{B6B1C3EC-CB6F-432C-9982-27545CCA41D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B6B1C3EC-CB6F-432C-9982-27545CCA41D5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B6B1C3EC-CB6F-432C-9982-27545CCA41D5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B6B1C3EC-CB6F-432C-9982-27545CCA41D5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal