Files
VisualizerExtensionExample/Vector3Visualizer/Vector3VisualizerTest/Test.csproj

11 lines
252 B
XML
Raw Normal View History

2026-01-12 16:13:45 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2026-01-13 09:34:48 +01:00
<TargetFramework>net8.0</TargetFramework>
2026-01-12 16:13:45 +01:00
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>