Skip to content

Commit

Permalink
Update Windows and Linux project files
Browse files Browse the repository at this point in the history
  • Loading branch information
AzGilrock committed Apr 27, 2024
1 parent 209a6a8 commit 9d366cd
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
3 changes: 3 additions & 0 deletions xLights/Xlights.vcxproj
Expand Up @@ -314,6 +314,7 @@ xcopy "$(SolutionDir)..\bin64\Vamp\" "$(TargetDir)Vamp\" /e /y /i /r
<ClCompile Include="effects\MovingHeadPanels\MHPresetBitmapButton.cpp" />
<ClCompile Include="effects\MovingHeadPanels\MHRgbPickerPanel.cpp" />
<ClCompile Include="effects\MovingHeadPanels\MovingHeadCanvasPanel.cpp" />
<ClCompile Include="effects\MovingHeadPanels\MovingHeadDimmerPanel.cpp" />
<ClCompile Include="effects\ShaderEffect.cpp" />
<ClCompile Include="effects\ShaderPanel.cpp" />
<ClCompile Include="effects\ShapeEffect.cpp" />
Expand Down Expand Up @@ -350,6 +351,7 @@ xcopy "$(SolutionDir)..\bin64\Vamp\" "$(TargetDir)Vamp\" /e /y /i /r
<ClCompile Include="IPEntryDialog.cpp" />
<ClCompile Include="MetronomeLabelDialog.cpp" />
<ClCompile Include="models\DMX\DmxColorAbilityCMY.cpp" />
<ClCompile Include="models\DMX\DmxDimmerAbility.cpp" />
<ClCompile Include="models\DMX\DmxMotor.cpp" />
<ClCompile Include="models\DMX\DmxMovingHeadAdv.cpp" />
<ClCompile Include="models\DMX\MovingHeads\MhChannel.cpp" />
Expand Down Expand Up @@ -861,6 +863,7 @@ xcopy "$(SolutionDir)..\bin64\Vamp\" "$(TargetDir)Vamp\" /e /y /i /r
<ClInclude Include="MetronomeLabelDialog.h" />
<ClInclude Include="models\BaseObjectVisitor.h" />
<ClInclude Include="models\DMX\DmxColorAbilityCMY.h" />
<ClInclude Include="models\DMX\DmxDimmerAbility.h" />
<ClInclude Include="models\DMX\DmxMotor.h" />
<ClInclude Include="models\DMX\DmxMotorBase.h" />
<ClInclude Include="models\DMX\DmxMotorPanTilt.h" />
Expand Down
30 changes: 29 additions & 1 deletion xLights/Xlights.vcxproj.filters
Expand Up @@ -1086,6 +1086,12 @@
<ClCompile Include="SpecialOptions.cpp" />
<ClCompile Include="controllers\ILightThat.cpp" />
<ClCompile Include="EditSubmodelAliasesDialog.cpp" />
<ClCompile Include="effects\MovingHeadPanels\MovingHeadDimmerPanel.cpp">
<Filter>Effects\MovingHeadPanels</Filter>
</ClCompile>
<ClCompile Include="models\DMX\DmxDimmerAbility.cpp">
<Filter>Models\DMX</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="BatchRenderDialog.h" />
Expand Down Expand Up @@ -2145,6 +2151,28 @@
<ClInclude Include="xlColourData.h" />
<ClInclude Include="controllers\ILightThat.h" />
<ClInclude Include="EditSubmodelAliasesDialog.h" />
<ClInclude Include="effects\MovingHeadEffect.h" />
<ClInclude Include="effects\MovingHeadPanel.h" />
<ClInclude Include="effects\MovingHeadPanels\MHColorPanel.h" />
<ClInclude Include="effects\MovingHeadPanels\MHColorWheelPanel.h" />
<ClInclude Include="effects\MovingHeadPanels\MHPathPresetBitmapButton.h" />
<ClInclude Include="effects\MovingHeadPanels\MHPresetBitmapButton.h" />
<ClInclude Include="effects\MovingHeadPanels\MHRgbPickerPanel.h" />
<ClInclude Include="effects\MovingHeadPanels\MovingHeadCanvasPanel.h" />
<ClInclude Include="models\BaseObjectVisitor.h" />
<ClInclude Include="models\DMX\DmxMotor.h" />
<ClInclude Include="models\DMX\DmxMotorBase.h" />
<ClInclude Include="models\DMX\DmxMotorPanTilt.h" />
<ClInclude Include="models\DMX\DmxMovingHeadAdv.h" />
<ClInclude Include="models\DMX\DmxMovingHeadComm.h" />
<ClInclude Include="models\DMX\MovingHeads\MhChannel.h" />
<ClInclude Include="models\DMX\MovingHeads\MhChannelDialog.h" />
<ClInclude Include="models\DMX\MovingHeads\MhFeature.h" />
<ClInclude Include="models\DMX\MovingHeads\MhFeatureDialog.h" />
<ClInclude Include="models\XmlSerializer.h" />
<ClInclude Include="models\DMX\DmxDimmerAbility.h">
<Filter>Models\DMX</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<Filter Include="Models">
Expand Down Expand Up @@ -2201,4 +2229,4 @@
<Filter>automation</Filter>
</Text>
</ItemGroup>
</Project>
</Project>
6 changes: 5 additions & 1 deletion xLights/xLights.cbp
Expand Up @@ -529,7 +529,7 @@
<Unit filename="controllers/HinksPixExportDialog.cpp" />
<Unit filename="controllers/HinksPixExportDialog.h" />
<Unit filename="controllers/ILightThat.cpp" />
<Unit filename="controllers/ILightThat.h" />
<Unit filename="controllers/ILightThat.h" />
<Unit filename="controllers/J1Sys.cpp" />
<Unit filename="controllers/J1Sys.h" />
<Unit filename="controllers/Minleon.cpp" />
Expand Down Expand Up @@ -670,6 +670,8 @@
<Unit filename="effects/MovingHeadPanels/MHRgbPickerPanel.h" />
<Unit filename="effects/MovingHeadPanels/MovingHeadCanvasPanel.cpp" />
<Unit filename="effects/MovingHeadPanels/MovingHeadCanvasPanel.h" />
<Unit filename="effects/MovingHeadPanels/MovingHeadDimmerPanel.cpp" />
<Unit filename="effects/MovingHeadPanels/MovingHeadDimmerPanel.h" />
<Unit filename="effects/MusicEffect.cpp" />
<Unit filename="effects/MusicEffect.h" />
<Unit filename="effects/MusicPanel.cpp" />
Expand Down Expand Up @@ -848,6 +850,8 @@
<Unit filename="models/DMX/DmxColorAbilityRGB.h" />
<Unit filename="models/DMX/DmxColorAbilityWheel.cpp" />
<Unit filename="models/DMX/DmxColorAbilityWheel.h" />
<Unit filename="models/DMX/DmxDimmerAbility.cpp" />
<Unit filename="models/DMX/DmxDimmerAbility.h" />
<Unit filename="models/DMX/DmxFloodArea.cpp" />
<Unit filename="models/DMX/DmxFloodArea.h" />
<Unit filename="models/DMX/DmxFloodlight.cpp" />
Expand Down

0 comments on commit 9d366cd

Please sign in to comment.