summaryrefslogtreecommitdiff
path: root/marching/Assets/ThirdParty/CSV-Parser/CSV Parser/CSV Parser.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'marching/Assets/ThirdParty/CSV-Parser/CSV Parser/CSV Parser.csproj')
-rw-r--r--marching/Assets/ThirdParty/CSV-Parser/CSV Parser/CSV Parser.csproj13
1 files changed, 0 insertions, 13 deletions
diff --git a/marching/Assets/ThirdParty/CSV-Parser/CSV Parser/CSV Parser.csproj b/marching/Assets/ThirdParty/CSV-Parser/CSV Parser/CSV Parser.csproj
deleted file mode 100644
index bf48c73..0000000
--- a/marching/Assets/ThirdParty/CSV-Parser/CSV Parser/CSV Parser.csproj
+++ /dev/null
@@ -1,13 +0,0 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <RootNamespace>CSV_Parser</RootNamespace>
- <LangVersion>7.3</LangVersion>
- </PropertyGroup>
-
- <ItemGroup>
- <PackageReference Include="System.Memory" Version="4.5.4" />
- </ItemGroup>
-
-</Project>