|
88 | 88 | <Compile Include="Enums\CreatureSoundType.cs" /> |
89 | 89 | <Compile Include="Enums\CreatureType.cs" /> |
90 | 90 | <Compile Include="Enums\CriticalStage.cs" /> |
| 91 | + <Compile Include="Enums\DialogType.cs" /> |
91 | 92 | <Compile Include="Enums\EffectType.cs" /> |
92 | 93 | <Compile Include="Enums\EmbeddedWeaponActorValue.cs" /> |
93 | 94 | <Compile Include="Enums\EnchantType.cs" /> |
|
105 | 106 | <Compile Include="Enums\Flags\DecalDataFlags.cs" /> |
106 | 107 | <Compile Include="Enums\Flags\DestructableFlags.cs" /> |
107 | 108 | <Compile Include="Enums\Flags\DestructionStageFlags.cs" /> |
| 109 | + <Compile Include="Enums\Flags\DialogFlags.cs" /> |
108 | 110 | <Compile Include="Enums\Flags\DoorFlags.cs" /> |
109 | 111 | <Compile Include="Enums\Flags\EnchantFlags.cs" /> |
110 | 112 | <Compile Include="Enums\Flags\GrassFlags.cs" /> |
|
120 | 122 | <Compile Include="Enums\Flags\NPCFlags.cs" /> |
121 | 123 | <Compile Include="Enums\Flags\PlaceableWaterFlags.cs" /> |
122 | 124 | <Compile Include="Enums\Flags\ProjectileFlags.cs" /> |
| 125 | + <Compile Include="Enums\Flags\QuestFlags.cs" /> |
| 126 | + <Compile Include="Enums\Flags\QuestStageFlags.cs" /> |
| 127 | + <Compile Include="Enums\Flags\QuestTargetFlags.cs" /> |
123 | 128 | <Compile Include="Enums\Flags\RaceFlags.cs" /> |
124 | 129 | <Compile Include="Enums\Flags\ScriptFlags.cs" /> |
125 | 130 | <Compile Include="Enums\Flags\SoundDataFlags.cs" /> |
|
264 | 269 | <DesignTime>True</DesignTime> |
265 | 270 | <DependentUpon>Creature.tt</DependentUpon> |
266 | 271 | </Compile> |
| 272 | + <Compile Include="Records\GeneratedCode\DialogTopic.cs"> |
| 273 | + <AutoGen>True</AutoGen> |
| 274 | + <DesignTime>True</DesignTime> |
| 275 | + <DependentUpon>DialogTopic.tt</DependentUpon> |
| 276 | + </Compile> |
267 | 277 | <Compile Include="Records\GeneratedCode\Door.cs"> |
268 | 278 | <AutoGen>True</AutoGen> |
269 | 279 | <DesignTime>True</DesignTime> |
|
466 | 476 | <Compile Include="RecordView.cs" /> |
467 | 477 | <Compile Include="Subrecord.cs" /> |
468 | 478 | <Compile Include="SubrecordCollection.cs" /> |
| 479 | + <Compile Include="SubrecordCollections\GeneratedCode\AddedQuest.cs"> |
| 480 | + <AutoGen>True</AutoGen> |
| 481 | + <DesignTime>True</DesignTime> |
| 482 | + <DependentUpon>AddedQuest.tt</DependentUpon> |
| 483 | + </Compile> |
469 | 484 | <Compile Include="SubrecordCollections\GeneratedCode\BodyModel.cs"> |
470 | 485 | <AutoGen>True</AutoGen> |
471 | 486 | <DesignTime>True</DesignTime> |
472 | 487 | <DependentUpon>BodyModel.tt</DependentUpon> |
473 | 488 | </Compile> |
| 489 | + <Compile Include="SubrecordCollections\GeneratedCode\QuestLogEntry.cs"> |
| 490 | + <AutoGen>True</AutoGen> |
| 491 | + <DesignTime>True</DesignTime> |
| 492 | + <DependentUpon>QuestLogEntry.tt</DependentUpon> |
| 493 | + </Compile> |
| 494 | + <Compile Include="SubrecordCollections\GeneratedCode\QuestObjective.cs"> |
| 495 | + <AutoGen>True</AutoGen> |
| 496 | + <DesignTime>True</DesignTime> |
| 497 | + <DependentUpon>QuestObjective.tt</DependentUpon> |
| 498 | + </Compile> |
| 499 | + <Compile Include="SubrecordCollections\GeneratedCode\QuestTarget.cs"> |
| 500 | + <AutoGen>True</AutoGen> |
| 501 | + <DesignTime>True</DesignTime> |
| 502 | + <DependentUpon>QuestTarget.tt</DependentUpon> |
| 503 | + </Compile> |
| 504 | + <Compile Include="SubrecordCollections\GeneratedCode\SharedInfo.cs"> |
| 505 | + <AutoGen>True</AutoGen> |
| 506 | + <DesignTime>True</DesignTime> |
| 507 | + <DependentUpon>SharedInfo.tt</DependentUpon> |
| 508 | + </Compile> |
474 | 509 | <Compile Include="Subrecords\GeneratedCode\ClimateTiming.cs"> |
475 | 510 | <AutoGen>True</AutoGen> |
476 | 511 | <DesignTime>True</DesignTime> |
|
604 | 639 | <Generator>TextTemplatingFileGenerator</Generator> |
605 | 640 | <LastGenOutput>Creature.cs</LastGenOutput> |
606 | 641 | </None> |
| 642 | + <None Include="Records\GeneratedCode\DialogTopic.tt"> |
| 643 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 644 | + <LastGenOutput>DialogTopic.cs</LastGenOutput> |
| 645 | + </None> |
607 | 646 | <None Include="Records\GeneratedCode\Door.tt"> |
608 | 647 | <Generator>TextTemplatingFileGenerator</Generator> |
609 | 648 | <LastGenOutput>Door.cs</LastGenOutput> |
|
724 | 763 | <Generator>TextTemplatingFileGenerator</Generator> |
725 | 764 | <LastGenOutput>Weather.cs</LastGenOutput> |
726 | 765 | </None> |
| 766 | + <None Include="SubrecordCollections\GeneratedCode\AddedQuest.tt"> |
| 767 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 768 | + <LastGenOutput>AddedQuest.cs</LastGenOutput> |
| 769 | + </None> |
| 770 | + <None Include="SubrecordCollections\GeneratedCode\QuestLogEntry.tt"> |
| 771 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 772 | + <LastGenOutput>QuestLogEntry.cs</LastGenOutput> |
| 773 | + </None> |
| 774 | + <None Include="SubrecordCollections\GeneratedCode\QuestObjective.tt"> |
| 775 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 776 | + <LastGenOutput>QuestObjective.cs</LastGenOutput> |
| 777 | + </None> |
| 778 | + <None Include="SubrecordCollections\GeneratedCode\QuestTarget.tt"> |
| 779 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 780 | + <LastGenOutput>QuestTarget.cs</LastGenOutput> |
| 781 | + </None> |
| 782 | + <None Include="SubrecordCollections\GeneratedCode\SharedInfo.tt"> |
| 783 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 784 | + <LastGenOutput>SharedInfo.cs</LastGenOutput> |
| 785 | + </None> |
727 | 786 | <None Include="Subrecords\GeneratedCode\ClimateTiming.tt"> |
728 | 787 | <Generator>TextTemplatingFileGenerator</Generator> |
729 | 788 | <LastGenOutput>ClimateTiming.cs</LastGenOutput> |
|
894 | 953 | <DesignTime>True</DesignTime> |
895 | 954 | <DependentUpon>DestructionStageData.tt</DependentUpon> |
896 | 955 | </Compile> |
| 956 | + <Compile Include="Subrecords\GeneratedCode\DialogTopicData.cs"> |
| 957 | + <AutoGen>True</AutoGen> |
| 958 | + <DesignTime>True</DesignTime> |
| 959 | + <DependentUpon>DialogTopicData.tt</DependentUpon> |
| 960 | + </Compile> |
897 | 961 | <Compile Include="Subrecords\GeneratedCode\EffectData.cs"> |
898 | 962 | <AutoGen>True</AutoGen> |
899 | 963 | <DesignTime>True</DesignTime> |
|
1004 | 1068 | <DesignTime>True</DesignTime> |
1005 | 1069 | <DependentUpon>ProjectileData.tt</DependentUpon> |
1006 | 1070 | </Compile> |
| 1071 | + <Compile Include="Subrecords\GeneratedCode\QuestTargetData.cs"> |
| 1072 | + <AutoGen>True</AutoGen> |
| 1073 | + <DesignTime>True</DesignTime> |
| 1074 | + <DependentUpon>QuestTargetData.tt</DependentUpon> |
| 1075 | + </Compile> |
1007 | 1076 | <Compile Include="Subrecords\GeneratedCode\RaceData.cs"> |
1008 | 1077 | <AutoGen>True</AutoGen> |
1009 | 1078 | <DesignTime>True</DesignTime> |
|
1179 | 1248 | <Generator>TextTemplatingFileGenerator</Generator> |
1180 | 1249 | <LastGenOutput>CreatureData.cs</LastGenOutput> |
1181 | 1250 | </None> |
| 1251 | + <None Include="Subrecords\GeneratedCode\DialogTopicData.tt"> |
| 1252 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 1253 | + <LastGenOutput>DialogTopicData.cs</LastGenOutput> |
| 1254 | + </None> |
1182 | 1255 | <None Include="Subrecords\GeneratedCode\EnvironmentalColors.tt"> |
1183 | 1256 | <Generator>TextTemplatingFileGenerator</Generator> |
1184 | 1257 | <LastGenOutput>EnvironmentalColors.cs</LastGenOutput> |
|
1235 | 1308 | <Generator>TextTemplatingFileGenerator</Generator> |
1236 | 1309 | <LastGenOutput>ProjectileData.cs</LastGenOutput> |
1237 | 1310 | </None> |
| 1311 | + <None Include="Subrecords\GeneratedCode\QuestTargetData.tt"> |
| 1312 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 1313 | + <LastGenOutput>QuestTargetData.cs</LastGenOutput> |
| 1314 | + </None> |
1238 | 1315 | <None Include="Subrecords\GeneratedCode\TerminalData.tt"> |
1239 | 1316 | <Generator>TextTemplatingFileGenerator</Generator> |
1240 | 1317 | <LastGenOutput>TerminalData.cs</LastGenOutput> |
|
0 commit comments