| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268 |
- <?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>{6EC3A426-98FB-4A6A-B47A-B75590D93D93}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Dongke.IBOSS.PRD.Client.AutoUpgrade</RootNamespace>
- <AssemblyName>AutoUpgrade</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <IsWebBootstrapper>true</IsWebBootstrapper>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <OldToolsVersion>3.5</OldToolsVersion>
- <PublishUrl>http://localhost/AutoUpgrade/</PublishUrl>
- <Install>true</Install>
- <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>
- <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
- <UseApplicationTrust>false</UseApplicationTrust>
- <BootstrapperEnabled>true</BootstrapperEnabled>
- <TargetFrameworkProfile />
- </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>
- </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 Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x64\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
- <OutputPath>bin\x64\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x64</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationIcon>Resources\update_exe.ico</ApplicationIcon>
- </PropertyGroup>
- <PropertyGroup>
- <TargetZone>LocalIntranet</TargetZone>
- </PropertyGroup>
- <PropertyGroup>
- <GenerateManifests>false</GenerateManifests>
- </PropertyGroup>
- <PropertyGroup>
- <ApplicationManifest>Properties\app.manifest</ApplicationManifest>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="SharpZipLib, Version=0.31.0.0, Culture=neutral" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.ServiceModel">
- <RequiredTargetFramework>3.0</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="FrmAutoUpgradeInfomation.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FrmAutoUpgradeInfomation.Designer.cs">
- <DependentUpon>FrmAutoUpgradeInfomation.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="FrmAutoUpgradeInfomation.resx">
- <DependentUpon>FrmAutoUpgradeInfomation.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="Properties\Resources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- <None Include="App.config" />
- <None Include="Properties\app.manifest" />
- <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>
- <Compile Include="Service References\DKIBOSSPRDService\Reference.cs">
- <AutoGen>True</AutoGen>
- <DesignTime>True</DesignTime>
- <DependentUpon>Reference.svcmap</DependentUpon>
- </Compile>
- <Compile Include="ZipFileClass.cs" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadata Include="Service References\" />
- </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.2.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 2.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.0">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.0 %28x86%29</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5</ProductName>
- <Install>false</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
- <Visible>False</Visible>
- <ProductName>.NET Framework 3.5 SP1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
- <Visible>False</Visible>
- <ProductName>Windows Installer 3.1</ProductName>
- <Install>true</Install>
- </BootstrapperPackage>
- </ItemGroup>
- <ItemGroup>
- <Content Include="DLL\SharpZipLib.dll" />
- <Content Include="Resources\bg.png" />
- <Content Include="Resources\btnOk.jpg" />
- <Content Include="Resources\communicating.gif" />
- <Content Include="Resources\ok.png" />
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService1.disco" />
- <None Include="Resources\update_exe.ico" />
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService2.wsdl" />
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService21.wsdl" />
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService5.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService51.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService52.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService53.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="Service References\DKIBOSSPRDService\DKIBOSSPRDService54.xsd">
- <SubType>Designer</SubType>
- </None>
- <None Include="Service References\DKIBOSSPRDService\Dongke.IBOSS.PRD.Client.AutoUpgrade.DKIBOSSPRDService.LoginResultEntity.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service References\DKIBOSSPRDService\Dongke.IBOSS.PRD.Client.AutoUpgrade.DKIBOSSPRDService.NeedUpgradeResultEntity.datasource">
- <DependentUpon>Reference.svcmap</DependentUpon>
- </None>
- <None Include="Service References\DKIBOSSPRDService\Reference.svcmap">
- <Generator>WCF Proxy Generator</Generator>
- <LastGenOutput>Reference.cs</LastGenOutput>
- </None>
- <None Include="Service References\DKIBOSSPRDService\configuration.svcinfo" />
- <None Include="Service References\DKIBOSSPRDService\configuration91.svcinfo" />
- </ItemGroup>
- <ItemGroup>
- <WCFMetadataStorage Include="Service References\DKIBOSSPRDService\" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PreBuildEvent>Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.exe
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.exe.config
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.pdb
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.config
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.manifest
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.exe
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.exe.config
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.pdb
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.config
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.manifest</PreBuildEvent>
- </PropertyGroup>
- <PropertyGroup>
- <PostBuildEvent>Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Client\
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.pdb
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.config
- Del $(SolutionDir)IBOSS.PRD.Client\AutoUpgrade.vshost.exe.manifest
- Copy $(TargetDir) $(SolutionDir)IBOSS.PRD.Client.Public\
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.pdb
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.config
- Del $(SolutionDir)IBOSS.PRD.Client.Public\AutoUpgrade.vshost.exe.manifest</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">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|