summaryrefslogtreecommitdiff
path: root/windows/WinUI/WinUI.csproj
diff options
context:
space:
mode:
authorGrant Limberg <grant.limberg@zerotier.com>2016-11-08 16:31:07 -0800
committerGrant Limberg <grant.limberg@zerotier.com>2016-11-08 16:31:07 -0800
commit7cf3d2caa19da076ebd3539c8786ce62a53d35f9 (patch)
tree7d0821d9ac2ba0b1e40a1a0e7903356bf2ea4dab /windows/WinUI/WinUI.csproj
parente1f9f7b6dc80a5ad0db3fedc8f5b92d47cbdb1fe (diff)
downloadinfinitytier-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.csproj6
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">