未验证 提交 7435f695 编写于 作者: M msftbot[bot] 提交者: GitHub

Merge pull request #46233 from...

Merge pull request #46233 from dotnet/merges/release/dev16.8-preview1-to-release/dev16.8-preview1-vs-deps

Merge release/dev16.8-preview1 to release/dev16.8-preview1-vs-deps
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<Ngen>true</Ngen> <Ngen>true</Ngen>
<NgenPriority>3</NgenPriority> <NgenPriority>3</NgenPriority>
<NgenArchitecture>X86</NgenArchitecture> <NgenArchitecture>X86</NgenArchitecture>
<NgenApplication>/InteractiveHost/Desktop/InteractiveHost32.exe</NgenApplication> <NgenApplication>[installDir]\Common7\IDE\$(CommonExtensionInstallationRoot)\$(LanguageServicesExtensionInstallationFolder)\InteractiveHost\Desktop\InteractiveHost32.exe</NgenApplication>
</_PublishProjectOutputGroup> </_PublishProjectOutputGroup>
<_PublishProjectOutputGroup Include="$(TargetPath).config" TargetPath="$(TargetFileName).config"/> <_PublishProjectOutputGroup Include="$(TargetPath).config" TargetPath="$(TargetFileName).config"/>
</ItemGroup> </ItemGroup>
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
<NgenPriority>3</NgenPriority> <NgenPriority>3</NgenPriority>
<NgenArchitecture Condition="'%(Filename)' != 'InteractiveHost64'">All</NgenArchitecture> <NgenArchitecture Condition="'%(Filename)' != 'InteractiveHost64'">All</NgenArchitecture>
<NgenArchitecture Condition="'%(Filename)' == 'InteractiveHost64'">X64</NgenArchitecture> <NgenArchitecture Condition="'%(Filename)' == 'InteractiveHost64'">X64</NgenArchitecture>
<NgenApplication>/InteractiveHost/Desktop/InteractiveHost64.exe</NgenApplication> <NgenApplication>[installDir]\Common7\IDE\$(CommonExtensionInstallationRoot)\$(LanguageServicesExtensionInstallationFolder)\InteractiveHost\Desktop\InteractiveHost64.exe</NgenApplication>
</_PublishedFiles> </_PublishedFiles>
</ItemGroup> </ItemGroup>
</Target> </Target>
......
...@@ -24,10 +24,13 @@ ...@@ -24,10 +24,13 @@
<!-- <!--
Not using ProjectReference since it does not execute the specified targets when building in VS. Not using ProjectReference since it does not execute the specified targets when building in VS.
See https://github.com/microsoft/msbuild/issues/5434. See https://github.com/microsoft/msbuild/issues/5434.
Note: do not set TargetFramework=net472 for InteractiveHost32. The project is not multi-targeted.
Setting the property would create a build configuration that's different from the one the solution uses
and thus would result in building the project twice.
--> -->
<CopyPublishedOutputProjectReference Include="..\HostProcess\InteractiveHost32.csproj"> <CopyPublishedOutputProjectReference Include="..\HostProcess\InteractiveHost32.csproj">
<SetTargetFramework>TargetFramework=net472</SetTargetFramework>
<OutputItemType>InteractiveHostFiles_Desktop32</OutputItemType> <OutputItemType>InteractiveHostFiles_Desktop32</OutputItemType>
</CopyPublishedOutputProjectReference> </CopyPublishedOutputProjectReference>
......
...@@ -295,8 +295,11 @@ ...@@ -295,8 +295,11 @@
<ProjectReference Include="..\..\Interactive\HostProcess\InteractiveHost32.csproj"> <ProjectReference Include="..\..\Interactive\HostProcess\InteractiveHost32.csproj">
<Name>InteractiveHost.Desktop32</Name> <Name>InteractiveHost.Desktop32</Name>
<SetTargetFramework>TargetFramework=net472</SetTargetFramework> <!--
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties> Note: do not set TargetFramework=net472 for InteractiveHost32. The project is not multi-targeted.
Setting the property would create a build configuration that's different from the one the solution uses
and thus would result in building the project twice.
-->
<ReferenceOutputAssembly>false</ReferenceOutputAssembly> <ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<Private>false</Private> <Private>false</Private>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册