Remove unused code.

This commit is contained in:
2022-12-16 23:38:00 +08:00
parent 3f7becf580
commit 595fd74662
3 changed files with 0 additions and 36 deletions

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: ef3100799cf39eb4d8585dcfba2529a5
folderAsset: yes
timeCreated: 1623583530
licenseType: Pro
DefaultImporter:
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,15 +0,0 @@
#if UNITY_5
using System.Text.RegularExpressions;
using SyntaxTree.VisualStudio.Unity.Bridge;
using UnityEditor;
[InitializeOnLoad]
public class ProjectFilesGeneration {
static ProjectFilesGeneration() {
ProjectFilesGenerator.ProjectFileGeneration += ReplaceContent;
}
static string ReplaceContent(string n, string c) {
return Regex.Replace(c, @"<LangVersion(.*?)>.*?</LangVersion>", @"<LangVersion$1>3</LangVersion>");
}
}
#endif

View File

@@ -1,12 +0,0 @@
fileFormatVersion: 2
guid: 62489f8e495a805478e5b45c0f53ca4e
timeCreated: 1623583546
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: