summaryrefslogtreecommitdiff
path: root/vtparse/vtparse.vcxproj.filters
diff options
context:
space:
mode:
Diffstat (limited to 'vtparse/vtparse.vcxproj.filters')
-rw-r--r--vtparse/vtparse.vcxproj.filters11
1 files changed, 11 insertions, 0 deletions
diff --git a/vtparse/vtparse.vcxproj.filters b/vtparse/vtparse.vcxproj.filters
new file mode 100644
index 0000000..6c4f4a7
--- /dev/null
+++ b/vtparse/vtparse.vcxproj.filters
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ItemGroup>
+ <ClCompile Include="src\vtparse.c" />
+ <ClCompile Include="src\vtparse_table.c" />
+ </ItemGroup>
+ <ItemGroup>
+ <ClInclude Include="src\vtparse.h" />
+ <ClInclude Include="src\vtparse_table.h" />
+ </ItemGroup>
+</Project> \ No newline at end of file