update visual stdio project files
This commit is contained in:
parent
0c0bc4079f
commit
517b36edd0
|
|
@ -5540,6 +5540,10 @@
|
|||
RelativePath="..\src\spicelib\parser\inpptree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\inpptree-parser.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\inpsymt.c"
|
||||
>
|
||||
|
|
@ -7148,6 +7152,10 @@
|
|||
RelativePath="..\src\frontend\parse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parse-bison.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\plotting\plot5.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -6208,6 +6208,10 @@
|
|||
RelativePath="..\src\spicelib\parser\inpptree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\inpptree-parser.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\inpsymt.c"
|
||||
>
|
||||
|
|
@ -7800,6 +7804,10 @@
|
|||
RelativePath="..\src\frontend\parse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parse-bison.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\plotting\plot5.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -2131,6 +2131,7 @@
|
|||
<ClCompile Include="..\src\spicelib\parser\inppas3.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inppname.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpptree.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpptree-parser.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpsymt.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inptyplk.c" />
|
||||
<ClCompile Include="..\src\frontend\parser\input.c" />
|
||||
|
|
@ -2529,6 +2530,7 @@
|
|||
<ClCompile Include="..\src\ciderlib\input\outpset.c" />
|
||||
<ClCompile Include="..\src\ciderlib\input\output.c" />
|
||||
<ClCompile Include="..\src\frontend\parse.c" />
|
||||
<ClCompile Include="..\src\frontend\parse-bison.c" />
|
||||
<ClCompile Include="..\src\frontend\plotting\plot5.c" />
|
||||
<ClCompile Include="..\src\frontend\plotting\plotcurv.c" />
|
||||
<ClCompile Include="..\src\frontend\plotting\plotit.c" />
|
||||
|
|
|
|||
|
|
@ -6239,6 +6239,10 @@
|
|||
RelativePath="..\src\spicelib\parser\inpptree.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\inpptree-parser.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\spicelib\parser\inpsymt.c"
|
||||
>
|
||||
|
|
@ -7831,6 +7835,10 @@
|
|||
RelativePath="..\src\frontend\parse.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\parse-bison.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\src\frontend\plotting\plot5.c"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -2114,6 +2114,7 @@
|
|||
<ClCompile Include="..\src\spicelib\parser\inppas3.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inppname.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpptree.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpptree-parser.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inpsymt.c" />
|
||||
<ClCompile Include="..\src\spicelib\parser\inptyplk.c" />
|
||||
<ClCompile Include="..\src\frontend\parser\input.c" />
|
||||
|
|
@ -2512,6 +2513,7 @@
|
|||
<ClCompile Include="..\src\ciderlib\input\outpset.c" />
|
||||
<ClCompile Include="..\src\ciderlib\input\output.c" />
|
||||
<ClCompile Include="..\src\frontend\parse.c" />
|
||||
<ClCompile Include="..\src\frontend\parse-bison.c" />
|
||||
<ClCompile Include="..\src\frontend\plotting\plot5.c" />
|
||||
<ClCompile Include="..\src\frontend\plotting\plotcurv.c" />
|
||||
<ClCompile Include="..\src\frontend\plotting\plotit.c" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue