EricssonGSMDynamicPowerControl.vbproj
上传用户:qzhengtong
上传日期:2022-07-16
资源大小:1669k
文件大小:8k
源码类别:

手机短信编程

开发平台:

Visual Basic

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3.   <PropertyGroup>
  4.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6.     <ProductVersion>8.0.50727</ProductVersion>
  7.     <SchemaVersion>2.0</SchemaVersion>
  8.     <ProjectGuid>{3618E5D3-9734-4762-9058-EE1B61728A7B}</ProjectGuid>
  9.     <OutputType>WinExe</OutputType>
  10.     <StartupObject>EricssonGSMDynamicPowerControl.My.MyApplication</StartupObject>
  11.     <RootNamespace>EricssonGSMDynamicPowerControl</RootNamespace>
  12.     <AssemblyName>EricssonGSM_DPC</AssemblyName>
  13.     <MyType>WindowsForms</MyType>
  14.     <ManifestCertificateThumbprint>24376797E246915B9D5937D7DFC31D70CF65D910</ManifestCertificateThumbprint>
  15.     <ManifestKeyFile>EricssonGSMDynamicPowerControl_TemporaryKey.pfx</ManifestKeyFile>
  16.     <GenerateManifests>true</GenerateManifests>
  17.     <SignManifests>true</SignManifests>
  18.     <PublishUrl>publish</PublishUrl>
  19.     <Install>true</Install>
  20.     <InstallFrom>Disk</InstallFrom>
  21.     <UpdateEnabled>false</UpdateEnabled>
  22.     <UpdateMode>Foreground</UpdateMode>
  23.     <UpdateInterval>7</UpdateInterval>
  24.     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  25.     <UpdatePeriodically>false</UpdatePeriodically>
  26.     <UpdateRequired>false</UpdateRequired>
  27.     <MapFileExtensions>true</MapFileExtensions>
  28.     <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  29.     <IsWebBootstrapper>false</IsWebBootstrapper>
  30.     <BootstrapperEnabled>true</BootstrapperEnabled>
  31.     <ApplicationIcon>VOLUME.ICO</ApplicationIcon>
  32.   </PropertyGroup>
  33.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  34.     <DebugSymbols>true</DebugSymbols>
  35.     <DebugType>full</DebugType>
  36.     <DefineDebug>true</DefineDebug>
  37.     <DefineTrace>true</DefineTrace>
  38.     <OutputPath>binDebug</OutputPath>
  39.     <DocumentationFile>EricssonGSM_DPC.xml</DocumentationFile>
  40.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  41.   </PropertyGroup>
  42.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  43.     <DebugType>pdbonly</DebugType>
  44.     <DefineDebug>false</DefineDebug>
  45.     <DefineTrace>true</DefineTrace>
  46.     <Optimize>true</Optimize>
  47.     <OutputPath>binRelease</OutputPath>
  48.     <DocumentationFile>EricssonGSM_DPC.xml</DocumentationFile>
  49.     <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
  50.   </PropertyGroup>
  51.   <ItemGroup>
  52.     <Reference Include="GaryControls, Version=1.0.3643.16479, Culture=neutral, processorArchitecture=MSIL">
  53.       <SpecificVersion>False</SpecificVersion>
  54.       <HintPath>....GaryControlsGaryControlsbinReleaseGaryControls.dll</HintPath>
  55.     </Reference>
  56.     <Reference Include="System" />
  57.     <Reference Include="System.Data" />
  58.     <Reference Include="System.Deployment" />
  59.     <Reference Include="System.Drawing" />
  60.     <Reference Include="System.Windows.Forms" />
  61.     <Reference Include="System.Xml" />
  62.   </ItemGroup>
  63.   <ItemGroup>
  64.     <Import Include="Microsoft.VisualBasic" />
  65.     <Import Include="System" />
  66.     <Import Include="System.Collections" />
  67.     <Import Include="System.Collections.Generic" />
  68.     <Import Include="System.Data" />
  69.     <Import Include="System.Drawing" />
  70.     <Import Include="System.Diagnostics" />
  71.     <Import Include="System.Windows.Forms" />
  72.   </ItemGroup>
  73.   <ItemGroup>
  74.     <Compile Include="clsDPC.vb" />
  75.     <Compile Include="frmDPC.vb">
  76.       <SubType>Form</SubType>
  77.     </Compile>
  78.     <Compile Include="frmDPC.Designer.vb">
  79.       <DependentUpon>frmDPC.vb</DependentUpon>
  80.       <SubType>Form</SubType>
  81.     </Compile>
  82.     <Compile Include="My ProjectAssemblyInfo.vb" />
  83.     <Compile Include="My ProjectApplication.Designer.vb">
  84.       <AutoGen>True</AutoGen>
  85.       <DependentUpon>Application.myapp</DependentUpon>
  86.     </Compile>
  87.     <Compile Include="My ProjectResources.Designer.vb">
  88.       <AutoGen>True</AutoGen>
  89.       <DesignTime>True</DesignTime>
  90.       <DependentUpon>Resources.resx</DependentUpon>
  91.     </Compile>
  92.     <Compile Include="My ProjectSettings.Designer.vb">
  93.       <AutoGen>True</AutoGen>
  94.       <DependentUpon>Settings.settings</DependentUpon>
  95.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  96.     </Compile>
  97.   </ItemGroup>
  98.   <ItemGroup>
  99.     <EmbeddedResource Include="frmDPC.resx">
  100.       <SubType>Designer</SubType>
  101.       <DependentUpon>frmDPC.vb</DependentUpon>
  102.     </EmbeddedResource>
  103.     <EmbeddedResource Include="My ProjectResources.resx">
  104.       <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
  105.       <LastGenOutput>Resources.Designer.vb</LastGenOutput>
  106.       <CustomToolNamespace>My.Resources</CustomToolNamespace>
  107.       <SubType>Designer</SubType>
  108.     </EmbeddedResource>
  109.   </ItemGroup>
  110.   <ItemGroup>
  111.     <None Include="My ProjectApplication.myapp">
  112.       <Generator>MyApplicationCodeGenerator</Generator>
  113.       <LastGenOutput>Application.Designer.vb</LastGenOutput>
  114.     </None>
  115.     <None Include="My ProjectSettings.settings">
  116.       <Generator>SettingsSingleFileGenerator</Generator>
  117.       <CustomToolNamespace>My</CustomToolNamespace>
  118.       <LastGenOutput>Settings.Designer.vb</LastGenOutput>
  119.     </None>
  120.   </ItemGroup>
  121.   <ItemGroup>
  122.     <COMReference Include="AxTeeChart">
  123.       <Guid>{B6C10482-FB89-11D4-93C9-006008A7EED4}</Guid>
  124.       <VersionMajor>1</VersionMajor>
  125.       <VersionMinor>0</VersionMinor>
  126.       <Lcid>0</Lcid>
  127.       <WrapperTool>aximp</WrapperTool>
  128.       <Isolated>False</Isolated>
  129.     </COMReference>
  130.     <COMReference Include="Excel">
  131.       <Guid>{00020813-0000-0000-C000-000000000046}</Guid>
  132.       <VersionMajor>1</VersionMajor>
  133.       <VersionMinor>5</VersionMinor>
  134.       <Lcid>0</Lcid>
  135.       <WrapperTool>primary</WrapperTool>
  136.       <Isolated>False</Isolated>
  137.     </COMReference>
  138.     <COMReference Include="Microsoft.Office.Core">
  139.       <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
  140.       <VersionMajor>2</VersionMajor>
  141.       <VersionMinor>3</VersionMinor>
  142.       <Lcid>0</Lcid>
  143.       <WrapperTool>primary</WrapperTool>
  144.       <Isolated>False</Isolated>
  145.     </COMReference>
  146.     <COMReference Include="stdole">
  147.       <Guid>{00020430-0000-0000-C000-000000000046}</Guid>
  148.       <VersionMajor>2</VersionMajor>
  149.       <VersionMinor>0</VersionMinor>
  150.       <Lcid>0</Lcid>
  151.       <WrapperTool>primary</WrapperTool>
  152.       <Isolated>False</Isolated>
  153.     </COMReference>
  154.     <COMReference Include="TeeChart">
  155.       <Guid>{B6C10482-FB89-11D4-93C9-006008A7EED4}</Guid>
  156.       <VersionMajor>1</VersionMajor>
  157.       <VersionMinor>0</VersionMinor>
  158.       <Lcid>0</Lcid>
  159.       <WrapperTool>tlbimp</WrapperTool>
  160.       <Isolated>False</Isolated>
  161.     </COMReference>
  162.     <COMReference Include="VBIDE">
  163.       <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
  164.       <VersionMajor>5</VersionMajor>
  165.       <VersionMinor>3</VersionMinor>
  166.       <Lcid>0</Lcid>
  167.       <WrapperTool>primary</WrapperTool>
  168.       <Isolated>False</Isolated>
  169.     </COMReference>
  170.   </ItemGroup>
  171.   <ItemGroup>
  172.     <BootstrapperPackage Include="Microsoft.Net.Framework.2.0">
  173.       <Visible>False</Visible>
  174.       <ProductName>.NET Framework 2.0</ProductName>
  175.       <Install>true</Install>
  176.     </BootstrapperPackage>
  177.   </ItemGroup>
  178.   <ItemGroup>
  179.     <Content Include="VOLUME.ICO" />
  180.   </ItemGroup>
  181.   <Import Project="$(MSBuildBinPath)Microsoft.VisualBasic.targets" />
  182.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  183.        Other similar extension points exist, see Microsoft.Common.targets.
  184.   <Target Name="BeforeBuild">
  185.   </Target>
  186.   <Target Name="AfterBuild">
  187.   </Target>
  188.   -->
  189. </Project>