-
Notifications
You must be signed in to change notification settings - Fork 0
/
G.pyproj
142 lines (142 loc) · 6.38 KB
/
G.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
131
132
133
134
135
136
137
138
139
140
141
142
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>ad093251-d6da-47af-98d9-4d0b6a43158f</ProjectGuid>
<ProjectHome>.</ProjectHome>
<ProjectTypeGuids>{789894c7-04a9-4a11-a6b5-3f4435165112};{1b580a1a-fdb3-4b32-83e1-6407eb2722e6};{349c5851-65df-11da-9384-00065b846f21};{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<StartupFile>app.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<LaunchProvider>Web launcher</LaunchProvider>
<WebBrowserUrl>http://localhost</WebBrowserUrl>
<OutputPath>.</OutputPath>
<SuppressCollectPythonCloudServiceFiles>true</SuppressCollectPythonCloudServiceFiles>
<Name>G</Name>
<RootNamespace>G</RootNamespace>
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="G\admin_views.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="G\db.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="G\validate.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="app.py" />
<Compile Include="G\__init__.py" />
<Compile Include="G\player_views.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="G\" />
<Folder Include="G\static\" />
<Folder Include="G\static\content\" />
<Folder Include="G\static\fonts\" />
<Folder Include="G\static\scripts\" />
<Folder Include="G\templates\" />
</ItemGroup>
<ItemGroup>
<Content Include="Dockerfile" />
<Content Include="G\templates\create_game.html" />
<Content Include="G\templates\display_game_code.html" />
<Content Include="G\templates\display_players_joined.html" />
<Content Include="G\templates\leading_board.html" />
<Content Include="G\templates\player_home.html" />
<Content Include="G\templates\get_player_details.html" />
<Content Include="G\templates\play_game.html" />
<Content Include="G\templates\results.html" />
<Content Include="G\templates\start_game.html" />
<None Include="play4fun - Web Deploy.pubxml" />
<Content Include="requirements.txt" />
<Content Include="G\static\content\bootstrap.css" />
<Content Include="G\static\content\bootstrap.min.css" />
<Content Include="G\static\content\site.css" />
<Content Include="G\static\fonts\glyphicons-halflings-regular.eot" />
<Content Include="G\static\fonts\glyphicons-halflings-regular.svg" />
<Content Include="G\static\fonts\glyphicons-halflings-regular.ttf" />
<Content Include="G\static\fonts\glyphicons-halflings-regular.woff" />
<Content Include="G\static\scripts\bootstrap.js" />
<Content Include="G\static\scripts\bootstrap.min.js" />
<Content Include="G\static\scripts\jquery-1.10.2.intellisense.js" />
<Content Include="G\static\scripts\jquery-1.10.2.js" />
<Content Include="G\static\scripts\jquery-1.10.2.min.js" />
<Content Include="G\static\scripts\jquery-1.10.2.min.map" />
<Content Include="G\static\scripts\jquery.validate-vsdoc.js" />
<Content Include="G\static\scripts\jquery.validate.js" />
<Content Include="G\static\scripts\jquery.validate.min.js" />
<Content Include="G\static\scripts\jquery.validate.unobtrusive.js" />
<Content Include="G\static\scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="G\static\scripts\modernizr-2.6.2.js" />
<Content Include="G\static\scripts\respond.js" />
<Content Include="G\static\scripts\respond.min.js" />
<Content Include="G\static\scripts\_references.js" />
<Content Include="G\templates\about.html" />
<Content Include="G\templates\contact.html" />
<Content Include="G\templates\layout.html" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>env</Id>
<Version>3.8</Version>
<Description>env (Python 3.8 (32-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X86</Architecture>
</Interpreter>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.Web.targets" />
<!-- Specify pre- and post-build commands in the BeforeBuild and
AfterBuild targets below. -->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<AutoAssignPort>True</AutoAssignPort>
<UseCustomServer>True</UseCustomServer>
<CustomServerUrl>http://localhost</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}" User="">
<WebProjectProperties>
<StartPageUrl>
</StartPageUrl>
<StartAction>CurrentPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>False</EnableENC>
<AlwaysStartWebServerOnDebug>False</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>