• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Automap (client) [VS plugin mod]


Commit MetaInfo

Revisiond74f27110a32c0133cf45425259d3ed8fb53ff7b (tree)
Time2020-03-11 22:29:25
AuthorThe Grand Dog <alex.h@me.c...>
CommiterThe Grand Dog

Log Message

forgot to update .csproj

i hate .csproj... please just stop being bad

Change Summary

Incremental Difference

--- a/Automap/Automap.csproj
+++ b/Automap/Automap.csproj
@@ -79,18 +79,18 @@
7979 <Compile Include="AutomapMod.cs" />
8080 <Compile Include="Properties\AssemblyInfo.cs" />
8181 <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" />
8687 <Compile Include="Data\PngMetadataChunk.cs" />
88+ <Compile Include="Designators\DefaultDesignators.cs" />
8789 <Compile Include="Subsystems\AutomapSystem.cs" />
8890 <Compile Include="Subsystems\AutomapGUIDialog.cs" />
8991 <Compile Include="Renderers\IChunkRenderer.cs" />
90- <Compile Include="Renderers\StandardRenerer.cs" />
92+ <Compile Include="Renderers\StandardRenderer.cs" />
9193 <Compile Include="Renderers\AlternateRenderer.cs" />
92- <Compile Include="Data\EntitiesOfInterest.cs" />
93- <Compile Include="Data\EntityDesignator.cs" />
9494 <Compile Include="Data\StatusData.cs" />
9595 <Compile Include="Data\CommandData.cs" />
9696 <Compile Include="Data\RunState.cs" />