--- /dev/null
+# # Set the default behavior, in case people don't have core.autocrlf set.
+* text=auto
+
+# Declare files that will always have CRLF line endings on checkout.
+*.sln text eol=crlf
+*.vcxproj text eol=crlf
## Binaries
tests/unit_tests/lib/common/command_line
-# Folders generated by Visual Studio builds
+# Folders and files generated by Visual Studio builds
**/Debug/**
**/Release/**
*.lib
*.pdb
+graphviz.sdf
# User specific Visual Studio folders and files
.vs/**
</Link>
<PreBuildEvent>
<Command>bison -dy grammar.y -o grammar.c
-flex -o scan.c scan.l</Command>
+flex -oscan.c scan.l</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">