Files
lightsetup/LightSetupConfig/LightSetupConfig.csproj
2023-05-22 09:29:58 +08:00

16 lines
474 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\LightSetupBase\LightSetupBase.csproj" />
<ProjectReference Include="..\LightSetupMd5\LightSetupMd5.csproj" />
</ItemGroup>
</Project>