-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTextStudy.pyproj
More file actions
89 lines (89 loc) · 3.79 KB
/
TextStudy.pyproj
File metadata and controls
89 lines (89 loc) · 3.79 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
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>f0a70ba3-f92a-47dd-a71f-5feebdf7cfeb</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>TextStudy.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>TextStudy</Name>
<RootNamespace>TextStudy</RootNamespace>
</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="Working\bible_structure.py" />
<Compile Include="TextStudy.py" />
<Compile Include="Working\parse_greek_lexicon.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Working\parse_kvjec.py">
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Content Include="Apps\bv_finder_works.html" />
<Content Include="Apps\bv_finder_works2.html" />
<Content Include="Apps\colors.js" />
<Content Include="Apps\full_text.json" />
<Content Include="Apps\bv_finder.html" />
<Content Include="Apps\words_textless_badge.html" />
<Content Include="Working\hierarchy_maker.js" />
<Content Include="Working\kjv.json" />
<Content Include="Apps\words_textless.html" />
<Content Include="Apps\words.html" />
<Content Include="Apps\simple_sunburst.html" />
<Content Include="Apps\words_prev.html" />
<Content Include="Apps\words_orig.html" />
<Content Include="Apps\words.json" />
<Content Include="Apps\words_readme.md" />
<Content Include="Apps\words_textless_readme.md" />
<Content Include="index.html" />
<Content Include="Apps\memory.html" />
<Content Include="Apps\memory_readme.md" />
<Content Include="Apps\quotes.json" />
<Content Include="README.md" />
<Content Include="Apps\skinny_skel.css" />
<Content Include="Apps\typeit.html" />
<Content Include="Working\concordance.pdf" />
<Content Include="Working\concordance.txt" />
<Content Include="Working\full_text.json" />
<Content Include="Working\greek_lexicon.xml" />
<Content Include="Working\hebrew_lexicon.xml" />
<Content Include="Working\links.json" />
<Content Include="Working\nodes.json" />
<Content Include="Working\rom.txt" />
<Content Include="Working\rom_test.txt" />
<Content Include="Working\scrub_plan.md" />
<Content Include="Working\words.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="External\" />
<Folder Include="Apps\" />
<Folder Include="Working\" />
</ItemGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<PtvsTargetsFile>$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets</PtvsTargetsFile>
</PropertyGroup>
<Import Condition="Exists($(PtvsTargetsFile))" Project="$(PtvsTargetsFile)" />
<Import Condition="!Exists($(PtvsTargetsFile))" Project="$(MSBuildToolsPath)\Microsoft.Common.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>