OSDN Git Service

PrioarityQueueでのBinalyHeepアルゴリズムを試行
[nmecab/NMeCabRepo2.git] / src / NMeCab.sln
1 
2 Microsoft Visual Studio Solution File, Format Version 11.00
3 # Visual C# Express 2010
4 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibNMeCab", "LibNMeCab\LibNMeCab.csproj", "{3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}"
5 EndProject
6 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WindowsFormsSample", "WindowsFormsSample\WindowsFormsSample.csproj", "{BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}"
7 EndProject
8 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTest", "PerformanceTest\PerformanceTest.csproj", "{5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}"
9 EndProject
10 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LibNMeCabMMF", "LibNMeCabMMF\LibNMeCabMMF.csproj", "{B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}"
11 EndProject
12 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PerformanceTestMMF", "PerformanceTestMMF\PerformanceTestMMF.csproj", "{7553B430-D001-419D-B137-3A87FC1DE3C3}"
13 EndProject
14 Global
15         GlobalSection(SolutionConfigurationPlatforms) = preSolution
16                 Debug|Any CPU = Debug|Any CPU
17                 Debug|Mixed Platforms = Debug|Mixed Platforms
18                 Debug|x86 = Debug|x86
19                 Release|Any CPU = Release|Any CPU
20                 Release|Mixed Platforms = Release|Mixed Platforms
21                 Release|x86 = Release|x86
22         EndGlobalSection
23         GlobalSection(ProjectConfigurationPlatforms) = postSolution
24                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
26                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
27                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
28                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Debug|x86.ActiveCfg = Debug|Any CPU
29                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
30                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Release|Any CPU.Build.0 = Release|Any CPU
31                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
32                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Release|Mixed Platforms.Build.0 = Release|Any CPU
33                 {3EE156E1-FEDE-4EC5-B64A-3287EC3AB2E3}.Release|x86.ActiveCfg = Release|Any CPU
34                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Debug|Any CPU.ActiveCfg = Debug|x86
35                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
36                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Debug|Mixed Platforms.Build.0 = Debug|x86
37                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Debug|x86.ActiveCfg = Debug|x86
38                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Debug|x86.Build.0 = Debug|x86
39                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Release|Any CPU.ActiveCfg = Release|x86
40                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Release|Mixed Platforms.ActiveCfg = Release|x86
41                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Release|Mixed Platforms.Build.0 = Release|x86
42                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Release|x86.ActiveCfg = Release|x86
43                 {BAB9F854-1C9A-4BF6-83C0-DE3F516547E1}.Release|x86.Build.0 = Release|x86
44                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Debug|Any CPU.ActiveCfg = Debug|x86
45                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
46                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Debug|Mixed Platforms.Build.0 = Debug|x86
47                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Debug|x86.ActiveCfg = Debug|x86
48                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Debug|x86.Build.0 = Debug|x86
49                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Release|Any CPU.ActiveCfg = Release|x86
50                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Release|Mixed Platforms.ActiveCfg = Release|x86
51                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Release|Mixed Platforms.Build.0 = Release|x86
52                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Release|x86.ActiveCfg = Release|x86
53                 {5BF64AE2-E2D4-40E4-BBCC-2F185717AA25}.Release|x86.Build.0 = Release|x86
54                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
55                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Debug|Any CPU.Build.0 = Debug|Any CPU
56                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
57                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
58                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Debug|x86.ActiveCfg = Debug|Any CPU
59                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Release|Any CPU.ActiveCfg = Release|Any CPU
60                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Release|Any CPU.Build.0 = Release|Any CPU
61                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
62                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Release|Mixed Platforms.Build.0 = Release|Any CPU
63                 {B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}.Release|x86.ActiveCfg = Release|Any CPU
64                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Debug|Any CPU.ActiveCfg = Debug|x86
65                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
66                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Debug|Mixed Platforms.Build.0 = Debug|x86
67                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Debug|x86.ActiveCfg = Debug|x86
68                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Debug|x86.Build.0 = Debug|x86
69                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Release|Any CPU.ActiveCfg = Release|x86
70                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Release|Mixed Platforms.ActiveCfg = Release|x86
71                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Release|Mixed Platforms.Build.0 = Release|x86
72                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Release|x86.ActiveCfg = Release|x86
73                 {7553B430-D001-419D-B137-3A87FC1DE3C3}.Release|x86.Build.0 = Release|x86
74         EndGlobalSection
75         GlobalSection(SolutionProperties) = preSolution
76                 HideSolutionNode = FALSE
77         EndGlobalSection
78 EndGlobal