xenia/third_party/flatc.vcxproj.filters

18 lines
890 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClInclude Include="flatbuffers\include\flatbuffers\flatbuffers.h" />
<ClInclude Include="flatbuffers\include\flatbuffers\hash.h" />
<ClInclude Include="flatbuffers\include\flatbuffers\idl.h" />
<ClInclude Include="flatbuffers\include\flatbuffers\util.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="flatbuffers\src\flatc.cpp" />
<ClCompile Include="flatbuffers\src\idl_parser.cpp" />
<ClCompile Include="flatbuffers\src\idl_gen_text.cpp" />
<ClCompile Include="flatbuffers\src\idl_gen_general.cpp" />
<ClCompile Include="flatbuffers\src\idl_gen_go.cpp" />
<ClCompile Include="flatbuffers\src\idl_gen_fbs.cpp" />
<ClCompile Include="flatbuffers\src\idl_gen_cpp.cpp" />
</ItemGroup>
</Project>