Skip to content

Commit

Permalink
fix xFade and xCapture builds
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 committed Oct 14, 2024
1 parent 05f4d86 commit a0de064
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions xCapture/Xcapture.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
<ClCompile Include="..\xLights\utils\Curl.cpp">
<Filter>utils</Filter>
</ClCompile>
<ClCompile Include="..\xLights\JobPool.cpp" />
<ClCompile Include="..\xLights\TraceLog.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\xLights\xLightsVersion.h" />
Expand All @@ -44,6 +46,8 @@
<ClInclude Include="..\xLights\utils\Curl.h">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\xLights\JobPool.h" />
<ClInclude Include="..\xLights\TraceLog.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
Expand Down
4 changes: 4 additions & 0 deletions xCapture/xCapture.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@
<ItemGroup>
<ClCompile Include="..\common\xlBaseApp.cpp" />
<ClCompile Include="..\xLights\IPEntryDialog.cpp" />
<ClCompile Include="..\xLights\JobPool.cpp" />
<ClCompile Include="..\xLights\TraceLog.cpp" />
<ClCompile Include="..\xLights\UtilFunctions.cpp" />
<ClCompile Include="..\xLights\utils\Curl.cpp" />
<ClCompile Include="..\xLights\utils\ip_utils.cpp" />
Expand All @@ -205,6 +207,8 @@
<ClInclude Include="..\common\xlStackWalker.h" />
<ClInclude Include="..\xLights\ExternalHooks.h" />
<ClInclude Include="..\xLights\IPEntryDialog.h" />
<ClInclude Include="..\xLights\JobPool.h" />
<ClInclude Include="..\xLights\TraceLog.h" />
<ClInclude Include="..\xLights\UtilFunctions.h" />
<ClInclude Include="..\xLights\utils\Curl.h" />
<ClInclude Include="..\xLights\utils\ip_utils.h" />
Expand Down
4 changes: 4 additions & 0 deletions xFade/xFade.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@
<ItemGroup>
<ClCompile Include="..\common\xlBaseApp.cpp" />
<ClCompile Include="..\xLights\IPEntryDialog.cpp" />
<ClCompile Include="..\xLights\JobPool.cpp" />
<ClCompile Include="..\xLights\TraceLog.cpp" />
<ClCompile Include="..\xLights\UtilFunctions.cpp" />
<ClCompile Include="..\xLights\utils\Curl.cpp" />
<ClCompile Include="..\xLights\utils\ip_utils.cpp" />
Expand Down Expand Up @@ -222,6 +224,8 @@
<ClInclude Include="..\common\xlBaseApp.h" />
<ClInclude Include="..\common\xlStackWalker.h" />
<ClInclude Include="..\xLights\ExternalHooks.h" />
<ClInclude Include="..\xLights\JobPool.h" />
<ClInclude Include="..\xLights\TraceLog.h" />
<ClInclude Include="..\xLights\UtilFunctions.h" />
<ClInclude Include="..\xLights\utils\Curl.h" />
<ClInclude Include="..\xLights\utils\ip_utils.h" />
Expand Down
4 changes: 4 additions & 0 deletions xFade/xFade.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@
<ClCompile Include="..\xLights\utils\Curl.cpp">
<Filter>utils</Filter>
</ClCompile>
<ClCompile Include="..\xLights\JobPool.cpp" />
<ClCompile Include="..\xLights\TraceLog.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\xLights\xLightsVersion.h" />
Expand Down Expand Up @@ -69,6 +71,8 @@
<ClInclude Include="..\xLights\utils\Curl.h">
<Filter>utils</Filter>
</ClInclude>
<ClInclude Include="..\xLights\JobPool.h" />
<ClInclude Include="..\xLights\TraceLog.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="resource.rc" />
Expand Down

0 comments on commit a0de064

Please sign in to comment.