Cleaning up naming

This commit is contained in:
Jordan Wages 2025-08-20 20:32:13 -05:00
commit 9b74c03a9d
22 changed files with 61 additions and 67 deletions

View file

@ -2,18 +2,20 @@
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<RootNamespace>CsMic.StandardLibrary</RootNamespace>
<AssemblyName>CsMic.StandardLibrary</AssemblyName>
<RootNamespace>CSMic.StandardLibrary</RootNamespace>
<AssemblyName>CSMic.StandardLibrary</AssemblyName>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\CsMic.Core.csproj" />
<Compile Remove="Functions\hyperbolic\**" />
<EmbeddedResource Remove="Functions\hyperbolic\**" />
<None Remove="Functions\hyperbolic\**" />
</ItemGroup>
<ItemGroup>
<Folder Include="functions\hyperbolic\" />
<ProjectReference Include="..\Core\CSMic.Core.csproj" />
</ItemGroup>
</Project>