summaryrefslogtreecommitdiff
path: root/east-auctioner.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'east-auctioner.csproj')
-rw-r--r--east-auctioner.csproj26
1 files changed, 26 insertions, 0 deletions
diff --git a/east-auctioner.csproj b/east-auctioner.csproj
new file mode 100644
index 0000000..0ca0643
--- /dev/null
+++ b/east-auctioner.csproj
@@ -0,0 +1,26 @@
+<Project Sdk="Microsoft.NET.Sdk">
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net10.0</TargetFramework>
+ <Nullable>enable</Nullable>
+ <ApplicationManifest>app.manifest</ApplicationManifest>
+ <AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <Folder Include="Models\" />
+ <AvaloniaResource Include="Assets\**" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Avalonia" Version="12.0.3" />
+ <PackageReference Include="Avalonia.Desktop" Version="12.0.3" />
+ <PackageReference Include="Avalonia.Themes.Fluent" Version="12.0.3" />
+ <PackageReference Include="Avalonia.Fonts.Inter" Version="12.0.3" />
+ <PackageReference Include="AvaloniaUI.DiagnosticsSupport" Version="2.2.1">
+ <IncludeAssets Condition="'$(Configuration)' != 'Debug'">None</IncludeAssets>
+ <PrivateAssets Condition="'$(Configuration)' != 'Debug'">All</PrivateAssets>
+ </PackageReference>
+ <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.1" />
+ </ItemGroup>
+</Project>