Initial function project commit

This commit is contained in:
Jordan Wages 2025-08-19 23:45:55 -05:00
commit 49902cda2a
7 changed files with 97 additions and 9 deletions

17
src/stdlib/stdlib.csproj Normal file
View file

@ -0,0 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net9.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\core\core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="functions\hyperbolic\" />
</ItemGroup>
</Project>