mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-09 09:34:49 +09:00
Basic infrastructure to enable DllImportGenerator (#52486)
This commit is contained in:
parent
74cafe71de
commit
757002794e
6 changed files with 116 additions and 1 deletions
|
@ -9,6 +9,7 @@
|
|||
|
||||
<Import Project="Sdk.targets" Sdk="Microsoft.DotNet.Arcade.Sdk" />
|
||||
<Import Project="$(RepositoryEngineeringDir)liveBuilds.targets" />
|
||||
<Import Project="$(RepositoryEngineeringDir)generators.targets" />
|
||||
<Import Project="$(RepositoryEngineeringDir)python.targets" />
|
||||
|
||||
<PropertyGroup>
|
||||
|
@ -24,7 +25,7 @@
|
|||
<InformationalVersion Condition="'$(InformationalVersion)' == '' and '$(VersionSuffix)' == ''">$(ProductVersion)</InformationalVersion>
|
||||
<InformationalVersion Condition="'$(InformationalVersion)' == '' and '$(VersionSuffix)' != ''">$(ProductVersion)-$(VersionSuffix)</InformationalVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
|
||||
<!-- The Default behavior in VS is to show files for the first target framework in TargetFrameworks property.
|
||||
This is required to show all the files corresponding to all target frameworks in VS. -->
|
||||
<ItemGroup Condition="'$(DefaultLanguageSourceExtension)' != '' and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue