Add update_helper.sh to VS filters

This commit is contained in:
Megamouse 2024-01-29 21:38:36 +01:00
parent ea326a5f29
commit 17b5a36b59
2 changed files with 4 additions and 0 deletions

View file

@ -1920,6 +1920,7 @@
<None Include="..\bin\GuiConfigs\Skyline.qss" /> <None Include="..\bin\GuiConfigs\Skyline.qss" />
<None Include="..\bin\GuiConfigs\YoRHa by Ani.qss" /> <None Include="..\bin\GuiConfigs\YoRHa by Ani.qss" />
<None Include="..\Utilities\git-version-gen.cmd" /> <None Include="..\Utilities\git-version-gen.cmd" />
<None Include="update_helper.sh" />
</ItemGroup> </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" /> <ImportGroup Label="ExtensionTargets" />

View file

@ -1614,5 +1614,8 @@
<None Include="..\.ci\install-freebsd.sh"> <None Include="..\.ci\install-freebsd.sh">
<Filter>CI</Filter> <Filter>CI</Filter>
</None> </None>
<None Include="update_helper.sh">
<Filter>Scripts</Filter>
</None>
</ItemGroup> </ItemGroup>
</Project> </Project>