TestSpliter.csproj
资源名称:2.rar [点击查看]
上传用户:hshongkong
上传日期:2021-11-20
资源大小:10241k
文件大小: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.     <ProductVersion>8.0.50727</ProductVersion>
  6.     <SchemaVersion>2.0</SchemaVersion>
  7.     <ProjectGuid>{973C255A-97C8-4462-89DD-F0FCFD199D03}</ProjectGuid>
  8.     <OutputType>WinExe</OutputType>
  9.     <AppDesignerFolder>Properties</AppDesignerFolder>
  10.     <RootNamespace>TestSpliter</RootNamespace>
  11.     <AssemblyName>TestSpliter</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="ChineseSplitter, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  32.       <SpecificVersion>False</SpecificVersion>
  33.       <HintPath>..ChineseSplitterbinDebugChineseSplitter.dll</HintPath>
  34.     </Reference>
  35.     <Reference Include="CommonLibrary, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  36.       <SpecificVersion>False</SpecificVersion>
  37.       <HintPath>..ChineseSplitterbinDebugCommonLibrary.dll</HintPath>
  38.     </Reference>
  39.     <Reference Include="NICTCLAS, Version=1.0.2802.5097, Culture=neutral, processorArchitecture=x86">
  40.       <SpecificVersion>False</SpecificVersion>
  41.       <HintPath>..ChineseSplitterbinDebugNICTCLAS.dll</HintPath>
  42.     </Reference>
  43.     <Reference Include="System" />
  44.     <Reference Include="System.Data" />
  45.     <Reference Include="System.Deployment" />
  46.     <Reference Include="System.Drawing" />
  47.     <Reference Include="System.Windows.Forms" />
  48.     <Reference Include="System.Xml" />
  49.   </ItemGroup>
  50.   <ItemGroup>
  51.     <Compile Include="Form1.cs">
  52.       <SubType>Form</SubType>
  53.     </Compile>
  54.     <Compile Include="Form1.Designer.cs">
  55.       <DependentUpon>Form1.cs</DependentUpon>
  56.     </Compile>
  57.     <Compile Include="Program.cs" />
  58.     <Compile Include="PropertiesAssemblyInfo.cs" />
  59.     <EmbeddedResource Include="Form1.resx">
  60.       <SubType>Designer</SubType>
  61.       <DependentUpon>Form1.cs</DependentUpon>
  62.     </EmbeddedResource>
  63.     <EmbeddedResource Include="PropertiesResources.resx">
  64.       <Generator>ResXFileCodeGenerator</Generator>
  65.       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  66.       <SubType>Designer</SubType>
  67.     </EmbeddedResource>
  68.     <Compile Include="PropertiesResources.Designer.cs">
  69.       <AutoGen>True</AutoGen>
  70.       <DependentUpon>Resources.resx</DependentUpon>
  71.     </Compile>
  72.     <None Include="PropertiesSettings.settings">
  73.       <Generator>SettingsSingleFileGenerator</Generator>
  74.       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  75.     </None>
  76.     <Compile Include="PropertiesSettings.Designer.cs">
  77.       <AutoGen>True</AutoGen>
  78.       <DependentUpon>Settings.settings</DependentUpon>
  79.       <DesignTimeSharedInput>True</DesignTimeSharedInput>
  80.     </Compile>
  81.   </ItemGroup>
  82.   <Import Project="$(MSBuildBinPath)Microsoft.CSharp.targets" />
  83.   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
  84.        Other similar extension points exist, see Microsoft.Common.targets.
  85.   <Target Name="BeforeBuild">
  86.   </Target>
  87.   <Target Name="AfterBuild">
  88.   </Target>
  89.   -->
  90. </Project>