提交 83e8bad6 编写于 作者: D Dustin Campbell

Fix Workspaces.MSBuild project to use minimal MSBuild syntax

上级 4c9a15f6
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. --> <!-- Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -->
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\..\build\Targets\SettingsSdk.props" />
<PropertyGroup> <PropertyGroup>
<Platform Condition="'$(Platform)' == ''">AnyCPU</Platform> <Platform Condition="'$(Platform)' == ''">AnyCPU</Platform>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
...@@ -12,8 +11,6 @@ ...@@ -12,8 +11,6 @@
<TargetFramework>net46</TargetFramework> <TargetFramework>net46</TargetFramework>
<DefineConstants>$(DefineConstants);WORKSPACE_MSBUILD</DefineConstants> <DefineConstants>$(DefineConstants);WORKSPACE_MSBUILD</DefineConstants>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />
<ItemGroup> <ItemGroup>
<Compile Include="..\..\..\Compilers\Shared\DesktopAnalyzerAssemblyLoader.cs"> <Compile Include="..\..\..\Compilers\Shared\DesktopAnalyzerAssemblyLoader.cs">
<Link>InternalUtilities\DesktopAnalyzerAssemblyLoader.cs</Link> <Link>InternalUtilities\DesktopAnalyzerAssemblyLoader.cs</Link>
...@@ -58,5 +55,4 @@ ...@@ -58,5 +55,4 @@
<InternalsVisibleToTest Include="Roslyn.VisualStudio.Test.Utilities2" /> <InternalsVisibleToTest Include="Roslyn.VisualStudio.Test.Utilities2" />
<InternalsVisibleToMoq Include="DynamicProxyGenAssembly2" /> <InternalsVisibleToMoq Include="DynamicProxyGenAssembly2" />
</ItemGroup> </ItemGroup>
<Import Project="..\..\..\..\build\Targets\Imports.targets" />
</Project> </Project>
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册