forked from jasder/antlr
Don't compile TestRig or the rule dependency analysis code for now (it will require substantial work)
This commit is contained in:
parent
21ad947f42
commit
73bce570b2
|
@ -132,9 +132,9 @@
|
||||||
<Compile Include="Misc\NotNullAttribute.cs" />
|
<Compile Include="Misc\NotNullAttribute.cs" />
|
||||||
<Compile Include="Misc\OrderedHashSet`1.cs" />
|
<Compile Include="Misc\OrderedHashSet`1.cs" />
|
||||||
<Compile Include="Misc\ParseCanceledException.cs" />
|
<Compile Include="Misc\ParseCanceledException.cs" />
|
||||||
<Compile Include="Misc\RuleDependencyChecker.cs" />
|
<None Include="Misc\RuleDependencyChecker.cs" />
|
||||||
<Compile Include="Misc\RuleDependencyProcessor.cs" />
|
<None Include="Misc\RuleDependencyProcessor.cs" />
|
||||||
<Compile Include="Misc\TestRig.cs" />
|
<None Include="Misc\TestRig.cs" />
|
||||||
<Compile Include="Misc\Utils.cs" />
|
<Compile Include="Misc\Utils.cs" />
|
||||||
<Compile Include="NoViableAltException.cs" />
|
<Compile Include="NoViableAltException.cs" />
|
||||||
<Compile Include="Parser.cs" />
|
<Compile Include="Parser.cs" />
|
||||||
|
|
Loading…
Reference in New Issue