diff options
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
-rw-r--r-- | windows/WinUI/WinUI.csproj | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index c9a5c9a5..d78e058f 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -97,12 +97,23 @@ <DependentUpon>MainWindow.xaml</DependentUpon> <SubType>Code</SubType> </Compile> + <Page Include="NetworkInfoView.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> + <Page Include="Simple Styles.xaml"> + <Generator>MSBuild:Compile</Generator> + <SubType>Designer</SubType> + </Page> <Page Include="Themes\Generic.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> </ItemGroup> <ItemGroup> + <Compile Include="NetworkInfoView.xaml.cs"> + <DependentUpon>NetworkInfoView.xaml</DependentUpon> + </Compile> <Compile Include="Properties\AssemblyInfo.cs"> <SubType>Code</SubType> </Compile> @@ -147,9 +158,30 @@ </BootstrapperPackage> </ItemGroup> <ItemGroup> + <BlendEmbeddedFont Include="Fonts\segoeui.ttf"> + <IsSystemFont>True</IsSystemFont> + <All>True</All> + <AutoFill>True</AutoFill> + </BlendEmbeddedFont> + <BlendEmbeddedFont Include="Fonts\segoeuib.ttf"> + <IsSystemFont>True</IsSystemFont> + <All>True</All> + <AutoFill>True</AutoFill> + </BlendEmbeddedFont> + <BlendEmbeddedFont Include="Fonts\segoeuii.ttf"> + <IsSystemFont>True</IsSystemFont> + <All>True</All> + <AutoFill>True</AutoFill> + </BlendEmbeddedFont> + <BlendEmbeddedFont Include="Fonts\segoeuiz.ttf"> + <IsSystemFont>True</IsSystemFont> + <All>True</All> + <AutoFill>True</AutoFill> + </BlendEmbeddedFont> <Resource Include="ZeroTierIcon.ico" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> + <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.targets" /> <!-- 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. <Target Name="BeforeBuild"> |