Skip to content

Commit

Permalink
Update VS solution
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrofama committed Dec 4, 2023
1 parent 22f0fab commit 898f366
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions addons/Wwise/native/vs2022/wwise-gdextension.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@
<ClCompile Include="..\src\editor\ak_editor_utils.cpp" />
<ClCompile Include="..\src\editor\inspector_plugin\ak_inspector_plugin.cpp" />
<ClCompile Include="..\src\editor\waapi_picker\waapi_picker.cpp" />
<ClCompile Include="..\src\editor\wwise_editor_scale.cpp" />
<ClCompile Include="..\src\scene\ak_bank.cpp" />
<ClCompile Include="..\src\scene\ak_early_reflections.cpp" />
<ClCompile Include="..\src\scene\ak_environment.cpp" />
Expand All @@ -182,11 +181,11 @@
<ClCompile Include="..\src\register_types.cpp" />
<ClInclude Include="..\src\ak_utils.h" />
<ClInclude Include="..\src\editor\event_gizmo\ak_event_3d_gizmo_plugin.h" />
<ClInclude Include="..\src\editor\export_plugin\ak_android_export_plugin.h" />
<ClInclude Include="..\src\editor\export_plugin\ak_editor_export_plugin.h" />
<ClInclude Include="..\src\editor\inspector_plugin\ak_inspector_plugin.h" />
<ClInclude Include="..\src\editor\waapi_picker\waapi_picker.h" />
<ClInclude Include="..\src\editor\ak_editor_utils.h" />
<ClInclude Include="..\src\editor\wwise_editor_scale.h" />
<ClInclude Include="..\src\scene\ak_bank.h" />
<ClInclude Include="..\src\scene\ak_early_reflections.h" />
<ClInclude Include="..\src\scene\ak_environment.h" />
Expand Down
11 changes: 4 additions & 7 deletions addons/Wwise/native/vs2022/wwise-gdextension.vcxproj.filters
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<Filter Include="Source Files">
Expand Down Expand Up @@ -93,9 +93,6 @@
<ClCompile Include="..\src\waapi\waapi_gdextension.cpp">
<Filter>Source Files\waapi</Filter>
</ClCompile>
<ClCompile Include="..\src\editor\wwise_editor_scale.cpp">
<Filter>Source Files\editor</Filter>
</ClCompile>
<ClCompile Include="..\src\editor\inspector_plugin\ak_inspector_plugin.cpp">
<Filter>Source Files\editor\inspector_plugin</Filter>
</ClCompile>
Expand Down Expand Up @@ -149,9 +146,6 @@
<ClInclude Include="..\src\waapi\waapi_gdextension.h">
<Filter>Source Files\waapi</Filter>
</ClInclude>
<ClInclude Include="..\src\editor\wwise_editor_scale.h">
<Filter>Source Files\editor</Filter>
</ClInclude>
<ClInclude Include="..\src\editor\event_gizmo\ak_event_3d_gizmo_plugin.h">
<Filter>Source Files\editor\event_gizmo</Filter>
</ClInclude>
Expand Down Expand Up @@ -197,5 +191,8 @@
<ClInclude Include="..\src\editor\ak_editor_utils.h">
<Filter>Source Files\editor</Filter>
</ClInclude>
<ClInclude Include="..\src\editor\export_plugin\ak_android_export_plugin.h">
<Filter>Source Files\editor\export_plugin</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 898f366

Please sign in to comment.