From 8024ec46a5b621bcda0208b11578850fed745b30 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Wed, 1 Jul 2020 12:18:08 +0900 Subject: [PATCH] =?UTF-8?q?=E5=8D=98=E4=BD=93=E3=81=AEUniJSON35=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=E3=80=82vscode=E3=81=A7=E3=83=97=E3=83=AD?= =?UTF-8?q?=E3=82=B8=E3=82=A7=E3=82=AF=E3=83=88=E3=82=92=E9=96=8B=E3=81=84?= =?UTF-8?q?=E3=81=9F=E5=A0=B4=E5=90=88=E3=81=AB=E3=80=81OmniSharp=20?= =?UTF-8?q?=E3=81=8C=E3=82=B5=E3=83=BC=E3=83=81=E8=AA=AD=E3=81=BF=E8=BE=BC?= =?UTF-8?q?=E3=82=82=E3=81=86=E3=81=A8=E3=81=97=E3=81=A6=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E3=81=AB=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=97=E3=81=BE?= =?UTF-8?q?=E3=81=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UniJSON35/.gitignore | 15 ---- UniJSON35/UniJSON/Properties/AssemblyInfo.cs | 36 ---------- UniJSON35/UniJSON/UniJSON.csproj | 46 ------------ UniJSON35/UniJSON/UnityHelper.cs | 15 ---- UniJSON35/UniJSON35.sln | 37 ---------- UniJSON35/UniJSONPRofiling/Program.cs | 15 ---- .../Properties/AssemblyInfo.cs | 36 ---------- .../UniJSONPRofiling/UniJSONPRofiling.csproj | 53 -------------- .../UniJSONTests/Properties/AssemblyInfo.cs | 36 ---------- UniJSON35/UniJSONTests/UniJSONTests.csproj | 70 ------------------- UniJSON35/UniJSONTests/packages.config | 5 -- 11 files changed, 364 deletions(-) delete mode 100644 UniJSON35/.gitignore delete mode 100644 UniJSON35/UniJSON/Properties/AssemblyInfo.cs delete mode 100644 UniJSON35/UniJSON/UniJSON.csproj delete mode 100644 UniJSON35/UniJSON/UnityHelper.cs delete mode 100644 UniJSON35/UniJSON35.sln delete mode 100644 UniJSON35/UniJSONPRofiling/Program.cs delete mode 100644 UniJSON35/UniJSONPRofiling/Properties/AssemblyInfo.cs delete mode 100644 UniJSON35/UniJSONPRofiling/UniJSONPRofiling.csproj delete mode 100644 UniJSON35/UniJSONTests/Properties/AssemblyInfo.cs delete mode 100644 UniJSON35/UniJSONTests/UniJSONTests.csproj delete mode 100644 UniJSON35/UniJSONTests/packages.config diff --git a/UniJSON35/.gitignore b/UniJSON35/.gitignore deleted file mode 100644 index 742f06041..000000000 --- a/UniJSON35/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -.vs -bin -bin.meta -obj -obj.meta -*.csproj.user -*.csproj.user.meta -*.psess -*.psess.meta -*.vsp -*.vsp.meta -*.vspx -*.vspx.meta -App.config.meta -packages diff --git a/UniJSON35/UniJSON/Properties/AssemblyInfo.cs b/UniJSON35/UniJSON/Properties/AssemblyInfo.cs deleted file mode 100644 index 82beac6a7..000000000 --- a/UniJSON35/UniJSON/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 -// アセンブリに関連付けられている情報を変更するには、 -// これらの属性値を変更してください。 -[assembly: AssemblyTitle("UniJSON35")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("UniJSON35")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから -// 参照できなくなります。COM からこのアセンブリ内の型にアクセスする必要がある場合は、 -// その型の ComVisible 属性を true に設定してください。 -[assembly: ComVisible(false)] - -// このプロジェクトが COM に公開される場合、次の GUID が typelib の ID になります -[assembly: Guid("7df65fb7-fc53-4ef8-ac2f-1c825d67c767")] - -// アセンブリのバージョン情報は次の 4 つの値で構成されています: -// -// メジャー バージョン -// マイナー バージョン -// ビルド番号 -// Revision -// -// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます -// 以下のように '*' を使用します: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/UniJSON35/UniJSON/UniJSON.csproj b/UniJSON35/UniJSON/UniJSON.csproj deleted file mode 100644 index 36586b8b0..000000000 --- a/UniJSON35/UniJSON/UniJSON.csproj +++ /dev/null @@ -1,46 +0,0 @@ - - - - - Debug - AnyCPU - {7DF65FB7-FC53-4EF8-AC2F-1C825D67C767} - Library - Properties - UniJSON35 - UniJSON35 - v3.5 - 512 - true - - - true - full - false - bin\Debug\ - TRACE;DEBUG;UNITY_5 - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/UniJSON35/UniJSON/UnityHelper.cs b/UniJSON35/UniJSON/UnityHelper.cs deleted file mode 100644 index fa0807d58..000000000 --- a/UniJSON35/UniJSON/UnityHelper.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace UnityEngine -{ - [Serializable] - public struct Vector3 - { - public float x; - public float y; - public float z; - } -} diff --git a/UniJSON35/UniJSON35.sln b/UniJSON35/UniJSON35.sln deleted file mode 100644 index 106dade29..000000000 --- a/UniJSON35/UniJSON35.sln +++ /dev/null @@ -1,37 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 15 -VisualStudioVersion = 15.0.28307.168 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniJSONPRofiling", "UniJSONPRofiling\UniJSONPRofiling.csproj", "{DF2210F3-F3ED-4C53-A124-FA57EEF4580E}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniJSON", "UniJSON\UniJSON.csproj", "{7DF65FB7-FC53-4EF8-AC2F-1C825D67C767}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniJSONTests", "UniJSONTests\UniJSONTests.csproj", "{B946FAE6-FA0E-40C3-BCC2-803CF3040F0F}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {DF2210F3-F3ED-4C53-A124-FA57EEF4580E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DF2210F3-F3ED-4C53-A124-FA57EEF4580E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DF2210F3-F3ED-4C53-A124-FA57EEF4580E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DF2210F3-F3ED-4C53-A124-FA57EEF4580E}.Release|Any CPU.Build.0 = Release|Any CPU - {7DF65FB7-FC53-4EF8-AC2F-1C825D67C767}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7DF65FB7-FC53-4EF8-AC2F-1C825D67C767}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7DF65FB7-FC53-4EF8-AC2F-1C825D67C767}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7DF65FB7-FC53-4EF8-AC2F-1C825D67C767}.Release|Any CPU.Build.0 = Release|Any CPU - {B946FAE6-FA0E-40C3-BCC2-803CF3040F0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B946FAE6-FA0E-40C3-BCC2-803CF3040F0F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B946FAE6-FA0E-40C3-BCC2-803CF3040F0F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B946FAE6-FA0E-40C3-BCC2-803CF3040F0F}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(ExtensibilityGlobals) = postSolution - SolutionGuid = {286D805B-571C-4178-B33C-3424B905C7F6} - EndGlobalSection -EndGlobal diff --git a/UniJSON35/UniJSONPRofiling/Program.cs b/UniJSON35/UniJSONPRofiling/Program.cs deleted file mode 100644 index f6ef1ff50..000000000 --- a/UniJSON35/UniJSONPRofiling/Program.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.IO; -using System.Text; - - -namespace UniJSONPRofiling -{ - class Program - { - static void Main(string[] args) - { - var json = File.ReadAllText(args[0], Encoding.UTF8); - var parsed = UniJSON.JsonParser.Parse(json); - } - } -} diff --git a/UniJSON35/UniJSONPRofiling/Properties/AssemblyInfo.cs b/UniJSON35/UniJSONPRofiling/Properties/AssemblyInfo.cs deleted file mode 100644 index 53c7ea4e4..000000000 --- a/UniJSON35/UniJSONPRofiling/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 -// アセンブリに関連付けられている情報を変更するには、 -// これらの属性値を変更してください。 -[assembly: AssemblyTitle("UniJSONPRofiling")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("UniJSONPRofiling")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから -// 参照できなくなります。COM からこのアセンブリ内の型にアクセスする必要がある場合は、 -// その型の ComVisible 属性を true に設定してください。 -[assembly: ComVisible(false)] - -// このプロジェクトが COM に公開される場合、次の GUID が typelib の ID になります -[assembly: Guid("df2210f3-f3ed-4c53-a124-fa57eef4580e")] - -// アセンブリのバージョン情報は次の 4 つの値で構成されています: -// -// メジャー バージョン -// マイナー バージョン -// ビルド番号 -// Revision -// -// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます -// 既定値にすることができます: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/UniJSON35/UniJSONPRofiling/UniJSONPRofiling.csproj b/UniJSON35/UniJSONPRofiling/UniJSONPRofiling.csproj deleted file mode 100644 index aca4a57bd..000000000 --- a/UniJSON35/UniJSONPRofiling/UniJSONPRofiling.csproj +++ /dev/null @@ -1,53 +0,0 @@ - - - - - Debug - AnyCPU - {DF2210F3-F3ED-4C53-A124-FA57EEF4580E} - Exe - UniJSONPRofiling - UniJSONPRofiling - v3.5 - 512 - true - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - {7df65fb7-fc53-4ef8-ac2f-1c825d67c767} - UniJSON - - - - \ No newline at end of file diff --git a/UniJSON35/UniJSONTests/Properties/AssemblyInfo.cs b/UniJSON35/UniJSONTests/Properties/AssemblyInfo.cs deleted file mode 100644 index eed738de3..000000000 --- a/UniJSON35/UniJSONTests/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// アセンブリに関する一般情報は以下の属性セットをとおして制御されます。 -// アセンブリに関連付けられている情報を変更するには、 -// これらの属性値を変更してください。 -[assembly: AssemblyTitle("UniJSONTests")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("UniJSONTests")] -[assembly: AssemblyCopyright("Copyright © 2019")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// ComVisible を false に設定すると、このアセンブリ内の型は COM コンポーネントから -// 参照できなくなります。COM からこのアセンブリ内の型にアクセスする必要がある場合は、 -// その型の ComVisible 属性を true に設定してください。 -[assembly: ComVisible(false)] - -// このプロジェクトが COM に公開される場合、次の GUID が typelib の ID になります -[assembly: Guid("b946fae6-fa0e-40c3-bcc2-803cf3040f0f")] - -// アセンブリのバージョン情報は次の 4 つの値で構成されています: -// -// メジャー バージョン -// マイナー バージョン -// ビルド番号 -// Revision -// -// すべての値を指定するか、次を使用してビルド番号とリビジョン番号を既定に設定できます -// 以下のように '*' を使用します: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/UniJSON35/UniJSONTests/UniJSONTests.csproj b/UniJSON35/UniJSONTests/UniJSONTests.csproj deleted file mode 100644 index 6cdf35941..000000000 --- a/UniJSON35/UniJSONTests/UniJSONTests.csproj +++ /dev/null @@ -1,70 +0,0 @@ - - - - - - - Debug - AnyCPU - {B946FAE6-FA0E-40C3-BCC2-803CF3040F0F} - Library - Properties - UniJSONTests - UniJSONTests - v4.0 - 512 - true - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - ..\packages\NUnit.3.11.0\lib\net35\nunit.framework.dll - - - - - - - - - - - - - - - {7df65fb7-fc53-4ef8-ac2f-1c825d67c767} - UniJSON - - - - - - - - - このプロジェクトは、このコンピューター上にない NuGet パッケージを参照しています。それらのパッケージをダウンロードするには、[NuGet パッケージの復元] を使用します。詳細については、http://go.microsoft.com/fwlink/?LinkID=322105 を参照してください。見つからないファイルは {0} です。 - - - - - \ No newline at end of file diff --git a/UniJSON35/UniJSONTests/packages.config b/UniJSON35/UniJSONTests/packages.config deleted file mode 100644 index d94a13cb9..000000000 --- a/UniJSON35/UniJSONTests/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file