stardew-soundloop-mod/SoundLoopMod/SoundLoopMod.csproj
Strelkasaurus e56b014c96 Initial release
Nexus page: https://www.nexusmods.com/stardewvalley/mods/13099

Caveats:
    - The music will go silent after dark (6-8pm depending on season).
    - There may be a short pause between each loop.
    - Music will not loop unless you are outdoors or in the mines.
2022-07-26 01:42:36 +02:00

15 lines
382 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<LangVersion>10</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Pathoschild.Stardew.ModBuildConfig" Version="4.0.1" />
</ItemGroup>
</Project>