OSDN Git Service

VS2013用に変更
authortnishi <sgm00353@nifty.ne.jp>
Mon, 28 Nov 2016 11:58:27 +0000 (20:58 +0900)
committertnishi <sgm00353@nifty.ne.jp>
Mon, 28 Nov 2016 11:58:27 +0000 (20:58 +0900)
amodi/amodi.sln
amodi/amodi/MainForm.Designer.cs
amodi/amodi/Properties/AssemblyInfo.cs
amodi/amodi/Properties/Resources.Designer.cs
amodi/amodi/Properties/Settings.Designer.cs
amodi/amodi/amodi.csproj
amodi/amodi/app.config
amodi/readme.txt

index f2e8599..6d7edec 100644 (file)
@@ -1,16 +1,20 @@
 
-Microsoft Visual Studio Solution File, Format Version 11.00
-# Visual Studio 2010
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "amodi", "amodi\amodi.csproj", "{211FD925-C172-418B-A746-83DBCE9D339F}"
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 2013
+VisualStudioVersion = 12.0.31101.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "amodi", "amodi\amodi.csproj", "{C1749DCA-F9E0-4005-A924-92A7E45270CE}"
 EndProject
 Global
        GlobalSection(SolutionConfigurationPlatforms) = preSolution
-               Debug|x86 = Debug|x86
-               Release|x86 = Release|x86
+               Debug|Any CPU = Debug|Any CPU
+               Release|Any CPU = Release|Any CPU
        EndGlobalSection
        GlobalSection(ProjectConfigurationPlatforms) = postSolution
-               {211FD925-C172-418B-A746-83DBCE9D339F}.Debug|x86.ActiveCfg = Debug|Any CPU
-               {211FD925-C172-418B-A746-83DBCE9D339F}.Release|x86.ActiveCfg = Release|Any CPU
+               {C1749DCA-F9E0-4005-A924-92A7E45270CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+               {C1749DCA-F9E0-4005-A924-92A7E45270CE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {C1749DCA-F9E0-4005-A924-92A7E45270CE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+               {C1749DCA-F9E0-4005-A924-92A7E45270CE}.Release|Any CPU.Build.0 = Release|Any CPU
        EndGlobalSection
        GlobalSection(SolutionProperties) = preSolution
                HideSolutionNode = FALSE
index 571c106..a9dece2 100644 (file)
         private void InitializeComponent()
         {
             this.components = new System.ComponentModel.Container();
+            this.tbInfo = new System.Windows.Forms.TextBox();
+            this.lbStatus = new System.Windows.Forms.Label();
             this.tbText = new System.Windows.Forms.TextBox();
             this.btnDoOCR = new System.Windows.Forms.Button();
             this.tbFileName = new System.Windows.Forms.TextBox();
             this.lbFileName = new System.Windows.Forms.Label();
-            this.lbStatus = new System.Windows.Forms.Label();
-            this.tbInfo = new System.Windows.Forms.TextBox();
             this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
             this.miCapturePage = new System.Windows.Forms.ToolStripMenuItem();
             this.miUseDefLang = new System.Windows.Forms.ToolStripMenuItem();
             this.contextMenuStrip1.SuspendLayout();
             this.SuspendLayout();
             // 
+            // tbInfo
+            // 
+            this.tbInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.tbInfo.Location = new System.Drawing.Point(18, 321);
+            this.tbInfo.Multiline = true;
+            this.tbInfo.Name = "tbInfo";
+            this.tbInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
+            this.tbInfo.Size = new System.Drawing.Size(262, 51);
+            this.tbInfo.TabIndex = 16;
+            // 
+            // lbStatus
+            // 
+            this.lbStatus.AutoSize = true;
+            this.lbStatus.Location = new System.Drawing.Point(24, 93);
+            this.lbStatus.Name = "lbStatus";
+            this.lbStatus.Size = new System.Drawing.Size(38, 12);
+            this.lbStatus.TabIndex = 15;
+            this.lbStatus.Text = "Status";
+            // 
             // tbText
             // 
-            this.tbText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
-                        | System.Windows.Forms.AnchorStyles.Left)
-                        | System.Windows.Forms.AnchorStyles.Right)));
-            this.tbText.Location = new System.Drawing.Point(15, 117);
+            this.tbText.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
+            | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.tbText.Location = new System.Drawing.Point(17, 116);
             this.tbText.Multiline = true;
             this.tbText.Name = "tbText";
             this.tbText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
             this.tbText.Size = new System.Drawing.Size(265, 199);
-            this.tbText.TabIndex = 7;
+            this.tbText.TabIndex = 14;
             // 
             // btnDoOCR
             // 
-            this.btnDoOCR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
-                        | System.Windows.Forms.AnchorStyles.Right)));
-            this.btnDoOCR.Location = new System.Drawing.Point(87, 54);
+            this.btnDoOCR.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.btnDoOCR.Location = new System.Drawing.Point(89, 53);
             this.btnDoOCR.Name = "btnDoOCR";
             this.btnDoOCR.Size = new System.Drawing.Size(98, 28);
-            this.btnDoOCR.TabIndex = 6;
+            this.btnDoOCR.TabIndex = 13;
             this.btnDoOCR.Text = "Do OCR";
             this.btnDoOCR.UseVisualStyleBackColor = true;
             this.btnDoOCR.Click += new System.EventHandler(this.btnDoOCR_Click);
             // 
             // tbFileName
             // 
-            this.tbFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
-                        | System.Windows.Forms.AnchorStyles.Right)));
-            this.tbFileName.Location = new System.Drawing.Point(12, 29);
+            this.tbFileName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
+            | System.Windows.Forms.AnchorStyles.Right)));
+            this.tbFileName.Location = new System.Drawing.Point(14, 28);
             this.tbFileName.Name = "tbFileName";
             this.tbFileName.Size = new System.Drawing.Size(267, 19);
-            this.tbFileName.TabIndex = 5;
+            this.tbFileName.TabIndex = 12;
             // 
             // lbFileName
             // 
             this.lbFileName.AutoSize = true;
-            this.lbFileName.Location = new System.Drawing.Point(13, 9);
+            this.lbFileName.Location = new System.Drawing.Point(15, 8);
             this.lbFileName.Name = "lbFileName";
             this.lbFileName.Size = new System.Drawing.Size(53, 12);
-            this.lbFileName.TabIndex = 4;
+            this.lbFileName.TabIndex = 11;
             this.lbFileName.Text = "&Filename:";
             // 
-            // lbStatus
-            // 
-            this.lbStatus.AutoSize = true;
-            this.lbStatus.Location = new System.Drawing.Point(22, 94);
-            this.lbStatus.Name = "lbStatus";
-            this.lbStatus.Size = new System.Drawing.Size(38, 12);
-            this.lbStatus.TabIndex = 8;
-            this.lbStatus.Text = "Status";
-            // 
-            // tbInfo
-            // 
-            this.tbInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
-                        | System.Windows.Forms.AnchorStyles.Right)));
-            this.tbInfo.Location = new System.Drawing.Point(16, 322);
-            this.tbInfo.Multiline = true;
-            this.tbInfo.Name = "tbInfo";
-            this.tbInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
-            this.tbInfo.Size = new System.Drawing.Size(262, 51);
-            this.tbInfo.TabIndex = 9;
-            // 
             // contextMenuStrip1
             // 
             this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
             this.toolStripMenuItem1,
             this.miExit});
             this.contextMenuStrip1.Name = "contextMenuStrip1";
-            this.contextMenuStrip1.Size = new System.Drawing.Size(296, 98);
+            this.contextMenuStrip1.Size = new System.Drawing.Size(294, 98);
             // 
             // miCapturePage
             // 
             this.miCapturePage.Name = "miCapturePage";
-            this.miCapturePage.Size = new System.Drawing.Size(295, 22);
+            this.miCapturePage.Size = new System.Drawing.Size(293, 22);
             this.miCapturePage.Text = "Capture &Page";
-            this.miCapturePage.Click += new System.EventHandler(this.miCapturePage_Click);
             // 
             // miUseDefLang
             // 
             this.miUseDefLang.Name = "miUseDefLang";
-            this.miUseDefLang.Size = new System.Drawing.Size(295, 22);
+            this.miUseDefLang.Size = new System.Drawing.Size(293, 22);
             this.miUseDefLang.Text = "Use Default Language (Experimental)";
-            this.miUseDefLang.Click += new System.EventHandler(this.miUseDefLang_Click);
             // 
             // miDebugMode
             // 
             this.miDebugMode.Name = "miDebugMode";
-            this.miDebugMode.Size = new System.Drawing.Size(295, 22);
+            this.miDebugMode.Size = new System.Drawing.Size(293, 22);
             this.miDebugMode.Text = "&Debug Mode";
-            this.miDebugMode.Click += new System.EventHandler(this.miDebugMode_Click);
             // 
             // toolStripMenuItem1
             // 
             this.toolStripMenuItem1.Name = "toolStripMenuItem1";
-            this.toolStripMenuItem1.Size = new System.Drawing.Size(292, 6);
+            this.toolStripMenuItem1.Size = new System.Drawing.Size(290, 6);
             // 
             // miExit
             // 
             this.miExit.Name = "miExit";
             this.miExit.ShortcutKeyDisplayString = "Ctrl+W";
-            this.miExit.Size = new System.Drawing.Size(295, 22);
+            this.miExit.Size = new System.Drawing.Size(293, 22);
             this.miExit.Text = "E&xit";
-            this.miExit.Click += new System.EventHandler(this.miExit_Click);
             // 
             // lbPoint
             // 
             this.lbPoint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.lbPoint.AutoSize = true;
-            this.lbPoint.Location = new System.Drawing.Point(205, 66);
+            this.lbPoint.Location = new System.Drawing.Point(207, 65);
             this.lbPoint.Name = "lbPoint";
             this.lbPoint.Size = new System.Drawing.Size(31, 12);
-            this.lbPoint.TabIndex = 10;
+            this.lbPoint.TabIndex = 17;
             this.lbPoint.Text = "Point";
             // 
             // AutoMODIMainForm
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(292, 384);
-            this.ContextMenuStrip = this.contextMenuStrip1;
-            this.Controls.Add(this.lbPoint);
+            this.ClientSize = new System.Drawing.Size(297, 381);
             this.Controls.Add(this.tbInfo);
             this.Controls.Add(this.lbStatus);
             this.Controls.Add(this.tbText);
             this.Controls.Add(this.btnDoOCR);
             this.Controls.Add(this.tbFileName);
             this.Controls.Add(this.lbFileName);
+            this.Controls.Add(this.lbPoint);
             this.Name = "AutoMODIMainForm";
             this.Text = "Auto MODI";
-            this.Activated += new System.EventHandler(this.AutoMODIMainForm_Activated);
             this.contextMenuStrip1.ResumeLayout(false);
             this.ResumeLayout(false);
             this.PerformLayout();
 
         #endregion
 
+        private System.Windows.Forms.TextBox tbInfo;
+        private System.Windows.Forms.Label lbStatus;
         private System.Windows.Forms.TextBox tbText;
         private System.Windows.Forms.Button btnDoOCR;
         private System.Windows.Forms.TextBox tbFileName;
         private System.Windows.Forms.Label lbFileName;
-        private System.Windows.Forms.Label lbStatus;
-        private System.Windows.Forms.TextBox tbInfo;
         private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
-        private System.Windows.Forms.ToolStripMenuItem miExit;
         private System.Windows.Forms.ToolStripMenuItem miCapturePage;
-               private System.Windows.Forms.ToolStripMenuItem miDebugMode;
-               private System.Windows.Forms.ToolStripMenuItem miUseDefLang;
-               private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
+        private System.Windows.Forms.ToolStripMenuItem miUseDefLang;
+        private System.Windows.Forms.ToolStripMenuItem miDebugMode;
+        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
+        private System.Windows.Forms.ToolStripMenuItem miExit;
         private System.Windows.Forms.Label lbPoint;
+
     }
 }
 
index 17350a2..ee92589 100644 (file)
@@ -20,7 +20,7 @@ using System.Runtime.InteropServices;
 [assembly: ComVisible(false)]
 
 // 次の GUID は、このプロジェクトが COM に公開される場合の、typelib の ID です
-[assembly: Guid("c033b27f-f82d-417e-b219-5878fc8c0169")]
+[assembly: Guid("94c8613a-8feb-4dd6-8ea0-41db1ab089bc")]
 
 // アセンブリのバージョン情報は、以下の 4 つの値で構成されています:
 //
index 0a1842c..e404caa 100644 (file)
@@ -1,61 +1,69 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
 //     このコードはツールによって生成されました。
-//     ランタイム バージョン:4.0.30319.18449
+//     ランタイム バージョン:4.0.30319.34209
 //
 //     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
-//     コードが再生成されるときに損失したりします
+//     コードが再生成されるときに損失したりします
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace amodi.Properties {
-    using System;
-    
-    
+namespace amodi.Properties
+{
+
+
     /// <summary>
     ///   ローカライズされた文字列などを検索するための、厳密に型指定されたリソース クラスです。
     /// </summary>
     // このクラスは StronglyTypedResourceBuilder クラスが ResGen
     // または Visual Studio のようなツールを使用して自動生成されました。
     // メンバーを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
-    // ResGen ã\82\92å®\9fè¡\8cã\81\97ç\9b´ã\81\99ã\81\8bã\80\81ã\81¾ã\81\9fã\81¯ VS ã\83\97ã\83­ã\82¸ã\82§ã\82¯ã\83\88ã\82\92ã\83\93ã\83«ã\83\89ã\81\97ç\9b´します。
+    // ResGen ã\82\92å®\9fè¡\8cã\81\97ç\9b´ã\81\99ã\81\8bã\80\81ã\81¾ã\81\9fã\81¯ VS ã\83\97ã\83­ã\82¸ã\82§ã\82¯ã\83\88ã\82\92ã\83ªã\83\93ã\83«ã\83\89します。
     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
     [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
-    internal class Resources {
-        
+    internal class Resources
+    {
+
         private static global::System.Resources.ResourceManager resourceMan;
-        
+
         private static global::System.Globalization.CultureInfo resourceCulture;
-        
+
         [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
-        internal Resources() {
+        internal Resources()
+        {
         }
-        
+
         /// <summary>
-        ///   ã\81\93ã\81®ã\82¯ã\83©ã\82¹ã\81§ä½¿ç\94¨ã\81\95ã\82\8cã\81¦ã\81\84ã\82\8bã\82­ã\83£ã\83\83ã\82·ã\83¥ã\81\95ã\82\8cã\81\9f ResourceManager インスタンスを返します。
+        ///   ã\81\93ã\81®ã\82¯ã\83©ã\82¹ã\81«ä½¿ç\94¨ã\81\95ã\82\8cã\82\8bã\80\81ã\82­ã\83£ã\83\83ã\82·ã\83¥ã\81\95ã\82\8cã\81\9f ResourceManager ã\81®インスタンスを返します。
         /// </summary>
         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Resources.ResourceManager ResourceManager {
-            get {
-                if (object.ReferenceEquals(resourceMan, null)) {
+        internal static global::System.Resources.ResourceManager ResourceManager
+        {
+            get
+            {
+                if ((resourceMan == null))
+                {
                     global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("amodi.Properties.Resources", typeof(Resources).Assembly);
                     resourceMan = temp;
                 }
                 return resourceMan;
             }
         }
-        
+
         /// <summary>
         ///   厳密に型指定されたこのリソース クラスを使用して、すべての検索リソースに対し、
         ///   現在のスレッドの CurrentUICulture プロパティをオーバーライドします。
         /// </summary>
         [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
-        internal static global::System.Globalization.CultureInfo Culture {
-            get {
+        internal static global::System.Globalization.CultureInfo Culture
+        {
+            get
+            {
                 return resourceCulture;
             }
-            set {
+            set
+            {
                 resourceCulture = value;
             }
         }
index 38239fa..4877e34 100644 (file)
@@ -1,24 +1,28 @@
 //------------------------------------------------------------------------------
 // <auto-generated>
-//     このコードはツールによって生成されました。
-//     ランタイム バージョン:4.0.30319.18449
+//     This code was generated by a tool.
+//     Runtime Version:4.0.30319.34209
 //
-//     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
-//     コードが再生成されるときに損失したりします。
+//     Changes to this file may cause incorrect behavior and will be lost if
+//     the code is regenerated.
 // </auto-generated>
 //------------------------------------------------------------------------------
 
-namespace amodi.Properties {
-    
-    
+namespace amodi.Properties
+{
+
+
     [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
-    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
-        
+    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 {
+
+        public static Settings Default
+        {
+            get
+            {
                 return defaultInstance;
             }
         }
index 549a716..a62363d 100644 (file)
@@ -1,18 +1,15 @@
 <?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
-    <ProjectGuid>{211FD925-C172-418B-A746-83DBCE9D339F}</ProjectGuid>
+    <ProjectGuid>{C1749DCA-F9E0-4005-A924-92A7E45270CE}</ProjectGuid>
     <OutputType>WinExe</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <RootNamespace>amodi</RootNamespace>
     <AssemblyName>amodi</AssemblyName>
-    <TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
-    <TargetFrameworkProfile>
-    </TargetFrameworkProfile>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <WarningLevel>4</WarningLevel>
     <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
   </PropertyGroup>
-  <PropertyGroup>
-    <StartupObject>
-    </StartupObject>
-  </PropertyGroup>
   <ItemGroup>
     <Reference Include="System" />
     <Reference Include="System.Core" />
     <Reference Include="System.Xml.Linq" />
     <Reference Include="System.Data.DataSetExtensions" />
+    <Reference Include="Microsoft.CSharp" />
     <Reference Include="System.Data" />
     <Reference Include="System.Deployment" />
     <Reference Include="System.Drawing" />
@@ -71,9 +65,7 @@
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
-      <DesignTime>True</DesignTime>
     </Compile>
-    <None Include="app.config" />
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
     </Compile>
   </ItemGroup>
   <ItemGroup>
+    <None Include="App.config" />
+  </ItemGroup>
+  <ItemGroup>
+    <WCFMetadata Include="Service References\" />
+  </ItemGroup>
+  <ItemGroup>
     <COMReference Include="MODI">
       <Guid>{A5EDEDF4-2BBC-45F3-822B-E60C278A1A79}</Guid>
       <VersionMajor>12</VersionMajor>
index 37fee69..b540b1f 100644 (file)
@@ -1,3 +1,6 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="utf-8" ?>
 <configuration>
-<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1"/></startup></configuration>
+    <startup> 
+        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
+    </startup>
+</configuration>
\ No newline at end of file
index d323400..a04e5da 100644 (file)
@@ -1,3 +1,11 @@
+amodi\82ð\82¢\82ë\82¢\82ë\82Æ\8e\8e\82µ\82Ä\82àcompile error\82©\82ç\93¦\82ê\82ç\82ê\82È\82¢\82Ì\82Å\81A\8dì\82è\92¼\82µ\82½\81B
+VS2013\97p
+
+\81¡\92\8d\88Ó\8e\96\8d\80
+\81E\91Î\8fÛ\82Ì.NET framework\82Ìversion\82ð\88ê\93x\82Å\82àV4.5\96¢\96\9e\82É\89º\82°\82Ä\82µ\82Ü\82¤\82Æ\81Anew MODI\82Åruntime\83G\83\89\81[\82ª\94­\90\82µ\82Ä\82µ\82Ü\82¤\81B
+  \8c´\88ö\95s\96¾\81B
+  V4.51\82Ö\82Ì\95Ï\8dX\82Í\96â\91è\82È\82µ\81B(V4.5\82Ö\96ß\82µ\82Ä\82à\96â\91è\82È\82¢)
+
 \81¡Tips
 \81EMODI\82Ì\83v\83\8d\83W\83F\83N\83g\82Ö\82Ì\92Ç\89Á\95û\96@
   VS2013\82Ì\8fê\8d\87\81F