OSDN Git Service

forgot to update .csproj
authorThe Grand Dog <alex.h@me.com>
Wed, 11 Mar 2020 13:29:25 +0000 (09:29 -0400)
committerThe Grand Dog <alex.h@me.com>
Wed, 11 Mar 2020 13:29:25 +0000 (09:29 -0400)
i hate .csproj... please just stop being bad

Automap/Automap.csproj

index 4fbca2d..37b2027 100644 (file)
     <Compile Include="AutomapMod.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Helpers.cs" />
-    <Compile Include="Data\PointOfInterest.cs" />
-    <Compile Include="Data\BlockDesignator.cs" />
-    <Compile Include="Designators\DefaultDesignators.cs" />
-    <Compile Include="Data\ColumnMeta.cs" />
+               <Compile Include="Data\PointOfInterest.cs" />
+               <Compile Include="Data\BlockDesignator.cs" />
+               <Compile Include="Data\EntitiesOfInterest.cs" />
+               <Compile Include="Data\EntityDesignator.cs" />
+               <Compile Include="Data\ColumnMeta.cs" />
     <Compile Include="Data\PngMetadataChunk.cs" />
+               <Compile Include="Designators\DefaultDesignators.cs" />
     <Compile Include="Subsystems\AutomapSystem.cs" />
     <Compile Include="Subsystems\AutomapGUIDialog.cs" />
     <Compile Include="Renderers\IChunkRenderer.cs" />
-    <Compile Include="Renderers\StandardRenerer.cs" />
+    <Compile Include="Renderers\StandardRenderer.cs" />
     <Compile Include="Renderers\AlternateRenderer.cs" />
-    <Compile Include="Data\EntitiesOfInterest.cs" />
-    <Compile Include="Data\EntityDesignator.cs" />
     <Compile Include="Data\StatusData.cs" />
     <Compile Include="Data\CommandData.cs" />
     <Compile Include="Data\RunState.cs" />