Debugger stuff, and changing to vcproj's/sln.
This commit is contained in:
18
third_party/flatc.vcxproj.filters
vendored
Normal file
18
third_party/flatc.vcxproj.filters
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user