Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
MyWebIE.csproj
Package: MyWebIE.rar [view]
Upload User: hxjiliang
Upload Date: 2022-04-23
Package Size: 182k
Code Size: 6k
Category:
Browser Client
Development Platform:
C#
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>8.0.50727</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{24A88ADC-271D-48D0-BE89-51EFF74D53B9}</ProjectGuid>
- <OutputType>WinExe</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MyWebIE</RootNamespace>
- <AssemblyName>MyWebIE</AssemblyName>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>binDebug</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>binRelease</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Deployment" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Windows.Forms" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="frmIE.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmIE.Designer.cs">
- <DependentUpon>frmIE.cs</DependentUpon>
- </Compile>
- <Compile Include="frmNeatenFavorites.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmNeatenFavorites.Designer.cs">
- <DependentUpon>frmNeatenFavorites.cs</DependentUpon>
- </Compile>
- <Compile Include="frmOpenFavorites.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmOpenFavorites.Designer.cs">
- <DependentUpon>frmOpenFavorites.cs</DependentUpon>
- </Compile>
- <Compile Include="frmSource.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="frmSource.Designer.cs">
- <DependentUpon>frmSource.cs</DependentUpon>
- </Compile>
- <Compile Include="Program.cs" />
- <Compile Include="PropertiesAssemblyInfo.cs" />
- <EmbeddedResource Include="frmIE.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmIE.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmNeatenFavorites.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmNeatenFavorites.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmOpenFavorites.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmOpenFavorites.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="frmSource.resx">
- <SubType>Designer</SubType>
- <DependentUpon>frmSource.cs</DependentUpon>
- </EmbeddedResource>
- <EmbeddedResource Include="objDebugMyWebIE.frmIE.resources" />
- <EmbeddedResource Include="objDebugMyWebIE.frmNeatenFavorites.resources" />
- <EmbeddedResource Include="objDebugMyWebIE.frmOpenFavorites.resources" />
- <EmbeddedResource Include="objDebugMyWebIE.frmSource.resources" />
- <EmbeddedResource Include="objDebugMyWebIE.Properties.Resources.resources" />
- <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>
- </Compile>
- <None Include="objDebugMyWebIE.csproj.GenerateResource.Cache" />
- <None Include="objDebugMyWebIE.csproj.ResolveComReference.cache" />
- <None Include="PropertiesSettings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <Compile Include="PropertiesSettings.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="binDebugMyWebIE.exe" />
- <Content Include="binDebugMyWebIE.pdb" />
- <Content Include="IEImage主页.ico" />
- <Content Include="IEImage停止.ico" />
- <Content Include="IEImage刷新.ico" />
- <Content Include="IEImage前进.ico" />
- <Content Include="IEImage后退.ico" />
- <Content Include="IEImage打印.ico" />
- <Content Include="IEImage搜索.ico" />
- <Content Include="IEImage新建.ico" />
- <Content Include="IEImage浏览器.ico" />
- <Content Include="IEImage转到.ico" />
- <Content Include="objDebugInterop.IWshRuntimeLibrary.dll" />
- <Content Include="objDebugInterop.SHDocVw.dll" />
- <Content Include="objDebugMyWebIE.exe" />
- <Content Include="objDebugMyWebIE.pdb" />
- <Content Include="objMyWebIE.csproj.FileList.txt" />
- <Content Include="objMyWebIE.csproj.FileListAbsolute.txt" />
- <Content Include="UrlTxt.txt" />
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="IWshRuntimeLibrary">
- <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
- <VersionMajor>1</VersionMajor>
- <VersionMinor>0</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>tlbimp</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- </ItemGroup>
- <ItemGroup>
- <Folder Include="objDebugRefactor" />
- <Folder Include="objDebugTempPE" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)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>