-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtvtram.pyproj
52 lines (52 loc) · 2.36 KB
/
tvtram.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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{02e27f1d-ea27-4621-b5aa-67bb2567872a}</ProjectGuid>
<ProjectHome />
<StartupFile>backend\service.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<InterpreterId>{2af0f10d-7135-4994-9156-5d01c9c11b7e}</InterpreterId>
<InterpreterVersion>3.3</InterpreterVersion>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments />
<InterpreterPath />
<InterpreterArguments />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<ItemGroup>
<Compile Include="backend\bottle.py" />
<Compile Include="backend\config.py" />
<Compile Include="backend\scraper_mpk.py" />
<Compile Include="backend\service.py" />
<Content Include="html\index.html" />
<Content Include="html\libs\jquery-1.10.1.min.js" />
<Content Include="html\libs\knockout-2.2.1.js" />
<Content Include="html\img\bus-icon-transparent.png" />
<Content Include="html\img\bus-icon.png" />
<Content Include="html\img\tram-icon-transparent.png" />
<Content Include="html\img\tram-icon.png" />
<Content Include="html\tvtram.css" />
<Content Include="html\vm.js" />
<Content Include="backend\stops.ini" />
</ItemGroup>
<ItemGroup>
<Folder Include="backend" />
<Folder Include="html\" />
<Folder Include="html\img\" />
<Folder Include="html\libs\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\2.7" />
<InterpreterReference Include="{2af0f10d-7135-4994-9156-5d01c9c11b7e}\3.3" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
</Project>