-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglass-cli.pyproj
More file actions
53 lines (53 loc) · 2.46 KB
/
glass-cli.pyproj
File metadata and controls
53 lines (53 loc) · 2.46 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
<?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>{eebb251c-ce2e-49e3-9fbb-32c30a131aa5}</ProjectGuid>
<ProjectHome />
<StartupFile>glass.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{c245f62b-6352-4a9a-92a5-77ddfc5b1c64}</InterpreterId>
<InterpreterVersion>3.5</InterpreterVersion>
</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="glass_cli.egg-info\dependency_links.txt" />
<Content Include="glass_cli.egg-info\entry_points.txt" />
<Content Include="glass_cli.egg-info\SOURCES.txt" />
<Content Include="glass_cli.egg-info\top_level.txt" />
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Compile Include="glass.py" />
<Compile Include="local_tags.py" />
<Compile Include="setup.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="glass_cli.egg-info" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>{c245f62b-6352-4a9a-92a5-77ddfc5b1c64}</Id>
<Description>env (Python 64-bit 3.5)</Description>
<BaseInterpreter>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</BaseInterpreter>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<LibraryPath>Lib\</LibraryPath>
<Version>3.5</Version>
<Architecture>x64</Architecture>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
</Interpreter>
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>