latex bot discord
Diffstat (limited to 'latex bot.csproj')
-rw-r--r--latex bot.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/latex bot.csproj b/latex bot.csproj
new file mode 100644
index 0000000..2a3af0b
--- /dev/null
+++ b/latex bot.csproj
@@ -0,0 +1,15 @@
+<Project Sdk="Godot.NET.Sdk/3.3.0">
+ <PropertyGroup>
+ <TargetFramework>net472</TargetFramework>
+ <RootNamespace>latexbot</RootNamespace>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="CSharpMath" Version="0.5.1" />
+ <PackageReference Include="CSharpMath.SkiaSharp" Version="0.5.1" />
+ </ItemGroup>
+
+ <ItemGroup Condition=" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))'">
+ <PackageReference Include="SkiaSharp.NativeAssets.Linux.NoDependencies" Version="2.88.1-preview.108" />
+ </ItemGroup>
+</Project> \ No newline at end of file