blob: a894e8d0d78ec9b12d4b7352c40213f2bcd358c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?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
-->
<ItemGroup>
<!-- <None Include="$(XmakeProjectDir)\xxx\yyy\zzz" /> -->
</ItemGroup>
</Project>
|