diff options
Diffstat (limited to 'src/lib/netlist/buildVS')
-rwxr-xr-x | src/lib/netlist/buildVS/netlistlib.vcxproj | 12 | ||||
-rwxr-xr-x | src/lib/netlist/buildVS/netlistlib.vcxproj.filters | 28 |
2 files changed, 20 insertions, 20 deletions
diff --git a/src/lib/netlist/buildVS/netlistlib.vcxproj b/src/lib/netlist/buildVS/netlistlib.vcxproj index 85a6087fbf6..1344d71ba50 100755 --- a/src/lib/netlist/buildVS/netlistlib.vcxproj +++ b/src/lib/netlist/buildVS/netlistlib.vcxproj @@ -114,7 +114,7 @@ <ClCompile Include="..\analog\nlid_fourterm.cpp" /> <ClCompile Include="..\analog\nlid_twoterm.cpp" /> <ClCompile Include="..\devices\net_lib.cpp" /> - <ClCompile Include="..\devices\nld_2102A.cpp" /> + <ClCompile Include="..\devices\nld_2102a.cpp" /> <ClCompile Include="..\devices\nld_4006.cpp" /> <ClCompile Include="..\devices\nld_4017.cpp" /> <ClCompile Include="..\devices\nld_4029.cpp" /> @@ -160,8 +160,8 @@ <ClCompile Include="..\devices\nld_7490.cpp" /> <ClCompile Include="..\devices\nld_7493.cpp" /> <ClCompile Include="..\devices\nld_74ls629.cpp" /> - <ClCompile Include="..\devices\nld_82S115.cpp" /> - <ClCompile Include="..\devices\nld_82S16.cpp" /> + <ClCompile Include="..\devices\nld_82s115.cpp" /> + <ClCompile Include="..\devices\nld_82s16.cpp" /> <ClCompile Include="..\devices\nld_9310.cpp" /> <ClCompile Include="..\devices\nld_9316.cpp" /> <ClCompile Include="..\devices\nld_9322.cpp" /> @@ -179,9 +179,9 @@ <ClCompile Include="..\devices\nlid_truthtable.cpp" /> <ClCompile Include="..\generated\nlm_modules_lib.cpp" /> <ClCompile Include="..\generated\static_solvers.cpp" /> - <ClCompile Include="..\macro\modules\nlmod_ICL8038_DIP.cpp" /> - <ClCompile Include="..\macro\modules\nlmod_NE556_DIP.cpp" /> - <ClCompile Include="..\macro\modules\nlmod_RTEST.cpp" /> + <ClCompile Include="..\macro\modules\nlmod_icl8038_dip.cpp" /> + <ClCompile Include="..\macro\modules\nlmod_ne556_dip.cpp" /> + <ClCompile Include="..\macro\modules\nlmod_rtest.cpp" /> <ClCompile Include="..\macro\nlm_base_lib.cpp" /> <ClCompile Include="..\macro\nlm_cd4xxx_lib.cpp" /> <ClCompile Include="..\macro\nlm_opamp_lib.cpp" /> diff --git a/src/lib/netlist/buildVS/netlistlib.vcxproj.filters b/src/lib/netlist/buildVS/netlistlib.vcxproj.filters index cb55a2d862e..68df009f9ec 100755 --- a/src/lib/netlist/buildVS/netlistlib.vcxproj.filters +++ b/src/lib/netlist/buildVS/netlistlib.vcxproj.filters @@ -87,9 +87,6 @@ <ClCompile Include="..\devices\nld_7483.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\devices\nld_82S115.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\devices\nld_4013.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -129,9 +126,6 @@ <ClCompile Include="..\devices\nld_74153.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\devices\nld_82S16.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\devices\nld_74123.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -189,9 +183,6 @@ <ClCompile Include="..\devices\nld_74174.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\devices\nld_2102A.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\devices\nld_4316.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -291,9 +282,6 @@ <ClCompile Include="..\generated\nlm_modules_lib.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\macro\modules\nlmod_RTEST.cpp"> - <Filter>Source Files</Filter> - </ClCompile> <ClCompile Include="..\devices\nld_4042.cpp"> <Filter>Source Files</Filter> </ClCompile> @@ -303,10 +291,22 @@ <ClCompile Include="..\devices\nld_4029.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\macro\modules\nlmod_ICL8038_DIP.cpp"> + <ClCompile Include="..\devices\nld_2102a.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\devices\nld_82s16.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\devices\nld_82s115.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\macro\modules\nlmod_icl8038_dip.cpp"> + <Filter>Source Files</Filter> + </ClCompile> + <ClCompile Include="..\macro\modules\nlmod_ne556_dip.cpp"> <Filter>Source Files</Filter> </ClCompile> - <ClCompile Include="..\macro\modules\nlmod_NE556_DIP.cpp"> + <ClCompile Include="..\macro\modules\nlmod_rtest.cpp"> <Filter>Source Files</Filter> </ClCompile> </ItemGroup> |