forked from coreGreenberet/meraki_scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meraki_scripts.pyproj
60 lines (60 loc) · 2.58 KB
/
meraki_scripts.pyproj
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
<?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>{b2be8c7d-18c1-4a2e-baa0-b2b5c7e1b0d4}</ProjectGuid>
<ProjectHome />
<StartupFile>v1\org2orgVPN\org2orgVPN.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
<CommandLineArguments>-o1 Home -o2 MXTest</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="v0\aio_api_speedtests.py" />
<Compile Include="v0\aio_create_dummy_orgs.py" />
<Compile Include="v0\aio_list_used_template_ranges.py" />
<Compile Include="v1\basic\basic_example.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="v1\org2orgVPN\org2orgVPN.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="v1\wifi-qrcode\generate_qrcodes.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="v1\" />
<Folder Include="v0" />
<Folder Include="v1\basic\" />
<Folder Include="v1\org2orgVPN\" />
<Folder Include="v1\wifi-qrcode\" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>env</Id>
<Version>3.7</Version>
<Description>env (Python 3.7 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<ItemGroup>
<Content Include="v1\org2orgVPN\requirements.txt" />
<Content Include="v1\wifi-qrcode\requirements.txt" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>