about summary refs log tree commit diff
path: root/LibMatrix.EventTypes/LibMatrix.EventTypes.csproj
blob: bd33993fc9aef12496d591843cef055e9d47092e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<Project Sdk="Microsoft.NET.Sdk">

    <PropertyGroup>
        <TargetFramework>net8.0</TargetFramework>
        <ImplicitUsings>enable</ImplicitUsings>
        <Nullable>enable</Nullable>
        <OutputType>Exe</OutputType>
    </PropertyGroup>

    <ItemGroup>
      <ProjectReference Include="..\ArcaneLibs\ArcaneLibs\ArcaneLibs.csproj" />
    </ItemGroup>

</Project>