3ESoftMobileRss.csproj
资源名称:MobileRss.rar [点击查看]
上传用户:xtyqhl
上传日期:2022-06-07
资源大小:212k
文件大小:8k
源码类别:
Windows Mobile
开发平台:
Windows_Unix
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{7177310E-072F-4B9B-87FF-7381D6581578}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>_3ESoft.WindowsMobile.RSS</RootNamespace>
- <AssemblyName>3ESoftMobileRss</AssemblyName>
- <ProjectTypeGuids>{4D628B5B-2FBC-4AA6-8C16-197242AEB884};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
- <PlatformFamilyName>PocketPC</PlatformFamilyName>
- <PlatformID>4118C335-430C-497f-BE48-11C3316B135E</PlatformID>
- <OSVersion>5.1</OSVersion>
- <DeployDirSuffix>3ESoftMobileRss</DeployDirSuffix>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <NativePlatformName>Windows Mobile 5.0 Pocket PC SDK</NativePlatformName>
- <FormFactorID>
- </FormFactorID>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</OutputPath>
- <DefineConstants>DEBUG;TRACE;$(PlatformFamilyName)</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>binRelease</OutputPath>
- <DefineConstants>TRACE;$(PlatformFamilyName)</DefineConstants>
- <NoStdLib>true</NoStdLib>
- <NoConfig>true</NoConfig>
- <ErrorReport>prompt</ErrorReport>
- <FileAlignment>512</FileAlignment>
- <WarningLevel>4</WarningLevel>
- <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="mscorlib" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="App_CodeGlobal.cs" />
- <Compile Include="App_CodeOpml.cs" />
- <Compile Include="App_CodeOpmlChannel.cs" />
- <Compile Include="App_CodeOpmlHelper.cs" />
- <Compile Include="App_CodeRss.cs" />
- <Compile Include="App_CodeRssChannel.cs" />
- <Compile Include="App_CodeRssListViewItem.cs" />
- <Compile Include="App_CodeRssNews.cs" />
- <Compile Include="App_CodeRssTreeNode.cs" />
- <Compile Include="ContronlRssList.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="ContronlRssList.Designer.cs">
- <DependentUpon>RssList.cs</DependentUpon>
- </Compile>
- <Compile Include="ContronlRssListItem.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="ContronlRssListItem.Designer.cs">
- <DependentUpon>RssListItem.cs</DependentUpon>
- </Compile>
- <Compile Include="Form1.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Form1.Designer.cs">
- <DependentUpon>Form1.cs</DependentUpon>
- </Compile>
- <Compile Include="FormAbout.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormAbout.Designer.cs">
- <DependentUpon>FormAbout.cs</DependentUpon>
- </Compile>
- <Compile Include="FormChannel.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormChannel.Designer.cs">
- <DependentUpon>FormChannel.cs</DependentUpon>
- </Compile>
- <Compile Include="FormLogin.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormLogin.Designer.cs">
- <DependentUpon>FormLogin.cs</DependentUpon>
- </Compile>
- <Compile Include="FormMain.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormMain.Designer.cs">
- <DependentUpon>FormMain.cs</DependentUpon>
- </Compile>
- <Compile Include="FormRssList.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormRssList.Designer.cs">
- <DependentUpon>FormRssList.cs</DependentUpon>
- </Compile>
- <Compile Include="FormRssShow.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormRssShow.Designer.cs">
- <DependentUpon>FormRssShow.cs</DependentUpon>
- </Compile>
- <Compile Include="FormUpdateRss.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="FormUpdateRss.Designer.cs">
- <DependentUpon>FormUpdateRss.cs</DependentUpon>
- </Compile>
- <Compile Include="lstItem.cs">
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <EmbeddedResource Include="ContronlRssList.resx">
- <DependentUpon>RssList.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="ContronlRssListItem.resx">
- <DependentUpon>RssListItem.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="Form1.resx">
- <DependentUpon>Form1.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormAbout.resx">
- <DependentUpon>FormAbout.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormChannel.resx">
- <DependentUpon>FormChannel.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormLogin.resx">
- <DependentUpon>FormLogin.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormMain.resx">
- <DependentUpon>FormMain.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormRssList.resx">
- <DependentUpon>FormRssList.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormRssShow.resx">
- <DependentUpon>FormRssShow.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="FormUpdateRss.resx">
- <DependentUpon>FormUpdateRss.cs</DependentUpon>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <EmbeddedResource Include="PropertiesResources.resx">
- <Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
- <SubType>Designer</SubType>
- </EmbeddedResource>
- <Compile Include="PropertiesResources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="ConfigRSSMenu.opml">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="StyleStyle1.htm">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..3ESoft.WindowsMobile.Process3ESoft.WindowsMobile.Process.csproj">
- <Project>{1D87CE7F-EA41-44B0-8F2C-CF3154EA4E29}</Project>
- <Name>3ESoft.WindowsMobile.Process</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)Microsoft.CompactFramework.CSharp.targets" />
- <ProjectExtensions>
- <VisualStudio>
- <FlavorProperties GUID="{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}">
- <HostingProcess disable="1" />
- </FlavorProperties>
- </VisualStudio>
- </ProjectExtensions>
- <!-- 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>