Skip to content

Commit 9180cc1

Browse files
committed
Remove leftover endif
1 parent e48fab9 commit 9180cc1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Assets/MRTK/Tools/MSBuild/Scripts/UnityProjectInfo.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ private CSProjectInfo GetProjectInfo(Dictionary<string, CSProjectInfo> projectsM
222222
// Manually add special plugin dependencies to the projects
223223
#if UNITY_2019_3_OR_NEWER
224224
if (toReturn.Name.StartsWith("Microsoft.MixedReality.Toolkit") || toReturn.Name.StartsWith("Unity.TextMeshPro"))
225-
#endif
226225
{
227226
string[] plugins = SpecialPluginNameMappingUnity2019.Values.OrderByDescending(p => p).ToArray();
228227
foreach (var plugin in plugins)

0 commit comments

Comments
 (0)