|
42 | 42 | <Reference Include="System.Xml" /> |
43 | 43 | </ItemGroup> |
44 | 44 | <ItemGroup> |
45 | | - <Compile Include="EnumsAndFlags\GameSettingType.cs" /> |
| 45 | + <Compile Include="Enums\Flags\ActorValues.cs" /> |
| 46 | + <Compile Include="Enums\Flags\ClassDataFlag.cs" /> |
| 47 | + <Compile Include="Enums\Flags\ServicesFlag.cs" /> |
| 48 | + <Compile Include="Enums\Flags\TXSTFlags.cs" /> |
| 49 | + <Compile Include="Enums\GameSettingType.cs" /> |
| 50 | + <Compile Include="Enums\GlobalVarType.cs" /> |
| 51 | + <Compile Include="Enums\Skills.cs" /> |
46 | 52 | <Compile Include="ESPReader.cs" /> |
47 | 53 | <Compile Include="ESPWriter.cs" /> |
48 | 54 | <Compile Include="Groups\CellGroup.cs" /> |
|
53 | 59 | <Compile Include="Extensions.cs" /> |
54 | 60 | <Compile Include="Groups\ExteriorCellBlock.cs" /> |
55 | 61 | <Compile Include="Groups\ExteriorCellSubBlock.cs" /> |
56 | | - <Compile Include="EnumsAndFlags\GroupType.cs" /> |
| 62 | + <Compile Include="Enums\GroupType.cs" /> |
57 | 63 | <Compile Include="Groups\InteriorCellBlock.cs" /> |
58 | 64 | <Compile Include="Groups\InteriorCellSubBlock.cs" /> |
59 | | - <Compile Include="EnumsAndFlags\RecordFlag.cs" /> |
| 65 | + <Compile Include="Enums\Flags\RecordFlag.cs" /> |
60 | 66 | <Compile Include="FormID.cs" /> |
61 | 67 | <Compile Include="Group.cs" /> |
62 | 68 | <Compile Include="Interfaces\IEditorID.cs" /> |
63 | 69 | <Compile Include="Interfaces\IReferenceContainer.cs" /> |
64 | | - <Compile Include="Records\Header.cs" /> |
65 | 70 | <Compile Include="ISubgroup.cs" /> |
66 | 71 | <Compile Include="Properties\AssemblyInfo.cs" /> |
67 | 72 | <Compile Include="Record.cs" /> |
68 | 73 | <Compile Include="Groups\TopGroup.cs" /> |
69 | 74 | <Compile Include="Groups\TopicGroup.cs" /> |
70 | 75 | <Compile Include="Groups\WorldGroup.cs" /> |
71 | | - <Compile Include="Records\GenericRecord.cs" /> |
72 | 76 | <Compile Include="Records\GameSetting.cs" /> |
73 | | - <Compile Include="Records\TextureSet.cs" /> |
| 77 | + <Compile Include="Records\GeneratedCode\Class.cs"> |
| 78 | + <AutoGen>True</AutoGen> |
| 79 | + <DesignTime>True</DesignTime> |
| 80 | + <DependentUpon>Class.tt</DependentUpon> |
| 81 | + </Compile> |
| 82 | + <Compile Include="Records\GeneratedCode\GameSetting.cs"> |
| 83 | + <AutoGen>True</AutoGen> |
| 84 | + <DesignTime>True</DesignTime> |
| 85 | + <DependentUpon>GameSetting.tt</DependentUpon> |
| 86 | + </Compile> |
| 87 | + <Compile Include="Records\GeneratedCode\GlobalVariable.cs"> |
| 88 | + <AutoGen>True</AutoGen> |
| 89 | + <DesignTime>True</DesignTime> |
| 90 | + <DependentUpon>GlobalVariable.tt</DependentUpon> |
| 91 | + </Compile> |
| 92 | + <Compile Include="Records\GeneratedCode\MenuIcon.cs"> |
| 93 | + <AutoGen>True</AutoGen> |
| 94 | + <DesignTime>True</DesignTime> |
| 95 | + <DependentUpon>MenuIcon.tt</DependentUpon> |
| 96 | + </Compile> |
| 97 | + <Compile Include="Records\GenericRecord.cs" /> |
| 98 | + <Compile Include="Records\GeneratedCode\Header.cs"> |
| 99 | + <AutoGen>True</AutoGen> |
| 100 | + <DesignTime>True</DesignTime> |
| 101 | + <DependentUpon>Header.tt</DependentUpon> |
| 102 | + </Compile> |
| 103 | + <Compile Include="Records\GeneratedCode\TextureSet.cs"> |
| 104 | + <AutoGen>True</AutoGen> |
| 105 | + <DesignTime>True</DesignTime> |
| 106 | + <DependentUpon>TextureSet.tt</DependentUpon> |
| 107 | + </Compile> |
74 | 108 | <Compile Include="Subrecord.cs" /> |
75 | 109 | <Compile Include="SubrecordCollection.cs" /> |
76 | | - <Compile Include="SubrecordCollection\MasterFileData.cs" /> |
| 110 | + <Compile Include="SubrecordCollections\GeneratedCode\MasterFileData.cs"> |
| 111 | + <AutoGen>True</AutoGen> |
| 112 | + <DesignTime>True</DesignTime> |
| 113 | + <DependentUpon>MasterFileData.tt</DependentUpon> |
| 114 | + </Compile> |
| 115 | + <Compile Include="Subrecords\Attributes.cs"> |
| 116 | + <AutoGen>True</AutoGen> |
| 117 | + <DesignTime>True</DesignTime> |
| 118 | + <DependentUpon>Attributes.tt</DependentUpon> |
| 119 | + </Compile> |
| 120 | + <Compile Include="Subrecords\ClassData.cs"> |
| 121 | + <AutoGen>True</AutoGen> |
| 122 | + <DesignTime>True</DesignTime> |
| 123 | + <DependentUpon>ClassData.tt</DependentUpon> |
| 124 | + </Compile> |
77 | 125 | <Compile Include="Subrecords\DecalData.cs" /> |
78 | 126 | <Compile Include="Subrecords\FormArray.cs" /> |
79 | 127 | <Compile Include="Subrecords\ObjectBounds.cs" /> |
80 | 128 | <Compile Include="Subrecords\PluginHeader.cs" /> |
| 129 | + <Compile Include="Subrecords\SimpleSubrecord.cs" /> |
81 | 130 | <Compile Include="Subrecords\UndecodedSubrecord.cs" /> |
82 | 131 | <Compile Include="Utility.cs" /> |
83 | 132 | <Compile Include="Zlib.cs" /> |
84 | 133 | </ItemGroup> |
85 | 134 | <ItemGroup> |
86 | 135 | <None Include="ClassDiagram.cd" /> |
| 136 | + <None Include="Records\GeneratedCode\Class.tt"> |
| 137 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 138 | + <LastGenOutput>Class.cs</LastGenOutput> |
| 139 | + </None> |
| 140 | + <None Include="Records\GeneratedCode\GameSetting.tt"> |
| 141 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 142 | + <LastGenOutput>GameSetting.cs</LastGenOutput> |
| 143 | + </None> |
| 144 | + <None Include="Records\GeneratedCode\GlobalVariable.tt"> |
| 145 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 146 | + <LastGenOutput>GlobalVariable.cs</LastGenOutput> |
| 147 | + </None> |
| 148 | + <None Include="Records\GeneratedCode\Header.tt"> |
| 149 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 150 | + <LastGenOutput>Header.cs</LastGenOutput> |
| 151 | + </None> |
| 152 | + <None Include="Records\GeneratedCode\MenuIcon.tt"> |
| 153 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 154 | + <LastGenOutput>MenuIcon.cs</LastGenOutput> |
| 155 | + </None> |
| 156 | + <None Include="Records\GeneratedCode\RecordTemplate.t4" /> |
| 157 | + <None Include="Records\GeneratedCode\TextureSet.tt"> |
| 158 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 159 | + <LastGenOutput>TextureSet.cs</LastGenOutput> |
| 160 | + </None> |
| 161 | + <None Include="SubrecordCollections\GeneratedCode\MasterFileData.tt"> |
| 162 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 163 | + <LastGenOutput>MasterFileData.cs</LastGenOutput> |
| 164 | + </None> |
| 165 | + <None Include="SubrecordCollections\GeneratedCode\SubrecordCollectionTemplate.t4" /> |
| 166 | + <None Include="Subrecords\Attributes.tt"> |
| 167 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 168 | + <LastGenOutput>Attributes.cs</LastGenOutput> |
| 169 | + </None> |
| 170 | + <None Include="Subrecords\ClassData.tt"> |
| 171 | + <Generator>TextTemplatingFileGenerator</Generator> |
| 172 | + <LastGenOutput>ClassData.cs</LastGenOutput> |
| 173 | + </None> |
| 174 | + <None Include="Subrecords\SubrecordTemplate.t4" /> |
| 175 | + </ItemGroup> |
| 176 | + <ItemGroup> |
| 177 | + <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> |
87 | 178 | </ItemGroup> |
88 | | - <ItemGroup /> |
89 | 179 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
90 | 180 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
91 | 181 | Other similar extension points exist, see Microsoft.Common.targets. |
|
0 commit comments