mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-17 19:26:31 +00:00
[C#] Use @ for keyword escaping (#6834)
This commit is contained in:
@@ -137,17 +137,17 @@
|
||||
<Compile Include="..\optional_scalars\ScalarStuff.cs">
|
||||
<Link>optional_scalars\ScalarStuff.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\keyword_test\ABC.cs">
|
||||
<Link>keyword_test\ABC.cs</Link>
|
||||
<Compile Include="..\KeywordTest\ABC.cs">
|
||||
<Link>KeywordTest\ABC.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\keyword_test\public.cs">
|
||||
<Link>keyword_test\public.cs</Link>
|
||||
<Compile Include="..\KeywordTest\public.cs">
|
||||
<Link>KeywordTest\public.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\keyword_test\KeywordsInTable.cs">
|
||||
<Link>keyword_test\KeywordsInTable.cs</Link>
|
||||
<Compile Include="..\KeywordTest\KeywordsInTable.cs">
|
||||
<Link>KeywordTest\KeywordsInTable.cs</Link>
|
||||
</Compile>
|
||||
<Compile Include="..\keyword_test\KeywordsInUnion.cs">
|
||||
<Link>keyword_test\KeywordsInUnion.cs</Link>
|
||||
<Compile Include="..\KeywordTest\KeywordsInUnion.cs">
|
||||
<Link>KeywordTest\KeywordsInUnion.cs</Link>
|
||||
</Compile>
|
||||
</ItemGroup>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user