Fixed spelling error.

This commit is contained in:
Jordan Wages 2025-08-21 04:11:03 -05:00
commit f1cf26ad98
3 changed files with 1 additions and 7 deletions

View file

@ -12,7 +12,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSMic.Core", "Core\CSMic.Co
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSMic.StandardLibrary", "StandardLibrary\CSMic.StandardLibrary.csproj", "{1533FED0-C765-4929-8797-CE6C2E594DAB}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CCMic.Tests", "Tests\CCMic.Tests.csproj", "{CB09F818-33F7-427E-B6B9-DB8503EAAE4A}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CSMic.Tests", "Tests\CSMic.Tests.csproj", "{CB09F818-33F7-427E-B6B9-DB8503EAAE4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution

View file

@ -8,12 +8,6 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="Functions\hyperbolic\**" />
<EmbeddedResource Remove="Functions\hyperbolic\**" />
<None Remove="Functions\hyperbolic\**" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Core\CSMic.Core.csproj" />
</ItemGroup>