- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net9.0-windows</TargetFramework>
- <UseWindowsForms>true</UseWindowsForms>
- <Nullable>enable</Nullable>
- <ImplicitUsings>enable</ImplicitUsings>
- <AssemblyName>AutorentSetup</AssemblyName>
- </PropertyGroup>
- <ItemGroup>
- <EmbeddedResource Include="app.zip" Condition="Exists('app.zip')" LogicalName="AppPackage.zip" />
- </ItemGroup>
- </Project>
|