|
|
@@ -14,7 +14,7 @@
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<TargetFrameworkProfile />
|
|
|
<IsWebBootstrapper>true</IsWebBootstrapper>
|
|
|
- <PublishUrl>ftp://192.168.253.9/MESSetting/KanBan/</PublishUrl>
|
|
|
+ <PublishUrl>E:\s_user_site\KanBan\</PublishUrl>
|
|
|
<Install>true</Install>
|
|
|
<InstallFrom>Web</InstallFrom>
|
|
|
<UpdateEnabled>true</UpdateEnabled>
|
|
|
@@ -24,14 +24,14 @@
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
<UpdateRequired>true</UpdateRequired>
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
- <InstallUrl>http://218.17.158.219:8888/KanBan/</InstallUrl>
|
|
|
+ <InstallUrl>http://172.16.11.99/KanBan/</InstallUrl>
|
|
|
<ProductName>UAS看板</ProductName>
|
|
|
<PublisherName>深圳市优软科技有限公司</PublisherName>
|
|
|
<SuiteName>UAS看板</SuiteName>
|
|
|
- <MinimumRequiredVersion>1.0.0.12</MinimumRequiredVersion>
|
|
|
+ <MinimumRequiredVersion>1.0.0.14</MinimumRequiredVersion>
|
|
|
<CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
|
|
<WebPage>publish.htm</WebPage>
|
|
|
- <ApplicationRevision>13</ApplicationRevision>
|
|
|
+ <ApplicationRevision>15</ApplicationRevision>
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
<CreateDesktopShortcut>true</CreateDesktopShortcut>
|
|
|
@@ -67,7 +67,7 @@
|
|
|
<GenerateManifests>true</GenerateManifests>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
- <SignManifests>true</SignManifests>
|
|
|
+ <SignManifests>false</SignManifests>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup>
|
|
|
<ApplicationIcon>Resources\board_windows_48px_14504_easyicon.net.ico</ApplicationIcon>
|
|
|
@@ -101,6 +101,12 @@
|
|
|
<Compile Include="BaseForm.Designer.cs">
|
|
|
<DependentUpon>BaseForm.cs</DependentUpon>
|
|
|
</Compile>
|
|
|
+ <Compile Include="CustomControl\ValueLabel.cs">
|
|
|
+ <SubType>Component</SubType>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="CustomControl\ValueLabel.Designer.cs">
|
|
|
+ <DependentUpon>ValueLabel.cs</DependentUpon>
|
|
|
+ </Compile>
|
|
|
<Compile Include="DataHelper.cs" />
|
|
|
<Compile Include="Process.cs">
|
|
|
<SubType>Form</SubType>
|
|
|
@@ -116,6 +122,9 @@
|
|
|
</Compile>
|
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <EmbeddedResource Include="CustomControl\ValueLabel.resx">
|
|
|
+ <DependentUpon>ValueLabel.cs</DependentUpon>
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="Process.resx">
|
|
|
<DependentUpon>Process.cs</DependentUpon>
|
|
|
</EmbeddedResource>
|