diff options
author | Grant Limberg <grant.limberg@zerotier.com> | 2017-09-27 13:07:24 -0700 |
---|---|---|
committer | Grant Limberg <grant.limberg@zerotier.com> | 2017-09-27 13:07:24 -0700 |
commit | 12a6a2f2d29419109d9daf7027c27b8c86eb9541 (patch) | |
tree | 5b9d8323f9fb631efa454fdd37ae4ab370b91371 | |
parent | 9c903567bb1ae5038f57f198a4db4db21aedbd87 (diff) | |
download | infinitytier-12a6a2f2d29419109d9daf7027c27b8c86eb9541.tar.gz infinitytier-12a6a2f2d29419109d9daf7027c27b8c86eb9541.zip |
remove reference to invalid file
-rw-r--r-- | windows/WinUI/WinUI.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 59e0359f..6bbc1cd7 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -160,10 +160,6 @@ <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> - <Page Include="Done.xaml"> - <Generator>MSBuild:Compile</Generator> - <SubType>Designer</SubType> - </Page> <Page Include="JoinNetworkView.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> |