|
@@ -61,6 +61,9 @@
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
|
|
+ <Compile Include="Pages\MenuPage.xaml.cs">
|
|
|
|
+ <DependentUpon>MenuPage.xaml</DependentUpon>
|
|
|
|
+ </Compile>
|
|
<Compile Include="Pages\ToolTipPage.xaml.cs">
|
|
<Compile Include="Pages\ToolTipPage.xaml.cs">
|
|
<DependentUpon>ToolTipPage.xaml</DependentUpon>
|
|
<DependentUpon>ToolTipPage.xaml</DependentUpon>
|
|
</Compile>
|
|
</Compile>
|
|
@@ -229,6 +232,16 @@
|
|
<SubType>Designer</SubType>
|
|
<SubType>Designer</SubType>
|
|
</EmbeddedResource>
|
|
</EmbeddedResource>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <EmbeddedResource Include="Pages\MenuPage.xaml">
|
|
|
|
+ <SubType>Designer</SubType>
|
|
|
|
+ </EmbeddedResource>
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <EmbeddedResource Include="Assets\github_icon.png">
|
|
|
|
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
+ </EmbeddedResource>
|
|
|
|
+ </ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|