Skip to content

Commit

Permalink
added missing file to VC project
Browse files Browse the repository at this point in the history
  • Loading branch information
mgieseki committed Jan 8, 2024
1 parent 1e3f205 commit 638094a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions vc/dvisvgm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
<ClCompile Include="..\src\RangeMap.cpp" />
<ClCompile Include="..\src\ShadingPatch.cpp" />
<ClCompile Include="..\src\SignalHandler.cpp" />
<ClCompile Include="..\src\SpecialActions.cpp" />
<ClCompile Include="..\src\SpecialManager.cpp" />
<ClCompile Include="..\src\StreamReader.cpp" />
<ClCompile Include="..\src\StreamWriter.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions vc/dvisvgm.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@
<ClCompile Include="..\src\PSPreviewHandler.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\src\SpecialActions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\src\BgColorSpecialHandler.hpp">
Expand Down

0 comments on commit 638094a

Please sign in to comment.