Browse Source

修复闪退

Zhangtaotao 6 years ago
parent
commit
27ad375746
2 changed files with 6 additions and 0 deletions
  1. 1 0
      WeChatCore/Data/data.dat
  2. 5 0
      WeChatCore/WeChatCore.csproj

+ 1 - 0
WeChatCore/Data/data.dat

@@ -0,0 +1 @@
+

+ 5 - 0
WeChatCore/WeChatCore.csproj

@@ -114,6 +114,11 @@
     <Content Include="Referce\Newtonsoft.Json.xml" />
     <Resource Include="Resource\DefultHeader.png" />
   </ItemGroup>
+  <ItemGroup>
+    <None Include="Data\data.dat">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </None>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.