summaryrefslogtreecommitdiff
path: root/examples/hello/hello.vcxproj.filters
blob: 0265ee7a473cb720f91c2dcac93c2d686e817fd5 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ItemGroup>
    <ClCompile Include="hello.cpp" />
  </ItemGroup>
  <ItemGroup>
    <None Include="hello.spire" />
  </ItemGroup>
</Project>