From c2edf81dc750c280ace33eea3717208245071664 Mon Sep 17 00:00:00 2001 From: Patrick Hardy Date: Mon, 9 Dec 2019 18:59:26 -0700 Subject: [PATCH] Changed build to new version --- Source/SmExampleEditor.Target.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Source/SmExampleEditor.Target.cs b/Source/SmExampleEditor.Target.cs index 8887ead..a8e1acf 100644 --- a/Source/SmExampleEditor.Target.cs +++ b/Source/SmExampleEditor.Target.cs @@ -9,5 +9,6 @@ public SmExampleEditorTarget(TargetInfo Target) : base(Target) { Type = TargetType.Editor; ExtraModuleNames.Add("SmExample"); - } + DefaultBuildSettings = BuildSettingsVersion.V2; + } }