diff --git a/.vs/MatrixDotNetLib/v16/.suo b/.vs/MatrixDotNetLib/v16/.suo new file mode 100644 index 0000000..5899f0f Binary files /dev/null and b/.vs/MatrixDotNetLib/v16/.suo differ diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..3df0c6b Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/MatrixDotNetLib/.vs/MatrixDotNetLib/DesignTimeBuild/.dtbcache.v2 b/MatrixDotNetLib/.vs/MatrixDotNetLib/DesignTimeBuild/.dtbcache.v2 new file mode 100644 index 0000000..6db9b81 Binary files /dev/null and b/MatrixDotNetLib/.vs/MatrixDotNetLib/DesignTimeBuild/.dtbcache.v2 differ diff --git a/MatrixDotNetLib/.vs/MatrixDotNetLib/v16/.suo b/MatrixDotNetLib/.vs/MatrixDotNetLib/v16/.suo new file mode 100644 index 0000000..270ee95 Binary files /dev/null and b/MatrixDotNetLib/.vs/MatrixDotNetLib/v16/.suo differ diff --git a/MatrixDotNetLib/MatrixDotNetCmd/MatrixDotNetCmd.csproj b/MatrixDotNetLib/MatrixDotNetCmd/MatrixDotNetCmd.csproj new file mode 100644 index 0000000..d886501 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/MatrixDotNetCmd.csproj @@ -0,0 +1,12 @@ + + + + Exe + netcoreapp3.1 + + + + + + + diff --git a/MatrixDotNetLib/MatrixDotNetCmd/Program.cs b/MatrixDotNetLib/MatrixDotNetCmd/Program.cs new file mode 100644 index 0000000..fa248df --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/Program.cs @@ -0,0 +1,12 @@ +using System; + +namespace MatrixDotNetCmd +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Hello World!"); + } + } +} diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.AssemblyInfo.cs b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.AssemblyInfo.cs new file mode 100644 index 0000000..271a332 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("MatrixDotNetCmd")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("MatrixDotNetCmd")] +[assembly: System.Reflection.AssemblyTitleAttribute("MatrixDotNetCmd")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.AssemblyInfoInputs.cache b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.AssemblyInfoInputs.cache new file mode 100644 index 0000000..dfa97af --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +45a0dbc664dbdb9df3646f59af64999299b73120 diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.assets.cache b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.assets.cache new file mode 100644 index 0000000..e5ed04c Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.assets.cache differ diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.csprojAssemblyReference.cache b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.csprojAssemblyReference.cache new file mode 100644 index 0000000..1c77b69 Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetCmd/obj/Debug/netcoreapp3.1/MatrixDotNetCmd.csprojAssemblyReference.cache differ diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.dgspec.json b/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.dgspec.json new file mode 100644 index 0000000..a8c0497 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.dgspec.json @@ -0,0 +1,116 @@ +{ + "format": 1, + "restore": { + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj": {} + }, + "projects": { + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj", + "projectName": "MatrixDotNetCmd", + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj", + "packagesPath": "C:\\Users\\Claire\\.nuget\\packages\\", + "outputPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Claire\\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": { + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj": { + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj" + } + } + } + }, + "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.200-preview-014883\\RuntimeIdentifierGraph.json" + } + } + }, + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "projectName": "MatrixDotNetLib", + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "packagesPath": "C:\\Users\\Claire\\.nuget\\packages\\", + "outputPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Claire\\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.200-preview-014883\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.g.props b/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.g.props new file mode 100644 index 0000000..697974e --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Claire\.nuget\packages\ + PackageReference + 5.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.g.targets b/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/MatrixDotNetCmd.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/project.assets.json b/MatrixDotNetLib/MatrixDotNetCmd/obj/project.assets.json new file mode 100644 index 0000000..8febbbe --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/project.assets.json @@ -0,0 +1,88 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": { + "MatrixDotNetLib/1.0.0": { + "type": "project", + "framework": ".NETCoreApp,Version=v3.1", + "compile": { + "bin/placeholder/MatrixDotNetLib.dll": {} + }, + "runtime": { + "bin/placeholder/MatrixDotNetLib.dll": {} + } + } + } + }, + "libraries": { + "MatrixDotNetLib/1.0.0": { + "type": "project", + "path": "../MatrixDotNetLib/MatrixDotNetLib.csproj", + "msbuildProject": "../MatrixDotNetLib/MatrixDotNetLib.csproj" + } + }, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [ + "MatrixDotNetLib >= 1.0.0" + ] + }, + "packageFolders": { + "C:\\Users\\Claire\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj", + "projectName": "MatrixDotNetCmd", + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj", + "packagesPath": "C:\\Users\\Claire\\.nuget\\packages\\", + "outputPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Claire\\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": { + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj": { + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj" + } + } + } + }, + "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.200-preview-014883\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetCmd/obj/project.nuget.cache b/MatrixDotNetLib/MatrixDotNetCmd/obj/project.nuget.cache new file mode 100644 index 0000000..dfe7d08 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetCmd/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "/And0b5Fmn9KmvRqoYIwpU+aYPZ3tOpcWNW71la94v+grVFCDobR3JbJQwG/7g1BRYhNza7okd7X7+ntHOryfw==", + "success": true, + "projectFilePath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetCmd\\MatrixDotNetCmd.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetLib.sln b/MatrixDotNetLib/MatrixDotNetLib.sln new file mode 100644 index 0000000..4a21224 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib.sln @@ -0,0 +1,31 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29721.120 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MatrixDotNetLib", "MatrixDotNetLib\MatrixDotNetLib.csproj", "{F3A5FB37-D14A-4BD8-92DA-F69980F4C3AB}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MatrixDotNetCmd", "MatrixDotNetCmd\MatrixDotNetCmd.csproj", "{1390DE33-CEBA-4BED-A935-9BAEE28EC71B}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {F3A5FB37-D14A-4BD8-92DA-F69980F4C3AB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {F3A5FB37-D14A-4BD8-92DA-F69980F4C3AB}.Debug|Any CPU.Build.0 = Debug|Any CPU + {F3A5FB37-D14A-4BD8-92DA-F69980F4C3AB}.Release|Any CPU.ActiveCfg = Release|Any CPU + {F3A5FB37-D14A-4BD8-92DA-F69980F4C3AB}.Release|Any CPU.Build.0 = Release|Any CPU + {1390DE33-CEBA-4BED-A935-9BAEE28EC71B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1390DE33-CEBA-4BED-A935-9BAEE28EC71B}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1390DE33-CEBA-4BED-A935-9BAEE28EC71B}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1390DE33-CEBA-4BED-A935-9BAEE28EC71B}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {17744A2C-5241-40A7-B873-F289FBF5C1B0} + EndGlobalSection +EndGlobal diff --git a/MatrixDotNetLib/MatrixDotNetLib/MatrixClient.cs b/MatrixDotNetLib/MatrixDotNetLib/MatrixClient.cs new file mode 100644 index 0000000..f9b8357 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/MatrixClient.cs @@ -0,0 +1,9 @@ +using System; + +namespace MatrixDotNetLib +{ + public class MatrixClient + { + + } +} diff --git a/MatrixDotNetLib/MatrixDotNetLib/MatrixDotNetLib.csproj b/MatrixDotNetLib/MatrixDotNetLib/MatrixDotNetLib.csproj new file mode 100644 index 0000000..cb63190 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/MatrixDotNetLib.csproj @@ -0,0 +1,7 @@ + + + + netcoreapp3.1 + + + diff --git a/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.deps.json b/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.deps.json new file mode 100644 index 0000000..5716fa0 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.deps.json @@ -0,0 +1,23 @@ +{ + "runtimeTarget": { + "name": ".NETCoreApp,Version=v3.1", + "signature": "" + }, + "compilationOptions": {}, + "targets": { + ".NETCoreApp,Version=v3.1": { + "MatrixDotNetLib/1.0.0": { + "runtime": { + "MatrixDotNetLib.dll": {} + } + } + } + }, + "libraries": { + "MatrixDotNetLib/1.0.0": { + "type": "project", + "serviceable": false, + "sha512": "" + } + } +} \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.dll b/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.dll new file mode 100644 index 0000000..7fc63ab Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.dll differ diff --git a/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.pdb b/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.pdb new file mode 100644 index 0000000..9266272 Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetLib/bin/Debug/netcoreapp3.1/MatrixDotNetLib.pdb differ diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.AssemblyInfo.cs b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.AssemblyInfo.cs new file mode 100644 index 0000000..69e212c --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.AssemblyInfo.cs @@ -0,0 +1,23 @@ +//------------------------------------------------------------------------------ +// +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 +// +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. +// +//------------------------------------------------------------------------------ + +using System; +using System.Reflection; + +[assembly: System.Reflection.AssemblyCompanyAttribute("MatrixDotNetLib")] +[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] +[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] +[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] +[assembly: System.Reflection.AssemblyProductAttribute("MatrixDotNetLib")] +[assembly: System.Reflection.AssemblyTitleAttribute("MatrixDotNetLib")] +[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] + +// Generated by the MSBuild WriteCodeFragment class. + diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.AssemblyInfoInputs.cache b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.AssemblyInfoInputs.cache new file mode 100644 index 0000000..bc9eecb --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.AssemblyInfoInputs.cache @@ -0,0 +1 @@ +667cf811812bab199e05b00680839d68fb80f214 diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.assets.cache b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.assets.cache new file mode 100644 index 0000000..397f129 Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.assets.cache differ diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csproj.CoreCompileInputs.cache b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..4bda63d --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +bebfa3bded4fe686bd663f099492d7164d88fe28 diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csproj.FileListAbsolute.txt b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..56057c6 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csproj.FileListAbsolute.txt @@ -0,0 +1,9 @@ +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\bin\Debug\netcoreapp3.1\MatrixDotNetLib.deps.json +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\bin\Debug\netcoreapp3.1\MatrixDotNetLib.dll +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\bin\Debug\netcoreapp3.1\MatrixDotNetLib.pdb +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\obj\Debug\netcoreapp3.1\MatrixDotNetLib.csprojAssemblyReference.cache +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\obj\Debug\netcoreapp3.1\MatrixDotNetLib.csproj.CoreCompileInputs.cache +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\obj\Debug\netcoreapp3.1\MatrixDotNetLib.AssemblyInfoInputs.cache +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\obj\Debug\netcoreapp3.1\MatrixDotNetLib.AssemblyInfo.cs +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\obj\Debug\netcoreapp3.1\MatrixDotNetLib.dll +D:\Source\MatrixDotNetLib\MatrixDotNetLib\MatrixDotNetLib\obj\Debug\netcoreapp3.1\MatrixDotNetLib.pdb diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csprojAssemblyReference.cache b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csprojAssemblyReference.cache new file mode 100644 index 0000000..74fe67b Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.csprojAssemblyReference.cache differ diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.dll b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.dll new file mode 100644 index 0000000..7fc63ab Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.dll differ diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.pdb b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.pdb new file mode 100644 index 0000000..9266272 Binary files /dev/null and b/MatrixDotNetLib/MatrixDotNetLib/obj/Debug/netcoreapp3.1/MatrixDotNetLib.pdb differ diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.dgspec.json b/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.dgspec.json new file mode 100644 index 0000000..f9c7c1c --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.dgspec.json @@ -0,0 +1,60 @@ +{ + "format": 1, + "restore": { + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj": {} + }, + "projects": { + "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "projectName": "MatrixDotNetLib", + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "packagesPath": "C:\\Users\\Claire\\.nuget\\packages\\", + "outputPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Claire\\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.200-preview-014883\\RuntimeIdentifierGraph.json" + } + } + } + } +} \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.g.props b/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.g.props new file mode 100644 index 0000000..697974e --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.g.props @@ -0,0 +1,15 @@ + + + + True + NuGet + $(MSBuildThisFileDirectory)project.assets.json + $(UserProfile)\.nuget\packages\ + C:\Users\Claire\.nuget\packages\ + PackageReference + 5.5.0 + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.g.targets b/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.g.targets new file mode 100644 index 0000000..53cfaa1 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/MatrixDotNetLib.csproj.nuget.g.targets @@ -0,0 +1,6 @@ + + + + $(MSBuildAllProjects);$(MSBuildThisFileFullPath) + + \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/project.assets.json b/MatrixDotNetLib/MatrixDotNetLib/obj/project.assets.json new file mode 100644 index 0000000..dc7aa86 --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/project.assets.json @@ -0,0 +1,65 @@ +{ + "version": 3, + "targets": { + ".NETCoreApp,Version=v3.1": {} + }, + "libraries": {}, + "projectFileDependencyGroups": { + ".NETCoreApp,Version=v3.1": [] + }, + "packageFolders": { + "C:\\Users\\Claire\\.nuget\\packages\\": {} + }, + "project": { + "version": "1.0.0", + "restore": { + "projectUniqueName": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "projectName": "MatrixDotNetLib", + "projectPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "packagesPath": "C:\\Users\\Claire\\.nuget\\packages\\", + "outputPath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\obj\\", + "projectStyle": "PackageReference", + "configFilePaths": [ + "C:\\Users\\Claire\\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.200-preview-014883\\RuntimeIdentifierGraph.json" + } + } + } +} \ No newline at end of file diff --git a/MatrixDotNetLib/MatrixDotNetLib/obj/project.nuget.cache b/MatrixDotNetLib/MatrixDotNetLib/obj/project.nuget.cache new file mode 100644 index 0000000..640d83f --- /dev/null +++ b/MatrixDotNetLib/MatrixDotNetLib/obj/project.nuget.cache @@ -0,0 +1,8 @@ +{ + "version": 2, + "dgSpecHash": "6v622xy25DE5lRrEgpsiWk2YtQjIi38nbMXINLdc/3QnYXSe1ti2zp/2q7CTNPT3u+UJEjyWV0GE4lClJkOjXg==", + "success": true, + "projectFilePath": "D:\\Source\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib\\MatrixDotNetLib.csproj", + "expectedPackageFiles": [], + "logs": [] +} \ No newline at end of file