diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-08 16:31:07 -0800 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-08 16:31:07 -0800 |
| commit | 7cf3d2caa19da076ebd3539c8786ce62a53d35f9 (patch) | |
| tree | 7d0821d9ac2ba0b1e40a1a0e7903356bf2ea4dab /windows/WinUI/WinUI.csproj | |
| parent | e1f9f7b6dc80a5ad0db3fedc8f5b92d47cbdb1fe (diff) | |
| download | infinitytier-7cf3d2caa19da076ebd3539c8786ce62a53d35f9.tar.gz infinitytier-7cf3d2caa19da076ebd3539c8786ce62a53d35f9.zip | |
Network list window opens with click on the menu item
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
| -rw-r--r-- | windows/WinUI/WinUI.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 00c07f6c..70e07ba3 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -115,7 +115,7 @@ <Compile Include="ZeroTierPeer.cs" /> <Compile Include="ZeroTierNetwork.cs" /> <Compile Include="ZeroTierStatus.cs" /> - <Page Include="MainWindow.xaml"> + <Page Include="NetworkList.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> @@ -124,8 +124,8 @@ <DependentUpon>App.xaml</DependentUpon> <SubType>Code</SubType> </Compile> - <Compile Include="MainWindow.xaml.cs"> - <DependentUpon>MainWindow.xaml</DependentUpon> + <Compile Include="NetworkList.xaml.cs"> + <DependentUpon>NetworkList.xaml</DependentUpon> <SubType>Code</SubType> </Compile> <Page Include="NetworkInfoView.xaml"> |
