OSDN Git Service

W.I.P. Inelegant fixes for a thorny problem...apparently working
[automap/automap.git] / Automap / Automap.csproj
index 68b2350..34a3dca 100644 (file)
@@ -88,7 +88,7 @@
                <Compile Include="Designators\DefaultDesignators.cs" />
     <Compile Include="Subsystems\AutomapSystem.cs" />
     <Compile Include="Subsystems\AutomapGUIDialog.cs" />
-    <Compile Include="Renderers\IChunkRenderer.cs" />
+    <Compile Include="Renderers\AChunkRenderer.cs" />
     <Compile Include="Renderers\StandardRenderer.cs" />
     <Compile Include="Renderers\AlternateRenderer.cs" />
     <Compile Include="Data\StatusData.cs" />
@@ -97,6 +97,8 @@
     <Compile Include="Data\PersistedConfiguration.cs" />
     <Compile Include="Data\DisplayNameAttribute.cs" />
     <Compile Include="Subsystems\JsonGenerator.cs" />
+       <Compile Include="Subsystems\Snapshot.cs" />
+       <Compile Include="Data\JSON\BlockPosJson.cs" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="VS_libs\" />
     <Folder Include="Libs\" />
     <Folder Include="Subsystems\" />
     <Folder Include="Renderers\" />
+    <Folder Include="Data\JSON\" />
   </ItemGroup>
   <ItemGroup>
     <None Include="modinfo.json">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
   </ItemGroup>
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />              
 </Project>
\ No newline at end of file