2DLightPathSimulator/LensSimulatorWPF/LensSimulatorWPF.csproj

11 lines
235 B
XML
Raw Permalink Normal View History

2023-07-12 12:27:45 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWPF>true</UseWPF>
</PropertyGroup>
</Project>