Compare commits

..

4 Commits

Author SHA1 Message Date
e9ef326ced 프로젝트 위치 이동 2025-03-14 00:43:34 +09:00
78f6722742 프로젝트 추가 2025-03-13 22:56:10 +09:00
8af5361ded editorconfig 추가 2025-03-13 22:56:10 +09:00
fd74267b88 gitignore 추가 2025-03-13 22:56:10 +09:00
2 changed files with 9 additions and 10 deletions

View File

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