aboutsummaryrefslogtreecommitdiff
path: root/BatchGrfToJson/BatchGrfToJson.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'BatchGrfToJson/BatchGrfToJson.csproj')
-rw-r--r--BatchGrfToJson/BatchGrfToJson.csproj10
1 files changed, 10 insertions, 0 deletions
diff --git a/BatchGrfToJson/BatchGrfToJson.csproj b/BatchGrfToJson/BatchGrfToJson.csproj
new file mode 100644
index 0000000..2f4fc77
--- /dev/null
+++ b/BatchGrfToJson/BatchGrfToJson.csproj
@@ -0,0 +1,10 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>Exe</OutputType>
+ <TargetFramework>net8.0</TargetFramework>
+ <ImplicitUsings>enable</ImplicitUsings>
+ <Nullable>enable</Nullable>
+ </PropertyGroup>
+
+</Project>