diff options
| author | Grant Limberg <glimberg@gmail.com> | 2015-10-23 15:36:42 -0700 |
|---|---|---|
| committer | Grant Limberg <glimberg@gmail.com> | 2015-10-23 15:36:42 -0700 |
| commit | 62059a91aa22cb8e109f96b9d2290136d599eca1 (patch) | |
| tree | 696bbce0f3a37d55df49e75964a4832c6d76788f /windows/WinUI/WinUI.csproj | |
| parent | fe6960888a7a12a71d79059f52985cd21241658d (diff) | |
| download | infinitytier-62059a91aa22cb8e109f96b9d2290136d599eca1.tar.gz infinitytier-62059a91aa22cb8e109f96b9d2290136d599eca1.zip | |
C#-ifying stuff
Diffstat (limited to 'windows/WinUI/WinUI.csproj')
| -rw-r--r-- | windows/WinUI/WinUI.csproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/WinUI/WinUI.csproj b/windows/WinUI/WinUI.csproj index 855e8fa5..c996db8c 100644 --- a/windows/WinUI/WinUI.csproj +++ b/windows/WinUI/WinUI.csproj @@ -100,6 +100,8 @@ <Compile Include="NetworksPage.xaml.cs"> <DependentUpon>NetworksPage.xaml</DependentUpon> </Compile> + <Compile Include="ZeroTierPeerPhysicalPath.cs" /> + <Compile Include="ZeroTierPeer.cs" /> <Compile Include="ZeroTierNetwork.cs" /> <Compile Include="ZeroTierStatus.cs" /> <Page Include="MainWindow.xaml"> |
