-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappengine-hkp.pyproj
72 lines (72 loc) · 3.7 KB
/
appengine-hkp.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
<?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>{e733c9f8-23d8-47a1-b8c1-d0d47db8b249}</ProjectGuid>
<ProjectHome />
<StartupFile>d:\Program Files\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\dev_appserver.py</StartupFile>
<SearchPath>D:\Program Files\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\;D:\Program Files\Google\Cloud SDK\google-cloud-sdk\platform\google_appengine\lib\</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Web launcher</LaunchProvider>
<InterpreterId />
<InterpreterVersion />
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<IsWindowsApplication>False</IsWindowsApplication>
<CommandLineArguments>--python_startup_script=".\pydev_startup.py" --automatic_restart=no --max_module_instances="default:1" -A hkp-test ".\app.yaml"</CommandLineArguments>
<Environment>
</Environment>
<WebBrowserUrl>http://localhost:8080/</WebBrowserUrl>
<WebBrowserPort>8080</WebBrowserPort>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<ItemGroup>
<Content Include="app.yaml" />
<Content Include="favicon.ico" />
<Content Include="include.yaml" />
<Content Include="index.yaml" />
<Content Include="lib\py2casefold\py2casefold\CaseFolding.txt" />
<Content Include="lib\py2casefold\py2casefold\VERSION" />
</ItemGroup>
<ItemGroup>
<Compile Include="appengine_config.py" />
<Compile Include="appengine_hkp\exceptions.py" />
<Compile Include="appengine_hkp\handlers.py" />
<Compile Include="appengine_hkp\models.py" />
<Compile Include="appengine_hkp\parser.py" />
<Compile Include="appengine_hkp\uni_utils.py" />
<Compile Include="appengine_hkp\utils.py" />
<Compile Include="appengine_hkp\__init__.py" />
<Compile Include="cmdline_config.py" />
<Compile Include="keyloader.py" />
<Compile Include="lib\py2casefold\py2casefold\__init__.py" />
<Compile Include="lib\py2casefold\setup.py" />
<Compile Include="lib\python-pgpdump\pgpdump\data.py" />
<Compile Include="lib\python-pgpdump\pgpdump\packet.py" />
<Compile Include="lib\python-pgpdump\pgpdump\test.py" />
<Compile Include="lib\python-pgpdump\pgpdump\utils.py" />
<Compile Include="lib\python-pgpdump\pgpdump\__init__.py" />
<Compile Include="lib\python-pgpdump\pgpdump\__main__.py" />
<Compile Include="lib\python-pgpdump\setup.py" />
<Compile Include="main.py" />
<Compile Include="pydev_startup.py" />
<Compile Include="test.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="appengine_hkp" />
<Folder Include="lib\" />
<Folder Include="lib\py2casefold" />
<Folder Include="lib\py2casefold\py2casefold" />
<Folder Include="lib\python-pgpdump" />
<Folder Include="lib\python-pgpdump\pgpdump" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>