提交 eb2f0d8b 编写于 作者: A Andy Gocke

Rename Microsoft.Build.Tasks.Roslyn to Microsoft.Build.Tasks.CodeAnalysis

上级 a3a8e8e9
......@@ -12,7 +12,7 @@
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Microsoft.CodeAnalysis.BuildTasks</RootNamespace>
<AssemblyName>Microsoft.Build.Tasks.Roslyn</AssemblyName>
<AssemblyName>Microsoft.Build.Tasks.CodeAnalysis</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " />
......
......@@ -653,7 +653,7 @@
<InternalsVisibleTo Include="vbc" />
<InternalsVisibleTo Include="vbi" />
<InternalsVisibleTo Include="VBCSCompiler" />
<InternalsVisibleTo Include="Microsoft.Build.Tasks.Roslyn" />
<InternalsVisibleTo Include="Microsoft.Build.Tasks.CodeAnalysis" />
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.CommandLine.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.Emit.UnitTests" />
<InternalsVisibleToTest Include="Roslyn.Compilers.CSharp.WinRT.UnitTests" />
......
......@@ -25,7 +25,7 @@ public class CompilerServerUnitTests : TestBase
private const string CompilerServerExeName = "VBCSCompiler.exe";
private const string CSharpClientExeName = "csc2.exe";
private const string BasicClientExeName = "vbc2.exe";
private const string BuildTaskDllName = "Microsoft.Build.Tasks.Roslyn.dll";
private const string BuildTaskDllName = "Microsoft.Build.Tasks.CodeAnalysis.dll";
private static string s_msbuildDirectory;
private static string MSBuildDirectory
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册