OSDN Git Service

IpaDic・UniDic等の形態素情報から任意の項目を取得できる拡張メソッドを追加
[nmecab/NMeCabRepo2.git] / src / LibNMeCabMMF / LibNMeCabMMF.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProductVersion>8.0.30703</ProductVersion>
7     <SchemaVersion>2.0</SchemaVersion>
8     <ProjectGuid>{B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}</ProjectGuid>
9     <OutputType>Library</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>NMeCab</RootNamespace>
12     <AssemblyName>LibNMeCab</AssemblyName>
13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14     <FileAlignment>512</FileAlignment>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <DebugSymbols>true</DebugSymbols>
18     <DebugType>full</DebugType>
19     <Optimize>false</Optimize>
20     <OutputPath>bin\Debug\</OutputPath>
21     <DefineConstants>DEBUG;MMF MMF_DIC MMF_MTX</DefineConstants>
22     <ErrorReport>prompt</ErrorReport>
23     <WarningLevel>4</WarningLevel>
24     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
25   </PropertyGroup>
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27     <DebugType>pdbonly</DebugType>
28     <Optimize>true</Optimize>
29     <OutputPath>bin\Release\</OutputPath>
30     <DefineConstants>MMF MMF_DIC MMF_MTX</DefineConstants>
31     <ErrorReport>prompt</ErrorReport>
32     <WarningLevel>4</WarningLevel>
33     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
34   </PropertyGroup>
35   <ItemGroup>
36     <Reference Include="System" />
37   </ItemGroup>
38   <ItemGroup>
39     <Compile Include="..\LibNMeCab\Core\BitUtils.cs">
40       <Link>Core\BitUtils.cs</Link>
41     </Compile>
42     <Compile Include="..\LibNMeCab\Core\CharInfo.cs">
43       <Link>Core\CharInfo.cs</Link>
44     </Compile>
45     <Compile Include="..\LibNMeCab\Core\CharProperty.cs">
46       <Link>Core\CharProperty.cs</Link>
47     </Compile>
48     <Compile Include="..\LibNMeCab\Core\Connector.cs">
49       <Link>Core\Connector.cs</Link>
50     </Compile>
51     <Compile Include="..\LibNMeCab\Core\DoubleArray.cs">
52       <Link>Core\DoubleArray.cs</Link>
53     </Compile>
54     <Compile Include="..\LibNMeCab\Core\IniParser.cs">
55       <Link>Core\IniParser.cs</Link>
56     </Compile>
57     <Compile Include="..\LibNMeCab\Core\MeCabDictionary.cs">
58       <Link>Core\MeCabDictionary.cs</Link>
59     </Compile>
60     <Compile Include="..\LibNMeCab\Core\MeCabPath.cs">
61       <Link>Core\MeCabPath.cs</Link>
62     </Compile>
63     <Compile Include="..\LibNMeCab\Core\NBestGenerator.cs">
64       <Link>Core\NBestGenerator.cs</Link>
65     </Compile>
66     <Compile Include="..\LibNMeCab\Core\PriorityQueue.cs">
67       <Link>Core\PriorityQueue.cs</Link>
68     </Compile>
69     <Compile Include="..\LibNMeCab\Core\StrUtils.cs">
70       <Link>Core\StrUtils.cs</Link>
71     </Compile>
72     <Compile Include="..\LibNMeCab\Core\Token.cs">
73       <Link>Core\Token.cs</Link>
74     </Compile>
75     <Compile Include="..\LibNMeCab\Core\Tokenizer.cs">
76       <Link>Core\Tokenizer.cs</Link>
77     </Compile>
78     <Compile Include="..\LibNMeCab\Core\Utils.cs">
79       <Link>Core\Utils.cs</Link>
80     </Compile>
81     <Compile Include="..\LibNMeCab\Core\Viterbi.cs">
82       <Link>Core\Viterbi.cs</Link>
83     </Compile>
84     <Compile Include="..\LibNMeCab\Core\Writer.cs">
85       <Link>Core\Writer.cs</Link>
86     </Compile>
87     <Compile Include="..\LibNMeCab\MeCabDictionaryType.cs">
88       <Link>MeCabDictionaryType.cs</Link>
89     </Compile>
90     <Compile Include="..\LibNMeCab\MeCabException.cs">
91       <Link>MeCabException.cs</Link>
92     </Compile>
93     <Compile Include="..\LibNMeCab\MeCabFileFormatException.cs">
94       <Link>MeCabFileFormatException.cs</Link>
95     </Compile>
96     <Compile Include="..\LibNMeCab\MeCabInvalidFileException.cs">
97       <Link>MeCabInvalidFileException.cs</Link>
98     </Compile>
99     <Compile Include="..\LibNMeCab\MeCabLatticeLevel.cs">
100       <Link>MeCabLatticeLevel.cs</Link>
101     </Compile>
102     <Compile Include="..\LibNMeCab\MeCabNode.cs">
103       <Link>MeCabNode.cs</Link>
104     </Compile>
105     <Compile Include="..\LibNMeCab\MeCabNodeStat.cs">
106       <Link>MeCabNodeStat.cs</Link>
107     </Compile>
108     <Compile Include="..\LibNMeCab\MeCabParam.cs">
109       <Link>MeCabParam.cs</Link>
110     </Compile>
111     <Compile Include="..\LibNMeCab\MeCabTagger.cs">
112       <Link>MeCabTagger.cs</Link>
113     </Compile>
114     <Compile Include="..\LibNMeCab\Properties\Settings.Designer.cs">
115       <Link>Properties\Settings.Designer.cs</Link>
116       <AutoGen>True</AutoGen>
117       <DesignTimeSharedInput>True</DesignTimeSharedInput>
118     </Compile>
119     <Compile Include="..\LibNMeCab\Properties\SharedAssemblyInfo.cs">
120       <Link>Properties\SharedAssemblyInfo.cs</Link>
121     </Compile>
122     <Compile Include="..\LibNMeCab\Settings.cs">
123       <Link>Settings.cs</Link>
124     </Compile>
125     <Compile Include="Extension\FeatureExtension.cs" />
126     <Compile Include="Extension\IpaDic\IpaDicFeatureExtension.cs" />
127     <Compile Include="Extension\MeCabNodeExtension.cs" />
128     <Compile Include="Extension\UniDic\UniDicFeatureExtension.cs" />
129     <Compile Include="Properties\AssemblyInfo.cs" />
130   </ItemGroup>
131   <ItemGroup>
132     <None Include="..\LibNMeCab\Properties\Settings.settings">
133       <Link>Properties\Settings.settings</Link>
134       <Generator>SettingsSingleFileGenerator</Generator>
135       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
136     </None>
137     <None Include="app.config" />
138   </ItemGroup>
139   <ItemGroup />
140   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
141   <PropertyGroup>
142     <PostBuildEvent>copy /y "$(TargetPath)" "$(SolutionDir)..\bin\MMF\"</PostBuildEvent>
143   </PropertyGroup>
144   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
145        Other similar extension points exist, see Microsoft.Common.targets.
146   <Target Name="BeforeBuild">
147   </Target>
148   <Target Name="AfterBuild">
149   </Target>
150   -->
151 </Project>