提交 7586c203 编写于 作者: A Andy Gocke

Add a Copy to the TestUtilities project to force DLL copy to output

上级 ac8ca0d7
......@@ -8,6 +8,7 @@
<Nonshipping>true</Nonshipping>
<Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget>
<ProjectGuid>{76C6F005-C89D-4348-BB4A-391898DBEB52}</ProjectGuid>
<OutputType>Library</OutputType>
<RootNamespace>Roslyn.Test.Utilities</RootNamespace>
......@@ -15,6 +16,7 @@
<SolutionDir Condition="'$(SolutionDir)' == '' OR '$(SolutionDir)' == '*Undefined*'">..\..\..\..\</SolutionDir>
<RestorePackages>true</RestorePackages>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<CopyNuGetImplementations>true</CopyNuGetImplementations>
</PropertyGroup>
<ItemGroup Label="Project References">
<ProjectReference Include="..\..\..\Compilers\Core\Portable\CodeAnalysis.csproj">
......
......@@ -4,6 +4,10 @@
"Microsoft.DiaSymReader": "1.0.6"
},
"frameworks": {
"net45": {}
"net45": { }
},
"runtimes": {
"win7-anycpu": { },
"ubuntu.14.04-anycpu": { }
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册