forked from jessevdk/cldoc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcldoc.pyproj
128 lines (127 loc) · 6.2 KB
/
cldoc.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
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>{91ab4796-69d9-421c-b7a7-544a473f214b}</ProjectGuid>
<ProjectHome />
<StartupFile>scripts\test.py</StartupFile>
<SearchPath>..\..\..\..\..\Python36;..\..\..\..\..\Python36\Scripts</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<CommandLineArguments>generate -IC:\\Simul\\4.2 -I"$(VCINSTALLDIR)\\atlmfc\\include" -I"$(VCINSTALLDIR)\\include" -I"C:\\Program Files (x86)\\Windows Kits\\10\\Include\\10.0.10240.0\\ucrt" -I"C:\\Program Files\\LLVM\\lib\\clang\\6.0.0\\include" -std=c++1y -fms-extensions -fms-compatibility -fms-compatibility-version=19 -Wno-deprecated-declarations -Wno-ignored-attributes -Wno-microsoft-template -D_MSC_VER=1900 -DDOXYGEN=1 -- --type=md --loglevel=info --output C:/Simul/docs --strip "$(SIMUL)/" --md_output ref $(SIMUL)/Base/*.h $(SIMUL)/Clouds/*.h $(SIMUL)/Sky/*.h $(SIMUL)/Terrain/*.h --merge "C:/Simul/4.2/Simul/Help/*.md" --clean C:/Simul/docs/ref --post "$(SIMUL)/Help/build.bat"</CommandLineArguments>
<InterpreterPath>
</InterpreterPath>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<Environment>Path=C:\Program Files\LLVM\bin;$(Path)
also=
test=
</Environment>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="cldoc\clang\cindex.py" />
<Compile Include="cldoc\clang\enumerations.py" />
<Compile Include="cldoc\clang\__init__.py" />
<Compile Include="cldoc\cmdgenerate.py" />
<Compile Include="cldoc\comment.py" />
<Compile Include="cldoc\defdict.py" />
<Compile Include="cldoc\documentmerger.py" />
<Compile Include="cldoc\example.py" />
<Compile Include="cldoc\fs.py" />
<Compile Include="cldoc\generators\generator.py" />
<Compile Include="cldoc\generators\md.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="cldoc\generators\__init__.py" />
<Compile Include="cldoc\includepaths.py" />
<Compile Include="cldoc\log.py" />
<Compile Include="cldoc\nodes\category.py" />
<Compile Include="cldoc\nodes\cclass.py" />
<Compile Include="cldoc\nodes\classtemplate.py" />
<Compile Include="cldoc\nodes\constructor.py" />
<Compile Include="cldoc\nodes\conversionfunction.py" />
<Compile Include="cldoc\nodes\cstruct.py" />
<Compile Include="cldoc\nodes\ctype.py" />
<Compile Include="cldoc\nodes\destructor.py" />
<Compile Include="cldoc\nodes\enum.py" />
<Compile Include="cldoc\nodes\enumvalue.py" />
<Compile Include="cldoc\nodes\field.py" />
<Compile Include="cldoc\nodes\function.py" />
<Compile Include="cldoc\nodes\functiontemplate.py" />
<Compile Include="cldoc\nodes\method.py" />
<Compile Include="cldoc\nodes\namespace.py" />
<Compile Include="cldoc\nodes\node.py" />
<Compile Include="cldoc\nodes\root.py" />
<Compile Include="cldoc\nodes\templated.py" />
<Compile Include="cldoc\nodes\templatetypeparameter.py" />
<Compile Include="cldoc\nodes\typedef.py" />
<Compile Include="cldoc\nodes\union.py" />
<Compile Include="cldoc\nodes\variable.py" />
<Compile Include="cldoc\nodes\__init__.py" />
<Compile Include="cldoc\parser.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="cldoc\staticsite.py" />
<Compile Include="cldoc\struct.py" />
<Compile Include="cldoc\tree.py" />
<Compile Include="cldoc\utf8.py" />
<Compile Include="cldoc\__init__.py" />
<Compile Include="scripts\test.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="setup.py" />
<Compile Include="tests\regression.py" />
</ItemGroup>
<ItemGroup>
<Content Include="cldoc-static\lib\cldoc-static-run.js" />
<Content Include="cldoc-static\lib\cldoc-static.js" />
<Content Include="cldoc\data\index.html" />
<Content Include="cldoc\data\javascript\cldoc.js" />
<Content Include="cldoc\data\javascript\highlight.js" />
<Content Include="cldoc\data\javascript\jquery-1.9.1.js" />
<Content Include="cldoc\data\javascript\jquery-ui-1.10.0.custom.min.js" />
<Content Include="cldoc\data\javascript\marked.js" />
<Content Include="cldoc\data\styles\cldoc.css" />
<Content Include="example\CMakeLists.txt" />
<Content Include="html\index.html" />
<Content Include="html\javascript\highlight.js" />
<Content Include="html\javascript\jquery-1.9.1.js" />
<Content Include="html\javascript\jquery-ui-1.10.0.custom.min.js" />
<Content Include="html\javascript\marked.js" />
<Content Include="html\media\close.svg" />
<Content Include="html\media\search.svg" />
<Content Include="scripts\cldoc-dev" />
<Content Include="scripts\cldoc-dev.py" />
<Content Include="scripts\inline" />
</ItemGroup>
<ItemGroup>
<Folder Include="cldoc" />
<Folder Include="cldoc-static\" />
<Folder Include="cldoc-static\lib" />
<Folder Include="cldoc\clang" />
<Folder Include="cldoc\data" />
<Folder Include="cldoc\data\javascript" />
<Folder Include="cldoc\data\styles" />
<Folder Include="cldoc\generators" />
<Folder Include="cldoc\nodes" />
<Folder Include="example" />
<Folder Include="html" />
<Folder Include="html\javascript" />
<Folder Include="html\media" />
<Folder Include="scripts\" />
<Folder Include="tests" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>