|
90 | 90 | <ClCompile Include="tokenlist.cpp" /> |
91 | 91 | <ClCompile Include="utils.cpp" /> |
92 | 92 | <ClCompile Include="vf_analyzers.cpp" /> |
93 | | - <ClCompile Include="vf_array.cpp" /> |
94 | | - <ClCompile Include="vf_arraybool.cpp" /> |
95 | | - <ClCompile Include="vf_arrayelement.cpp" /> |
96 | | - <ClCompile Include="vf_bailout.cpp" /> |
97 | | - <ClCompile Include="vf_bitand.cpp" /> |
98 | 93 | <ClCompile Include="vf_common.cpp" /> |
99 | | - <ClCompile Include="vf_conditionexpressions.cpp" /> |
100 | | - <ClCompile Include="vf_debug.cpp" /> |
101 | 94 | <ClCompile Include="vf_enumvalue.cpp" /> |
102 | | - <ClCompile Include="vf_functionreturn.cpp" /> |
103 | | - <ClCompile Include="vf_globalconstvar.cpp" /> |
104 | | - <ClCompile Include="vf_globalstaticvar.cpp" /> |
105 | | - <ClCompile Include="vf_impossiblevalues.cpp" /> |
106 | | - <ClCompile Include="vf_infercondition.cpp" /> |
107 | | - <ClCompile Include="vf_iteratorinfer.cpp" /> |
108 | | - <ClCompile Include="vf_iterators.cpp" /> |
109 | 95 | <ClCompile Include="vf_number.cpp" /> |
110 | | - <ClCompile Include="vf_pointeralias.cpp" /> |
111 | | - <ClCompile Include="vf_reverse.cpp" /> |
112 | | - <ClCompile Include="vf_rightshift.cpp" /> |
113 | | - <ClCompile Include="vf_sameexpressions.cpp" /> |
114 | 96 | <ClCompile Include="vf_settokenvalue.cpp" /> |
115 | | - <ClCompile Include="vf_string.cpp" /> |
116 | | - <ClCompile Include="vf_subfunction.cpp" /> |
117 | | - <ClCompile Include="vf_switchvariable.cpp" /> |
118 | | - <ClCompile Include="vf_symbolicinfer.cpp" /> |
119 | | - <ClCompile Include="vf_symbolicoperators.cpp" /> |
120 | | - <ClCompile Include="vf_unknownfunctionreturn.cpp" /> |
121 | 97 | <ClCompile Include="vfvalue.cpp" /> |
122 | 98 | </ItemGroup> |
123 | 99 | <ItemGroup Label="HeaderFiles"> |
|
202 | 178 | <ClInclude Include="version.h" /> |
203 | 179 | <ClInclude Include="vf_analyze.h" /> |
204 | 180 | <ClInclude Include="vf_analyzers.h" /> |
205 | | - <ClInclude Include="vf_array.h" /> |
206 | | - <ClInclude Include="vf_arraybool.h" /> |
207 | | - <ClInclude Include="vf_arrayelement.h" /> |
208 | | - <ClInclude Include="vf_bailout.h" /> |
209 | | - <ClInclude Include="vf_bitand.h" /> |
210 | 181 | <ClInclude Include="vf_common.h" /> |
211 | | - <ClInclude Include="vf_conditionexpressions.h" /> |
212 | | - <ClInclude Include="vf_debug.h" /> |
213 | 182 | <ClInclude Include="vf_enumvalue.h" /> |
214 | | - <ClInclude Include="vf_functionreturn.h" /> |
215 | | - <ClInclude Include="vf_globalconstvar.h" /> |
216 | | - <ClInclude Include="vf_globalstaticvar.h" /> |
217 | | - <ClInclude Include="vf_impossiblevalues.h" /> |
218 | | - <ClInclude Include="vf_infercondition.h" /> |
219 | | - <ClInclude Include="vf_iteratorinfer.h" /> |
220 | | - <ClInclude Include="vf_iterators.h" /> |
221 | 183 | <ClInclude Include="vf_number.h" /> |
222 | | - <ClInclude Include="vf_pointeralias.h" /> |
223 | | - <ClInclude Include="vf_reverse.h" /> |
224 | | - <ClInclude Include="vf_rightshift.h" /> |
225 | | - <ClInclude Include="vf_sameexpressions.h" /> |
226 | 184 | <ClInclude Include="vf_settokenvalue.h" /> |
227 | | - <ClInclude Include="vf_string.h" /> |
228 | | - <ClInclude Include="vf_subfunction.h" /> |
229 | | - <ClInclude Include="vf_switchvariable.h" /> |
230 | | - <ClInclude Include="vf_symbolicinfer.h" /> |
231 | | - <ClInclude Include="vf_symbolicoperators.h" /> |
232 | | - <ClInclude Include="vf_unknownfunctionreturn.h" /> |
233 | 185 | <ClInclude Include="vfvalue.h" /> |
234 | 186 | <ClInclude Include="xml.h" /> |
235 | 187 | </ItemGroup> |
|
0 commit comments