summaryrefslogtreecommitdiff
path: root/xmake/scripts/vsxmake/vsproj/templates/Xmake.Custom.items.filters
blob: f69e1abb7a068fdf61284dc92bbf8e893ddc6743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <!--
    Use this file to include custom files for visual studio projects.

    This file will be imported by .vcxproj.filters
   -->
  <ItemGroup>
    <!-- <None Include="$(XmakeProjectDir)\xxx\yyy\zzz">
      <Filter>xxx\yyy</Filter>
    </None> -->
  </ItemGroup>
</Project>