demo.ktdictseganalyzer.csproj

来自「KTDictSeg 简介: KTDictSeg 是由KaiToo搜索开发的一款基」· CSPROJ 代码 · 共 120 行

CSPROJ
120
字号
<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>{D89A8574-6C69-4496-8892-1CE0F927426C}</ProjectGuid>
    <OutputType>WinExe</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Demo.KTDictSegAnalyzer</RootNamespace>
    <AssemblyName>Demo.KTDictSegAnalyzer</AssemblyName>
    <ApplicationIcon>DLGEDIT.ICO</ApplicationIcon>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</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>..\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Highlighter.Net, Version=1.4.3.3, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\PubLib\Highlighter.Net.dll</HintPath>
    </Reference>
    <Reference Include="Lucene.Net, Version=1.9.1.4, Culture=neutral, processorArchitecture=MSIL">
      <SpecificVersion>False</SpecificVersion>
      <HintPath>..\PubLib\Lucene.Net.dll</HintPath>
    </Reference>
    <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="FormBatchInsert.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormBatchInsert.Designer.cs">
      <DependentUpon>FormBatchInsert.cs</DependentUpon>
    </Compile>
    <Compile Include="FormInsert.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="FormInsert.Designer.cs">
      <DependentUpon>FormInsert.cs</DependentUpon>
    </Compile>
    <Compile Include="Index.cs" />
    <Compile Include="News.cs" />
    <Compile Include="SearchForm.cs">
      <SubType>Form</SubType>
    </Compile>
    <Compile Include="SearchForm.Designer.cs">
      <DependentUpon>SearchForm.cs</DependentUpon>
    </Compile>
    <Compile Include="Program.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <EmbeddedResource Include="FormBatchInsert.resx">
      <SubType>Designer</SubType>
      <DependentUpon>FormBatchInsert.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="FormInsert.resx">
      <SubType>Designer</SubType>
      <DependentUpon>FormInsert.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="SearchForm.resx">
      <SubType>Designer</SubType>
      <DependentUpon>SearchForm.cs</DependentUpon>
    </EmbeddedResource>
    <EmbeddedResource Include="Properties\Resources.resx">
      <Generator>ResXFileCodeGenerator</Generator>
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
      <SubType>Designer</SubType>
    </EmbeddedResource>
    <Compile Include="Properties\Resources.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Resources.resx</DependentUpon>
      <DesignTime>True</DesignTime>
    </Compile>
    <None Include="Properties\Settings.settings">
      <Generator>SettingsSingleFileGenerator</Generator>
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    </None>
    <Compile Include="Properties\Settings.Designer.cs">
      <AutoGen>True</AutoGen>
      <DependentUpon>Settings.settings</DependentUpon>
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
    </Compile>
    <Compile Include="SearchPage.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\KTDictSegAnalyzer\KTDictSegAnalyzer.csproj">
      <Project>{5A6AFB41-632D-46C0-B1AB-EB8B10C70A2A}</Project>
      <Name>KTDictSegAnalyzer</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <Content Include="DLGEDIT.ICO" />
  </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>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?