|
86 | 86 | <Compile Include="Enums\Flags\DecalDataFlags.cs" /> |
87 | 87 | <Compile Include="Enums\Flags\DestructableFlags.cs" /> |
88 | 88 | <Compile Include="Enums\Flags\DestructionStageFlags.cs" /> |
| 89 | + <Compile Include="Enums\Flags\DoorFlags.cs" /> |
89 | 90 | <Compile Include="Enums\Flags\EnchantFlags.cs" /> |
| 91 | + <Compile Include="Enums\Flags\GrassFlags.cs" /> |
| 92 | + <Compile Include="Enums\Flags\IngredientFlags.cs" /> |
| 93 | + <Compile Include="Enums\Flags\LightFlags.cs" /> |
90 | 94 | <Compile Include="Enums\Flags\LocalVariableFlag.cs" /> |
91 | 95 | <Compile Include="Enums\Flags\MagicEffectFlags.cs" /> |
| 96 | + <Compile Include="Enums\Flags\PlaceableWaterFlags.cs" /> |
92 | 97 | <Compile Include="Enums\Flags\RaceFlags.cs" /> |
93 | 98 | <Compile Include="Enums\Flags\ScriptFlags.cs" /> |
94 | 99 | <Compile Include="Enums\Flags\SoundDataFlags.cs" /> |
|
109 | 114 | <Compile Include="Enums\MenuMode.cs" /> |
110 | 115 | <Compile Include="Enums\MiscStat.cs" /> |
111 | 116 | <Compile Include="Enums\NoYes.cs" /> |
| 117 | + <Compile Include="Enums\PassthroughSound.cs" /> |
112 | 118 | <Compile Include="Enums\PlayerAction.cs" /> |
113 | 119 | <Compile Include="Enums\ScriptType.cs" /> |
114 | 120 | <Compile Include="Enums\SpellType.cs" /> |
115 | 121 | <Compile Include="Enums\TerminalServerType.cs" /> |
| 122 | + <Compile Include="Enums\UnitFromWaterType.cs" /> |
116 | 123 | <Compile Include="Enums\VATSAction.cs" /> |
117 | 124 | <Compile Include="Enums\VATSValue.cs" /> |
118 | 125 | <Compile Include="Enums\WeaponCategory.cs" /> |
|
187 | 194 | <DesignTime>True</DesignTime> |
188 | 195 | <DependentUpon>Class.tt</DependentUpon> |
189 | 196 | </Compile> |
| 197 | + <Compile Include="Records\GeneratedCode\Container.cs"> |
| 198 | + <AutoGen>True</AutoGen> |
| 199 | + <DesignTime>True</DesignTime> |
| 200 | + <DependentUpon>Container.tt</DependentUpon> |
| 201 | + </Compile> |
| 202 | + <Compile Include="Records\GeneratedCode\Door.cs"> |
| 203 | + <AutoGen>True</AutoGen> |
| 204 | + <DesignTime>True</DesignTime> |
| 205 | + <DependentUpon>Door.tt</DependentUpon> |
| 206 | + </Compile> |
190 | 207 | <Compile Include="Records\GeneratedCode\Eyes.cs"> |
191 | 208 | <AutoGen>True</AutoGen> |
192 | 209 | <DesignTime>True</DesignTime> |
|
207 | 224 | <DesignTime>True</DesignTime> |
208 | 225 | <DependentUpon>GlobalVariable.tt</DependentUpon> |
209 | 226 | </Compile> |
| 227 | + <Compile Include="Records\GeneratedCode\Grass.cs"> |
| 228 | + <AutoGen>True</AutoGen> |
| 229 | + <DesignTime>True</DesignTime> |
| 230 | + <DependentUpon>Grass.tt</DependentUpon> |
| 231 | + </Compile> |
210 | 232 | <Compile Include="Records\GeneratedCode\Hair.cs"> |
211 | 233 | <AutoGen>True</AutoGen> |
212 | 234 | <DesignTime>True</DesignTime> |
|
222 | 244 | <DesignTime>True</DesignTime> |
223 | 245 | <DependentUpon>HeadPart.tt</DependentUpon> |
224 | 246 | </Compile> |
| 247 | + <Compile Include="Records\GeneratedCode\Ingredient.cs"> |
| 248 | + <AutoGen>True</AutoGen> |
| 249 | + <DesignTime>True</DesignTime> |
| 250 | + <DependentUpon>Ingredient.tt</DependentUpon> |
| 251 | + </Compile> |
225 | 252 | <Compile Include="Records\GeneratedCode\LandscapeTexture.cs"> |
226 | 253 | <AutoGen>True</AutoGen> |
227 | 254 | <DesignTime>True</DesignTime> |
228 | 255 | <DependentUpon>LandscapeTexture.tt</DependentUpon> |
229 | 256 | </Compile> |
| 257 | + <Compile Include="Records\GeneratedCode\Light.cs"> |
| 258 | + <AutoGen>True</AutoGen> |
| 259 | + <DesignTime>True</DesignTime> |
| 260 | + <DependentUpon>Light.tt</DependentUpon> |
| 261 | + </Compile> |
230 | 262 | <Compile Include="Records\GeneratedCode\MagicEffect.cs"> |
231 | 263 | <AutoGen>True</AutoGen> |
232 | 264 | <DesignTime>True</DesignTime> |
|
237 | 269 | <DesignTime>True</DesignTime> |
238 | 270 | <DependentUpon>MenuIcon.tt</DependentUpon> |
239 | 271 | </Compile> |
| 272 | + <Compile Include="Records\GeneratedCode\MiscItem.cs"> |
| 273 | + <AutoGen>True</AutoGen> |
| 274 | + <DesignTime>True</DesignTime> |
| 275 | + <DependentUpon>MiscItem.tt</DependentUpon> |
| 276 | + </Compile> |
| 277 | + <Compile Include="Records\GeneratedCode\MoveableStatic.cs"> |
| 278 | + <AutoGen>True</AutoGen> |
| 279 | + <DesignTime>True</DesignTime> |
| 280 | + <DependentUpon>MoveableStatic.tt</DependentUpon> |
| 281 | + </Compile> |
240 | 282 | <Compile Include="Records\GeneratedCode\ObjectEffect.cs"> |
241 | 283 | <AutoGen>True</AutoGen> |
242 | 284 | <DesignTime>True</DesignTime> |
243 | 285 | <DependentUpon>ObjectEffect.tt</DependentUpon> |
244 | 286 | </Compile> |
| 287 | + <Compile Include="Records\GeneratedCode\PlaceableWater.cs"> |
| 288 | + <AutoGen>True</AutoGen> |
| 289 | + <DesignTime>True</DesignTime> |
| 290 | + <DependentUpon>PlaceableWater.tt</DependentUpon> |
| 291 | + </Compile> |
245 | 292 | <Compile Include="Records\GeneratedCode\Race.cs"> |
246 | 293 | <AutoGen>True</AutoGen> |
247 | 294 | <DesignTime>True</DesignTime> |
|
257 | 304 | <DesignTime>True</DesignTime> |
258 | 305 | <DependentUpon>Sound.tt</DependentUpon> |
259 | 306 | </Compile> |
| 307 | + <Compile Include="Records\GeneratedCode\Static.cs"> |
| 308 | + <AutoGen>True</AutoGen> |
| 309 | + <DesignTime>True</DesignTime> |
| 310 | + <DependentUpon>Static.tt</DependentUpon> |
| 311 | + </Compile> |
| 312 | + <Compile Include="Records\GeneratedCode\StaticCollection.cs"> |
| 313 | + <AutoGen>True</AutoGen> |
| 314 | + <DesignTime>True</DesignTime> |
| 315 | + <DependentUpon>StaticCollection.tt</DependentUpon> |
| 316 | + </Compile> |
260 | 317 | <Compile Include="Records\GeneratedCode\TalkingActivator.cs"> |
261 | 318 | <AutoGen>True</AutoGen> |
262 | 319 | <DesignTime>True</DesignTime> |
|
328 | 385 | <DesignTime>True</DesignTime> |
329 | 386 | <DependentUpon>Icon.tt</DependentUpon> |
330 | 387 | </Compile> |
| 388 | + <Compile Include="SubrecordCollections\GeneratedCode\InventoryItem.cs"> |
| 389 | + <AutoGen>True</AutoGen> |
| 390 | + <DesignTime>True</DesignTime> |
| 391 | + <DependentUpon>InventoryItem.tt</DependentUpon> |
| 392 | + </Compile> |
331 | 393 | <Compile Include="SubrecordCollections\GeneratedCode\LocalVariable.cs"> |
332 | 394 | <AutoGen>True</AutoGen> |
333 | 395 | <DesignTime>True</DesignTime> |
|
368 | 430 | <Generator>TextTemplatingFileGenerator</Generator> |
369 | 431 | <LastGenOutput>Book.cs</LastGenOutput> |
370 | 432 | </None> |
| 433 | + <None Include="Records\GeneratedCode\Container.tt"> |
| 434 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 435 | + <LastGenOutput>Container.cs</LastGenOutput> |
| 436 | + </None> |
| 437 | + <None Include="Records\GeneratedCode\Door.tt"> |
| 438 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 439 | + <LastGenOutput>Door.cs</LastGenOutput> |
| 440 | + </None> |
| 441 | + <None Include="Records\GeneratedCode\Grass.tt"> |
| 442 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 443 | + <LastGenOutput>Grass.cs</LastGenOutput> |
| 444 | + </None> |
| 445 | + <None Include="Records\GeneratedCode\Ingredient.tt"> |
| 446 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 447 | + <LastGenOutput>Ingredient.cs</LastGenOutput> |
| 448 | + </None> |
371 | 449 | <None Include="Records\GeneratedCode\LandscapeTexture.tt"> |
372 | 450 | <Generator>TextTemplatingFileGenerator</Generator> |
373 | 451 | <LastGenOutput>LandscapeTexture.cs</LastGenOutput> |
374 | 452 | </None> |
| 453 | + <None Include="Records\GeneratedCode\Light.tt"> |
| 454 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 455 | + <LastGenOutput>Light.cs</LastGenOutput> |
| 456 | + </None> |
375 | 457 | <None Include="Records\GeneratedCode\MagicEffect.tt"> |
376 | 458 | <Generator>TextTemplatingFileGenerator</Generator> |
377 | 459 | <LastGenOutput>MagicEffect.cs</LastGenOutput> |
378 | 460 | </None> |
| 461 | + <None Include="Records\GeneratedCode\MiscItem.tt"> |
| 462 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 463 | + <LastGenOutput>MiscItem.cs</LastGenOutput> |
| 464 | + </None> |
| 465 | + <None Include="Records\GeneratedCode\MoveableStatic.tt"> |
| 466 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 467 | + <LastGenOutput>MoveableStatic.cs</LastGenOutput> |
| 468 | + </None> |
379 | 469 | <None Include="Records\GeneratedCode\ObjectEffect.tt"> |
380 | 470 | <Generator>TextTemplatingFileGenerator</Generator> |
381 | 471 | <LastGenOutput>ObjectEffect.cs</LastGenOutput> |
382 | 472 | </None> |
| 473 | + <None Include="Records\GeneratedCode\PlaceableWater.tt"> |
| 474 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 475 | + <LastGenOutput>PlaceableWater.cs</LastGenOutput> |
| 476 | + </None> |
383 | 477 | <None Include="Records\GeneratedCode\Race.tt"> |
384 | 478 | <Generator>TextTemplatingFileGenerator</Generator> |
385 | 479 | <LastGenOutput>Race.cs</LastGenOutput> |
|
392 | 486 | <Generator>TextTemplatingFileGenerator</Generator> |
393 | 487 | <LastGenOutput>Sound.cs</LastGenOutput> |
394 | 488 | </None> |
| 489 | + <None Include="Records\GeneratedCode\Static.tt"> |
| 490 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 491 | + <LastGenOutput>Static.cs</LastGenOutput> |
| 492 | + </None> |
| 493 | + <None Include="Records\GeneratedCode\StaticCollection.tt"> |
| 494 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 495 | + <LastGenOutput>StaticCollection.cs</LastGenOutput> |
| 496 | + </None> |
395 | 497 | <None Include="Records\GeneratedCode\TalkingActivator.tt"> |
396 | 498 | <Generator>TextTemplatingFileGenerator</Generator> |
397 | 499 | <LastGenOutput>TalkingActivator.cs</LastGenOutput> |
|
420 | 522 | <Generator>TextTemplatingFileGenerator</Generator> |
421 | 523 | <LastGenOutput>FaceGenData.cs</LastGenOutput> |
422 | 524 | </None> |
| 525 | + <None Include="SubrecordCollections\GeneratedCode\InventoryItem.tt"> |
| 526 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 527 | + <LastGenOutput>InventoryItem.cs</LastGenOutput> |
| 528 | + </None> |
423 | 529 | <None Include="SubrecordCollections\GeneratedCode\LocalVariable.tt"> |
424 | 530 | <Generator>TextTemplatingFileGenerator</Generator> |
425 | 531 | <LastGenOutput>LocalVariable.cs</LastGenOutput> |
|
438 | 544 | <DesignTime>True</DesignTime> |
439 | 545 | <DependentUpon>RaceHeadData.tt</DependentUpon> |
440 | 546 | </Compile> |
| 547 | + <Compile Include="SubrecordCollections\GeneratedCode\StaticCollectionPart.cs"> |
| 548 | + <AutoGen>True</AutoGen> |
| 549 | + <DesignTime>True</DesignTime> |
| 550 | + <DependentUpon>StaticCollectionPart.tt</DependentUpon> |
| 551 | + </Compile> |
441 | 552 | <Compile Include="SubrecordCollections\GeneratedCode\TerminalMenu.cs"> |
442 | 553 | <AutoGen>True</AutoGen> |
443 | 554 | <DesignTime>True</DesignTime> |
|
485 | 596 | <DesignTime>True</DesignTime> |
486 | 597 | <DependentUpon>Condition.tt</DependentUpon> |
487 | 598 | </Compile> |
| 599 | + <Compile Include="Subrecords\GeneratedCode\ContainerData.cs"> |
| 600 | + <AutoGen>True</AutoGen> |
| 601 | + <DesignTime>True</DesignTime> |
| 602 | + <DependentUpon>ContainerData.tt</DependentUpon> |
| 603 | + </Compile> |
488 | 604 | <Compile Include="Subrecords\GeneratedCode\DecalData.cs"> |
489 | 605 | <AutoGen>True</AutoGen> |
490 | 606 | <DesignTime>True</DesignTime> |
|
515 | 631 | <DesignTime>True</DesignTime> |
516 | 632 | <DependentUpon>FactionData.tt</DependentUpon> |
517 | 633 | </Compile> |
| 634 | + <Compile Include="Subrecords\GeneratedCode\GrassData.cs"> |
| 635 | + <AutoGen>True</AutoGen> |
| 636 | + <DesignTime>True</DesignTime> |
| 637 | + <DependentUpon>GrassData.tt</DependentUpon> |
| 638 | + </Compile> |
518 | 639 | <Compile Include="Subrecords\GeneratedCode\HavokData.cs"> |
519 | 640 | <AutoGen>True</AutoGen> |
520 | 641 | <DesignTime>True</DesignTime> |
521 | 642 | <DependentUpon>HavokData.tt</DependentUpon> |
522 | 643 | </Compile> |
| 644 | + <Compile Include="Subrecords\GeneratedCode\IngredientData.cs"> |
| 645 | + <AutoGen>True</AutoGen> |
| 646 | + <DesignTime>True</DesignTime> |
| 647 | + <DependentUpon>IngredientData.tt</DependentUpon> |
| 648 | + </Compile> |
| 649 | + <Compile Include="Subrecords\GeneratedCode\InventoryItemData.cs"> |
| 650 | + <AutoGen>True</AutoGen> |
| 651 | + <DesignTime>True</DesignTime> |
| 652 | + <DependentUpon>InventoryItemData.tt</DependentUpon> |
| 653 | + </Compile> |
| 654 | + <Compile Include="Subrecords\GeneratedCode\InventoryItemExtraData.cs"> |
| 655 | + <AutoGen>True</AutoGen> |
| 656 | + <DesignTime>True</DesignTime> |
| 657 | + <DependentUpon>InventoryItemExtraData.tt</DependentUpon> |
| 658 | + </Compile> |
| 659 | + <Compile Include="Subrecords\GeneratedCode\LightData.cs"> |
| 660 | + <AutoGen>True</AutoGen> |
| 661 | + <DesignTime>True</DesignTime> |
| 662 | + <DependentUpon>LightData.tt</DependentUpon> |
| 663 | + </Compile> |
523 | 664 | <Compile Include="Subrecords\GeneratedCode\LocalVariableData.cs"> |
524 | 665 | <AutoGen>True</AutoGen> |
525 | 666 | <DesignTime>True</DesignTime> |
|
535 | 676 | <DesignTime>True</DesignTime> |
536 | 677 | <DependentUpon>ObjectBounds.tt</DependentUpon> |
537 | 678 | </Compile> |
| 679 | + <Compile Include="Subrecords\GeneratedCode\PlaceableWaterData.cs"> |
| 680 | + <AutoGen>True</AutoGen> |
| 681 | + <DesignTime>True</DesignTime> |
| 682 | + <DependentUpon>PlaceableWaterData.tt</DependentUpon> |
| 683 | + </Compile> |
538 | 684 | <Compile Include="Subrecords\GeneratedCode\PluginHeader.cs"> |
539 | 685 | <AutoGen>True</AutoGen> |
540 | 686 | <DesignTime>True</DesignTime> |
|
600 | 746 | <DesignTime>True</DesignTime> |
601 | 747 | <DependentUpon>TerminalData.tt</DependentUpon> |
602 | 748 | </Compile> |
| 749 | + <Compile Include="Subrecords\GeneratedCode\ValueWeight.cs"> |
| 750 | + <AutoGen>True</AutoGen> |
| 751 | + <DesignTime>True</DesignTime> |
| 752 | + <DependentUpon>ValueWeight.tt</DependentUpon> |
| 753 | + </Compile> |
| 754 | + <Compile Include="Subrecords\InventoryItemExtraData.cs" /> |
603 | 755 | <Compile Include="Subrecords\SimpleSubrecord.cs" /> |
| 756 | + <Compile Include="Subrecords\StaticCollectionPartData.cs" /> |
604 | 757 | <Compile Include="Subrecords\SubMarker.cs" /> |
605 | 758 | <Compile Include="Subrecords\UndecodedSubrecord.cs" /> |
606 | 759 | <Compile Include="Utility.cs" /> |
607 | 760 | <Compile Include="Zlib.cs" /> |
| 761 | + <None Include="SubrecordCollections\GeneratedCode\StaticCollectionPart.tt"> |
| 762 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 763 | + <LastGenOutput>StaticCollectionPart.cs</LastGenOutput> |
| 764 | + </None> |
608 | 765 | <None Include="SubrecordCollections\GeneratedCode\TerminalMenu.tt"> |
609 | 766 | <Generator>TextTemplatingFileGenerator</Generator> |
610 | 767 | <LastGenOutput>TerminalMenu.cs</LastGenOutput> |
|
629 | 786 | <Generator>TextTemplatingFileGenerator</Generator> |
630 | 787 | <LastGenOutput>BookData.cs</LastGenOutput> |
631 | 788 | </None> |
| 789 | + <None Include="Subrecords\GeneratedCode\ContainerData.tt"> |
| 790 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 791 | + <LastGenOutput>ContainerData.cs</LastGenOutput> |
| 792 | + </None> |
| 793 | + <None Include="Subrecords\GeneratedCode\GrassData.tt"> |
| 794 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 795 | + <LastGenOutput>GrassData.cs</LastGenOutput> |
| 796 | + </None> |
| 797 | + <None Include="Subrecords\GeneratedCode\IngredientData.tt"> |
| 798 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 799 | + <LastGenOutput>IngredientData.cs</LastGenOutput> |
| 800 | + </None> |
| 801 | + <None Include="Subrecords\GeneratedCode\InventoryItemData.tt"> |
| 802 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 803 | + <LastGenOutput>InventoryItemData.cs</LastGenOutput> |
| 804 | + </None> |
| 805 | + <None Include="Subrecords\GeneratedCode\InventoryItemExtraData.tt"> |
| 806 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 807 | + <LastGenOutput>InventoryItemExtraData.cs</LastGenOutput> |
| 808 | + </None> |
| 809 | + <None Include="Subrecords\GeneratedCode\LightData.tt"> |
| 810 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 811 | + <LastGenOutput>LightData.cs</LastGenOutput> |
| 812 | + </None> |
| 813 | + <None Include="Subrecords\GeneratedCode\PlaceableWaterData.tt"> |
| 814 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 815 | + <LastGenOutput>PlaceableWaterData.cs</LastGenOutput> |
| 816 | + </None> |
632 | 817 | <None Include="Subrecords\GeneratedCode\TerminalData.tt"> |
633 | 818 | <Generator>TextTemplatingFileGenerator</Generator> |
634 | 819 | <LastGenOutput>TerminalData.cs</LastGenOutput> |
635 | 820 | </None> |
| 821 | + <None Include="Subrecords\GeneratedCode\ValueWeight.tt"> |
| 822 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 823 | + <LastGenOutput>ValueWeight.cs</LastGenOutput> |
| 824 | + </None> |
636 | 825 | </ItemGroup> |
637 | 826 | <ItemGroup> |
638 | 827 | <None Include="ClassDiagram.cd" /> |
|
0 commit comments