Skip to content

Commit

Permalink
Changes for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Apr 25, 2024
1 parent 86561ff commit 0c027b3
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions msvscpp/libfwsi/libfwsi.vcproj
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,18 @@
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
RelativePath="..\..\libfwsi\libfwsi_acronis_tib_file_values.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_cdburn_values.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_compressed_folder.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_compressed_folder_values.c"
>
Expand All @@ -171,11 +179,11 @@
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_control_panel_identifier.c"
RelativePath="..\..\libfwsi\libfwsi_control_panel_item.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_control_panel_item.c"
RelativePath="..\..\libfwsi\libfwsi_control_panel_item_identifier.c"
>
</File>
<File
Expand Down Expand Up @@ -242,6 +250,10 @@
RelativePath="..\..\libfwsi\libfwsi_extension_block_0xbeef0026_values.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_extension_block_0xbeef0027_values.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_extension_block_0xbeef0029_values.c"
>
Expand Down Expand Up @@ -342,12 +354,20 @@
RelativePath="..\..\libfwsi\libfwsi_volume_values.c"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_web_site_values.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
RelativePath="..\..\libfwsi\libfwsi_acronis_tib_file_values.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_cdburn_values.h"
>
Expand All @@ -356,6 +376,10 @@
RelativePath="..\..\libfwsi\libfwsi_codepage.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_compressed_folder.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_compressed_folder_values.h"
>
Expand All @@ -373,11 +397,11 @@
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_control_panel_identifier.h"
RelativePath="..\..\libfwsi\libfwsi_control_panel_item.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_control_panel_item.h"
RelativePath="..\..\libfwsi\libfwsi_control_panel_item_identifier.h"
>
</File>
<File
Expand Down Expand Up @@ -448,6 +472,10 @@
RelativePath="..\..\libfwsi\libfwsi_extension_block_0xbeef0026_values.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_extension_block_0xbeef0027_values.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_extension_block_0xbeef0029_values.h"
>
Expand Down Expand Up @@ -592,6 +620,10 @@
RelativePath="..\..\libfwsi\libfwsi_volume_values.h"
>
</File>
<File
RelativePath="..\..\libfwsi\libfwsi_web_site_values.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Expand Down

0 comments on commit 0c027b3

Please sign in to comment.