about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-05-31 13:41:40 +0200
committerEmma [it/its]@Rory& <root@rory.gay>2024-05-31 13:41:56 +0200
commit59016736ceb4aab3975fe429e226da38c239abf9 (patch)
treedfa44e65b7c027ea1b4a2aa2ce3de7e39d8badfe /LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
parentStart implementing new event system (diff)
downloadLibMatrix-bak-59016736ceb4aab3975fe429e226da38c239abf9.tar.xz
Event serialisation fix
Diffstat (limited to 'LibMatrix.EventTypes/LibMatrix.EventTypes.csproj')
-rw-r--r--LibMatrix.EventTypes/LibMatrix.EventTypes.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj

index 3a63532..bd33993 100644 --- a/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj +++ b/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
@@ -4,6 +4,11 @@ <TargetFramework>net8.0</TargetFramework> <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> + <OutputType>Exe</OutputType> </PropertyGroup> + <ItemGroup> + <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" /> + </ItemGroup> + </Project>