include findBranch files in MS VC++, fixme, even more proj files ?
This commit is contained in:
parent
7282b25d48
commit
a11e4e2ac9
|
|
@ -1669,6 +1669,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\cap\capask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capdel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capdest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capfindbr.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capgetic.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capinit.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capload.c" />
|
||||
|
|
@ -2062,6 +2063,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\ind\indask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\inddel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\inddest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indfindbr.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indinit.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indload.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indmask.c" />
|
||||
|
|
@ -2561,6 +2563,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\res\resask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resdel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resdest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resfindbr.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resinit.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resload.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resmask.c" />
|
||||
|
|
|
|||
|
|
@ -1652,6 +1652,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\cap\capask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capdel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capdest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capfindbr.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capgetic.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capinit.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\cap\capload.c" />
|
||||
|
|
@ -2045,6 +2046,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\ind\indask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\inddel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\inddest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indfindbr.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indinit.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indload.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\ind\indmask.c" />
|
||||
|
|
@ -2544,6 +2546,7 @@
|
|||
<ClCompile Include="..\src\spicelib\devices\res\resask.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resdel.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resdest.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resfindbr.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resinit.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resload.c" />
|
||||
<ClCompile Include="..\src\spicelib\devices\res\resmask.c" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue