|
62 | 62 | </Compile> |
63 | 63 | <Compile Include="Enums\ActorValuesByte.cs" /> |
64 | 64 | <Compile Include="Enums\BodyPartIndex.cs" /> |
| 65 | + <Compile Include="Enums\EnvironmentType.cs" /> |
65 | 66 | <Compile Include="Enums\Flags\DecalDataFlags.cs" /> |
66 | 67 | <Compile Include="Enums\Flags\RaceFlags.cs" /> |
| 68 | + <Compile Include="Enums\Flags\SoundDataFlags.cs" /> |
67 | 69 | <Compile Include="Enums\HairColor.cs" /> |
68 | 70 | <Compile Include="Enums\HeadPartIndex.cs" /> |
| 71 | + <Compile Include="Enums\IsInterior.cs" /> |
69 | 72 | <Compile Include="Interfaces\ICloneable.cs" /> |
70 | 73 | <Compile Include="Enums\ActorValues.cs" /> |
71 | 74 | <Compile Include="Enums\DataSource.cs" /> |
|
107 | 110 | <Compile Include="Groups\TopicGroup.cs" /> |
108 | 111 | <Compile Include="Groups\WorldGroup.cs" /> |
109 | 112 | <Compile Include="Records\GameSetting.cs" /> |
| 113 | + <Compile Include="Records\GeneratedCode\AcousticSpace.cs"> |
| 114 | + <AutoGen>True</AutoGen> |
| 115 | + <DesignTime>True</DesignTime> |
| 116 | + <DependentUpon>AcousticSpace.tt</DependentUpon> |
| 117 | + </Compile> |
110 | 118 | <Compile Include="Records\GeneratedCode\Class.cs"> |
111 | 119 | <AutoGen>True</AutoGen> |
112 | 120 | <DesignTime>True</DesignTime> |
|
157 | 165 | <DesignTime>True</DesignTime> |
158 | 166 | <DependentUpon>Race.tt</DependentUpon> |
159 | 167 | </Compile> |
| 168 | + <Compile Include="Records\GeneratedCode\Sound.cs"> |
| 169 | + <AutoGen>True</AutoGen> |
| 170 | + <DesignTime>True</DesignTime> |
| 171 | + <DependentUpon>Sound.tt</DependentUpon> |
| 172 | + </Compile> |
160 | 173 | <Compile Include="Records\GenericRecord.cs" /> |
161 | 174 | <Compile Include="Records\GeneratedCode\TextureSet.cs"> |
162 | 175 | <AutoGen>True</AutoGen> |
|
210 | 223 | <DesignTime>True</DesignTime> |
211 | 224 | <DependentUpon>HeadModel.tt</DependentUpon> |
212 | 225 | </Compile> |
| 226 | + <None Include="Records\GeneratedCode\AcousticSpace.tt"> |
| 227 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 228 | + <LastGenOutput>AcousticSpace.cs</LastGenOutput> |
| 229 | + </None> |
213 | 230 | <None Include="Records\GeneratedCode\Race.tt"> |
214 | 231 | <Generator>TextTemplatingFileGenerator</Generator> |
215 | 232 | <LastGenOutput>Race.cs</LastGenOutput> |
216 | 233 | </None> |
| 234 | + <None Include="Records\GeneratedCode\Sound.tt"> |
| 235 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 236 | + <LastGenOutput>Sound.cs</LastGenOutput> |
| 237 | + </None> |
217 | 238 | <None Include="SubrecordCollections\GeneratedCode\FaceGenData.tt"> |
218 | 239 | <Generator>TextTemplatingFileGenerator</Generator> |
219 | 240 | <LastGenOutput>FaceGenData.cs</LastGenOutput> |
|
294 | 315 | <DesignTime>True</DesignTime> |
295 | 316 | <DependentUpon>Relationship.tt</DependentUpon> |
296 | 317 | </Compile> |
| 318 | + <Compile Include="Subrecords\GeneratedCode\SoundAttenuation.cs"> |
| 319 | + <AutoGen>True</AutoGen> |
| 320 | + <DesignTime>True</DesignTime> |
| 321 | + <DependentUpon>SoundAttenuation.tt</DependentUpon> |
| 322 | + </Compile> |
| 323 | + <Compile Include="Subrecords\GeneratedCode\SoundData.cs"> |
| 324 | + <AutoGen>True</AutoGen> |
| 325 | + <DesignTime>True</DesignTime> |
| 326 | + <DependentUpon>SoundData.tt</DependentUpon> |
| 327 | + </Compile> |
| 328 | + <Compile Include="Subrecords\GeneratedCode\SoundDataShort.cs"> |
| 329 | + <AutoGen>True</AutoGen> |
| 330 | + <DesignTime>True</DesignTime> |
| 331 | + <DependentUpon>SoundDataShort.tt</DependentUpon> |
| 332 | + </Compile> |
297 | 333 | <Compile Include="Subrecords\SimpleSubrecord.cs" /> |
298 | 334 | <Compile Include="Subrecords\SubMarker.cs" /> |
299 | 335 | <Compile Include="Subrecords\UndecodedSubrecord.cs" /> |
|
441 | 477 | <Generator>TextTemplatingFileGenerator</Generator> |
442 | 478 | <LastGenOutput>Relationship.cs</LastGenOutput> |
443 | 479 | </None> |
| 480 | + <None Include="Subrecords\GeneratedCode\SoundAttenuation.tt"> |
| 481 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 482 | + <LastGenOutput>SoundAttenuation.cs</LastGenOutput> |
| 483 | + </None> |
| 484 | + <None Include="Subrecords\GeneratedCode\SoundData.tt"> |
| 485 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 486 | + <LastGenOutput>SoundData.cs</LastGenOutput> |
| 487 | + </None> |
| 488 | + <None Include="Subrecords\GeneratedCode\SoundDataShort.tt"> |
| 489 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 490 | + <LastGenOutput>SoundDataShort.cs</LastGenOutput> |
| 491 | + </None> |
444 | 492 | <None Include="Subrecords\GeneratedCode\SubrecordTemplate.t4" /> |
445 | 493 | </ItemGroup> |
446 | 494 | <ItemGroup> |
|
0 commit comments