Ver código fonte

修复闪退

Zhangtaotao 7 anos atrás
pai
commit
27ad375746
2 arquivos alterados com 6 adições e 0 exclusões
  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.