Skip to content

Commit 308a95c

Browse files
Fix strange sln behaviour
1 parent b75e56f commit 308a95c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

PolyMod.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Global
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
1515
{58B09361-FD7A-48F1-82E1-E2359ADA512F}.IL2CPP|Any CPU.ActiveCfg = IL2CPP|Any CPU
1616
{58B09361-FD7A-48F1-82E1-E2359ADA512F}.IL2CPP|Any CPU.Build.0 = IL2CPP|Any CPU
17-
{85432E7B-2023-477C-861E-0141E8974DDC}.IL2CPP|Any CPU.ActiveCfg = IL2CPP|Any CPU
18-
{85432E7B-2023-477C-861E-0141E8974DDC}.IL2CPP|Any CPU.Build.0 = IL2CPP|Any CPU
17+
{85432E7B-2023-477C-861E-0141E8974DDC}.IL2CPP|Any CPU.ActiveCfg = Debug|Any CPU
18+
{85432E7B-2023-477C-861E-0141E8974DDC}.IL2CPP|Any CPU.Build.0 = Debug|Any CPU
1919
EndGlobalSection
2020
GlobalSection(SolutionProperties) = preSolution
2121
HideSolutionNode = FALSE

tests/UnitTest1.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
using PolyMod;
2+
13
namespace Tests;
24

35
public class UnitTest1
46
{
57
[Fact]
68
public void Test1()
79
{
8-
Assert.True(true);
910
}
1011
}

0 commit comments

Comments
 (0)