mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -07:00
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/CommunityToolkit/dotnet/releases) - [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.1.0...v8.2.0) --- updated-dependencies: - dependency-name: CommunityToolkit.Mvvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
34 lines
1.1 KiB
XML
34 lines
1.1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>net6.0-windows</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<UseWPF>true</UseWPF>
|
|
<UseWindowsForms>True</UseWindowsForms>
|
|
<ApplicationIcon>Bloxstrap.ico</ApplicationIcon>
|
|
<Version>2.2.0</Version>
|
|
<FileVersion>2.2.0.0</FileVersion>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Resource Include="Bloxstrap.ico" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<EmbeddedResource Include="Resources\Mods\OldCursor.png" />
|
|
<EmbeddedResource Include="Resources\Mods\OldDeath.ogg" />
|
|
<EmbeddedResource Include="Resources\Mods\OldFarCursor.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.0" />
|
|
<PackageReference Include="DiscordRichPresence" Version="1.1.3.18" />
|
|
<PackageReference Include="ini-parser-netstandard" Version="2.5.2" />
|
|
<PackageReference Include="securifybv.ShellLink" Version="0.1.0" />
|
|
<PackageReference Include="WPF-UI" Version="2.0.3" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|