forked from mountainstorm/MobileDevice
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathMobileDevice_Python.pyproj
More file actions
60 lines (60 loc) · 2.72 KB
/
Copy pathMobileDevice_Python.pyproj
File metadata and controls
60 lines (60 loc) · 2.72 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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{7654468f-ceec-4dda-a2ef-23f1526358ab}</ProjectGuid>
<ProjectHome />
<StartupFile>__main__.py</StartupFile>
<SearchPath>.</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>install archive com.tencent.xin</CommandLineArguments>
<InterpreterPath />
<InterpreterArguments />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Compile Include="afc.py" />
<Compile Include="afcapplicationdirectory.py" />
<Compile Include="afccrashlogdirectory.py" />
<Compile Include="afcmediadirectory.py" />
<Compile Include="afcroot.py" />
<Compile Include="AirTrafficHost.py" />
<Compile Include="amdevice.py" />
<Compile Include="assertionagent.py" />
<Compile Include="CoreFoundation.py" />
<Compile Include="crashmover.py" />
<Compile Include="debug.py" />
<Compile Include="diagnostics.py" />
<Compile Include="filerelay.py" />
<Compile Include="imagemounter.py" />
<Compile Include="installationproxy.py" />
<Compile Include="MobileDevice.py" />
<Compile Include="notificationproxy.py" />
<Compile Include="pcap.py" />
<Compile Include="plistservice.py" />
<Compile Include="setup.py" />
<Compile Include="springboard.py" />
<Compile Include="syslog.py" />
<Compile Include="test-filerelay.py" />
<Compile Include="test-listfile.py" />
<Compile Include="webkitinspector.py" />
<Compile Include="wirservice.py" />
<Compile Include="__init__.py" />
<Compile Include="__main__.py" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>