-
Notifications
You must be signed in to change notification settings - Fork 2
/
Specx-GIT.pyproj
86 lines (86 loc) · 4.49 KB
/
Specx-GIT.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<?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>{e06a22e2-6eb9-4ea2-bcc5-e4f5f43b68f8}</ProjectGuid>
<ProjectHome />
<StartupFile>app.py</StartupFile>
<SearchPath />
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="prerequisites.txt" />
<Content Include="Specx-VS\requirements.txt" />
<Content Include="Specx-VS\Specx_VS\static\content\bootstrap.css" />
<Content Include="Specx-VS\Specx_VS\static\content\bootstrap.min.css" />
<Content Include="Specx-VS\Specx_VS\static\content\site.css" />
<Content Include="Specx-VS\Specx_VS\static\fonts\glyphicons-halflings-regular.svg" />
<Content Include="Specx-VS\Specx_VS\static\scripts\bootstrap.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\bootstrap.min.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery-1.10.2.intellisense.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery-1.10.2.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery-1.10.2.min.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery.validate-vsdoc.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery.validate.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery.validate.min.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery.validate.unobtrusive.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\jquery.validate.unobtrusive.min.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\modernizr-2.6.2.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\respond.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\respond.min.js" />
<Content Include="Specx-VS\Specx_VS\static\scripts\_references.js" />
<Content Include="Specx-VS\Specx_VS\templates\about.html" />
<Content Include="Specx-VS\Specx_VS\templates\contact.html" />
<Content Include="Specx-VS\Specx_VS\templates\index.html" />
<Content Include="Specx-VS\Specx_VS\templates\layout.html" />
<Content Include="static\css\index.css" />
<Content Include="static\css\master.css" />
<Content Include="static\css\sample.css" />
<Content Include="static\css\search.css" />
<Content Include="static\css\badfiles.css" />
<Content Include="static\js\d3\compareGlobal.js" />
<Content Include="static\js\libraries\d3.min.js" />
<Content Include="static\js\libraries\jquery-3.3.1.min.js" />
<Content Include="templates\badfiles.html" />
<Content Include="templates\index.html" />
<Content Include="templates\sample.html" />
<Content Include="templates\search.html" />
<Content Include="templates\sitetemplate.html" />
</ItemGroup>
<ItemGroup>
<Compile Include="app.py" />
<Compile Include="load_mossbauer.py" />
<Compile Include="objects\mossbauer_sample.py" />
<Compile Include="objects\mossbauer_sample_set.py" />
<Compile Include="Specx-VS\runserver.py" />
<Compile Include="Specx-VS\Specx_VS\views.py" />
<Compile Include="Specx-VS\Specx_VS\__init__.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="objects" />
<Folder Include="Specx-VS" />
<Folder Include="Specx-VS\Specx_VS" />
<Folder Include="Specx-VS\Specx_VS\static\" />
<Folder Include="Specx-VS\Specx_VS\static\content" />
<Folder Include="Specx-VS\Specx_VS\static\fonts" />
<Folder Include="Specx-VS\Specx_VS\static\scripts" />
<Folder Include="Specx-VS\Specx_VS\templates" />
<Folder Include="static\" />
<Folder Include="static\css" />
<Folder Include="static\js\" />
<Folder Include="static\js\d3" />
<Folder Include="static\js\libraries" />
<Folder Include="templates" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>