-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGlt.pyproj
More file actions
128 lines (128 loc) · 5.5 KB
/
Glt.pyproj
File metadata and controls
128 lines (128 loc) · 5.5 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
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
<?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>{83c5f536-2c83-40a5-9c01-65b9627e82bc}</ProjectGuid>
<ProjectHome />
<StartupFile>glt.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>{9a7a9026-48c1-4688-9d5d-e5699d47d074}</InterpreterId>
<InterpreterVersion>2.7</InterpreterVersion>
<CommandLineArguments>download BIT142 PCE_10</CommandLineArguments>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<IsWindowsApplication>False</IsWindowsApplication>
<Name>Glt</Name>
</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=".gitignore" />
<Content Include=".gltrc" />
<Content Include=".pylintrc" />
<Content Include="docs\glt_install.md" />
<Content Include="docs\typical_usage.md" />
<Content Include="docs\InstallInstructions.md" />
<Content Include="LICENSE" />
<Content Include="Misc\AzureStuff\GitLabServer_notes.txt" />
<Content Include="Misc\Data\BIT142.txt" />
<Content Include="Misc\Data\BIT142_2016_Fall_ORIG.txt" />
<Content Include="Misc\Data\BIT142_VM.txt" />
<Content Include="README.md" />
<Content Include="SampleInputs\Git_Repos\A1\File.txt" />
<Content Include="Tests\Batch_Files\commitFeedback.bat" />
<Content Include="TODO\Approach.org" />
<Content Include="TODO\orgcard.pdf" />
<Content Include="SampleInputs\HTML\class_roster.html" />
<Content Include="SampleInputs\HTML\Instructor Briefcase.html" />
<Content Include="SampleInputs\HTML\Instructor Briefcase_files\timer.gif" />
<Content Include="SampleInputs\HTML\Instructor Briefcase_files\waci101.html" />
<Content Include="SampleInputs\HTML\Instructor Briefcase_files\waci102.html" />
<Content Include="SampleInputs\HTML\Instructor Briefcase_files\waci105.html" />
<Content Include="SampleInputs\HTML\Instructor Briefcase_files\waci106.html" />
<Content Include="SampleInputs\HTML\Instructor Briefcase_files\waci110.html" />
<Content Include="SampleInputs\2016_Fall\StudentList_ExtraCredit_1.csv" />
<Content Include="SampleInputs\Text\StudentList_Singleton.csv" />
<Content Include="TODO\TODO-glt.org" />
</ItemGroup>
<ItemGroup>
<Compile Include="from_elsewhere\rcfile.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="from_elsewhere\__init__.py" />
<Compile Include="glt\Constants.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\GitLabUtils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\GitLocalUtils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\MainUtils.py" />
<Compile Include="glt\MyClasses\CourseInfo.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\MyClasses\__init__.py" />
<Compile Include="glt\Parsers\ParserCSV.py" />
<Compile Include="glt\Parsers\ParserHTML.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\Parsers\VerifyFileType.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\Parsers\__init__.py" />
<Compile Include="glt\PrintUtils.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Misc\ScratchSpace.txt">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\__init__.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\MyClasses\Student.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt\MyClasses\StudentCollection.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="glt.py" />
<Compile Include="Tests\SeleniumTest.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Folder Include="docs\" />
<Folder Include="Misc\" />
<Folder Include="glt\MyClasses\" />
<Folder Include="glt\" />
<Folder Include="glt\Parsers\" />
<Folder Include="Misc\AzureStuff\" />
<Folder Include="Misc\Data\" />
<Folder Include="from_elsewhere\" />
<Folder Include="SampleInputs\Git_Repos\" />
<Folder Include="SampleInputs\Git_Repos\A1\" />
<Folder Include="SampleInputs\2016_Fall\" />
<Folder Include="Tests\Batch_Files\" />
<Folder Include="TODO\" />
<Folder Include="Tests\" />
<Folder Include="SampleInputs" />
<Folder Include="SampleInputs\HTML\Instructor Briefcase_files\" />
<Folder Include="SampleInputs\HTML\" />
<Folder Include="SampleInputs\Text\" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="{9a7a9026-48c1-4688-9d5d-e5699d47d074}\2.7" />
</ItemGroup>
<Import Project="$(PtvsTargetsFile)" Condition="Exists($(PtvsTargetsFile))" />
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="!Exists($(PtvsTargetsFile))" />
</Project>