about summary refs log tree commit diff
path: root/ConsoleApp1/ConsoleApp1.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'ConsoleApp1/ConsoleApp1.csproj')
-rw-r--r--ConsoleApp1/ConsoleApp1.csproj14
1 files changed, 0 insertions, 14 deletions
diff --git a/ConsoleApp1/ConsoleApp1.csproj b/ConsoleApp1/ConsoleApp1.csproj
deleted file mode 100644
index f30d408..0000000
--- a/ConsoleApp1/ConsoleApp1.csproj
+++ /dev/null
@@ -1,14 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">

-

-  <PropertyGroup>

-    <OutputType>Exe</OutputType>

-    <TargetFramework>net8.0</TargetFramework>

-    <ImplicitUsings>enable</ImplicitUsings>

-    <Nullable>enable</Nullable>

-  </PropertyGroup>

-

-  <ItemGroup>

-    <ProjectReference Include="..\LibMatrix.EventTypes\LibMatrix.EventTypes.csproj" />

-  </ItemGroup>

-

-</Project>