We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41452f8 commit c2edf81Copy full SHA for c2edf81
Source/SmExampleEditor.Target.cs
@@ -9,5 +9,6 @@ public SmExampleEditorTarget(TargetInfo Target) : base(Target)
9
{
10
Type = TargetType.Editor;
11
ExtraModuleNames.Add("SmExample");
12
- }
+ DefaultBuildSettings = BuildSettingsVersion.V2;
13
+ }
14
}
0 commit comments