2DLightPathSimulator/LensSimulator-WinForms/LensSimulator-WinForms.csproj

12 lines
354 B
XML
Raw Normal View History

2023-07-11 06:03:18 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net7.0-windows</TargetFramework>
<RootNamespace>LensSimulator_WinForms</RootNamespace>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
</Project>