summary refs log tree commit diff
path: root/MatrixLogFwd/MatrixLogFwd.csproj
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-09-08 18:46:06 +0200
committerRory& <root@rory.gay>2025-09-08 18:46:06 +0200
commitbdfe3e460915e00de11f50c6e3d1c1c60b13f3b9 (patch)
treebdb7aa3f5e722afa6b18c9c264f4a1e2e3fc1551 /MatrixLogFwd/MatrixLogFwd.csproj
downloadMatrixLogFwd-bdfe3e460915e00de11f50c6e3d1c1c60b13f3b9.tar.xz
Old changes
Diffstat (limited to 'MatrixLogFwd/MatrixLogFwd.csproj')
-rw-r--r--MatrixLogFwd/MatrixLogFwd.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/MatrixLogFwd/MatrixLogFwd.csproj b/MatrixLogFwd/MatrixLogFwd.csproj
new file mode 100644

index 0000000..387c966 --- /dev/null +++ b/MatrixLogFwd/MatrixLogFwd.csproj
@@ -0,0 +1,15 @@ +<Project Sdk="Microsoft.NET.Sdk"> + + <PropertyGroup> + <OutputType>Exe</OutputType> + <TargetFramework>net8.0</TargetFramework> + <LangVersion>preview</LangVersion> + <ImplicitUsings>enable</ImplicitUsings> + <Nullable>enable</Nullable> + </PropertyGroup> + + <ItemGroup> + <ProjectReference Include="..\LibMatrix\LibMatrix\LibMatrix.csproj" /> + </ItemGroup> + +</Project>