提交 2041c282 编写于 作者: R Rikki Gibson

Revert BuildBoss change

上级 e226457e
......@@ -98,16 +98,6 @@ private bool CheckRoslynProjectType(TextWriter textWriter)
allGood &= IsUnitTestPortableCorrectlySpecified(textWriter, data);
allGood &= CheckTargetFrameworks(textWriter, data);
if (data.EffectiveKind == RoslynProjectKind.Exe)
{
var element = _projectUtil.FindSingleProperty("ApplicationManifest");
if (element == null)
{
textWriter.WriteLine("Exe projects must specify an ApplicationManifest property");
allGood = false;
}
}
return allGood;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册