forked from adammikulis/MindGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MindGame.csproj
22 lines (22 loc) · 893 Bytes
/
MindGame.csproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<Project Sdk="Godot.NET.Sdk/4.3.0-beta.1">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
<RootNamespace>MindGame</RootNamespace>
<Title>MindGame</Title>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="LLamaSharp" Version="0.13.0" />
<PackageReference Include="LLamaSharp.Backend.Cpu" Version="0.13.0" />
<PackageReference Include="LLamaSharp.Backend.Cuda12" Version="0.13.0" />
<PackageReference Include="System.Speech" Version="9.0.0-preview.4.24266.19" />
</ItemGroup>
<ItemGroup>
<TrimmerRootAssembly Include="GodotSharp" />
<TrimmerRootAssembly Include="$(TargetName)" />
</ItemGroup>
<ItemGroup>
<Folder Include="addons\mind_game\scripts\model_classes\senses\" />
</ItemGroup>
</Project>