MyWebIE.csproj
上传用户:hxjiliang
上传日期:2022-04-23
资源大小:182k
文件大小:6k
源码类别:

浏览器

开发平台:

C#

  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  2.   <PropertyGroup>
  3.     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4.     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{24A88ADC-271D-48D0-BE89-51EFF74D53B9}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>MyWebIE</RootNamespace>
  11.     <AssemblyName>MyWebIE</AssemblyName>
  12.   </PropertyGroup>
  13.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  14.     <DebugSymbols>true</DebugSymbols>
  15.     <DebugType>full</DebugType>
  16.     <Optimize>false</Optimize>
  17.     <OutputPath>binDebug</OutputPath>
  18.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  19.     <ErrorReport>prompt</ErrorReport>
  20.     <WarningLevel>4</WarningLevel>
  21.   </PropertyGroup>
  22.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  23.     <DebugType>pdbonly</DebugType>
  24.     <Optimize>true</Optimize>
  25.     <OutputPath>binRelease</OutputPath>
  26.     <DefineConstants>TRACE</DefineConstants>
  27.     <ErrorReport>prompt</ErrorReport>
  28.     <WarningLevel>4</WarningLevel>
  29.   </PropertyGroup>
  30.   <ItemGroup>
  31.     <Reference Include="System" />
  32.     <Reference Include="System.Data" />
  33.     <Reference Include="System.Deployment" />
  34.     <Reference Include="System.Drawing" />
  35.     <Reference Include="System.Windows.Forms" />
  36.     <Reference Include="System.Xml" />
  37.   </ItemGroup>
  38.   <ItemGroup>
  39.     <Compile Include="frmIE.cs">
  40.       <SubType>Form</SubType>
  41.     </Compile>
  42.     <Compile Include="frmIE.Designer.cs">
  43.       <DependentUpon>frmIE.cs</DependentUpon>
  44.     </Compile>
  45.     <Compile Include="frmNeatenFavorites.cs">
  46.       <SubType>Form</SubType>
  47.     </Compile>
  48.     <Compile Include="frmNeatenFavorites.Designer.cs">
  49.       <DependentUpon>frmNeatenFavorites.cs</DependentUpon>
  50.     </Compile>
  51.     <Compile Include="frmOpenFavorites.cs">
  52.       <SubType>Form</SubType>
  53.     </Compile>
  54.     <Compile Include="frmOpenFavorites.Designer.cs">
  55.       <DependentUpon>frmOpenFavorites.cs</DependentUpon>
  56.     </Compile>
  57.     <Compile Include="frmSource.cs">
  58.       <SubType>Form</SubType>
  59.     </Compile>
  60.     <Compile Include="frmSource.Designer.cs">
  61.       <DependentUpon>frmSource.cs</DependentUpon>
  62.     </Compile>
  63.     <Compile Include="Program.cs" />
  64.     <Compile Include="PropertiesAssemblyInfo.cs" />
  65.     <EmbeddedResource Include="frmIE.resx">
  66.       <SubType>Designer</SubType>
  67.       <DependentUpon>frmIE.cs</DependentUpon>
  68.     </EmbeddedResource>
  69.     <EmbeddedResource Include="frmNeatenFavorites.resx">
  70.       <SubType>Designer</SubType>
  71.       <DependentUpon>frmNeatenFavorites.cs</DependentUpon>
  72.     </EmbeddedResource>
  73.     <EmbeddedResource Include="frmOpenFavorites.resx">
  74.       <SubType>Designer</SubType>
  75.       <DependentUpon>frmOpenFavorites.cs</DependentUpon>
  76.     </EmbeddedResource>
  77.     <EmbeddedResource Include="frmSource.resx">
  78.       <SubType>Designer</SubType>
  79.       <DependentUpon>frmSource.cs</DependentUpon>
  80.     </EmbeddedResource>
  81.     <EmbeddedResource Include="objDebugMyWebIE.frmIE.resources" />
  82.     <EmbeddedResource Include="objDebugMyWebIE.frmNeatenFavorites.resources" />
  83.     <EmbeddedResource Include="objDebugMyWebIE.frmOpenFavorites.resources" />
  84.     <EmbeddedResource Include="objDebugMyWebIE.frmSource.resources" />
  85.     <EmbeddedResource Include="objDebugMyWebIE.Properties.Resources.resources" />
  86.     <EmbeddedResource Include="PropertiesResources.resx">
  87.       <Generator>ResXFileCodeGenerator</Generator>
  88.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  89.       <SubType>Designer</SubType>
  90.     </EmbeddedResource>
  91.     <Compile Include="PropertiesResources.Designer.cs">
  92.       <AutoGen>True</AutoGen>
  93.       <DependentUpon>Resources.resx</DependentUpon>
  94.     </Compile>
  95.     <None Include="objDebugMyWebIE.csproj.GenerateResource.Cache" />
  96.     <None Include="objDebugMyWebIE.csproj.ResolveComReference.cache" />
  97.     <None Include="PropertiesSettings.settings">
  98.       <Generator>SettingsSingleFileGenerator</Generator>
  99.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  100.     </None>
  101.     <Compile Include="PropertiesSettings.Designer.cs">
  102.       <AutoGen>True</AutoGen>
  103.       <DependentUpon>Settings.settings</DependentUpon>
  104.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  105.     </Compile>
  106.   </ItemGroup>
  107.   <ItemGroup>
  108.     <Content Include="binDebugMyWebIE.exe" />
  109.     <Content Include="binDebugMyWebIE.pdb" />
  110.     <Content Include="IEImage主页.ico" />
  111.     <Content Include="IEImage停止.ico" />
  112.     <Content Include="IEImage刷新.ico" />
  113.     <Content Include="IEImage前进.ico" />
  114.     <Content Include="IEImage后退.ico" />
  115.     <Content Include="IEImage打印.ico" />
  116.     <Content Include="IEImage搜索.ico" />
  117.     <Content Include="IEImage新建.ico" />
  118.     <Content Include="IEImage浏览器.ico" />
  119.     <Content Include="IEImage转到.ico" />
  120.     <Content Include="objDebugInterop.IWshRuntimeLibrary.dll" />
  121.     <Content Include="objDebugInterop.SHDocVw.dll" />
  122.     <Content Include="objDebugMyWebIE.exe" />
  123.     <Content Include="objDebugMyWebIE.pdb" />
  124.     <Content Include="objMyWebIE.csproj.FileList.txt" />
  125.     <Content Include="objMyWebIE.csproj.FileListAbsolute.txt" />
  126.     <Content Include="UrlTxt.txt" />
  127.   </ItemGroup>
  128.   <ItemGroup>
  129.     <COMReference Include="IWshRuntimeLibrary">
  130.       <Guid>{F935DC20-1CF0-11D0-ADB9-00C04FD58A0B}</Guid>
  131.       <VersionMajor>1</VersionMajor>
  132.       <VersionMinor>0</VersionMinor>
  133.       <Lcid>0</Lcid>
  134.       <WrapperTool>tlbimp</WrapperTool>
  135.       <Isolated>False</Isolated>
  136.     </COMReference>
  137.   </ItemGroup>
  138.   <ItemGroup>
  139.     <Folder Include="objDebugRefactor" />
  140.     <Folder Include="objDebugTempPE" />
  141.   </ItemGroup>
  142.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  143.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  144.        Other similar extension points exist, see Microsoft.Common.targets.
  145.   <Target Name="BeforeBuild">
  146.   </Target>
  147.   <Target Name="AfterBuild">
  148.   </Target>
  149.   -->
  150. </Project>