mirror of
https://github.com/keystone-engine/keystone
synced 2026-06-08 15:15:30 +00:00
1149b6b086
* Added support for CSharp * Minor changes to const_generator.py; Moved files according to the output of const_generator.py; Removed non-english comments; * Released keystone after tests
9 lines
502 B
XML
9 lines
502 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="specFlow" type="TechTalk.SpecFlow.Configuration.ConfigurationSectionHandler, TechTalk.SpecFlow" />
|
|
</configSections>
|
|
<specFlow>
|
|
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config -->
|
|
<!-- For additional details on SpecFlow configuration options see http://go.specflow.org/doc-config --><unitTestProvider name="NUnit" /></specFlow>
|
|
</configuration> |