-
Notifications
You must be signed in to change notification settings - Fork 8
/
swy-bot.pyproj
60 lines (60 loc) · 2.63 KB
/
swy-bot.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>{e698f192-e2e3-4f1f-aff7-fe35d82ad9f4}</ProjectGuid>
<ProjectHome />
<StartupFile>main.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.9</InterpreterId>
<CommandLineArguments>debug</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt>
<IsWindowsApplication>False</IsWindowsApplication>
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="algorithms\detect.py" />
<Compile Include="algorithms\matching.py" />
<Compile Include="platforms\console.py" />
<Compile Include="players\adb.py" />
<Compile Include="players\native.py" />
<Compile Include="players\scrcpy.py" />
<Compile Include="players\debug.py" />
<Compile Include="players\__init__.py" />
<Compile Include="tasks\kechao.py" />
<Compile Include="tasks\minigame.py" />
<Compile Include="tasks\__init__.py" />
<Compile Include="utils.py" />
<Compile Include="platforms\android.py" />
<Compile Include="platforms\linux.py" />
<Compile Include="platforms\__init__.py" />
<Compile Include="profit.py" />
<Compile Include="scrcpy.py" />
<Compile Include="swy.py" />
<Compile Include="main.py" />
<Compile Include="players\player.py" />
<Compile Include="tasks\task.py" />
<Compile Include="platforms\windows.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="algorithms" />
<Folder Include="platforms" />
<Folder Include="players" />
<Folder Include="tasks" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.9" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>