We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 554eea3 commit bc9cebeCopy full SHA for bc9cebe
src/NppJsonViewer/NPPJSONViewer.vcxproj
@@ -188,7 +188,7 @@
188
<ItemGroup>
189
<ClCompile Include="..\..\external\npp\StaticDialog.cpp" />
190
<ClCompile Include="AboutDlg.cpp" />
191
- <ClCompile Include="DllMain.cpp" />
+ <ClCompile Include="dllmain.cpp" />
192
<ClCompile Include="JsonHandler.cpp" />
193
<ClCompile Include="JsonViewDlg.cpp" />
194
<ClCompile Include="NppJsonPlugin.cpp" />
src/NppJsonViewer/NPPJSONViewer.vcxproj.filters
@@ -21,7 +21,7 @@
21
</Filter>
22
</ItemGroup>
23
24
- <ClCompile Include="DllMain.cpp">
+ <ClCompile Include="dllmain.cpp">
25
<Filter>Source Files</Filter>
26
</ClCompile>
27
<ClCompile Include="NppJsonPlugin.cpp">
0 commit comments