Skip to content

Commit c50daa6

Browse files
authored
Update Files.App.csproj
1 parent a1a533c commit c50daa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Files.App/Files.App.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
1515
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1616
<Configurations>Debug;Release</Configurations>
17+
<ApplicationManifest>app.manifest</ApplicationManifest>
1718
<CsWinRTIncludes>Files.App.Server;Microsoft.UI.Content.ContentExternalOutputLink;Microsoft.UI.Content.IContentExternalOutputLink</CsWinRTIncludes>
1819
<PublishDir>bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\</PublishDir>
1920
<PublishReadyToRun Condition="'$(Configuration)' == 'Debug'">False</PublishReadyToRun>
@@ -31,7 +32,6 @@
3132
</PropertyGroup>
3233

3334
<ItemGroup>
34-
<Manifest Include="app.manifest" />
3535
<Content Update="Assets\Resources\**">
3636
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3737
</Content>

0 commit comments

Comments
 (0)