wo.csproj
上传用户:xzl658
上传日期:2022-04-13
资源大小:1766k
文件大小:4k
源码类别:

浏览器

开发平台:

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.     <ProjectGuid>{A55D8F32-8BD6-484E-B783-C57A3F79602C}</ProjectGuid>
  6.     <OutputType>Exe</OutputType>
  7.     <NoStandardLibraries>false</NoStandardLibraries>
  8.     <AssemblyName>wo</AssemblyName>
  9.     <RootNamespace>wo</RootNamespace>
  10.   </PropertyGroup>
  11.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  12.     <DebugSymbols>true</DebugSymbols>
  13.     <DebugType>full</DebugType>
  14.     <Optimize>false</Optimize>
  15.     <OutputPath>.binDebug</OutputPath>
  16.     <DefineConstants>DEBUG;TRACE</DefineConstants>
  17.   </PropertyGroup>
  18.   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  19.     <DebugType>pdbonly</DebugType>
  20.     <Optimize>true</Optimize>
  21.     <OutputPath>.binRelease</OutputPath>
  22.     <DefineConstants>TRACE</DefineConstants>
  23.   </PropertyGroup>
  24.   <ItemGroup>
  25.     <Reference Include="System" />
  26.     <Reference Include="System.Data" />
  27.     <Reference Include="System.Xml" />
  28.   </ItemGroup>
  29.   <ItemGroup>
  30.     <Compile Include="AboutBox1.cs" />
  31.     <Compile Include="AboutBox1.Designer.cs">
  32.       <DependentUpon>AboutBox1.cs</DependentUpon>
  33.     </Compile>
  34.     <Compile Include="Form1.cs" />
  35.     <Compile Include="Form1.Designer.cs">
  36.       <DependentUpon>Form1.cs</DependentUpon>
  37.     </Compile>
  38.     <Compile Include="Form2.cs" />
  39.     <Compile Include="Form2.Designer.cs">
  40.       <DependentUpon>Form2.cs</DependentUpon>
  41.     </Compile>
  42.     <Compile Include="Form3.cs" />
  43.     <Compile Include="Form3.Designer.cs">
  44.       <DependentUpon>Form3.cs</DependentUpon>
  45.     </Compile>
  46.     <Compile Include="Program.cs" />
  47.     <Compile Include="PropertiesAssemblyInfo.cs" />
  48.     <Compile Include="PropertiesResources.Designer.cs" />
  49.     <Compile Include="PropertiesSettings.Designer.cs" />
  50.   </ItemGroup>
  51.   <ItemGroup>
  52.     <EmbeddedResource Include="AboutBox1.resx">
  53.       <DependentUpon>AboutBox1.cs</DependentUpon>
  54.       <SubType>Designer</SubType>
  55.     </EmbeddedResource>
  56.     <EmbeddedResource Include="Form1.resx">
  57.       <DependentUpon>Form1.cs</DependentUpon>
  58.       <SubType>Designer</SubType>
  59.     </EmbeddedResource>
  60.     <EmbeddedResource Include="Form2.resx">
  61.       <DependentUpon>Form2.cs</DependentUpon>
  62.       <SubType>Designer</SubType>
  63.     </EmbeddedResource>
  64.     <EmbeddedResource Include="Form3.resx">
  65.       <DependentUpon>Form3.cs</DependentUpon>
  66.       <SubType>Designer</SubType>
  67.     </EmbeddedResource>
  68.     <EmbeddedResource Include="PropertiesResources.resx">
  69.       <SubType>Designer</SubType>
  70.     </EmbeddedResource>
  71.   </ItemGroup>
  72.   <ItemGroup>
  73.     <Content Include="ie_green_uc.ico" />
  74.     <Content Include="liti275.ico" />
  75.     <Content Include="ResourcesBackEnable.bmp" />
  76.     <Content Include="ResourcesBackfalse.bmp" />
  77.     <Content Include="Resourcesbookmark_folder.ico" />
  78.     <Content Include="Resourcesbutton_cancel.ico" />
  79.     <Content Include="ResourcesClosedAll.bmp" />
  80.     <Content Include="ResourcesClosedSelectdPage.bmp" />
  81.     <Content Include="ResourcesClosedSelectdPageHui.bmp" />
  82.     <Content Include="ResourcesDSC00155.JPG" />
  83.     <Content Include="ResourcesEdit.bmp" />
  84.     <Content Include="Resourcesfawedfalse.bmp" />
  85.     <Content Include="ResourcesFowedEnabled.bmp" />
  86.     <Content Include="Resourceshistory.bmp" />
  87.     <Content Include="ResourcesHome.bmp" />
  88.     <Content Include="ResourcesIE%2520XP2.ico" />
  89.     <Content Include="Resourcesmail_delete.ico" />
  90.     <Content Include="ResourcesNextHtml.bmp" />
  91.     <Content Include="Resourcesplayer_play.ico" />
  92.     <Content Include="ResourcesPrevewHtml.bmp" />
  93.     <Content Include="Resourcesprint.bmp" />
  94.     <Content Include="ResourcesRefresh.bmp" />
  95.     <Content Include="ResourcesSerach.bmp" />
  96.     <Content Include="ResourcesShouchang.bmp" />
  97.     <Content Include="ResourcesStop.bmp" />
  98.   </ItemGroup>
  99.   <ItemGroup>
  100.     <None Include="PropertiesSettings.settings" />
  101.   </ItemGroup>
  102.   <Import Project="$(MSBuildBinPath)Microsoft.CSHARP.Targets" />
  103.   <ProjectExtensions>
  104.     <VisualStudio AllowExistingFolder="true" />
  105.   </ProjectExtensions>
  106. </Project>