OSDN Git Service

bin
authorkomutan <t_komuta@nifty.com>
Tue, 29 Apr 2014 09:28:04 +0000 (18:28 +0900)
committerkomutan <t_komuta@nifty.com>
Tue, 29 Apr 2014 09:28:04 +0000 (18:28 +0900)
bin/LibNMeCab.dll [new file with mode: 0644]
bin/MMF/LibNMeCab.dll [new file with mode: 0644]
bin/WindowsFormsSample.exe [new file with mode: 0644]
bin/WindowsFormsSample.exe.config [new file with mode: 0644]

diff --git a/bin/LibNMeCab.dll b/bin/LibNMeCab.dll
new file mode 100644 (file)
index 0000000..3d7cdb6
Binary files /dev/null and b/bin/LibNMeCab.dll differ
diff --git a/bin/MMF/LibNMeCab.dll b/bin/MMF/LibNMeCab.dll
new file mode 100644 (file)
index 0000000..62962c9
Binary files /dev/null and b/bin/MMF/LibNMeCab.dll differ
diff --git a/bin/WindowsFormsSample.exe b/bin/WindowsFormsSample.exe
new file mode 100644 (file)
index 0000000..a69b6c3
Binary files /dev/null and b/bin/WindowsFormsSample.exe differ
diff --git a/bin/WindowsFormsSample.exe.config b/bin/WindowsFormsSample.exe.config
new file mode 100644 (file)
index 0000000..4feda77
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8" ?>\r
+<configuration>\r
+  <configSections>\r
+    <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >\r
+      <section name="NMeCab.Properties.Settings" type="System.Configuration.ClientSettingsSection, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />\r
+    </sectionGroup>\r
+  </configSections>\r
+  <applicationSettings>\r
+    <NMeCab.Properties.Settings>\r
+      <setting name="DicDir" serializeAs="String">\r
+        <value>..\dic\ipadic</value>\r
+      </setting>\r
+      <setting name="UserDic" serializeAs="String">\r
+        <value />\r
+      </setting>\r
+    </NMeCab.Properties.Settings>\r
+  </applicationSettings>\r
+</configuration>
\ No newline at end of file