diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-10-19 21:17:18 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-10-19 21:17:18 -0700 |
| commit | 9ba5c91d4a2f67a146310c5544c7b385bd1f1d8a (patch) | |
| tree | 7a6d8367ac1b83404d87e49c86967388e38a5e2c /windows/WinUI/WinUI.csproj | |
| parent | 80d02d189a4450d2773e18de6a56c02d0290c5cd (diff) | |
| download | infinitytier-9ba5c91d4a2f67a146310c5544c7b385bd1f1d8a.tar.gz infinitytier-9ba5c91d4a2f67a146310c5544c7b385bd1f1d8a.zip | |
initial layout for network info
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"> |
