PageRenderTime 22ms CodeModel.GetById 20ms RepoModel.GetById 0ms app.codeStats 0ms

/mordor/ragel.props

http://github.com/mozy/mordor
MSBuild | 28 lines | 28 code | 0 blank | 0 comment | 0 complexity | 3ee93625318c80850a79d39840c9a475 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup
  4. Condition="'$(RagelBeforeTargets)' == '' and '$(RagelAfterTargets)' == '' and '$(ConfigurationType)' != 'Makefile'">
  5. <RagelBeforeTargets>Midl</RagelBeforeTargets>
  6. <RagelAfterTargets>CustomBuild</RagelAfterTargets>
  7. </PropertyGroup>
  8. <PropertyGroup>
  9. <RagelDependsOn
  10. Condition="'$(ConfigurationType)' != 'Makefile'">_SelectedFiles;$(RagelDependsOn)</RagelDependsOn>
  11. </PropertyGroup>
  12. <ItemDefinitionGroup>
  13. <Ragel>
  14. <NoDuplicates>false</NoDuplicates>
  15. <XML>false</XML>
  16. <Graphviz>false</Graphviz>
  17. <PrintableCharacters>false</PrintableCharacters>
  18. <InhibitLineDirectives>false</InhibitLineDirectives>
  19. <OutputFileName>$(IntDir)%(Filename).cpp</OutputFileName>
  20. <Minimization>0</Minimization>
  21. <Host>0</Host>
  22. <CodeStyle>0</CodeStyle>
  23. <CommandLineTemplate>ragel.exe [AllOptions] [AdditionalOptions] --error-format=msvc [inputs]</CommandLineTemplate>
  24. <Outputs>%(OutputFileName)</Outputs>
  25. <ExecutionDescription>Generating finite state machines: [inputs]</ExecutionDescription>
  26. </Ragel>
  27. </ItemDefinitionGroup>
  28. </Project>