Remove All props reference in project heads
This commit is contained in:
Родитель
98a66c3b92
Коммит
26c1623d7b
|
@ -1,7 +1,7 @@
|
|||
<Project>
|
||||
<!-- Common properties needed for a labs project (WinAppSdk) -->
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.All.props" />
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>WinExe</OutputType>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.All.props" />
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType Condition="'$(Configuration)'=='Release'">WinExe</OutputType>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.SampleRefs.props" />
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.All.props" />
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.TargetFrameworks.props" />
|
||||
<Import Project="$(RepositoryDirectory)common\Labs.Head.props" />
|
||||
|
||||
<PropertyGroup>
|
||||
|
|
Загрузка…
Ссылка в новой задаче