-
Notifications
You must be signed in to change notification settings - Fork 10
/
python.pyproj
130 lines (130 loc) · 6.81 KB
/
python.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>1f73d675-f0f3-4451-bd46-08b6f344f2c3</ProjectGuid>
<ProjectHome>
</ProjectHome>
<StartupFile>
</StartupFile>
<SearchPath>lib\;stubs\</SearchPath>
<WorkingDirectory>ges</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>00000000-0000-0000-0000-000000000000</InterpreterId>
<InterpreterVersion>
</InterpreterVersion>
<Name>python</Name>
<RootNamespace>python</RootNamespace>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Content Include="ges\Ai\Schedules\__pycache__\common.cpython-34.pyo" />
<Content Include="ges\Ai\Schedules\__pycache__\__init__.cpython-34.pyo" />
<Content Include="ges\Ai\Tasks\__pycache__\common.cpython-34.pyo" />
<Content Include="ges\Ai\Tasks\__pycache__\__init__.cpython-34.pyo" />
<Content Include="ges\Ai\Utils\__pycache__\Memory.cpython-34.pyo" />
<Content Include="ges\Ai\Utils\__pycache__\Weapons.cpython-34.pyo" />
<Content Include="ges\Ai\Utils\__pycache__\__init__.cpython-34.pyo" />
<Content Include="ges\Ai\__pycache__\bot_deathmatch.cpython-34.pyo" />
<Content Include="ges\Ai\__pycache__\bot_drnoarmor.cpython-34.pyo" />
<Content Include="ges\Ai\__pycache__\bot_ltk.cpython-34.pyo" />
<Content Include="ges\Ai\__pycache__\bot_mwgg.cpython-34.pyo" />
<Content Include="ges\Ai\__pycache__\__init__.cpython-34.pyo" />
<Content Include="ges\GamePlay\Utils\__pycache__\GEOvertime.cpython-34.pyo" />
<Content Include="ges\GamePlay\Utils\__pycache__\GEPlayerTracker.cpython-34.pyo" />
<Content Include="ges\GamePlay\Utils\__pycache__\GETimer.cpython-34.pyo" />
<Content Include="ges\GamePlay\Utils\__pycache__\GEWarmUp.cpython-34.pyo" />
<Content Include="ges\GamePlay\Utils\__pycache__\__init__.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\Arsenal.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\CaptureTheKey.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\DeathMatch.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\DrNoArmor.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\GunGame.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\LaunchCode.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\LivingDaylights.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\LTK.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\MWGG.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\TournamentDM.cpython-34.pyo" />
<Content Include="ges\GamePlay\__pycache__\__init__.cpython-34.pyo" />
<Content Include="ges\__pycache__\AiManager.cpython-34.pyo" />
<Content Include="ges\__pycache__\GamePlayManager.cpython-34.pyo" />
<Content Include="ges\__pycache__\GESFuncs.cpython-34.pyo" />
<Content Include="ges\__pycache__\GESInit.cpython-34.pyo" />
<Content Include="ges\__pycache__\__init__.cpython-34.pyo" />
<Content Include="gphashes.txt" />
<Content Include="LICENSE.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="ges\" />
<Folder Include="ges\Ai\" />
<Folder Include="ges\Ai\Schedules\" />
<Folder Include="ges\Ai\Schedules\__pycache__\" />
<Folder Include="ges\Ai\Tasks\" />
<Folder Include="ges\Ai\Tasks\__pycache__\" />
<Folder Include="ges\Ai\Utils\" />
<Folder Include="ges\Ai\Utils\__pycache__\" />
<Folder Include="ges\Ai\__pycache__\" />
<Folder Include="ges\GamePlay\" />
<Folder Include="ges\GamePlay\Utils\" />
<Folder Include="ges\GamePlay\Utils\__pycache__\" />
<Folder Include="ges\GamePlay\__pycache__\" />
<Folder Include="ges\__pycache__\" />
</ItemGroup>
<ItemGroup>
<Compile Include="ges\AiManager.py" />
<Compile Include="ges\Ai\bot_arsenal.py" />
<Compile Include="ges\Ai\bot_deathmatch.py" />
<Compile Include="ges\Ai\bot_drnoarmor.py" />
<Compile Include="ges\Ai\bot_ltk.py" />
<Compile Include="ges\Ai\bot_mwgg.py" />
<Compile Include="ges\Ai\Schedules\common.py" />
<Compile Include="ges\Ai\Schedules\__init__.py" />
<Compile Include="ges\Ai\Tasks\common.py" />
<Compile Include="ges\Ai\Tasks\__init__.py" />
<Compile Include="ges\Ai\Utils\Memory.py" />
<Compile Include="ges\Ai\Utils\Weapons.py" />
<Compile Include="ges\Ai\Utils\__init__.py" />
<Compile Include="ges\Ai\__init__.py" />
<Compile Include="ges\GamePlayManager.py" />
<Compile Include="ges\GamePlay\Arsenal.py" />
<Compile Include="ges\GamePlay\CaptureTheKey.py" />
<Compile Include="ges\GamePlay\DeathMatch.py" />
<Compile Include="ges\GamePlay\DrNoArmor.py" />
<Compile Include="ges\GamePlay\GunGame.py" />
<Compile Include="ges\GamePlay\KMTest.py" />
<Compile Include="ges\GamePlay\LaunchCode.py" />
<Compile Include="ges\GamePlay\LiveAndLetDie.py" />
<Compile Include="ges\GamePlay\LivingDaylights.py" />
<Compile Include="ges\GamePlay\LTK.py" />
<Compile Include="ges\GamePlay\MWGG.py" />
<Compile Include="ges\GamePlay\TokenSpawnTest.py" />
<Compile Include="ges\GamePlay\TournamentDM.py" />
<Compile Include="ges\GamePlay\Utils\GEOvertime.py" />
<Compile Include="ges\GamePlay\Utils\GEPlayerTracker.py" />
<Compile Include="ges\GamePlay\Utils\GETimer.py" />
<Compile Include="ges\GamePlay\Utils\GEWarmUp.py" />
<Compile Include="ges\GamePlay\Utils\__init__.py" />
<Compile Include="ges\GamePlay\YOLT.py" />
<Compile Include="ges\GamePlay\__init__.py" />
<Compile Include="ges\GESFuncs.py" />
<Compile Include="ges\GESInit.py" />
<Compile Include="ges\__init__.py" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>