|
@@ -8,9 +8,24 @@
|
|
|
<OutputType>WinExe</OutputType>
|
|
<OutputType>WinExe</OutputType>
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
<RootNamespace>UAS_AutoUpdate</RootNamespace>
|
|
<RootNamespace>UAS_AutoUpdate</RootNamespace>
|
|
|
- <AssemblyName>UAS_AutoUpdate</AssemblyName>
|
|
|
|
|
|
|
+ <AssemblyName>CheckUpdate</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
+ <PublishUrl>publish\</PublishUrl>
|
|
|
|
|
+ <Install>true</Install>
|
|
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -31,6 +46,9 @@
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
<WarningLevel>4</WarningLevel>
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
|
|
+ <PropertyGroup>
|
|
|
|
|
+ <ApplicationIcon>Resources\update.ico</ApplicationIcon>
|
|
|
|
|
+ </PropertyGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<Reference Include="System" />
|
|
<Reference Include="System" />
|
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Core" />
|
|
@@ -44,14 +62,17 @@
|
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml" />
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
- <Compile Include="Form1.cs">
|
|
|
|
|
|
|
+ <Compile Include="CheckUpdateWindow.cs">
|
|
|
<SubType>Form</SubType>
|
|
<SubType>Form</SubType>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
- <Compile Include="Form1.Designer.cs">
|
|
|
|
|
- <DependentUpon>Form1.cs</DependentUpon>
|
|
|
|
|
|
|
+ <Compile Include="CheckUpdateWindow.Designer.cs">
|
|
|
|
|
+ <DependentUpon>CheckUpdateWindow.cs</DependentUpon>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<Compile Include="Program.cs" />
|
|
<Compile Include="Program.cs" />
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
|
+ <EmbeddedResource Include="CheckUpdateWindow.resx">
|
|
|
|
|
+ <DependentUpon>CheckUpdateWindow.cs</DependentUpon>
|
|
|
|
|
+ </EmbeddedResource>
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
@@ -60,6 +81,7 @@
|
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
<Compile Include="Properties\Resources.Designer.cs">
|
|
|
<AutoGen>True</AutoGen>
|
|
<AutoGen>True</AutoGen>
|
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
<DependentUpon>Resources.resx</DependentUpon>
|
|
|
|
|
+ <DesignTime>True</DesignTime>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
<None Include="Properties\Settings.settings">
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
@@ -71,6 +93,21 @@
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
</Compile>
|
|
</Compile>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
|
|
+ <ItemGroup>
|
|
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
|
|
+ <Visible>False</Visible>
|
|
|
|
|
+ <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>
|
|
|
|
|
+ <None Include="Resources\update.ico" />
|
|
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
<!-- 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.
|
|
Other similar extension points exist, see Microsoft.Common.targets.
|