프로젝트 추가

This commit is contained in:
2025-03-13 22:54:38 +09:00
parent af674e649e
commit 0b96e6daa9
2 changed files with 12 additions and 0 deletions

10
ClassicRaytracing.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>