Skip to content

Commit

Permalink
fix xaml not included in build
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsontung committed Jan 21, 2021
1 parent 4389a41 commit dcb8892
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,21 +60,10 @@
<None Include="$(OutDir)\Design\$(MSBuildProjectName).Design*.dll;$(OutDir)\Design\$(MSBuildProjectName).Design*.pdb" Pack="true" PackagePath="lib\$(TargetFramework)\Design" />
</ItemGroup>

<ItemGroup>
<Page Remove="RichSuggestBox\RichSuggestBox.xaml" />
</ItemGroup>

<ItemGroup>
<PRIResource Include="Strings\en-us\Resources.resw" />
</ItemGroup>

<ItemGroup>
<None Update="RichSuggestBox\RichSuggestBox.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</None>
</ItemGroup>

<!-- https://weblogs.asp.net/rweigelt/disable-warnings-in-generated-c-files-of-uwp-app -->
<Target Name="PragmaWarningDisablePrefixer" AfterTargets="MarkupCompilePass2">
<ItemGroup>
Expand Down

0 comments on commit dcb8892

Please sign in to comment.