Beluga0_0
Beluga0_0
CC#
Created by pape on 6/6/2024 in #help
MVC Identity help
do console log and come back with details
4 replies
CC#
Created by Beluga0_0 on 3/10/2023 in #help
❔ 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>
8 replies
CC#
Created by Beluga0_0 on 3/10/2023 in #help
❔ cmd on background
wait let me send you my csproj code in here.
8 replies
CC#
Created by Beluga0_0 on 3/10/2023 in #help
❔ cmd on background
yes...
8 replies