-
Notifications
You must be signed in to change notification settings - Fork 0
/
pacman-tournament.pyproj
executable file
·57 lines (57 loc) · 2.45 KB
/
pacman-tournament.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
<?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>{d566b6e0-95f5-4a98-9c47-15bf6af0707a}</ProjectGuid>
<ProjectHome />
<StartupFile>capture.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
<IsWindowsApplication>False</IsWindowsApplication>
<CommandLineArguments> -l RANDOM13</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="bracket.png" />
<Content Include="capture_the_flag.png" />
<Content Include="capture_the_flag2.png" />
<Content Include="contest.html" />
<Content Include="contestLayout.png" />
<Content Include="projects.css" />
</ItemGroup>
<ItemGroup>
<Compile Include="autograder.py" />
<Compile Include="baselineTeam.py" />
<Compile Include="capture.py" />
<Compile Include="captureAgents.py" />
<Compile Include="captureGraphicsDisplay.py" />
<Compile Include="distanceCalculator.py" />
<Compile Include="game.py" />
<Compile Include="generateTournamentLayouts.py" />
<Compile Include="ghostAgents.py" />
<Compile Include="graphicsDisplay.py" />
<Compile Include="graphicsUtils.py" />
<Compile Include="keyboardAgents.py" />
<Compile Include="layout.py" />
<Compile Include="mazeGenerator.py" />
<Compile Include="myTeam.py" />
<Compile Include="pacman.py" />
<Compile Include="pacmanAgents.py" />
<Compile Include="testClasses.py" />
<Compile Include="testParser.py" />
<Compile Include="textDisplay.py" />
<Compile Include="unpack.py" />
<Compile Include="util.py" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>