mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 07:27:25 +08:00
b7e14569eb
Bumps [DiscordRichPresence](https://github.com/Lachee/discord-rpc-csharp) from 1.0.147 to 1.0.150. - [Release notes](https://github.com/Lachee/discord-rpc-csharp/releases) - [Commits](https://github.com/Lachee/discord-rpc-csharp/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
38 lines
1.8 KiB
XML
38 lines
1.8 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
<PropertyGroup Label="Project">
|
|
<TargetFramework>netcoreapp3.1</TargetFramework>
|
|
<OutputType>WinExe</OutputType>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<Description>click the circles. to the beat.</Description>
|
|
<AssemblyName>osu!</AssemblyName>
|
|
<Title>osu!lazer</Title>
|
|
<Product>osu!lazer</Product>
|
|
<ApplicationIcon>lazer.ico</ApplicationIcon>
|
|
<ApplicationManifest>app.manifest</ApplicationManifest>
|
|
<Version>0.0.0</Version>
|
|
<FileVersion>0.0.0</FileVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<StartupObject>osu.Desktop.Program</StartupObject>
|
|
</PropertyGroup>
|
|
<ItemGroup Label="Project References">
|
|
<ProjectReference Include="..\osu.Game.Tournament\osu.Game.Tournament.csproj" />
|
|
<ProjectReference Include="..\osu.Game\osu.Game.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Osu\osu.Game.Rulesets.Osu.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Catch\osu.Game.Rulesets.Catch.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Mania\osu.Game.Rulesets.Mania.csproj" />
|
|
<ProjectReference Include="..\osu.Game.Rulesets.Taiko\osu.Game.Rulesets.Taiko.csproj" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Package References">
|
|
<PackageReference Include="System.IO.Packaging" Version="4.7.0" />
|
|
<PackageReference Include="ppy.squirrel.windows" Version="1.9.0.4" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="2.2.6" />
|
|
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="2.2.6" />
|
|
<PackageReference Include="Microsoft.Win32.Registry" Version="4.7.0" />
|
|
<PackageReference Include="DiscordRichPresence" Version="1.0.150" />
|
|
</ItemGroup>
|
|
<ItemGroup Label="Resources">
|
|
<EmbeddedResource Include="lazer.ico" />
|
|
</ItemGroup>
|
|
</Project>
|