OSDN Git Service

Snapshots crash fix
[automap/automap.git] / Automap / Automap.csproj
index 932b360..92fad00 100644 (file)
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>Automap</RootNamespace>
     <AssemblyName>Automap</AssemblyName>
-    <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>            
+    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>            
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
@@ -20,7 +20,7 @@
     <ConsolePause>false</ConsolePause>
     <CustomCommands>
       <CustomCommands>
-        <Command type="AfterBuild" command="7z -tzip a ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" />
+        <Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" />
         <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
       </CustomCommands>
     </CustomCommands>
@@ -33,7 +33,7 @@
     <ConsolePause>false</ConsolePause>
     <CustomCommands>
       <CustomCommands>
-        <Command type="AfterBuild" command="7z -tzip a ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" />
+        <Command type="AfterBuild" command="7z a -tzip -x!*.zip -aoa ${ProjectName}_${ProjectConfig}.zip" workingdir="${TargetDir}" />
         <Command type="AfterClean" command="rm -f *.zip" workingdir="${TargetDir}" />
       </CustomCommands>
     </CustomCommands>
       <HintPath>VS_libs\Newtonsoft.Json.dll</HintPath>
       <Private>False</Private>
     </Reference>
+    <Reference Include="0Harmony">
+      <HintPath>VS_libs\0Harmony.dll</HintPath>
+      <Private>False</Private>
+    </Reference>
   </ItemGroup>
   <ItemGroup>
     <Compile Include="AutomapMod.cs" />
     <Compile Include="Subsystems\JsonGenerator.cs" />
        <Compile Include="Subsystems\Snapshot.cs" />
        <Compile Include="Data\JSON\BlockPosJson.cs" />
-       <Compile Include="Data\ColumnChanges.cs" />
+       <Compile Include="Data\ColumnCounter.cs" />
+       <Compile Include="Renderers\FlatRenderer.cs" />
   </ItemGroup>
   <ItemGroup>
     <Folder Include="VS_libs\" />