|
43 | 43 | </ItemGroup> |
44 | 44 | <ItemGroup> |
45 | 45 | <Compile Include="DataTypes\AlternateTexture.cs" /> |
| 46 | + <Compile Include="DataTypes\Color.cs" /> |
46 | 47 | <Compile Include="DataTypes\FormID.cs" /> |
| 48 | + <Compile Include="Enums\Flags\DecalDataFlags.cs" /> |
| 49 | + <Compile Include="Interfaces\ICloneable.cs" /> |
47 | 50 | <Compile Include="Enums\ActorValues.cs" /> |
48 | 51 | <Compile Include="Enums\DataSource.cs" /> |
49 | 52 | <Compile Include="Enums\Flags\ClassDataFlag.cs" /> |
|
75 | 78 | <Compile Include="Enums\Flags\RecordFlag.cs" /> |
76 | 79 | <Compile Include="Group.cs" /> |
77 | 80 | <Compile Include="Interfaces\IEditorID.cs" /> |
78 | | - <Compile Include="Interfaces\IESPToXML.cs" /> |
| 81 | + <Compile Include="Interfaces\IESPSerializable.cs" /> |
79 | 82 | <Compile Include="Interfaces\IReferenceContainer.cs" /> |
80 | 83 | <Compile Include="ISubgroup.cs" /> |
81 | 84 | <Compile Include="Properties\AssemblyInfo.cs" /> |
|
124 | 127 | <DesignTime>True</DesignTime> |
125 | 128 | <DependentUpon>MenuIcon.tt</DependentUpon> |
126 | 129 | </Compile> |
127 | | - <Compile Include="Records\GeneratedCode\Race.cs"> |
128 | | - <AutoGen>True</AutoGen> |
129 | | - <DesignTime>True</DesignTime> |
130 | | - <DependentUpon>Race.tt</DependentUpon> |
131 | | - </Compile> |
132 | 130 | <Compile Include="Records\GenericRecord.cs" /> |
133 | 131 | <Compile Include="Records\GeneratedCode\Header.cs"> |
134 | 132 | <AutoGen>True</AutoGen> |
|
162 | 160 | <DesignTime>True</DesignTime> |
163 | 161 | <DependentUpon>Model.tt</DependentUpon> |
164 | 162 | </Compile> |
165 | | - <Compile Include="Subrecords\DecalData.cs" /> |
166 | 163 | <Compile Include="Subrecords\FormArray.cs" /> |
167 | 164 | <Compile Include="Subrecords\AlternateTextures.cs" /> |
168 | 165 | <Compile Include="Subrecords\GeneratedCode\Attributes.cs"> |
|
175 | 172 | <DesignTime>True</DesignTime> |
176 | 173 | <DependentUpon>ClassData.tt</DependentUpon> |
177 | 174 | </Compile> |
| 175 | + <Compile Include="Subrecords\GeneratedCode\DecalData.cs"> |
| 176 | + <AutoGen>True</AutoGen> |
| 177 | + <DesignTime>True</DesignTime> |
| 178 | + <DependentUpon>DecalData.tt</DependentUpon> |
| 179 | + </Compile> |
178 | 180 | <Compile Include="Subrecords\GeneratedCode\FactionData.cs"> |
179 | 181 | <AutoGen>True</AutoGen> |
180 | 182 | <DesignTime>True</DesignTime> |
181 | 183 | <DependentUpon>FactionData.tt</DependentUpon> |
182 | 184 | </Compile> |
| 185 | + <Compile Include="Subrecords\GeneratedCode\PluginHeader.cs"> |
| 186 | + <AutoGen>True</AutoGen> |
| 187 | + <DesignTime>True</DesignTime> |
| 188 | + <DependentUpon>PluginHeader.tt</DependentUpon> |
| 189 | + </Compile> |
183 | 190 | <Compile Include="Subrecords\GeneratedCode\Relationship.cs"> |
184 | 191 | <AutoGen>True</AutoGen> |
185 | 192 | <DesignTime>True</DesignTime> |
186 | 193 | <DependentUpon>Relationship.tt</DependentUpon> |
187 | 194 | </Compile> |
188 | 195 | <Compile Include="Subrecords\ObjectBounds.cs" /> |
189 | | - <Compile Include="Subrecords\PluginHeader.cs" /> |
| 196 | + <Compile Include="Subrecords\RecordReference.cs" /> |
190 | 197 | <Compile Include="Subrecords\SimpleSubrecord.cs" /> |
191 | 198 | <Compile Include="Subrecords\UndecodedSubrecord.cs" /> |
192 | 199 | <Compile Include="Utility.cs" /> |
|
230 | 237 | <Generator>TextTemplatingFileGenerator</Generator> |
231 | 238 | <LastGenOutput>MenuIcon.cs</LastGenOutput> |
232 | 239 | </None> |
233 | | - <None Include="Records\GeneratedCode\Race.tt"> |
234 | | - <Generator>TextTemplatingFileGenerator</Generator> |
235 | | - <LastGenOutput>Race.cs</LastGenOutput> |
236 | | - </None> |
237 | 240 | <None Include="Records\GeneratedCode\RecordTemplate.t4" /> |
238 | 241 | <None Include="Records\GeneratedCode\TextureSet.tt"> |
239 | 242 | <Generator>TextTemplatingFileGenerator</Generator> |
|
264 | 267 | <Generator>TextTemplatingFileGenerator</Generator> |
265 | 268 | <LastGenOutput>ClassData.cs</LastGenOutput> |
266 | 269 | </None> |
| 270 | + <None Include="Subrecords\GeneratedCode\DecalData.tt"> |
| 271 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 272 | + <LastGenOutput>DecalData.cs</LastGenOutput> |
| 273 | + </None> |
267 | 274 | <None Include="Subrecords\GeneratedCode\FactionData.tt"> |
268 | 275 | <Generator>TextTemplatingFileGenerator</Generator> |
269 | 276 | <LastGenOutput>FactionData.cs</LastGenOutput> |
270 | 277 | </None> |
| 278 | + <None Include="Subrecords\GeneratedCode\PluginHeader.tt"> |
| 279 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 280 | + <LastGenOutput>PluginHeader.cs</LastGenOutput> |
| 281 | + </None> |
271 | 282 | <None Include="Subrecords\GeneratedCode\Relationship.tt"> |
272 | 283 | <Generator>TextTemplatingFileGenerator</Generator> |
273 | 284 | <LastGenOutput>Relationship.cs</LastGenOutput> |
|
0 commit comments