|
@@ -11,20 +11,25 @@
|
|
|
<AssemblyName>UAS_MES_NEW</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
- <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
- <PublishUrl>publish\</PublishUrl>
|
|
|
+ <IsWebBootstrapper>true</IsWebBootstrapper>
|
|
|
+ <PublishUrl>ftp://yitoadt.wicp.io:21/</PublishUrl>
|
|
|
<Install>true</Install>
|
|
|
- <InstallFrom>Disk</InstallFrom>
|
|
|
- <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <InstallFrom>Web</InstallFrom>
|
|
|
+ <UpdateEnabled>true</UpdateEnabled>
|
|
|
<UpdateMode>Foreground</UpdateMode>
|
|
|
<UpdateInterval>7</UpdateInterval>
|
|
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
<UpdatePeriodically>false</UpdatePeriodically>
|
|
|
<UpdateRequired>false</UpdateRequired>
|
|
|
<MapFileExtensions>true</MapFileExtensions>
|
|
|
- <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <InstallUrl>http://192.168.1.37/</InstallUrl>
|
|
|
+ <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
|
|
|
+ <WebPage>publish.htm</WebPage>
|
|
|
+ <ApplicationRevision>2</ApplicationRevision>
|
|
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <CreateDesktopShortcut>true</CreateDesktopShortcut>
|
|
|
+ <PublishWizardCompleted>true</PublishWizardCompleted>
|
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
@@ -52,6 +57,21 @@
|
|
|
<PropertyGroup>
|
|
|
<NoWin32Manifest>true</NoWin32Manifest>
|
|
|
</PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ManifestCertificateThumbprint>F3A5CD54CA817EDB2CCE2469388F562C52E41F26</ManifestCertificateThumbprint>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ManifestKeyFile>UAS_MES_NEW_TemporaryKey.pfx</ManifestKeyFile>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <GenerateManifests>true</GenerateManifests>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <SignManifests>true</SignManifests>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <StartupObject>UAS_MES_NEW.Program</StartupObject>
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="DevComponents.DotNetBar2, Version=6.7.2.0, Culture=neutral, PublicKeyToken=bd7258ab2241255c, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
@@ -1408,6 +1428,7 @@
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
</Compile>
|
|
|
+ <None Include="UAS_MES_NEW_TemporaryKey.pfx" />
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Content Include="Resources\07.gif" />
|
|
@@ -1554,35 +1575,33 @@
|
|
|
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
<Install>false</Install>
|
|
|
</BootstrapperPackage>
|
|
|
- <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
|
|
|
- <Visible>False</Visible>
|
|
|
- <ProductName>Windows Installer 4.5</ProductName>
|
|
|
- <Install>true</Install>
|
|
|
- </BootstrapperPackage>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<PublishFile Include="Resources\pluslogo.png">
|
|
|
<Visible>False</Visible>
|
|
|
- <PublishState>DataFile</PublishState>
|
|
|
- <IncludeHash>True</IncludeHash>
|
|
|
<Group>
|
|
|
</Group>
|
|
|
<TargetPath>
|
|
|
</TargetPath>
|
|
|
+ <PublishState>DataFile</PublishState>
|
|
|
+ <IncludeHash>True</IncludeHash>
|
|
|
<FileType>File</FileType>
|
|
|
</PublishFile>
|
|
|
<PublishFile Include="Resources\preview_16px_25980_easyicon.net.png">
|
|
|
<Visible>False</Visible>
|
|
|
- <PublishState>DataFile</PublishState>
|
|
|
- <IncludeHash>True</IncludeHash>
|
|
|
<Group>
|
|
|
</Group>
|
|
|
<TargetPath>
|
|
|
</TargetPath>
|
|
|
+ <PublishState>DataFile</PublishState>
|
|
|
+ <IncludeHash>True</IncludeHash>
|
|
|
<FileType>File</FileType>
|
|
|
</PublishFile>
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <PropertyGroup>
|
|
|
+ <PostBuildEvent>xcopy $(ProjectDir)Resources $(ProjectDir)$(OutDir)Resources /s /e /k /i /y</PostBuildEvent>
|
|
|
+ </PropertyGroup>
|
|
|
<!-- 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.
|
|
|
<Target Name="BeforeBuild">
|