2DLightPathSimulator/LensSimulatorWindows/LensSimulatorWindows.csproj

11 lines
255 B
XML
Raw Normal View History

2023-06-06 22:56:56 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>