-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathControllers.pyproj
More file actions
63 lines (63 loc) · 3.05 KB
/
Controllers.pyproj
File metadata and controls
63 lines (63 loc) · 3.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7b4898c4-0935-4440-9f85-b75010c30707}</ProjectGuid>
<ProjectHome />
<StartupFile>controller\Controller.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.5</InterpreterId>
<CommandLineArguments>-c ..\..\ipop-vpn\config\ipop-config.json</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<InterpreterArguments>
</InterpreterArguments>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="controller\Controller.py" />
<Compile Include="controller\framework\CBT.py" />
<Compile Include="controller\framework\CFx.py" />
<Compile Include="controller\framework\CFxHandle.py" />
<Compile Include="controller\framework\CFxSubscription.py" />
<Compile Include="controller\framework\ControllerModule.py" />
<Compile Include="controller\framework\fxlib.py" />
<Compile Include="controller\framework\ipoplib.py" />
<Compile Include="controller\framework\__init__.py" />
<Compile Include="controller\modules\BridgeController.py" />
<Compile Include="controller\modules\GraphBuilder.py" />
<Compile Include="controller\modules\NetworkBuilder.py" />
<Compile Include="controller\modules\NetworkGraph.py" />
<Compile Include="controller\modules\NetworkOperations.py" />
<Compile Include="controller\modules\Topology.py" />
<Compile Include="controller\modules\LinkManager.py" />
<Compile Include="controller\modules\Logger.py" />
<Compile Include="controller\modules\OverlayVisualizer.py" />
<Compile Include="controller\modules\TincanInterface.py" />
<Compile Include="controller\modules\Signal.py" />
<Compile Include="controller\modules\UsageReport.py" />
<Compile Include="controller\modules\__init__.py" />
<Compile Include="controller\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="controller" />
<Folder Include="controller\framework" />
<Folder Include="controller\modules" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.5" />
</ItemGroup>
<ItemGroup>
<Content Include=".pylintrc" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>