File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1414 GlobalSection (ProjectConfigurationPlatforms ) = postSolution
1515 {58B09361-FD7A-48F1-82E1-E2359ADA512F} .IL2CPP |Any CPU .ActiveCfg = IL 2 CPP| Any CPU
1616 {58B09361-FD7A-48F1-82E1-E2359ADA512F} .IL2CPP |Any CPU .Build .0 = IL 2 CPP| Any CPU
17- {85432E7B-2023-477C-861E-0141E8974DDC} .IL2CPP |Any CPU .ActiveCfg = IL 2 CPP |Any CPU
18- {85432E7B-2023-477C-861E-0141E8974DDC} .IL2CPP |Any CPU .Build .0 = IL 2 CPP |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
Original file line number Diff line number Diff line change 1+ using PolyMod ;
2+
13namespace Tests ;
24
35public class UnitTest1
46{
57 [ Fact ]
68 public void Test1 ( )
79 {
8- Assert . True ( true ) ;
910 }
1011}
You can’t perform that action at this time.
0 commit comments