Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Add JsonHelper to the VS project (lib)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza committed Sep 19, 2019
1 parent e7c2ce6 commit 3059e96
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/lib/windows/TogglDesktopDLL/TogglDesktopDLL.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,7 @@
<ClInclude Include="..\..\..\help_article.h" />
<ClInclude Include="..\..\..\https_client.h" />
<ClInclude Include="..\..\..\idle.h" />
<ClInclude Include="..\..\..\json_helper.h" />
<ClInclude Include="..\..\..\migrations.h" />
<ClInclude Include="..\..\..\netconf.h" />
<ClInclude Include="..\..\..\obm_action.h" />
Expand Down Expand Up @@ -575,6 +576,7 @@
<ClCompile Include="..\..\..\help_article.cc" />
<ClCompile Include="..\..\..\https_client.cc" />
<ClCompile Include="..\..\..\idle.cc" />
<ClCompile Include="..\..\..\json_helper.cc" />
<ClCompile Include="..\..\..\migrations.cc" />
<ClCompile Include="..\..\..\netconf.cc" />
<ClCompile Include="..\..\..\obm_action.cc" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,9 @@
<ClInclude Include="..\..\..\toggl_api.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="..\..\..\json_helper.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="stdafx.cpp">
Expand Down Expand Up @@ -446,5 +449,8 @@
<ClCompile Include="..\..\..\Rectangle.cc">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\..\json_helper.cc">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
</Project>
</Project>

0 comments on commit 3059e96

Please sign in to comment.