Automap (client) [VS plugin mod]
Revision | d74f27110a32c0133cf45425259d3ed8fb53ff7b (tree) |
---|---|
Time | 2020-03-11 22:29:25 |
Author | The Grand Dog <alex.h@me.c...> |
Commiter | The Grand Dog |
forgot to update .csproj
i hate .csproj... please just stop being bad
@@ -79,18 +79,18 @@ | ||
79 | 79 | <Compile Include="AutomapMod.cs" /> |
80 | 80 | <Compile Include="Properties\AssemblyInfo.cs" /> |
81 | 81 | <Compile Include="Helpers.cs" /> |
82 | - <Compile Include="Data\PointOfInterest.cs" /> | |
83 | - <Compile Include="Data\BlockDesignator.cs" /> | |
84 | - <Compile Include="Designators\DefaultDesignators.cs" /> | |
85 | - <Compile Include="Data\ColumnMeta.cs" /> | |
82 | + <Compile Include="Data\PointOfInterest.cs" /> | |
83 | + <Compile Include="Data\BlockDesignator.cs" /> | |
84 | + <Compile Include="Data\EntitiesOfInterest.cs" /> | |
85 | + <Compile Include="Data\EntityDesignator.cs" /> | |
86 | + <Compile Include="Data\ColumnMeta.cs" /> | |
86 | 87 | <Compile Include="Data\PngMetadataChunk.cs" /> |
88 | + <Compile Include="Designators\DefaultDesignators.cs" /> | |
87 | 89 | <Compile Include="Subsystems\AutomapSystem.cs" /> |
88 | 90 | <Compile Include="Subsystems\AutomapGUIDialog.cs" /> |
89 | 91 | <Compile Include="Renderers\IChunkRenderer.cs" /> |
90 | - <Compile Include="Renderers\StandardRenerer.cs" /> | |
92 | + <Compile Include="Renderers\StandardRenderer.cs" /> | |
91 | 93 | <Compile Include="Renderers\AlternateRenderer.cs" /> |
92 | - <Compile Include="Data\EntitiesOfInterest.cs" /> | |
93 | - <Compile Include="Data\EntityDesignator.cs" /> | |
94 | 94 | <Compile Include="Data\StatusData.cs" /> |
95 | 95 | <Compile Include="Data\CommandData.cs" /> |
96 | 96 | <Compile Include="Data\RunState.cs" /> |