Skip to content

Trouble Adding a new menu #31639

Discussion options

You must be logged in to vote

I finally solved it.

somehow this got added to my project:

  <ItemGroup>
    <EmbeddedResource Remove="UserInterface\Systems\custom\Windows\customWindow.xaml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Update="UserInterface\Systems\Based\custom\customWindow.xaml.cs">
      <DependentUpon>%(Filename)</DependentUpon>
    </Compile>
  </ItemGroup>
  ``

essentially removing the xaml... no clue how or why.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by huntergregal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant