create platform-specific network manager implementation

This commit is contained in:
Luke Pulverenti
2013-10-05 13:13:32 -04:00
parent 6a665e1807
commit 478be44dd6
15 changed files with 369 additions and 303 deletions

View File

@@ -71,9 +71,7 @@
<Compile Include="Logging\LogHelper.cs" />
<Compile Include="Logging\NLogger.cs" />
<Compile Include="Logging\NlogManager.cs" />
<Compile Include="NetworkManagement\NativeMethods.cs" />
<Compile Include="NetworkManagement\NetworkManager.cs" />
<Compile Include="NetworkManagement\NetworkShares.cs" />
<Compile Include="Networking\BaseNetworkManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
<Compile Include="ScheduledTasks\TaskManager.cs" />