Compare commits

..

4 Commits

Author SHA1 Message Date
0b96e6daa9 프로젝트 추가 2025-03-13 22:54:38 +09:00
af674e649e ㅁㄴㅇ 2025-03-13 22:54:30 +09:00
3ccf3bbacc editorconfig 추가 2025-03-13 22:52:47 +09:00
7395dbeef2 gitignore 추가 2025-03-13 22:52:14 +09:00
2 changed files with 10 additions and 9 deletions

View File

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