Commit 3f395349 authored by 247321453's avatar 247321453

addupdate

parent 0f7fed32
......@@ -67,8 +67,9 @@ void DataEditFormLoad(object sender, EventArgs e)
Version ver =new Version(Application.ProductVersion);
string strVer = ver.ToString();
#if DEBUG
this.Text=this.Text+"(DEBUG)"+" 版本:"+strVer;
this.Text=this.Text+"(DEBUG)";
#endif
this.Text=this.Text+" Ver:"+strVer;
title=this.Text;
imgform.VisibleChanged+=OnimgFormClosed;
......
......@@ -70,6 +70,7 @@
<ItemGroup>
<Folder Include="Data" />
<Folder Include="Core" />
<Folder Include="Update" />
</ItemGroup>
<ItemGroup>
<None Include="DataEditorX.txt">
......@@ -102,6 +103,8 @@
<None Include="readme.txt">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="Update\Release.zip" />
<None Include="Update\version.txt" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</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