OSDN Git Service

W.I.P. Inelegant fixes for a thorny problem...apparently working
[automap/automap.git] / Automap / Automap.csproj
index bc26e1d..34a3dca 100644 (file)
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>Automap</RootNamespace>
     <AssemblyName>Automap</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>              
+    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>            
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
     </Reference>
     <Reference Include="System.Drawing" />
     <Reference Include="System.Web" />
+    <Reference Include="protobuf-net">
+      <HintPath>VS_libs\protobuf-net.dll</HintPath>
+      <Private>False</Private>
+    </Reference>
+    <Reference Include="Pngcs">
+      <HintPath>VS_libs\Pngcs.dll</HintPath>
+    </Reference>
+    <Reference Include="System.Xml" />
+    <Reference Include="Newtonsoft.Json">
+      <HintPath>VS_libs\Newtonsoft.Json.dll</HintPath>
+      <Private>False</Private>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="AutomapMod.cs" />
     <Compile Include="Properties\AssemblyInfo.cs" />
     <Compile Include="Helpers.cs" />
-    <Compile Include="Data\PointOfInterest.cs" />
-    <Compile Include="Data\Designator.cs" />
-    <Compile Include="Automap_Internals.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\AChunkRenderer.cs" />
+    <Compile Include="Renderers\StandardRenderer.cs" />
+    <Compile Include="Renderers\AlternateRenderer.cs" />
+    <Compile Include="Data\StatusData.cs" />
+    <Compile Include="Data\CommandData.cs" />
+    <Compile Include="Data\CommandType.cs" />
+    <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="Data\" />
     <Folder Include="assets\" />
     <Folder Include="assets\automap\" />
-    <Folder Include="assets\automap\config\" />
+    <Folder Include="Designators\" />
+    <Folder Include="Libs\" />
+    <Folder Include="Subsystems\" />
+    <Folder Include="Renderers\" />
+    <Folder Include="Data\JSON\" />
   </ItemGroup>
   <ItemGroup>
     <None Include="modinfo.json">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
-    <None Include="assets\automap\config\automap_format.css">
+    <None Include="assets\automap\config\automap.html">
       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     </None>
   </ItemGroup>
-  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />              
 </Project>
\ No newline at end of file