aboutsummaryrefslogtreecommitdiff
path: root/Erable/Erable.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'Erable/Erable.csproj')
-rw-r--r--Erable/Erable.csproj52
1 files changed, 0 insertions, 52 deletions
diff --git a/Erable/Erable.csproj b/Erable/Erable.csproj
deleted file mode 100644
index 88b6034..0000000
--- a/Erable/Erable.csproj
+++ /dev/null
@@ -1,52 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net5.0</TargetFramework>
- <Nullable>enable</Nullable>
- <PublishTrimmed>true</PublishTrimmed>
- <TrimMode>link</TrimMode>
- <RootNamespace>Erable</RootNamespace>
- <Company>Alee Productions</Company>
- <AssemblyVersion>0.0.1</AssemblyVersion>
- <IsPackable>false</IsPackable>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <PlatformTarget>x64</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup>
- <RuntimeIdentifiers>osx-x64</RuntimeIdentifiers>
- <CFBundleName>Erable</CFBundleName> <!-- Also defines .app file name -->
- <CFBundleDisplayName>Erable</CFBundleDisplayName>
- <CFBundleIdentifier>xyz.aleeproductions</CFBundleIdentifier>
- <CFBundleVersion>0.0.1</CFBundleVersion>
- <CFBundleShortVersionString>0.0.1</CFBundleShortVersionString>
- <CFBundlePackageType>AAPL</CFBundlePackageType>
- <CFBundleSignature>????</CFBundleSignature>
- <CFBundleExecutable>Erable</CFBundleExecutable>
- <!-- <CFBundleIconFile>AppName.icns</CFBundleIconFile> Will be copied from output directory -->
- <NSPrincipalClass>NSApplication</NSPrincipalClass>
- <NSHighResolutionCapable>true</NSHighResolutionCapable>
- <UseAppHost>true</UseAppHost>
- </PropertyGroup>
- <ItemGroup>
- <Folder Include="Models\" />
- <AvaloniaResource Include="Assets\**" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="Avalonia" Version="0.10.0" />
- <PackageReference Include="Avalonia.Desktop" Version="0.10.0" />
- <PackageReference Include="Avalonia.Diagnostics" Version="0.10.0" />
- <PackageReference Include="Avalonia.ReactiveUI" Version="0.10.0" />
- <PackageReference Include="DiscordRichPresence" Version="1.0.175" />
- <PackageReference Include="Dotnet.Bundle" Version="0.9.13" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Sirop.Backend\Sirop.Backend.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Compile Update="Views\About.axaml.cs">
- <DependentUpon>About.axaml</DependentUpon>
- <SubType>Code</SubType>
- </Compile>
- </ItemGroup>
-</Project>