diff options
| author | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-14 14:56:36 -0800 |
|---|---|---|
| committer | Grant Limberg <grant.limberg@zerotier.com> | 2016-11-14 14:56:36 -0800 |
| commit | c4c8ea62e2500b13a42447a17c66359cb7b448e0 (patch) | |
| tree | 426339be8d413cbc2714362dee214caf7c492464 /windows/WinUI/WinUI.csproj | |
| parent | 71aadcbecb93b0a3e6bb60eaec3653c3ae9d67e8 (diff) | |
| download | infinitytier-c4c8ea62e2500b13a42447a17c66359cb7b448e0.tar.gz infinitytier-c4c8ea62e2500b13a42447a17c66359cb7b448e0.zip | |
Added network monitor pub/sub class
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
| -rw-r--r-- | windows/WinUI/WinUI.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index a301463a..92ee586a 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -101,6 +101,7 @@ <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </ApplicationDefinition> + <Compile Include="NetworkMonitor.cs" /> <Compile Include="NetworkRoute.cs" /> <Compile Include="NetworksPage.xaml.cs"> <DependentUpon>NetworksPage.xaml</DependentUpon> |
