3ESoftMobileRss.csproj
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:8k
源码类别:

Windows Mobile

开发平台:

Windows_Unix

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>9.0.21022</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{7177310E-072F-4B9B-87FF-7381D6581578}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>_3ESoft.WindowsMobile.RSS</RootNamespace>
  11.     <AssemblyName>3ESoftMobileRss</AssemblyName>
  12.     <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  13.     <PlatformFamilyName>PocketPC</PlatformFamilyName>
  14.     <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
  15.     <OSVersion>5.1</OSVersion>
  16.     <DeployDirSuffix>3ESoftMobileRss</DeployDirSuffix>
  17.     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
  18.     <NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
  19.     <FormFactorID>
  20.     </FormFactorID>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  23.     <DebugSymbols>true</DebugSymbols>
  24.     <DebugType>full</DebugType>
  25.     <Optimize>false</Optimize>
  26.     <OutputPath>binDebug</OutputPath>
  27.     <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
  28.     <NoStdLib>true</NoStdLib>
  29.     <NoConfig>true</NoConfig>
  30.     <ErrorReport>prompt</ErrorReport>
  31.     <FileAlignment>512</FileAlignment>
  32.     <WarningLevel>4</WarningLevel>
  33.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  34.   </PropertyGroup>
  35.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  36.     <DebugType>pdbonly</DebugType>
  37.     <Optimize>true</Optimize>
  38.     <OutputPath>binRelease</OutputPath>
  39.     <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
  40.     <NoStdLib>true</NoStdLib>
  41.     <NoConfig>true</NoConfig>
  42.     <ErrorReport>prompt</ErrorReport>
  43.     <FileAlignment>512</FileAlignment>
  44.     <WarningLevel>4</WarningLevel>
  45.     <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
  46.   </PropertyGroup>
  47.   <ItemGroup>
  48.     <Reference Include="mscorlib" />
  49.     <Reference Include="System" />
  50.     <Reference Include="System.Data" />
  51.     <Reference Include="System.Drawing" />
  52.     <Reference Include="System.Windows.Forms" />
  53.     <Reference Include="System.Xml" />
  54.   </ItemGroup>
  55.   <ItemGroup>
  56.     <Compile Include="App_CodeGlobal.cs" />
  57.     <Compile Include="App_CodeOpml.cs" />
  58.     <Compile Include="App_CodeOpmlChannel.cs" />
  59.     <Compile Include="App_CodeOpmlHelper.cs" />
  60.     <Compile Include="App_CodeRss.cs" />
  61.     <Compile Include="App_CodeRssChannel.cs" />
  62.     <Compile Include="App_CodeRssListViewItem.cs" />
  63.     <Compile Include="App_CodeRssNews.cs" />
  64.     <Compile Include="App_CodeRssTreeNode.cs" />
  65.     <Compile Include="ContronlRssList.cs">
  66.       <SubType>UserControl</SubType>
  67.     </Compile>
  68.     <Compile Include="ContronlRssList.Designer.cs">
  69.       <DependentUpon>RssList.cs</DependentUpon>
  70.     </Compile>
  71.     <Compile Include="ContronlRssListItem.cs">
  72.       <SubType>UserControl</SubType>
  73.     </Compile>
  74.     <Compile Include="ContronlRssListItem.Designer.cs">
  75.       <DependentUpon>RssListItem.cs</DependentUpon>
  76.     </Compile>
  77.     <Compile Include="Form1.cs">
  78.       <SubType>Form</SubType>
  79.     </Compile>
  80.     <Compile Include="Form1.Designer.cs">
  81.       <DependentUpon>Form1.cs</DependentUpon>
  82.     </Compile>
  83.     <Compile Include="FormAbout.cs">
  84.       <SubType>Form</SubType>
  85.     </Compile>
  86.     <Compile Include="FormAbout.Designer.cs">
  87.       <DependentUpon>FormAbout.cs</DependentUpon>
  88.     </Compile>
  89.     <Compile Include="FormChannel.cs">
  90.       <SubType>Form</SubType>
  91.     </Compile>
  92.     <Compile Include="FormChannel.Designer.cs">
  93.       <DependentUpon>FormChannel.cs</DependentUpon>
  94.     </Compile>
  95.     <Compile Include="FormLogin.cs">
  96.       <SubType>Form</SubType>
  97.     </Compile>
  98.     <Compile Include="FormLogin.Designer.cs">
  99.       <DependentUpon>FormLogin.cs</DependentUpon>
  100.     </Compile>
  101.     <Compile Include="FormMain.cs">
  102.       <SubType>Form</SubType>
  103.     </Compile>
  104.     <Compile Include="FormMain.Designer.cs">
  105.       <DependentUpon>FormMain.cs</DependentUpon>
  106.     </Compile>
  107.     <Compile Include="FormRssList.cs">
  108.       <SubType>Form</SubType>
  109.     </Compile>
  110.     <Compile Include="FormRssList.Designer.cs">
  111.       <DependentUpon>FormRssList.cs</DependentUpon>
  112.     </Compile>
  113.     <Compile Include="FormRssShow.cs">
  114.       <SubType>Form</SubType>
  115.     </Compile>
  116.     <Compile Include="FormRssShow.Designer.cs">
  117.       <DependentUpon>FormRssShow.cs</DependentUpon>
  118.     </Compile>
  119.     <Compile Include="FormUpdateRss.cs">
  120.       <SubType>Form</SubType>
  121.     </Compile>
  122.     <Compile Include="FormUpdateRss.Designer.cs">
  123.       <DependentUpon>FormUpdateRss.cs</DependentUpon>
  124.     </Compile>
  125.     <Compile Include="lstItem.cs">
  126.     </Compile>
  127.     <Compile Include="Program.cs" />
  128.     <Compile Include="PropertiesAssemblyInfo.cs" />
  129.     <EmbeddedResource Include="ContronlRssList.resx">
  130.       <DependentUpon>RssList.cs</DependentUpon>
  131.       <SubType>Designer</SubType>
  132.     </EmbeddedResource>
  133.     <EmbeddedResource Include="ContronlRssListItem.resx">
  134.       <DependentUpon>RssListItem.cs</DependentUpon>
  135.       <SubType>Designer</SubType>
  136.     </EmbeddedResource>
  137.     <EmbeddedResource Include="Form1.resx">
  138.       <DependentUpon>Form1.cs</DependentUpon>
  139.       <SubType>Designer</SubType>
  140.     </EmbeddedResource>
  141.     <EmbeddedResource Include="FormAbout.resx">
  142.       <DependentUpon>FormAbout.cs</DependentUpon>
  143.       <SubType>Designer</SubType>
  144.     </EmbeddedResource>
  145.     <EmbeddedResource Include="FormChannel.resx">
  146.       <DependentUpon>FormChannel.cs</DependentUpon>
  147.       <SubType>Designer</SubType>
  148.     </EmbeddedResource>
  149.     <EmbeddedResource Include="FormLogin.resx">
  150.       <DependentUpon>FormLogin.cs</DependentUpon>
  151.       <SubType>Designer</SubType>
  152.     </EmbeddedResource>
  153.     <EmbeddedResource Include="FormMain.resx">
  154.       <DependentUpon>FormMain.cs</DependentUpon>
  155.       <SubType>Designer</SubType>
  156.     </EmbeddedResource>
  157.     <EmbeddedResource Include="FormRssList.resx">
  158.       <DependentUpon>FormRssList.cs</DependentUpon>
  159.       <SubType>Designer</SubType>
  160.     </EmbeddedResource>
  161.     <EmbeddedResource Include="FormRssShow.resx">
  162.       <DependentUpon>FormRssShow.cs</DependentUpon>
  163.       <SubType>Designer</SubType>
  164.     </EmbeddedResource>
  165.     <EmbeddedResource Include="FormUpdateRss.resx">
  166.       <DependentUpon>FormUpdateRss.cs</DependentUpon>
  167.       <SubType>Designer</SubType>
  168.     </EmbeddedResource>
  169.     <EmbeddedResource Include="PropertiesResources.resx">
  170.       <Generator>ResXFileCodeGenerator</Generator>
  171.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  172.       <SubType>Designer</SubType>
  173.     </EmbeddedResource>
  174.     <Compile Include="PropertiesResources.Designer.cs">
  175.       <AutoGen>True</AutoGen>
  176.       <DependentUpon>Resources.resx</DependentUpon>
  177.       <DesignTime>True</DesignTime>
  178.     </Compile>
  179.   </ItemGroup>
  180.   <ItemGroup>
  181.     <Content Include="ConfigRSSMenu.opml">
  182.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  183.     </Content>
  184.     <Content Include="StyleStyle1.htm">
  185.       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  186.     </Content>
  187.   </ItemGroup>
  188.   <ItemGroup>
  189.     <ProjectReference Include="..3ESoft.WindowsMobile.Process3ESoft.WindowsMobile.Process.csproj">
  190.       <Project>{1D87CE7F-EA41-44B0-8F2C-CF3154EA4E29}</Project>
  191.       <Name>3ESoft.WindowsMobile.Process</Name>
  192.     </ProjectReference>
  193.   </ItemGroup>
  194.   <Import Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
  195.   <ProjectExtensions>
  196.     <VisualStudio>
  197.       <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
  198.         <HostingProcess disable="1" />
  199.       </FlavorProperties>
  200.     </VisualStudio>
  201.   </ProjectExtensions>
  202.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  203.        Other similar extension points exist, see Microsoft.Common.targets.
  204.   <Target Name="BeforeBuild">
  205.   </Target>
  206.   <Target Name="AfterBuild">
  207.   </Target>
  208.   -->
  209. </Project>