Skip to content

Commit

Permalink
Update .vcxproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
offhub committed Dec 14, 2024
1 parent f622455 commit 038be5a
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
4 changes: 4 additions & 0 deletions SandboxiePlus/MiscHelpers/MiscHelpers.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@
</ClCompile>
<ClCompile Include="Archive\CachedArchive.cpp" />
<ClCompile Include="Archive\SplitFile.cpp" />
<ClCompile Include="Common\CheckableComboBox.cpp" />
<ClCompile Include="Common\CheckableMessageBox.cpp" />
<ClCompile Include="Common\CodeEdit.cpp" />
<ClCompile Include="Common\ComboInputDialog.cpp" />
<ClCompile Include="Common\Common.cpp" />
<ClCompile Include="Common\DebugHelpers.cpp" />
Expand Down Expand Up @@ -269,6 +271,8 @@
<ClInclude Include="Archive\ArchiveUpdater.h" />
<ClInclude Include="Archive\CachedArchive.h" />
<QtMoc Include="Archive\SplitFile.h" />
<QtMoc Include="Common\CheckableComboBox.h" />
<QtMoc Include="Common\CodeEdit.h" />
<ClInclude Include="Common\Common.h" />
<ClInclude Include="Common\DebugHelpers.h" />
<ClInclude Include="Common\ExitDialog.h" />
Expand Down
12 changes: 12 additions & 0 deletions SandboxiePlus/MiscHelpers/MiscHelpers.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,12 @@
<ClCompile Include="Archive\ArchiveFS.cpp">
<Filter>Archive</Filter>
</ClCompile>
<ClCompile Include="Common\CheckableComboBox.cpp">
<Filter>Common</Filter>
</ClCompile>
<ClCompile Include="Common\CodeEdit.cpp">
<Filter>Common</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="MiscHelpers.h">
Expand Down Expand Up @@ -276,5 +282,11 @@
<QtMoc Include="Common\NeonEffect.h">
<Filter>Common</Filter>
</QtMoc>
<QtMoc Include="Common\CheckableComboBox.h">
<Filter>Common</Filter>
</QtMoc>
<QtMoc Include="Common\CodeEdit.h">
<Filter>Common</Filter>
</QtMoc>
</ItemGroup>
</Project>
1 change: 1 addition & 0 deletions SandboxiePlus/SandMan/SandMan.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -483,6 +483,7 @@
<ClInclude Include="Engine\V4ScriptDebuggerApi.h" />
<ClInclude Include="Helpers\FindTool.h" />
<ClInclude Include="Helpers\FullScreen.h" />
<QtMoc Include="Helpers\IniHighlighter.h" />
<ClInclude Include="Helpers\ReadDirectoryChanges.h" />
<ClInclude Include="Helpers\ReadDirectoryChangesPrivate.h" />
<ClInclude Include="Helpers\StorageInfo.h" />
Expand Down
6 changes: 6 additions & 0 deletions SandboxiePlus/SandMan/SandMan.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,9 @@
<ClCompile Include="Helpers\TabOrder.cpp">
<Filter>Helpers</Filter>
</ClCompile>
<ClCompile Include="Helpers\IniHighlighter.cpp">
<Filter>Helpers</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="stdafx.h">
Expand Down Expand Up @@ -397,6 +400,9 @@
<QtMoc Include="Windows\ExtractDialog.h">
<Filter>Windows</Filter>
</QtMoc>
<QtMoc Include="Helpers\IniHighlighter.h">
<Filter>Helpers</Filter>
</QtMoc>
</ItemGroup>
<ItemGroup>
<QtRcc Include="Resources\SandMan.qrc">
Expand Down

0 comments on commit 038be5a

Please sign in to comment.