mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -07:00
instead of removing reshade outright, it's probably better to just make people switch to LIVE for now. yeah, reshade is on its last knees, but if there's still time, i'm taking it
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.1.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>
|