Skip to content

Commit

Permalink
VSよくわからん
Browse files Browse the repository at this point in the history
  • Loading branch information
ePi5131 committed Jul 8, 2023
1 parent d2ee1b8 commit 8d5bfd7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
8 changes: 6 additions & 2 deletions patch/patch.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,12 @@
<ClInclude Include="patch_scene_cache.hpp" />
<ClInclude Include="patch_script_sort.hpp" />
<ClInclude Include="patch_setting_new_project.hpp" />
<ClInclude Include="patch_shared_cache.hpp" />
<ClInclude Include="patch_warning_duplicate_plugins.hpp" />
<ClInclude Include="patch_shared_cache.hpp">
<Filter>feature</Filter>
</ClInclude>
<ClInclude Include="patch_warning_duplicate_plugins.hpp">
<Filter>feature</Filter>
</ClInclude>
<ClInclude Include="patch_access_key.hpp">
<Filter>feature</Filter>
</ClInclude>
Expand Down
16 changes: 12 additions & 4 deletions patch/patch.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,12 @@
<ClInclude Include="patch_yc_rgb_cvt.hpp">
<Filter>feature</Filter>
</ClInclude>
<ClInclude Include="patch_shared_cache.hpp" />
<ClInclude Include="patch_warning_duplicate_plugins.hpp" />
<ClInclude Include="patch_shared_cache.hpp">
<Filter>feature</Filter>
</ClInclude>
<ClInclude Include="patch_warning_duplicate_plugins.hpp">
<Filter>feature</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<ClCompile Include="init.cpp" />
Expand Down Expand Up @@ -420,8 +424,12 @@
<ClCompile Include="patch_yc_rgb_cvt.cpp">
<Filter>feature</Filter>
</ClCompile>
<ClCompile Include="patch_shared_cache.cpp" />
<ClCompile Include="patch_warning_duplicate_plugins.cpp" />
<ClCompile Include="patch_shared_cache.cpp">
<Filter>feature</Filter>
</ClCompile>
<ClCompile Include="patch_warning_duplicate_plugins.cpp">
<Filter>feature</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="patch.rc" />
Expand Down

0 comments on commit 8d5bfd7

Please sign in to comment.