-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrobot.pyproj
More file actions
78 lines (78 loc) · 3.65 KB
/
robot.pyproj
File metadata and controls
78 lines (78 loc) · 3.65 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?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>{9f67b177-a361-484b-a4f3-e97d5246cb3a}</ProjectGuid>
<ProjectHome />
<StartupFile>setup.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>MSBuild|venv|$(MSBuildProjectFullPath)</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="requirements.txt" />
<Content Include="test-requirements.txt" />
<Content Include="tox.ini" />
</ItemGroup>
<ItemGroup>
<Compile Include="setup.py" />
<Compile Include="swagger_client\api\default_api.py" />
<Compile Include="swagger_client\api\__init__.py" />
<Compile Include="swagger_client\api_client.py" />
<Compile Include="swagger_client\configuration.py" />
<Compile Include="swagger_client\models\door.py" />
<Compile Include="swagger_client\models\map_object.py" />
<Compile Include="swagger_client\models\map_object_flags.py" />
<Compile Include="swagger_client\models\player.py" />
<Compile Include="swagger_client\models\player_action.py" />
<Compile Include="swagger_client\models\player_cheat_flags.py" />
<Compile Include="swagger_client\models\player_key_cards.py" />
<Compile Include="swagger_client\models\position.py" />
<Compile Include="swagger_client\models\position1.py" />
<Compile Include="swagger_client\models\spawn_map_object.py" />
<Compile Include="swagger_client\models\world.py" />
<Compile Include="swagger_client\models\__init__.py" />
<Compile Include="swagger_client\rest.py" />
<Compile Include="swagger_client\__init__.py" />
<Compile Include="test\test_default_api.py" />
<Compile Include="test\test_door.py" />
<Compile Include="test\test_map_object.py" />
<Compile Include="test\test_map_object_flags.py" />
<Compile Include="test\test_player.py" />
<Compile Include="test\test_player_action.py" />
<Compile Include="test\test_player_cheat_flags.py" />
<Compile Include="test\test_player_key_cards.py" />
<Compile Include="test\test_position.py" />
<Compile Include="test\test_position1.py" />
<Compile Include="test\test_spawn_map_object.py" />
<Compile Include="test\test_world.py" />
<Compile Include="test\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="swagger_client" />
<Folder Include="swagger_client\api" />
<Folder Include="swagger_client\models" />
<Folder Include="test" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="venv\">
<Id>venv</Id>
<Version>3.5</Version>
<Description>venv (Python 3.5 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>