diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-08 14:54:55 -0800 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-08 14:54:55 -0800 |
| commit | 6b0543ba27511d7bd7b40cfca2f24608a6b8d9ee (patch) | |
| tree | 28dea243c77542335bf745882dd02e6c27b4e5eb /windows/WinUI/WinUI.csproj | |
| parent | 54206fd44d5bda4b9fd0f5dacbaefdbe81e15b18 (diff) | |
| download | infinitytier-6b0543ba27511d7bd7b40cfca2f24608a6b8d9ee.tar.gz infinitytier-6b0543ba27511d7bd7b40cfca2f24608a6b8d9ee.zip | |
starts up to a toolbar icon with context menu. still much more to do
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
| -rw-r--r-- | windows/WinUI/WinUI.csproj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 181983c0..00c07f6c 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -66,6 +66,10 @@ <PropertyGroup /> <ItemGroup> <Reference Include="Accessibility" /> + <Reference Include="Hardcodet.Wpf.TaskbarNotification, Version=1.0.5.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\Hardcodet.NotifyIcon.Wpf.1.0.8\lib\net45\Hardcodet.Wpf.TaskbarNotification.dll</HintPath> + <Private>True</Private> + </Reference> <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> <Private>True</Private> @@ -104,6 +108,9 @@ <Compile Include="PeersPage.xaml.cs"> <DependentUpon>PeersPage.xaml</DependentUpon> </Compile> + <Compile Include="ToolbarItem.xaml.cs"> + <DependentUpon>ToolbarItem.xaml</DependentUpon> + </Compile> <Compile Include="ZeroTierPeerPhysicalPath.cs" /> <Compile Include="ZeroTierPeer.cs" /> <Compile Include="ZeroTierNetwork.cs" /> @@ -141,6 +148,10 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> + <Page Include="ToolbarItem.xaml"> + <SubType>Designer</SubType> + <Generator>MSBuild:Compile</Generator> + </Page> </ItemGroup> <ItemGroup> <Compile Include="NetworkInfoView.xaml.cs"> @@ -214,6 +225,9 @@ </BlendEmbeddedFont> <Resource Include="ZeroTierIcon.ico" /> </ItemGroup> + <ItemGroup> + <None Include="Resources\ZeroTierIcon.ico" /> + </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath)\Microsoft\Expression\Blend\.NETFramework\v4.5\Microsoft.Expression.Blend.WPF.targets" /> <PropertyGroup> |
