-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into simai-import
- Loading branch information
Showing
2 changed files
with
26 additions
and
26 deletions.
There are no files selected for viewing
50 changes: 25 additions & 25 deletions
50
osu.Game.Rulesets.Sentakki.Tests/osu.Game.Rulesets.Sentakki.Tests.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<StartupObject>osu.Game.Rulesets.Sentakki.Tests.VisualTestRunner</StartupObject> | ||
</PropertyGroup> | ||
<ItemGroup Label="Service"> | ||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"/> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
<AssemblyName>osu.Game.Rulesets.Sentakki.Tests</AssemblyName> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/> | ||
<PackageReference Include="NUnit" Version="4.2.2"/> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Game.Rulesets.Sentakki\osu.Game.Rulesets.Sentakki.csproj"/> | ||
</ItemGroup> | ||
<PropertyGroup Label="Project"> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>osu.Game.Rulesets.Sentakki.Tests</RootNamespace> | ||
</PropertyGroup> | ||
</Project> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<PropertyGroup> | ||
<StartupObject>osu.Game.Rulesets.Sentakki.Tests.VisualTestRunner</StartupObject> | ||
</PropertyGroup> | ||
<ItemGroup Label="Service"> | ||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}"/> | ||
</ItemGroup> | ||
<PropertyGroup> | ||
<GenerateProgramFile>false</GenerateProgramFile> | ||
<AssemblyName>osu.Game.Rulesets.Sentakki.Tests</AssemblyName> | ||
</PropertyGroup> | ||
<ItemGroup Label="Package References"> | ||
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.1"/> | ||
<PackageReference Include="NUnit" Version="4.2.2"/> | ||
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0"/> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ProjectReference Include="..\osu.Game.Rulesets.Sentakki\osu.Game.Rulesets.Sentakki.csproj"/> | ||
</ItemGroup> | ||
<PropertyGroup Label="Project"> | ||
<OutputType>WinExe</OutputType> | ||
<TargetFramework>net8.0</TargetFramework> | ||
<RootNamespace>osu.Game.Rulesets.Sentakki.Tests</RootNamespace> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters