From 2d90dcb5cef222180ee3cc7117f736d002f00940 Mon Sep 17 00:00:00 2001 From: Richard Van Tassel Date: Sat, 22 Feb 2025 23:41:08 -0500 Subject: [PATCH] renames DMComplexValueType file and removes Json/Bytecode dirs from compiler --- DMCompiler/DM/{DMValueType.cs => DMComplexValueType.cs} | 0 DMCompiler/DMCompiler.csproj | 5 ----- 2 files changed, 5 deletions(-) rename DMCompiler/DM/{DMValueType.cs => DMComplexValueType.cs} (100%) diff --git a/DMCompiler/DM/DMValueType.cs b/DMCompiler/DM/DMComplexValueType.cs similarity index 100% rename from DMCompiler/DM/DMValueType.cs rename to DMCompiler/DM/DMComplexValueType.cs diff --git a/DMCompiler/DMCompiler.csproj b/DMCompiler/DMCompiler.csproj index 4b273f8e20..e0078b3515 100644 --- a/DMCompiler/DMCompiler.csproj +++ b/DMCompiler/DMCompiler.csproj @@ -18,11 +18,6 @@ - - - - -