- Visual C++源码
- Visual Basic源码
- C++ Builder源码
- Java源码
- Delphi源码
- C/C++源码
- PHP源码
- Perl源码
- Python源码
- Asm源码
- Pascal源码
- Borland C++源码
- Others源码
- SQL源码
- VBScript源码
- JavaScript源码
- ASP/ASPX源码
- C#源码
- Flash/ActionScript源码
- matlab源码
- PowerBuilder源码
- LabView源码
- Flex源码
- MathCAD源码
- VBA源码
- IDL源码
- Lisp/Scheme源码
- VHDL源码
- Objective-C源码
- Fortran源码
- tcl/tk源码
- QT源码
MyWebIE.csproj
资源名称:MyWebIE.rar [点击查看]
上传用户:hxjiliang
上传日期:2022-04-23
资源大小:182k
文件大小:6k
源码类别:
浏览器
开发平台:
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>