Beluga0_0
❔ cmd on background
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<PublishTrimmed> true </PublishTrimmed>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<PublishReadyToRun>true</PublishReadyToRun>
<SelfContained>true</SelfContained>
<ApplicationIcon>EnvironmentSetter.ico</ApplicationIcon>
<Version>1.0.0</Version>
<NoWin32Manifest>true</NoWin32Manifest>
</PropertyGroup> <PropertyGroup> <CFBundleName>EnvironmentSetter</CFBundleName> <CFBundleExecutable>EnvironmentSetter</CFBundleExecutable> <CFBundleIdentifier>environmentsetter</CFBundleIdentifier> <CFBundleShortVersionString>$(Version)</CFBundleShortVersionString> <CFBundleIconFile>EnvironmentSetter.icns</CFBundleIconFile> <CFBundlePackageType>APPL</CFBundlePackageType> <NSPrincipalClass>NSApplication</NSPrincipalClass> <NSHighResolutionCapable>True</NSHighResolutionCapable> <NSHumanReadableCopyright>©2023 Ganiiiii</NSHumanReadableCopyright> </PropertyGroup>
<ItemGroup> <Compile Update="Views\MainWindow.axaml.cs"> <DependentUpon>MainWindow.axaml</DependentUpon> <SubType>Code</SubType> </Compile> </ItemGroup> </Project>
</PropertyGroup> <PropertyGroup> <CFBundleName>EnvironmentSetter</CFBundleName> <CFBundleExecutable>EnvironmentSetter</CFBundleExecutable> <CFBundleIdentifier>environmentsetter</CFBundleIdentifier> <CFBundleShortVersionString>$(Version)</CFBundleShortVersionString> <CFBundleIconFile>EnvironmentSetter.icns</CFBundleIconFile> <CFBundlePackageType>APPL</CFBundlePackageType> <NSPrincipalClass>NSApplication</NSPrincipalClass> <NSHighResolutionCapable>True</NSHighResolutionCapable> <NSHumanReadableCopyright>©2023 Ganiiiii</NSHumanReadableCopyright> </PropertyGroup>
<ItemGroup> <Compile Update="Views\MainWindow.axaml.cs"> <DependentUpon>MainWindow.axaml</DependentUpon> <SubType>Code</SubType> </Compile> </ItemGroup> </Project>
8 replies