Added support for SharedStrings and SSTR chunk type
This commit is contained in:
@ -69,6 +69,7 @@
|
||||
<Compile Include="BinaryFormat\ChunkTypes\META.cs" />
|
||||
<Compile Include="BinaryFormat\ChunkTypes\PRNT.cs" />
|
||||
<Compile Include="BinaryFormat\ChunkTypes\PROP.cs" />
|
||||
<Compile Include="BinaryFormat\ChunkTypes\SSTR.cs" />
|
||||
<Compile Include="Tree\Enums.cs" />
|
||||
<Compile Include="Tree\Property.cs" />
|
||||
<Compile Include="Tree\Instance.cs" />
|
||||
@ -99,6 +100,7 @@
|
||||
<Compile Include="Utility\MaterialInfo.cs" />
|
||||
<Compile Include="Utility\Quaternion.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="XmlFormat\PropertyTokens\SharedString.cs" />
|
||||
<Compile Include="XmlFormat\PropertyTokens\Vector3int16.cs" />
|
||||
<Compile Include="XmlFormat\XmlPropertyTokens.cs" />
|
||||
<Compile Include="XmlFormat\XmlDataReader.cs" />
|
||||
|
Reference in New Issue
Block a user