|
104 | 104 | <Compile Include="Enums\Flags\WeaponCritFlags.cs" /> |
105 | 105 | <Compile Include="Enums\Flags\WeaponDataFlags1.cs" /> |
106 | 106 | <Compile Include="Enums\Flags\WeaponDataFlags2.cs" /> |
| 107 | + <Compile Include="Enums\Flags\WeaponFlags.cs" /> |
107 | 108 | <Compile Include="Enums\FormType.cs" /> |
108 | 109 | <Compile Include="Enums\FunctionTarget.cs" /> |
109 | 110 | <Compile Include="Enums\FunctionType.cs" /> |
|
192 | 193 | <DesignTime>True</DesignTime> |
193 | 194 | <DependentUpon>ActorEffect.tt</DependentUpon> |
194 | 195 | </Compile> |
| 196 | + <Compile Include="Records\GeneratedCode\Ammunition.cs"> |
| 197 | + <AutoGen>True</AutoGen> |
| 198 | + <DesignTime>True</DesignTime> |
| 199 | + <DependentUpon>Ammunition.tt</DependentUpon> |
| 200 | + </Compile> |
195 | 201 | <Compile Include="Records\GeneratedCode\Armor.cs"> |
196 | 202 | <AutoGen>True</AutoGen> |
197 | 203 | <DesignTime>True</DesignTime> |
|
450 | 456 | <Generator>TextTemplatingFileGenerator</Generator> |
451 | 457 | <LastGenOutput>ActorEffect.cs</LastGenOutput> |
452 | 458 | </None> |
| 459 | + <None Include="Records\GeneratedCode\Ammunition.tt"> |
| 460 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 461 | + <LastGenOutput>Ammunition.cs</LastGenOutput> |
| 462 | + </None> |
453 | 463 | <None Include="Records\GeneratedCode\Armor.tt"> |
454 | 464 | <Generator>TextTemplatingFileGenerator</Generator> |
455 | 465 | <LastGenOutput>Armor.cs</LastGenOutput> |
|
596 | 606 | </Compile> |
597 | 607 | <Compile Include="Subrecords\FormArray.cs" /> |
598 | 608 | <Compile Include="Subrecords\AlternateTextures.cs" /> |
| 609 | + <Compile Include="Subrecords\GeneratedCode\AmmoData.cs"> |
| 610 | + <AutoGen>True</AutoGen> |
| 611 | + <DesignTime>True</DesignTime> |
| 612 | + <DependentUpon>AmmoData.tt</DependentUpon> |
| 613 | + </Compile> |
| 614 | + <Compile Include="Subrecords\GeneratedCode\AmmoExtraData.cs"> |
| 615 | + <AutoGen>True</AutoGen> |
| 616 | + <DesignTime>True</DesignTime> |
| 617 | + <DependentUpon>AmmoExtraData.tt</DependentUpon> |
| 618 | + </Compile> |
599 | 619 | <Compile Include="Subrecords\GeneratedCode\AnimationSound.cs"> |
600 | 620 | <AutoGen>True</AutoGen> |
601 | 621 | <DesignTime>True</DesignTime> |
|
837 | 857 | <Generator>TextTemplatingFileGenerator</Generator> |
838 | 858 | <LastGenOutput>TerminalMenu.cs</LastGenOutput> |
839 | 859 | </None> |
| 860 | + <None Include="Subrecords\GeneratedCode\AmmoData.tt"> |
| 861 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 862 | + <LastGenOutput>AmmoData.cs</LastGenOutput> |
| 863 | + </None> |
| 864 | + <None Include="Subrecords\GeneratedCode\AmmoExtraData.tt"> |
| 865 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 866 | + <LastGenOutput>AmmoExtraData.cs</LastGenOutput> |
| 867 | + </None> |
840 | 868 | <None Include="Subrecords\GeneratedCode\AnimationSound.tt"> |
841 | 869 | <Generator>TextTemplatingFileGenerator</Generator> |
842 | 870 | <LastGenOutput>AnimationSound.cs</LastGenOutput> |
|
0 commit comments