콘솔 프로젝트 추가

This commit is contained in:
2025-09-04 23:01:39 +09:00
parent 3dd056327d
commit a7d4720918
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>