diff --git a/Proculite.Common.Test/Proculite.Common.Test.csproj b/Proculite.Common.Test/Proculite.Common.Test.csproj new file mode 100644 index 0000000..f28dfc0 --- /dev/null +++ b/Proculite.Common.Test/Proculite.Common.Test.csproj @@ -0,0 +1,27 @@ + + + + net8.0 + enable + enable + + false + true + + + + + + + + + + + + + + + + + + diff --git a/Proculite.Common.sln b/Proculite.Common.sln index a3b429c..3e04f30 100644 --- a/Proculite.Common.sln +++ b/Proculite.Common.sln @@ -7,6 +7,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proculite.Common", "Proculi EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proculite.Common.Android", "Proculite.Common.Android\Proculite.Common.Android.csproj", "{8266869D-9787-4E0E-82E5-A43655C5CD0F}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Proculite.Common.Test", "Proculite.Common.Test\Proculite.Common.Test.csproj", "{2CD14272-8F9C-4946-9F1A-0E5A8AFBE3D2}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -24,5 +26,9 @@ Global {8266869D-9787-4E0E-82E5-A43655C5CD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU {8266869D-9787-4E0E-82E5-A43655C5CD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU {8266869D-9787-4E0E-82E5-A43655C5CD0F}.Release|Any CPU.Build.0 = Release|Any CPU + {2CD14272-8F9C-4946-9F1A-0E5A8AFBE3D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {2CD14272-8F9C-4946-9F1A-0E5A8AFBE3D2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {2CD14272-8F9C-4946-9F1A-0E5A8AFBE3D2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {2CD14272-8F9C-4946-9F1A-0E5A8AFBE3D2}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal