Skip to content

Commit c2edf81

Browse files
committed
Changed build to new version
1 parent 41452f8 commit c2edf81

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/SmExampleEditor.Target.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ public SmExampleEditorTarget(TargetInfo Target) : base(Target)
99
{
1010
Type = TargetType.Editor;
1111
ExtraModuleNames.Add("SmExample");
12-
}
12+
DefaultBuildSettings = BuildSettingsVersion.V2;
13+
}
1314
}

0 commit comments

Comments
 (0)