123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{A41F9740-A368-4F0C-91CE-ACF24D0DCA60}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MAutoUpdate</RootNamespace>
- <AssemblyName>MAutoUpdate</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
- <IsWebBootstrapper>false</IsWebBootstrapper>
- <TargetFrameworkProfile />
- <PublishUrl>D:\Projects\Publish\MAutoUpdate\</PublishUrl>
- <Install>true</Install>
- <InstallFrom>Disk</InstallFrom>
- <UpdateEnabled>true</UpdateEnabled>
- <UpdateMode>Foreground</UpdateMode>
- <UpdateInterval>7</UpdateInterval>
- <UpdateIntervalUnits>Days</UpdateIntervalUnits>
- <UpdatePeriodically>false</UpdatePeriodically>
- <UpdateRequired>true</UpdateRequired>
- <MapFileExtensions>true</MapFileExtensions>
- <UpdateUrl>http://192.168.124.85:9925/</UpdateUrl>
- <MinimumRequiredVersion>1.0.0.9</MinimumRequiredVersion>
- <ApplicationRevision>10</ApplicationRevision>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <PublishWizardCompleted>true</PublishWizardCompleted>
- <BootstrapperEnabled>false</BootstrapperEnabled>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <UseVSHostingProcess>true</UseVSHostingProcess>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup />
- <PropertyGroup>
- <ApplicationIcon>clock-32.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <StartupObject />
- </PropertyGroup>
- <PropertyGroup>
- <ManifestCertificateThumbprint>FC0662CD8E86FE2B1C5D83F7CD6A8B21A5A103EB</ManifestCertificateThumbprint>
- </PropertyGroup>
- <PropertyGroup>
- <ManifestKeyFile>MAutoUpdate_TemporaryKey.pfx</ManifestKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>true</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup>
- <SignManifests>false</SignManifests>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
- <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net20\Newtonsoft.Json.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Web" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="common\UntilApi.cs" />
- <Compile Include="CompareVersion.cs" />
- <Compile Include="EAPClock.cs" />
- <Compile Include="Models\EapResponse.cs" />
- <Compile Include="Models\WebAppVersion.cs" />
- <Compile Include="UpdateWork.cs" />
- <Compile Include="LocalInfo.cs" />
- <Compile Include="LogTool.cs" />
- <Compile Include="MainForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="MainForm.Designer.cs">
- <DependentUpon>MainForm.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Resources.resx</DependentUpon>
- </Compile>
- <Compile Include="RemoteInfo.cs" />
- <Compile Include="UpdateForm.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="UpdateForm.Designer.cs">
- <DependentUpon>UpdateForm.cs</DependentUpon>
- </Compile>
- <Compile Include="YButton.cs">
- <SubType>Component</SubType>
- </Compile>
- <Compile Include="Zip DLL\ComHelper.cs" />
- <Compile Include="Zip DLL\CRC32.cs" />
- <Compile Include="Zip DLL\Deflate.cs" />
- <Compile Include="Zip DLL\DeflateStream.cs" />
- <Compile Include="Zip DLL\EncryptionAlgorithm.cs" />
- <Compile Include="Zip DLL\Events.cs" />
- <Compile Include="Zip DLL\Exceptions.cs" />
- <Compile Include="Zip DLL\ExtractExistingFileAction.cs" />
- <Compile Include="Zip DLL\FileSelector.cs" />
- <Compile Include="Zip DLL\GZipStream.cs" />
- <Compile Include="Zip DLL\Inflate.cs" />
- <Compile Include="Zip DLL\InfTree.cs" />
- <Compile Include="Zip DLL\OffsetStream.cs" />
- <Compile Include="Zip DLL\ParallelDeflateOutputStream.cs" />
- <Compile Include="Zip DLL\Shared.cs" />
- <Compile Include="Zip DLL\Tree.cs" />
- <Compile Include="Zip DLL\WinZipAes.cs" />
- <Compile Include="Zip DLL\ZipConstants.cs" />
- <Compile Include="Zip DLL\ZipCrypto.cs" />
- <Compile Include="Zip DLL\ZipDirEntry.cs" />
- <Compile Include="Zip DLL\ZipEntry.cs" />
- <Compile Include="Zip DLL\ZipEntry.Extract.cs" />
- <Compile Include="Zip DLL\ZipEntry.Read.cs" />
- <Compile Include="Zip DLL\ZipEntry.Write.cs" />
- <Compile Include="Zip DLL\ZipEntrySource.cs" />
- <Compile Include="Zip DLL\ZipErrorAction.cs" />
- <Compile Include="Zip DLL\ZipFile.AddUpdate.cs" />
- <Compile Include="Zip DLL\ZipFile.Check.cs" />
- <Compile Include="Zip DLL\ZipFile.cs" />
- <Compile Include="Zip DLL\ZipFile.Events.cs" />
- <Compile Include="Zip DLL\ZipFile.Extract.cs" />
- <Compile Include="Zip DLL\ZipFile.Read.cs" />
- <Compile Include="Zip DLL\ZipFile.Save.cs" />
- <Compile Include="Zip DLL\ZipFile.SaveSelfExtractor.cs" />
- <Compile Include="Zip DLL\ZipFile.Selector.cs" />
- <Compile Include="Zip DLL\ZipFile.Static.cs" />
- <Compile Include="Zip DLL\ZipFile.x-IEnumerable.cs" />
- <Compile Include="Zip DLL\ZipInputStream.cs" />
- <Compile Include="Zip DLL\ZipOutputStream.cs" />
- <Compile Include="Zip DLL\ZipSegmentedStream.cs" />
- <Compile Include="Zip DLL\Zlib.cs" />
- <Compile Include="Zip DLL\ZlibBaseStream.cs" />
- <Compile Include="Zip DLL\ZlibCodec.cs" />
- <Compile Include="Zip DLL\ZlibConstants.cs" />
- <Compile Include="Zip DLL\ZlibStream.cs" />
- <EmbeddedResource Include="MainForm.resx">
- <DependentUpon>MainForm.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <SubType>Designer</SubType>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- </EmbeddedResource>
- <EmbeddedResource Include="UpdateForm.resx">
- <DependentUpon>UpdateForm.cs</DependentUpon>
- </EmbeddedResource>
- <None Include="app.config" />
- <None Include="app.manifest" />
- <None Include="MAutoUpdate_TemporaryKey.pfx" />
- <None Include="packages.config" />
- <None Include="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="Properties\Settings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- <None Include="Zip DLL\Migrated rules for Zip DLL.ruleset" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="clock-32.ico" />
- <Content Include="Zip DLL\msbuild.flymake.xml" />
- <None Include="config.update" />
- <Content Include="Local.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </Content>
- <Content Include="Server.xml" />
- </ItemGroup>
- <ItemGroup>
- <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="Zip DLL\BZip2\" />
- </ItemGroup>
- <ItemGroup>
- <PublishFile Include="Local.xml">
- <Visible>False</Visible>
- <Group>
- </Group>
- <TargetPath>
- </TargetPath>
- <PublishState>Include</PublishState>
- <IncludeHash>True</IncludeHash>
- <FileType>File</FileType>
- </PublishFile>
- <PublishFile Include="Server.xml">
- <Visible>False</Visible>
- <Group>
- </Group>
- <TargetPath>
- </TargetPath>
- <PublishState>Include</PublishState>
- <IncludeHash>True</IncludeHash>
- <FileType>File</FileType>
- </PublishFile>
- <PublishFile Include="Zip DLL\msbuild.flymake.xml">
- <Visible>False</Visible>
- <Group>
- </Group>
- <TargetPath>
- </TargetPath>
- <PublishState>Include</PublishState>
- <IncludeHash>True</IncludeHash>
- <FileType>File</FileType>
- </PublishFile>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- 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">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|