|
64 | 64 | <Compile Include="Enums\BodyPartIndex.cs" /> |
65 | 65 | <Compile Include="Enums\EnvironmentType.cs" /> |
66 | 66 | <Compile Include="Enums\Flags\DecalDataFlags.cs" /> |
| 67 | + <Compile Include="Enums\Flags\LocalVariableFlag.cs" /> |
| 68 | + <Compile Include="Enums\Flags\MagicEffectFlags.cs" /> |
67 | 69 | <Compile Include="Enums\Flags\RaceFlags.cs" /> |
| 70 | + <Compile Include="Enums\Flags\ScriptFlags.cs" /> |
68 | 71 | <Compile Include="Enums\Flags\SoundDataFlags.cs" /> |
69 | 72 | <Compile Include="Enums\HairColor.cs" /> |
70 | 73 | <Compile Include="Enums\HeadPartIndex.cs" /> |
71 | 74 | <Compile Include="Enums\IsInterior.cs" /> |
| 75 | + <Compile Include="Enums\MagicEffectArchetype.cs" /> |
| 76 | + <Compile Include="Enums\MagicSchool.cs" /> |
| 77 | + <Compile Include="Enums\ScriptType.cs" /> |
72 | 78 | <Compile Include="Interfaces\ICloneable.cs" /> |
73 | 79 | <Compile Include="Enums\ActorValues.cs" /> |
74 | 80 | <Compile Include="Enums\DataSource.cs" /> |
|
155 | 161 | <DesignTime>True</DesignTime> |
156 | 162 | <DependentUpon>HeadPart.tt</DependentUpon> |
157 | 163 | </Compile> |
| 164 | + <Compile Include="Records\GeneratedCode\MagicEffect.cs"> |
| 165 | + <AutoGen>True</AutoGen> |
| 166 | + <DesignTime>True</DesignTime> |
| 167 | + <DependentUpon>MagicEffect.tt</DependentUpon> |
| 168 | + </Compile> |
158 | 169 | <Compile Include="Records\GeneratedCode\MenuIcon.cs"> |
159 | 170 | <AutoGen>True</AutoGen> |
160 | 171 | <DesignTime>True</DesignTime> |
|
165 | 176 | <DesignTime>True</DesignTime> |
166 | 177 | <DependentUpon>Race.tt</DependentUpon> |
167 | 178 | </Compile> |
| 179 | + <Compile Include="Records\GeneratedCode\Script.cs"> |
| 180 | + <AutoGen>True</AutoGen> |
| 181 | + <DesignTime>True</DesignTime> |
| 182 | + <DependentUpon>Script.tt</DependentUpon> |
| 183 | + </Compile> |
168 | 184 | <Compile Include="Records\GeneratedCode\Sound.cs"> |
169 | 185 | <AutoGen>True</AutoGen> |
170 | 186 | <DesignTime>True</DesignTime> |
|
176 | 192 | <DesignTime>True</DesignTime> |
177 | 193 | <DependentUpon>TextureSet.tt</DependentUpon> |
178 | 194 | </Compile> |
| 195 | + <Compile Include="Records\Script.cs" /> |
179 | 196 | <Compile Include="Subrecord.cs" /> |
180 | 197 | <Compile Include="SubrecordCollection.cs" /> |
181 | 198 | <Compile Include="SubrecordCollections\GeneratedCode\BodyModel.cs"> |
182 | 199 | <AutoGen>True</AutoGen> |
183 | 200 | <DesignTime>True</DesignTime> |
184 | 201 | <DependentUpon>BodyModel.tt</DependentUpon> |
185 | 202 | </Compile> |
| 203 | + <Compile Include="SubrecordCollections\GeneratedCode\EmbeddedScript.cs"> |
| 204 | + <AutoGen>True</AutoGen> |
| 205 | + <DesignTime>True</DesignTime> |
| 206 | + <DependentUpon>EmbeddedScript.tt</DependentUpon> |
| 207 | + </Compile> |
186 | 208 | <Compile Include="SubrecordCollections\GeneratedCode\FaceGenData.cs"> |
187 | 209 | <AutoGen>True</AutoGen> |
188 | 210 | <DesignTime>True</DesignTime> |
|
208 | 230 | <DesignTime>True</DesignTime> |
209 | 231 | <DependentUpon>Icon.tt</DependentUpon> |
210 | 232 | </Compile> |
| 233 | + <Compile Include="SubrecordCollections\GeneratedCode\LocalVariable.cs"> |
| 234 | + <AutoGen>True</AutoGen> |
| 235 | + <DesignTime>True</DesignTime> |
| 236 | + <DependentUpon>LocalVariable.tt</DependentUpon> |
| 237 | + </Compile> |
211 | 238 | <Compile Include="SubrecordCollections\GeneratedCode\MasterFileData.cs"> |
212 | 239 | <AutoGen>True</AutoGen> |
213 | 240 | <DesignTime>True</DesignTime> |
|
227 | 254 | <Generator>TextTemplatingFileGenerator</Generator> |
228 | 255 | <LastGenOutput>AcousticSpace.cs</LastGenOutput> |
229 | 256 | </None> |
| 257 | + <None Include="Records\GeneratedCode\MagicEffect.tt"> |
| 258 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 259 | + <LastGenOutput>MagicEffect.cs</LastGenOutput> |
| 260 | + </None> |
230 | 261 | <None Include="Records\GeneratedCode\Race.tt"> |
231 | 262 | <Generator>TextTemplatingFileGenerator</Generator> |
232 | 263 | <LastGenOutput>Race.cs</LastGenOutput> |
233 | 264 | </None> |
| 265 | + <None Include="Records\GeneratedCode\Script.tt"> |
| 266 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 267 | + <LastGenOutput>Script.cs</LastGenOutput> |
| 268 | + </None> |
234 | 269 | <None Include="Records\GeneratedCode\Sound.tt"> |
235 | 270 | <Generator>TextTemplatingFileGenerator</Generator> |
236 | 271 | <LastGenOutput>Sound.cs</LastGenOutput> |
237 | 272 | </None> |
| 273 | + <None Include="SubrecordCollections\GeneratedCode\EmbeddedScript.tt"> |
| 274 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 275 | + <LastGenOutput>EmbeddedScript.cs</LastGenOutput> |
| 276 | + </None> |
238 | 277 | <None Include="SubrecordCollections\GeneratedCode\FaceGenData.tt"> |
239 | 278 | <Generator>TextTemplatingFileGenerator</Generator> |
240 | 279 | <LastGenOutput>FaceGenData.cs</LastGenOutput> |
241 | 280 | </None> |
| 281 | + <None Include="SubrecordCollections\GeneratedCode\LocalVariable.tt"> |
| 282 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 283 | + <LastGenOutput>LocalVariable.cs</LastGenOutput> |
| 284 | + </None> |
242 | 285 | <None Include="SubrecordCollections\GeneratedCode\RaceBodyData.tt"> |
243 | 286 | <Generator>TextTemplatingFileGenerator</Generator> |
244 | 287 | <LastGenOutput>RaceBodyData.cs</LastGenOutput> |
|
275 | 318 | <DesignTime>True</DesignTime> |
276 | 319 | <DependentUpon>FactionData.tt</DependentUpon> |
277 | 320 | </Compile> |
| 321 | + <Compile Include="Subrecords\GeneratedCode\LocalVariableData.cs"> |
| 322 | + <AutoGen>True</AutoGen> |
| 323 | + <DesignTime>True</DesignTime> |
| 324 | + <DependentUpon>LocalVariableData.tt</DependentUpon> |
| 325 | + </Compile> |
| 326 | + <Compile Include="Subrecords\GeneratedCode\MagicEffectData.cs"> |
| 327 | + <AutoGen>True</AutoGen> |
| 328 | + <DesignTime>True</DesignTime> |
| 329 | + <DependentUpon>MagicEffectData.tt</DependentUpon> |
| 330 | + </Compile> |
278 | 331 | <Compile Include="Subrecords\GeneratedCode\ObjectBounds.cs"> |
279 | 332 | <AutoGen>True</AutoGen> |
280 | 333 | <DesignTime>True</DesignTime> |
|
315 | 368 | <DesignTime>True</DesignTime> |
316 | 369 | <DependentUpon>Relationship.tt</DependentUpon> |
317 | 370 | </Compile> |
| 371 | + <Compile Include="Subrecords\GeneratedCode\ScriptData.cs"> |
| 372 | + <AutoGen>True</AutoGen> |
| 373 | + <DesignTime>True</DesignTime> |
| 374 | + <DependentUpon>ScriptData.tt</DependentUpon> |
| 375 | + </Compile> |
318 | 376 | <Compile Include="Subrecords\GeneratedCode\SoundAttenuation.cs"> |
319 | 377 | <AutoGen>True</AutoGen> |
320 | 378 | <DesignTime>True</DesignTime> |
|
445 | 503 | <Generator>TextTemplatingFileGenerator</Generator> |
446 | 504 | <LastGenOutput>FactionData.cs</LastGenOutput> |
447 | 505 | </None> |
| 506 | + <None Include="Subrecords\GeneratedCode\LocalVariableData.tt"> |
| 507 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 508 | + <LastGenOutput>LocalVariableData.cs</LastGenOutput> |
| 509 | + </None> |
| 510 | + <None Include="Subrecords\GeneratedCode\MagicEffectData.tt"> |
| 511 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 512 | + <LastGenOutput>MagicEffectData.cs</LastGenOutput> |
| 513 | + </None> |
448 | 514 | <None Include="Subrecords\GeneratedCode\ObjectBounds.tt"> |
449 | 515 | <Generator>TextTemplatingFileGenerator</Generator> |
450 | 516 | <LastGenOutput>ObjectBounds.cs</LastGenOutput> |
|
477 | 543 | <Generator>TextTemplatingFileGenerator</Generator> |
478 | 544 | <LastGenOutput>Relationship.cs</LastGenOutput> |
479 | 545 | </None> |
| 546 | + <None Include="Subrecords\GeneratedCode\ScriptData.tt"> |
| 547 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 548 | + <LastGenOutput>ScriptData.cs</LastGenOutput> |
| 549 | + </None> |
480 | 550 | <None Include="Subrecords\GeneratedCode\SoundAttenuation.tt"> |
481 | 551 | <Generator>TextTemplatingFileGenerator</Generator> |
482 | 552 | <LastGenOutput>SoundAttenuation.cs</LastGenOutput> |
|
0 commit comments