프로젝트 추가

This commit is contained in:
2025-12-29 00:53:13 +09:00
parent 2d770d6def
commit ee76db0fd6
4 changed files with 45 additions and 0 deletions

10
MoneyMaker.csproj Normal file
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>