OSDN Git Service

1st commit
authoryumehiko <yumehik0@icloud.com>
Mon, 17 Aug 2020 07:56:45 +0000 (16:56 +0900)
committeryumehiko <yumehik0@icloud.com>
Mon, 17 Aug 2020 07:56:45 +0000 (16:56 +0900)
34 files changed:
.vs/Console_Adventure/DesignTimeBuild/.dtbcache.v2 [new file with mode: 0644]
.vs/Console_Adventure/v16/.suo [new file with mode: 0644]
Console_Adventure.sln [new file with mode: 0644]
Console_Adventure/Console_Adventure.csproj [new file with mode: 0644]
Console_Adventure/Program.cs [new file with mode: 0644]
Console_Adventure/Properties/Resources.Designer.cs [new file with mode: 0644]
Console_Adventure/Properties/Resources.resx [new file with mode: 0644]
Console_Adventure/Resources/testText.txt [new file with mode: 0644]
Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.deps.json [new file with mode: 0644]
Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.dll [new file with mode: 0644]
Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.exe [new file with mode: 0644]
Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.pdb [new file with mode: 0644]
Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.runtimeconfig.dev.json [new file with mode: 0644]
Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.runtimeconfig.json [new file with mode: 0644]
Console_Adventure/obj/Console_Adventure.csproj.nuget.dgspec.json [new file with mode: 0644]
Console_Adventure/obj/Console_Adventure.csproj.nuget.g.props [new file with mode: 0644]
Console_Adventure/obj/Console_Adventure.csproj.nuget.g.targets [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.AssemblyInfo.cs [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.AssemblyInfoInputs.cache [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.Properties.Resources.resources [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.assets.cache [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.CoreCompileInputs.cache [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.FileListAbsolute.txt [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.GenerateResource.cache [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csprojAssemblyReference.cache [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.dll [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.exe [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.genruntimeconfig.cache [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.pdb [new file with mode: 0644]
Console_Adventure/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll [new file with mode: 0644]
Console_Adventure/obj/project.assets.json [new file with mode: 0644]
Console_Adventure/obj/project.nuget.cache [new file with mode: 0644]
Console_Adventure/txt/saruto_samurai.txt [new file with mode: 0644]

diff --git a/.vs/Console_Adventure/DesignTimeBuild/.dtbcache.v2 b/.vs/Console_Adventure/DesignTimeBuild/.dtbcache.v2
new file mode 100644 (file)
index 0000000..7d6e7b0
Binary files /dev/null and b/.vs/Console_Adventure/DesignTimeBuild/.dtbcache.v2 differ
diff --git a/.vs/Console_Adventure/v16/.suo b/.vs/Console_Adventure/v16/.suo
new file mode 100644 (file)
index 0000000..95d104b
Binary files /dev/null and b/.vs/Console_Adventure/v16/.suo differ
diff --git a/Console_Adventure.sln b/Console_Adventure.sln
new file mode 100644 (file)
index 0000000..8c88c53
--- /dev/null
@@ -0,0 +1,25 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio Version 16
+VisualStudioVersion = 16.0.30330.147
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console_Adventure", "Console_Adventure\Console_Adventure.csproj", "{1205FC3A-1D79-4359-BB13-842B1F5E8424}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Any CPU = Debug|Any CPU
+               Release|Any CPU = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {1205FC3A-1D79-4359-BB13-842B1F5E8424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+               {1205FC3A-1D79-4359-BB13-842B1F5E8424}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {1205FC3A-1D79-4359-BB13-842B1F5E8424}.Release|Any CPU.ActiveCfg = Release|Any CPU
+               {1205FC3A-1D79-4359-BB13-842B1F5E8424}.Release|Any CPU.Build.0 = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+       GlobalSection(ExtensibilityGlobals) = postSolution
+               SolutionGuid = {E8B8ABE9-77F1-4075-9A29-3E45A58718CC}
+       EndGlobalSection
+EndGlobal
diff --git a/Console_Adventure/Console_Adventure.csproj b/Console_Adventure/Console_Adventure.csproj
new file mode 100644 (file)
index 0000000..5e90d08
--- /dev/null
@@ -0,0 +1,27 @@
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <OutputType>Exe</OutputType>
+    <TargetFramework>netcoreapp3.1</TargetFramework>
+  </PropertyGroup>
+
+  <ItemGroup>
+    <Compile Update="Properties\Resources.Designer.cs">
+      <DesignTime>True</DesignTime>
+      <AutoGen>True</AutoGen>
+      <DependentUpon>Resources.resx</DependentUpon>
+    </Compile>
+  </ItemGroup>
+
+  <ItemGroup>
+    <EmbeddedResource Update="Properties\Resources.resx">
+      <Generator>ResXFileCodeGenerator</Generator>
+      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
+    </EmbeddedResource>
+  </ItemGroup>
+
+  <ItemGroup>
+    <Folder Include="Resources\" />
+  </ItemGroup>
+
+</Project>
diff --git a/Console_Adventure/Program.cs b/Console_Adventure/Program.cs
new file mode 100644 (file)
index 0000000..5e9ee47
--- /dev/null
@@ -0,0 +1,36 @@
+using System;
+using Console_Adventure.Properties;
+
+namespace Console_Adventure
+{
+    class ReadText
+    {
+        static void Main()
+        {
+            string txt = Resources.sarutoSamurai;
+            string[] bodyText = txt.Split("\n");
+            string jumpStart = "[jump start]";
+            string jumpEnd = "[jump end]";
+
+            for (int i = 0; i < bodyText.Length; i++)
+            {
+                if (bodyText[i] == jumpStart)
+                {
+                    i++;
+                    while (bodyText[i] != jumpEnd)
+                    {
+                        Console.WriteLine(bodyText[i]);
+                        i++;
+                    }
+                }
+                else
+                {
+                    Console.WriteLine(bodyText[i]);
+                    Console.WriteLine(""); //読みづらいので行間代わりに空行を挟む
+                    Console.ReadKey();
+                }
+            }
+            Console.ReadKey();
+        }
+    }
+}
diff --git a/Console_Adventure/Properties/Resources.Designer.cs b/Console_Adventure/Properties/Resources.Designer.cs
new file mode 100644 (file)
index 0000000..81e6cc2
--- /dev/null
@@ -0,0 +1,85 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     このコードはツールによって生成されました。
+//     ランタイム バージョン:4.0.30319.42000
+//
+//     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
+//     コードが再生成されるときに損失したりします。
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace Console_Adventure.Properties {
+    using System;
+    
+    
+    /// <summary>
+    ///   ローカライズされた文字列などを検索するための、厳密に型指定されたリソース クラスです。
+    /// </summary>
+    // このクラスは StronglyTypedResourceBuilder クラスが ResGen
+    // または Visual Studio のようなツールを使用して自動生成されました。
+    // メンバーを追加または削除するには、.ResX ファイルを編集して、/str オプションと共に
+    // ResGen を実行し直すか、または VS プロジェクトをビルドし直します。
+    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
+    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+    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() {
+        }
+        
+        /// <summary>
+        ///   このクラスで使用されているキャッシュされた ResourceManager インスタンスを返します。
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Resources.ResourceManager ResourceManager {
+            get {
+                if (object.ReferenceEquals(resourceMan, null)) {
+                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Console_Adventure.Properties.Resources", typeof(Resources).Assembly);
+                    resourceMan = temp;
+                }
+                return resourceMan;
+            }
+        }
+        
+        /// <summary>
+        ///   すべてについて、現在のスレッドの CurrentUICulture プロパティをオーバーライドします
+        ///   現在のスレッドの CurrentUICulture プロパティをオーバーライドします。
+        /// </summary>
+        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+        internal static global::System.Globalization.CultureInfo Culture {
+            get {
+                return resourceCulture;
+            }
+            set {
+                resourceCulture = value;
+            }
+        }
+        
+        /// <summary>
+        ///   [jump start]
+        ///サルト サムライ
+        ///新美南吉
+        ///[jump end]
+        ///
+        /// 五ニンノ サムライガ タビヲ シテ アル ヒ ヤマミチヲ トホリカヽルト、木ノ 下ニ 一ピキノ サルガ ヰマシタ。
+        ///「アノ サルヲ キラウ。」
+        ///「サウダ、ワタシガ キル。ワタシハ モウ 一ツキアマリ カタナヲ ヌカナイノデ、ウデガ ムヅムヅスル。」
+        ///「イヤ、ワタシガ キル。ワタシノ カタナハ ヨク キレル。」
+        ///「ダメダ ダメダ、キミラノ ウデデハ サルヲ トリニガシテ シマフ。ワシガ キル。」
+        ///「オネガヒダ、ワタシニ キラセテ クレ。」
+        /// ケレド、ヨク ミルト、ソノ サルハ ビヨウキニ カヽツテ ウゴケナク ナツテ ヰマシタ。ビヨウキノ サルヲ キツテモ シカタナイト イフノデ、五人ノ サムライハ、ソノ サルヲ ツレテ ユキマシタ。ヤガテ サルハ、ビヨウキモ ナホツテ 五人ノ サムライニ ヨク ナレマシタ。トコロガ、マイニチ イツテモ イツテモ ヒロイ ノハラデ タベモノガ ナイノデ サルヲ コロシテ タベナクテハ ナラナク ナリマシタ。
+        ///「オマヘ キレ。キリタイノダラウ。」
+        ///「イヤ、オマヘ キレ。オレノ [残りの文字列は切り詰められました]&quot;; に類似しているローカライズされた文字列を検索します。
+        /// </summary>
+        internal static string sarutoSamurai {
+            get {
+                return ResourceManager.GetString("sarutoSamurai", resourceCulture);
+            }
+        }
+    }
+}
diff --git a/Console_Adventure/Properties/Resources.resx b/Console_Adventure/Properties/Resources.resx
new file mode 100644 (file)
index 0000000..06215b4
--- /dev/null
@@ -0,0 +1,124 @@
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+  <!-- 
+    Microsoft ResX Schema 
+    
+    Version 2.0
+    
+    The primary goals of this format is to allow a simple XML format 
+    that is mostly human readable. The generation and parsing of the 
+    various data types are done through the TypeConverter classes 
+    associated with the data types.
+    
+    Example:
+    
+    ... ado.net/XML headers & schema ...
+    <resheader name="resmimetype">text/microsoft-resx</resheader>
+    <resheader name="version">2.0</resheader>
+    <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+    <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+    <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+    <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+    <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+        <value>[base64 mime encoded serialized .NET Framework object]</value>
+    </data>
+    <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+        <comment>This is a comment</comment>
+    </data>
+                
+    There are any number of "resheader" rows that contain simple 
+    name/value pairs.
+    
+    Each data row contains a name, and value. The row also contains a 
+    type or mimetype. Type corresponds to a .NET class that support 
+    text/value conversion through the TypeConverter architecture. 
+    Classes that don't support this are serialized and stored with the 
+    mimetype set.
+    
+    The mimetype is used for serialized objects, and tells the 
+    ResXResourceReader how to depersist the object. This is currently not 
+    extensible. For a given mimetype the value must be set accordingly:
+    
+    Note - application/x-microsoft.net.object.binary.base64 is the format 
+    that the ResXResourceWriter will generate, however the reader can 
+    read any of the formats listed below.
+    
+    mimetype: application/x-microsoft.net.object.binary.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+            : and then encoded with base64 encoding.
+    
+    mimetype: application/x-microsoft.net.object.soap.base64
+    value   : The object must be serialized with 
+            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+            : and then encoded with base64 encoding.
+
+    mimetype: application/x-microsoft.net.object.bytearray.base64
+    value   : The object must be serialized into a byte array 
+            : using a System.ComponentModel.TypeConverter
+            : and then encoded with base64 encoding.
+    -->
+  <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+    <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+    <xsd:element name="root" msdata:IsDataSet="true">
+      <xsd:complexType>
+        <xsd:choice maxOccurs="unbounded">
+          <xsd:element name="metadata">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" />
+              </xsd:sequence>
+              <xsd:attribute name="name" use="required" type="xsd:string" />
+              <xsd:attribute name="type" type="xsd:string" />
+              <xsd:attribute name="mimetype" type="xsd:string" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="assembly">
+            <xsd:complexType>
+              <xsd:attribute name="alias" type="xsd:string" />
+              <xsd:attribute name="name" type="xsd:string" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="data">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+                <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+              <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+              <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+              <xsd:attribute ref="xml:space" />
+            </xsd:complexType>
+          </xsd:element>
+          <xsd:element name="resheader">
+            <xsd:complexType>
+              <xsd:sequence>
+                <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+              </xsd:sequence>
+              <xsd:attribute name="name" type="xsd:string" use="required" />
+            </xsd:complexType>
+          </xsd:element>
+        </xsd:choice>
+      </xsd:complexType>
+    </xsd:element>
+  </xsd:schema>
+  <resheader name="resmimetype">
+    <value>text/microsoft-resx</value>
+  </resheader>
+  <resheader name="version">
+    <value>2.0</value>
+  </resheader>
+  <resheader name="reader">
+    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <resheader name="writer">
+    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+  </resheader>
+  <assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+  <data name="sarutoSamurai" type="System.Resources.ResXFileRef, System.Windows.Forms">
+    <value>..\txt\saruto_samurai.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-16</value>
+  </data>
+</root>
\ No newline at end of file
diff --git a/Console_Adventure/Resources/testText.txt b/Console_Adventure/Resources/testText.txt
new file mode 100644 (file)
index 0000000..afce746
--- /dev/null
@@ -0,0 +1,33 @@
+[jump start]
+\83T\83\8b\83g\81@\83T\83\80\83\89\83C
+\90V\94ü\93ì\8bg
+[jump end]
+
+\81@\8cÜ\83j\83\93\83m\81@\83T\83\80\83\89\83C\83K\81@\83^\83r\83\92\81@\83V\83e\81@\83A\83\8b\81@\83q\81@\83\84\83}\83~\83`\83\92\81@\83g\83z\83\8a\83J\81R\83\8b\83g\81A\96Ø\83m\81@\89º\83j\81@\88ê\83s\83L\83m\81@\83T\83\8b\83K\81@\83\90\83}\83V\83^\81B
+\81u\83A\83m\81@\83T\83\8b\83\92\81@\83L\83\89\83E\81B\81v
+\81u\83T\83E\83_\81A\83\8f\83^\83V\83K\81@\83L\83\8b\81B\83\8f\83^\83V\83n\81@\83\82\83E\81@\88ê\83c\83L\83A\83}\83\8a\81@\83J\83^\83i\83\92\81@\83k\83J\83i\83C\83m\83f\81A\83E\83f\83K\81@\83\80\83d\83\80\83d\83X\83\8b\81B\81v
+\81u\83C\83\84\81A\83\8f\83^\83V\83K\81@\83L\83\8b\81B\83\8f\83^\83V\83m\81@\83J\83^\83i\83n\81@\83\88\83N\81@\83L\83\8c\83\8b\81B\81v
+\81u\83_\83\81\83_\81@\83_\83\81\83_\81A\83L\83~\83\89\83m\81@\83E\83f\83f\83n\81@\83T\83\8b\83\92\81@\83g\83\8a\83j\83K\83V\83e\81@\83V\83}\83t\81B\83\8f\83V\83K\81@\83L\83\8b\81B\81v
+\81u\83I\83l\83K\83q\83_\81A\83\8f\83^\83V\83j\81@\83L\83\89\83Z\83e\81@\83N\83\8c\81B\81v
+\81@\83P\83\8c\83h\81A\83\88\83N\81@\83~\83\8b\83g\81A\83\\83m\81@\83T\83\8b\83n\81@\83r\83\88\83E\83L\83j\81@\83J\81R\83c\83e\81@\83E\83S\83P\83i\83N\81@\83i\83c\83e\81@\83\90\83}\83V\83^\81B\83r\83\88\83E\83L\83m\81@\83T\83\8b\83\92\81@\83L\83c\83e\83\82\81@\83V\83J\83^\83i\83C\83g\81@\83C\83t\83m\83f\81A\8cÜ\90l\83m\81@\83T\83\80\83\89\83C\83n\81A\83\\83m\81@\83T\83\8b\83\92\81@\83c\83\8c\83e\81@\83\86\83L\83}\83V\83^\81B\83\84\83K\83e\81@\83T\83\8b\83n\81A\83r\83\88\83E\83L\83\82\81@\83i\83z\83c\83e\81@\8cÜ\90l\83m\81@\83T\83\80\83\89\83C\83j\81@\83\88\83N\81@\83i\83\8c\83}\83V\83^\81B\83g\83R\83\8d\83K\81A\83}\83C\83j\83`\81@\83C\83c\83e\83\82\81@\83C\83c\83e\83\82\81@\83q\83\8d\83C\81@\83m\83n\83\89\83f\81@\83^\83x\83\82\83m\83K\81@\83i\83C\83m\83f\81@\83T\83\8b\83\92\81@\83R\83\8d\83V\83e\81@\83^\83x\83i\83N\83e\83n\81@\83i\83\89\83i\83N\81@\83i\83\8a\83}\83V\83^\81B
+\81u\83I\83}\83w\81@\83L\83\8c\81B\83L\83\8a\83^\83C\83m\83_\83\89\83E\81B\81v
+\81u\83C\83\84\81A\83I\83}\83w\81@\83L\83\8c\81B\83I\83\8c\83m\81@\83J\83^\83i\83n\81@\83n\83K\81@\83R\83{\83\8c\83e\81@\83\90\83\8b\81B\81v
+\81u\83I\83}\83w\83n\81@\83h\83E\83_\81A\83E\83f\83K\81@\83\80\83d\83\80\83d\83V\83e\83\8b\83\93\83_\83\89\83E\81B\81v
+\81u\83E\81[\83\93\81A\83_\83\81\83_\81A\83I\83i\83J\81S\81@\83C\83^\83C\83J\83\89\81B\81v
+\81@\83\\83m\81@\83E\83`\83j\81@\83m\83n\83\89\83m\81@\83\80\83J\83t\83j\81@\83\80\83\89\83K\81@\83~\83G\83e\81@\83L\83}\83V\83^\81B
+\81u\83A\83c\81@\83\80\83\89\83_\81B\83A\83\\83R\83w\81@\83\86\83P\83o\81@\83^\83x\83\82\83m\83n\81@\83A\83\8b\81B\83T\83\8b\83n\81@\83R\83\8d\83T\83i\83N\83e\81@\83\88\83C\81B\81v
+\81@\8cÜ\83j\83\93\83m\81@\83T\83\80\83\89\83C\83n\81@\83T\83\8b\83\92\81@\83L\83\89\83i\83N\83e\81@\83\88\83J\83c\83^\81@\83R\83g\83\92\81A\83\81\83j\81@\83i\83~\83_\83\92\81@\83^\83\81\83e\81@\83\88\83\8d\83R\83r\83}\83V\83^\81B
+
+[jump start]
+\92ê\96{\81F\81u\8dZ\92è\81@\90V\94ü\93ì\8bg\91S\8fW\91æ\8el\8aª\81v\91å\93ú\96{\90}\8f\91
+\81@\81@\81@1980\81i\8fº\98a55\81j\94N9\8c\8e30\93ú\8f\89\94Å\91æ1\8dü\94­\8ds
+\81@\81@\81@1987\94N\81i\8fº\98a62\81j\94N2\8c\8e15\93ú\91æ3\8dü\94­\8ds
+\8f\89\8fo\81F\81u\82ª\82¿\82å\82¤\82Ì\81@\82½\82ñ\82\82å\82¤\82Ñ\81v\89H\93c\8f\91\93X
+\81@\81@\81@1950\81i\8fº\98a25\81j\94N5\8c\8e5\93ú
+\93ü\97Í\81F\8d\82\8f¼\97\9d\8cb\94ü
+\8dZ\90³\81F\90ì\8cü\92¼\8e÷
+2004\94N7\8c\8e15\93ú\8dì\90¬
+\90Â\8bó\95\8cÉ\8dì\90¬\83t\83@\83C\83\8b\81F
+\82±\82Ì\83t\83@\83C\83\8b\82Í\81A\83C\83\93\83^\81[\83l\83b\83g\82Ì\90}\8f\91\8aÙ\81A\90Â\8bó\95\8cÉ\81ihttp://www.aozora.gr.jp/\81j\82Å\8dì\82ç\82ê\82Ü\82µ\82½\81B\93ü\97Í\81A\8dZ\90³\81A\90§\8dì\82É\82 \82½\82Á\82½\82Ì\82Í\81A\83{\83\89\83\93\83e\83B\83A\82Ì\8aF\82³\82ñ\82Å\82·\81B
+test version 1555
+[jump end]
\ No newline at end of file
diff --git a/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.deps.json b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.deps.json
new file mode 100644 (file)
index 0000000..5475208
--- /dev/null
@@ -0,0 +1,23 @@
+{
+  "runtimeTarget": {
+    "name": ".NETCoreApp,Version=v3.1",
+    "signature": ""
+  },
+  "compilationOptions": {},
+  "targets": {
+    ".NETCoreApp,Version=v3.1": {
+      "Console_Adventure/1.0.0": {
+        "runtime": {
+          "Console_Adventure.dll": {}
+        }
+      }
+    }
+  },
+  "libraries": {
+    "Console_Adventure/1.0.0": {
+      "type": "project",
+      "serviceable": false,
+      "sha512": ""
+    }
+  }
+}
\ No newline at end of file
diff --git a/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.dll b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.dll
new file mode 100644 (file)
index 0000000..1760b7a
Binary files /dev/null and b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.dll differ
diff --git a/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.exe b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.exe
new file mode 100644 (file)
index 0000000..8f945c2
Binary files /dev/null and b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.exe differ
diff --git a/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.pdb b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.pdb
new file mode 100644 (file)
index 0000000..e18eb2a
Binary files /dev/null and b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.pdb differ
diff --git a/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.runtimeconfig.dev.json b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.runtimeconfig.dev.json
new file mode 100644 (file)
index 0000000..7ad88e2
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "runtimeOptions": {
+    "additionalProbingPaths": [
+      "C:\\Users\\yumeh\\.dotnet\\store\\|arch|\\|tfm|",
+      "C:\\Users\\yumeh\\.nuget\\packages"
+    ]
+  }
+}
\ No newline at end of file
diff --git a/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.runtimeconfig.json b/Console_Adventure/bin/Debug/netcoreapp3.1/Console_Adventure.runtimeconfig.json
new file mode 100644 (file)
index 0000000..bc456d7
--- /dev/null
@@ -0,0 +1,9 @@
+{
+  "runtimeOptions": {
+    "tfm": "netcoreapp3.1",
+    "framework": {
+      "name": "Microsoft.NETCore.App",
+      "version": "3.1.0"
+    }
+  }
+}
\ No newline at end of file
diff --git a/Console_Adventure/obj/Console_Adventure.csproj.nuget.dgspec.json b/Console_Adventure/obj/Console_Adventure.csproj.nuget.dgspec.json
new file mode 100644 (file)
index 0000000..2c03fe3
--- /dev/null
@@ -0,0 +1,60 @@
+{
+  "format": 1,
+  "restore": {
+    "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj": {}
+  },
+  "projects": {
+    "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj": {
+      "version": "1.0.0",
+      "restore": {
+        "projectUniqueName": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj",
+        "projectName": "Console_Adventure",
+        "projectPath": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj",
+        "packagesPath": "C:\\Users\\yumeh\\.nuget\\packages\\",
+        "outputPath": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\obj\\",
+        "projectStyle": "PackageReference",
+        "configFilePaths": [
+          "C:\\Users\\yumeh\\AppData\\Roaming\\NuGet\\NuGet.Config",
+          "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+        ],
+        "originalTargetFrameworks": [
+          "netcoreapp3.1"
+        ],
+        "sources": {
+          "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+          "https://api.nuget.org/v3/index.json": {}
+        },
+        "frameworks": {
+          "netcoreapp3.1": {
+            "projectReferences": {}
+          }
+        },
+        "warningProperties": {
+          "warnAsError": [
+            "NU1605"
+          ]
+        }
+      },
+      "frameworks": {
+        "netcoreapp3.1": {
+          "imports": [
+            "net461",
+            "net462",
+            "net47",
+            "net471",
+            "net472",
+            "net48"
+          ],
+          "assetTargetFallback": true,
+          "warn": true,
+          "frameworkReferences": {
+            "Microsoft.NETCore.App": {
+              "privateAssets": "all"
+            }
+          },
+          "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.400\\RuntimeIdentifierGraph.json"
+        }
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/Console_Adventure/obj/Console_Adventure.csproj.nuget.g.props b/Console_Adventure/obj/Console_Adventure.csproj.nuget.g.props
new file mode 100644 (file)
index 0000000..c9de2c6
--- /dev/null
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <RestoreSuccess Condition=" '$(RestoreSuccess)' == '' ">True</RestoreSuccess>
+    <RestoreTool Condition=" '$(RestoreTool)' == '' ">NuGet</RestoreTool>
+    <ProjectAssetsFile Condition=" '$(ProjectAssetsFile)' == '' ">$(MSBuildThisFileDirectory)project.assets.json</ProjectAssetsFile>
+    <NuGetPackageRoot Condition=" '$(NuGetPackageRoot)' == '' ">$(UserProfile)\.nuget\packages\</NuGetPackageRoot>
+    <NuGetPackageFolders Condition=" '$(NuGetPackageFolders)' == '' ">C:\Users\yumeh\.nuget\packages\</NuGetPackageFolders>
+    <NuGetProjectStyle Condition=" '$(NuGetProjectStyle)' == '' ">PackageReference</NuGetProjectStyle>
+    <NuGetToolVersion Condition=" '$(NuGetToolVersion)' == '' ">5.7.0</NuGetToolVersion>
+  </PropertyGroup>
+  <ItemGroup Condition=" '$(ExcludeRestorePackageImports)' != 'true' ">
+    <SourceRoot Include="$([MSBuild]::EnsureTrailingSlash($(NuGetPackageFolders)))" />
+  </ItemGroup>
+  <PropertyGroup>
+    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/Console_Adventure/obj/Console_Adventure.csproj.nuget.g.targets b/Console_Adventure/obj/Console_Adventure.csproj.nuget.g.targets
new file mode 100644 (file)
index 0000000..53cfaa1
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8" standalone="no"?>
+<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+  <PropertyGroup>
+    <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects>
+  </PropertyGroup>
+</Project>
\ No newline at end of file
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs b/Console_Adventure/obj/Debug/netcoreapp3.1/.NETCoreApp,Version=v3.1.AssemblyAttributes.cs
new file mode 100644 (file)
index 0000000..ad8dfe1
--- /dev/null
@@ -0,0 +1,4 @@
+// <autogenerated />
+using System;
+using System.Reflection;
+[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v3.1", FrameworkDisplayName = "")]
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.AssemblyInfo.cs b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.AssemblyInfo.cs
new file mode 100644 (file)
index 0000000..9a0fcec
--- /dev/null
@@ -0,0 +1,23 @@
+//------------------------------------------------------------------------------
+// <auto-generated>
+//     このコードはツールによって生成されました。
+//     ランタイム バージョン:4.0.30319.42000
+//
+//     このファイルへの変更は、以下の状況下で不正な動作の原因になったり、
+//     コードが再生成されるときに損失したりします。
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+using System;
+using System.Reflection;
+
+[assembly: System.Reflection.AssemblyCompanyAttribute("Console_Adventure")]
+[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
+[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
+[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
+[assembly: System.Reflection.AssemblyProductAttribute("Console_Adventure")]
+[assembly: System.Reflection.AssemblyTitleAttribute("Console_Adventure")]
+[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
+
+// MSBuild WriteCodeFragment クラスによって生成されました。
+
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.AssemblyInfoInputs.cache b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.AssemblyInfoInputs.cache
new file mode 100644 (file)
index 0000000..ef8929a
--- /dev/null
@@ -0,0 +1 @@
+b174a080800a95f4a9630c033bb77d43c2080a8d
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.Properties.Resources.resources b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.Properties.Resources.resources
new file mode 100644 (file)
index 0000000..8dc69e9
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.Properties.Resources.resources differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.assets.cache b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.assets.cache
new file mode 100644 (file)
index 0000000..65f3207
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.assets.cache differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.CoreCompileInputs.cache b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.CoreCompileInputs.cache
new file mode 100644 (file)
index 0000000..7c4cf31
--- /dev/null
@@ -0,0 +1 @@
+5fa4b51cc16da524cf1c29f0fd23d4e020606822
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.FileListAbsolute.txt b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.FileListAbsolute.txt
new file mode 100644 (file)
index 0000000..a712df3
--- /dev/null
@@ -0,0 +1,30 @@
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.exe
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.deps.json
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.runtimeconfig.json
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.runtimeconfig.dev.json
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.dll
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.pdb
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.csprojAssemblyReference.cache
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.Properties.Resources.resources
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.csproj.GenerateResource.cache
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.AssemblyInfoInputs.cache
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.AssemblyInfo.cs
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.csproj.CoreCompileInputs.cache
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.dll
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.pdb
+C:\Users\yumeh\source\repos\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.genruntimeconfig.cache
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.exe
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.deps.json
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.runtimeconfig.json
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.runtimeconfig.dev.json
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.dll
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\bin\Debug\netcoreapp3.1\Console_Adventure.pdb
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.csprojAssemblyReference.cache
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.Properties.Resources.resources
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.csproj.GenerateResource.cache
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.AssemblyInfoInputs.cache
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.AssemblyInfo.cs
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.csproj.CoreCompileInputs.cache
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.dll
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.pdb
+C:\Users\yumeh\Documents\Console_Adventure\Console_Adventure\obj\Debug\netcoreapp3.1\Console_Adventure.genruntimeconfig.cache
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.GenerateResource.cache b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.GenerateResource.cache
new file mode 100644 (file)
index 0000000..16dca62
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csproj.GenerateResource.cache differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csprojAssemblyReference.cache b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csprojAssemblyReference.cache
new file mode 100644 (file)
index 0000000..e84921a
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.csprojAssemblyReference.cache differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.dll b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.dll
new file mode 100644 (file)
index 0000000..1760b7a
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.dll differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.exe b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.exe
new file mode 100644 (file)
index 0000000..8f945c2
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.exe differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.genruntimeconfig.cache b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.genruntimeconfig.cache
new file mode 100644 (file)
index 0000000..34bedab
--- /dev/null
@@ -0,0 +1 @@
+86c8e15dd33445635927cfaf398408205fd11473
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.pdb b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.pdb
new file mode 100644 (file)
index 0000000..e18eb2a
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/Console_Adventure.pdb differ
diff --git a/Console_Adventure/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll b/Console_Adventure/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll
new file mode 100644 (file)
index 0000000..2e83881
Binary files /dev/null and b/Console_Adventure/obj/Debug/netcoreapp3.1/TempPE/Properties.Resources.Designer.cs.dll differ
diff --git a/Console_Adventure/obj/project.assets.json b/Console_Adventure/obj/project.assets.json
new file mode 100644 (file)
index 0000000..49b2e94
--- /dev/null
@@ -0,0 +1,65 @@
+{
+  "version": 3,
+  "targets": {
+    ".NETCoreApp,Version=v3.1": {}
+  },
+  "libraries": {},
+  "projectFileDependencyGroups": {
+    ".NETCoreApp,Version=v3.1": []
+  },
+  "packageFolders": {
+    "C:\\Users\\yumeh\\.nuget\\packages\\": {}
+  },
+  "project": {
+    "version": "1.0.0",
+    "restore": {
+      "projectUniqueName": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj",
+      "projectName": "Console_Adventure",
+      "projectPath": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj",
+      "packagesPath": "C:\\Users\\yumeh\\.nuget\\packages\\",
+      "outputPath": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\obj\\",
+      "projectStyle": "PackageReference",
+      "configFilePaths": [
+        "C:\\Users\\yumeh\\AppData\\Roaming\\NuGet\\NuGet.Config",
+        "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config"
+      ],
+      "originalTargetFrameworks": [
+        "netcoreapp3.1"
+      ],
+      "sources": {
+        "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {},
+        "https://api.nuget.org/v3/index.json": {}
+      },
+      "frameworks": {
+        "netcoreapp3.1": {
+          "projectReferences": {}
+        }
+      },
+      "warningProperties": {
+        "warnAsError": [
+          "NU1605"
+        ]
+      }
+    },
+    "frameworks": {
+      "netcoreapp3.1": {
+        "imports": [
+          "net461",
+          "net462",
+          "net47",
+          "net471",
+          "net472",
+          "net48"
+        ],
+        "assetTargetFallback": true,
+        "warn": true,
+        "frameworkReferences": {
+          "Microsoft.NETCore.App": {
+            "privateAssets": "all"
+          }
+        },
+        "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\3.1.400\\RuntimeIdentifierGraph.json"
+      }
+    }
+  }
+}
\ No newline at end of file
diff --git a/Console_Adventure/obj/project.nuget.cache b/Console_Adventure/obj/project.nuget.cache
new file mode 100644 (file)
index 0000000..2f257e3
--- /dev/null
@@ -0,0 +1,8 @@
+{
+  "version": 2,
+  "dgSpecHash": "ej0qe7IwgtvW6LArpVNf9T5ZqYBP/N1l8R1HUDNS0H3wq9KcYMN9eVv8YXR5SdItUABuGVtrAuKoYE6MmA0myQ==",
+  "success": true,
+  "projectFilePath": "C:\\Users\\yumeh\\Documents\\Console_Adventure\\Console_Adventure\\Console_Adventure.csproj",
+  "expectedPackageFiles": [],
+  "logs": []
+}
\ No newline at end of file
diff --git a/Console_Adventure/txt/saruto_samurai.txt b/Console_Adventure/txt/saruto_samurai.txt
new file mode 100644 (file)
index 0000000..ea4e592
Binary files /dev/null and b/Console_Adventure/txt/saruto_samurai.txt differ