Skip to content

Commit

Permalink
move .ipp files as include in Visual Studio solution
Browse files Browse the repository at this point in the history
  • Loading branch information
pmed committed May 3, 2020
1 parent 8ad6c07 commit 0f09588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions v8pp/v8pp.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
<ClInclude Include="json.hpp" />
<ClInclude Include="ptr_traits.hpp" />
<ClInclude Include="persistent.hpp" />
<ClInclude Include="class.ipp" />
<ClInclude Include="json.ipp" />
<ClInclude Include="throw_ex.ipp" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<None Include="class.ipp" />
<None Include="json.ipp" />
<None Include="throw_ex.ipp" />
</ItemGroup>
</Project>

0 comments on commit 0f09588

Please sign in to comment.