OSDN Git Service

(no commit message)
authorkomutan <t_komuta@nifty.com>
Mon, 6 Jul 2015 12:19:44 +0000 (21:19 +0900)
committerkomutan <t_komuta@nifty.com>
Mon, 6 Jul 2015 12:19:44 +0000 (21:19 +0900)
src/PerformanceTest/Properties/Settings.Designer.cs
src/PerformanceTestMMF/PerformanceTestMMF.csproj

index df20ec7..e23b3ff 100644 (file)
@@ -1,50 +1,50 @@
-//------------------------------------------------------------------------------\r
-// <auto-generated>\r
-//     このコードはツールによって生成されました。\r
-//     ランタイム バージョン:4.0.30319.235\r
-//\r
-//     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、\r
-//     コードが再生成されるときに損失したりします。\r
-// </auto-generated>\r
-//------------------------------------------------------------------------------\r
-\r
-namespace PerformanceTest.Properties {\r
-    \r
-    \r
-    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r
-    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]\r
-    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {\r
-        \r
-        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\r
-        \r
-        public static Settings Default {\r
-            get {\r
-                return defaultInstance;\r
-            }\r
-        }\r
-        \r
-        [global::System.Configuration.UserScopedSettingAttribute()]\r
-        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
-        [global::System.Configuration.DefaultSettingValueAttribute("kokoro.txt")]\r
-        public string TargetFile {\r
-            get {\r
-                return ((string)(this["TargetFile"]));\r
-            }\r
-            set {\r
-                this["TargetFile"] = value;\r
-            }\r
-        }\r
-        \r
-        [global::System.Configuration.UserScopedSettingAttribute()]\r
-        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r
-        [global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]\r
-        public string TargetEncoding {\r
-            get {\r
-                return ((string)(this["TargetEncoding"]));\r
-            }\r
-            set {\r
-                this["TargetEncoding"] = value;\r
-            }\r
-        }\r
-    }\r
-}\r
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.34014
+//
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace PerformanceTest.Properties {
+    
+    
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "12.0.0.0")]
+    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
+        
+        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
+        
+        public static Settings Default {
+            get {
+                return defaultInstance;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("kokoro.txt")]
+        public string TargetFile {
+            get {
+                return ((string)(this["TargetFile"]));
+            }
+            set {
+                this["TargetFile"] = value;
+            }
+        }
+        
+        [global::System.Configuration.UserScopedSettingAttribute()]
+        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+        [global::System.Configuration.DefaultSettingValueAttribute("UTF-8")]
+        public string TargetEncoding {
+            get {
+                return ((string)(this["TargetEncoding"]));
+            }
+            set {
+                this["TargetEncoding"] = value;
+            }
+        }
+    }
+}
index 01106b8..eceb1a5 100644 (file)
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
+    <Reference Include="LibNMeCab, Version=0.0.6.4, Culture=neutral, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
+      <HintPath>..\LibNMeCab40MMF\bin\Release\LibNMeCab.dll</HintPath>
+    </Reference>
     <Reference Include="System" />
   </ItemGroup>
   <ItemGroup>
     </Compile>
     <Compile Include="..\PerformanceTest\Properties\Settings.Designer.cs">
       <Link>Properties\Settings.Designer.cs</Link>
+      <AutoGen>True</AutoGen>
+      <DesignTimeSharedInput>True</DesignTimeSharedInput>
+      <DependentUpon>Settings.settings</DependentUpon>
     </Compile>
     <Compile Include="Properties\AssemblyInfo.cs" />
   </ItemGroup>
   <ItemGroup>
-    <ProjectReference Include="..\LibNMeCabMMF\LibNMeCabMMF.csproj">
-      <Project>{B5C3DDEA-F7CE-4A9D-8B28-5FC1B582A4EB}</Project>
-      <Name>LibNMeCabMMF</Name>
-    </ProjectReference>
-  </ItemGroup>
-  <ItemGroup>
     <None Include="..\PerformanceTest\Properties\Settings.settings">
       <Link>Properties\Settings.settings</Link>
       <Generator>SettingsSingleFileGenerator</Generator>
-      <LastGenOutput>Settings1.Designer.cs</LastGenOutput>
+      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
     </None>
     <None Include="app.config" />
   </ItemGroup>