summaryrefslogtreecommitdiff
path: root/windows/WinUI/WinUI.csproj
diff options
context:
space:
mode:
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">