Commit 3f395349 authored by 247321453's avatar 247321453

addupdate

parent 0f7fed32
...@@ -67,8 +67,9 @@ void DataEditFormLoad(object sender, EventArgs e) ...@@ -67,8 +67,9 @@ void DataEditFormLoad(object sender, EventArgs e)
Version ver =new Version(Application.ProductVersion); Version ver =new Version(Application.ProductVersion);
string strVer = ver.ToString(); string strVer = ver.ToString();
#if DEBUG #if DEBUG
this.Text=this.Text+"(DEBUG)"+" 版本:"+strVer; this.Text=this.Text+"(DEBUG)";
#endif #endif
this.Text=this.Text+" Ver:"+strVer;
title=this.Text; title=this.Text;
imgform.VisibleChanged+=OnimgFormClosed; imgform.VisibleChanged+=OnimgFormClosed;
......
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,7 @@
<ItemGroup> <ItemGroup>
<Folder Include="Data" /> <Folder Include="Data" />
<Folder Include="Core" /> <Folder Include="Core" />
<Folder Include="Update" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<None Include="DataEditorX.txt"> <None Include="DataEditorX.txt">
...@@ -102,6 +103,8 @@ ...@@ -102,6 +103,8 @@
<None Include="readme.txt"> <None Include="readme.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None> </None>
<None Include="Update\Release.zip" />
<None Include="Update\version.txt" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project> </Project>
\ No newline at end of file
1.1.0.3
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment