netlist: updated VS files for standalone build. (nw)

This commit is contained in:
couriersud 2020-02-17 22:45:11 +01:00
parent 9214347334
commit 8b3a65302b
2 changed files with 16 additions and 0 deletions

View File

@ -116,6 +116,9 @@
<ClCompile Include="..\devices\net_lib.cpp" />
<ClCompile Include="..\devices\nld_2102A.cpp" />
<ClCompile Include="..\devices\nld_2716.cpp" />
<ClCompile Include="..\devices\nld_4006.cpp" />
<ClCompile Include="..\devices\nld_7442.cpp" />
<ClCompile Include="..\devices\nld_7492.cpp" />
<ClCompile Include="..\devices\nld_7497.cpp" />
<ClCompile Include="..\devices\nld_schmitt.cpp" />
<ClCompile Include="..\devices\nld_tms4800.cpp" />
@ -200,6 +203,7 @@
<ClInclude Include="..\devices\net_lib.h" />
<ClInclude Include="..\devices\nld_2102A.h" />
<ClInclude Include="..\devices\nld_2716.h" />
<ClInclude Include="..\devices\nld_7442.h" />
<ClInclude Include="..\devices\nld_7497.h" />
<ClInclude Include="..\devices\nld_schmitt.h" />
<ClInclude Include="..\devices\nld_tms4800.h" />

View File

@ -252,6 +252,15 @@
<ClCompile Include="..\analog\nld_mosfet.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\devices\nld_7442.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\devices\nld_7492.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\devices\nld_4006.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\nl_errstr.h">
@ -620,5 +629,8 @@
<ClInclude Include="..\analog\nld_mosfet.h">
<Filter>Source Files</Filter>
</ClInclude>
<ClInclude Include="..\devices\nld_7442.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>