premake/premake-core

Specifying application manifest file in C# project...

開放

#622 建立於 2016年11月8日

 (1 則留言) (0 個反應) (0 位負責人)C (651 個分叉)auto 404
enhancementhelp wantedvs20xx

倉庫指標

星標
 (3,621 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

It's possible to add application manifest to C# project using line:

files { "app.manifest" }

And this generates into .csproj xml file:

<None Include="app.manifest" />

into .csproj , which is ok. But generation is missing also:

<ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> </PropertyGroup> <PropertyGroup> <ApplicationManifest>app.manifest</ApplicationManifest> </PropertyGroup> <ItemGroup> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data" />

PropertyGroup & ApplicationManifest tags.

Is there any way to walk around this missing feature while you add it ?

貢獻者指南