about summary refs log tree commit diff
path: root/LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj
diff options
context:
space:
mode:
authorEmma [it/its]@Rory& <root@rory.gay>2024-06-01 19:02:28 +0200
committerEmma [it/its]@Rory& <root@rory.gay>2024-06-01 19:03:05 +0200
commita129b321998614b20e4ebb8a7c1632553ebee981 (patch)
treef4e16f7b1bbeffc21e81f8749e4980994242ff19 /LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj
parentEvent serialisation fix (diff)
downloadLibMatrix-bak-a129b321998614b20e4ebb8a7c1632553ebee981.tar.xz
Split event abstractions
Diffstat (limited to 'LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj')
-rw-r--r--LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj26
1 files changed, 26 insertions, 0 deletions
diff --git a/LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj b/LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj
new file mode 100644

index 0000000..5bfaedf --- /dev/null +++ b/LibMatrix.EventTypes.Spec/LibMatrix.EventTypes.Spec.csproj
@@ -0,0 +1,26 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <TargetFramework>net8.0</TargetFramework> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + <TrimEnabled>true</TrimEnabled> + <PublishTrimmed>true</PublishTrimmed> + <TrimMode>full</TrimMode> + + + <Optimize>true</Optimize> + <RunAOTCompilation>true</RunAOTCompilation> + <PublishTrimmed>true</PublishTrimmed> + <PublishReadyToRun>true</PublishReadyToRun> + <PublishSingleFile>true</PublishSingleFile> + <PublishReadyToRunShowWarnings>true</PublishReadyToRunShowWarnings> + <PublishTrimmedShowLinkerSizeComparison>true</PublishTrimmedShowLinkerSizeComparison> + <PublishTrimmedShowLinkerSizeComparisonWarnings>true</PublishTrimmedShowLinkerSizeComparisonWarnings> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\LibMatrix.EventTypes.Abstractions\LibMatrix.EventTypes.Abstractions.csproj" /> + </ItemGroup> + +</Project>