|
1 | | -<Project Sdk="Microsoft.NET.Sdk"> |
| 1 | +<Project Sdk="Microsoft.NET.Sdk"> |
2 | 2 |
|
3 | 3 | <PropertyGroup> |
4 | 4 | <OutputType>WinExe</OutputType> |
|
12 | 12 | <ApplicationManifest>app.manifest</ApplicationManifest> |
13 | 13 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
14 | 14 | <IncludeSourceRevisionInInformationalVersion>false</IncludeSourceRevisionInInformationalVersion> |
15 | | - <AssemblyName>BoneFish</AssemblyName> |
| 15 | + <AssemblyName>BoneFish</AssemblyName> |
16 | 16 | <Product>BoneFish</Product> |
17 | 17 | <RootNamespace>Bloxstrap</RootNamespace> |
18 | | - |
19 | | - <!-- Publish Optimization --> |
20 | | - <EnableCompressionInSingleFile>true</EnableCompressionInSingleFile> |
21 | | - <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
22 | 18 | </PropertyGroup> |
23 | | - |
24 | | - <ItemGroup> |
25 | | - <Resource Include="BoneFish.ico" /> |
| 19 | + |
| 20 | +<ItemGroup> |
| 21 | + <Resource Include="Bloxstrap.ico" /> |
26 | 22 | <Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\PlayerLogo.png" /> |
27 | 23 | <Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\Roblox.png" /> |
28 | 24 | <Resource Include="Resources\BootstrapperStyles\TwentyFiveDialog\Studio.png" /> |
|
70 | 66 | <PackageReference Include="CommunityToolkit.Mvvm" Version="8.4.0" /> |
71 | 67 | <PackageReference Include="DiscordRichPresence" Version="1.2.1.24" /> |
72 | 68 | <PackageReference Include="Markdig" Version="0.40.0" /> |
73 | | - <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275"> |
| 69 | + <PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.183"> |
74 | 70 | <!--<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>--> |
75 | 71 | <PrivateAssets>all</PrivateAssets> |
76 | 72 | </PackageReference> |
|
0 commit comments