diff --git a/TicTacToe/obj/TicTacToe.csproj.nuget.dgspec.json b/TicTacToe/obj/TicTacToe.csproj.nuget.dgspec.json deleted file mode 100644 index 0432893..0000000 --- a/TicTacToe/obj/TicTacToe.csproj.nuget.dgspec.json +++ /dev/null @@ -1,74 +0,0 @@ -{ - "format": 1, - "restore": { - "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj": {} - }, - "projects": { - "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj", - "projectName": "TicTacToe", - "projectPath": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj", - "packagesPath": "C:\\Users\\zamk\\.nuget\\packages\\", - "outputPath": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" - ], - "configFilePaths": [ - "C:\\Users\\zamk\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" - ], - "originalTargetFrameworks": [ - "net5.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" - } - } - } - } -} \ No newline at end of file diff --git a/TicTacToe/obj/TicTacToe.csproj.nuget.g.props b/TicTacToe/obj/TicTacToe.csproj.nuget.g.props deleted file mode 100644 index 79b78d6..0000000 --- a/TicTacToe/obj/TicTacToe.csproj.nuget.g.props +++ /dev/null @@ -1,20 +0,0 @@ - - - - True - NuGet - $(MSBuildThisFileDirectory)project.assets.json - $(UserProfile)\.nuget\packages\ - C:\Users\zamk\.nuget\packages\;C:\Program Files (x86)\Microsoft Visual Studio\Shared\NuGetPackages;C:\Program Files (x86)\Microsoft\Xamarin\NuGet - PackageReference - 5.10.0 - - - - - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/TicTacToe/obj/TicTacToe.csproj.nuget.g.targets b/TicTacToe/obj/TicTacToe.csproj.nuget.g.targets deleted file mode 100644 index 53cfaa1..0000000 --- a/TicTacToe/obj/TicTacToe.csproj.nuget.g.targets +++ /dev/null @@ -1,6 +0,0 @@ - - - - $(MSBuildAllProjects);$(MSBuildThisFileFullPath) - - \ No newline at end of file diff --git a/TicTacToe/obj/project.assets.json b/TicTacToe/obj/project.assets.json deleted file mode 100644 index 2e5a4f9..0000000 --- a/TicTacToe/obj/project.assets.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "version": 3, - "targets": { - "net5.0": { - "Newtonsoft.Json/13.0.1": { - "type": "package", - "compile": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - }, - "runtime": { - "lib/netstandard2.0/Newtonsoft.Json.dll": {} - } - } - } - }, - "libraries": { - "Newtonsoft.Json/13.0.1": { - "sha512": "ppPFpBcvxdsfUonNcvITKqLl3bqxWbDCZIzDWHzjpdAHRFfZe0Dw9HmA0+za13IdyrgJwpkDTDA9fHaxOrt20A==", - "type": "package", - "path": "newtonsoft.json/13.0.1", - "files": [ - ".nupkg.metadata", - ".signature.p7s", - "LICENSE.md", - "lib/net20/Newtonsoft.Json.dll", - "lib/net20/Newtonsoft.Json.xml", - "lib/net35/Newtonsoft.Json.dll", - "lib/net35/Newtonsoft.Json.xml", - "lib/net40/Newtonsoft.Json.dll", - "lib/net40/Newtonsoft.Json.xml", - "lib/net45/Newtonsoft.Json.dll", - "lib/net45/Newtonsoft.Json.xml", - "lib/netstandard1.0/Newtonsoft.Json.dll", - "lib/netstandard1.0/Newtonsoft.Json.xml", - "lib/netstandard1.3/Newtonsoft.Json.dll", - "lib/netstandard1.3/Newtonsoft.Json.xml", - "lib/netstandard2.0/Newtonsoft.Json.dll", - "lib/netstandard2.0/Newtonsoft.Json.xml", - "newtonsoft.json.13.0.1.nupkg.sha512", - "newtonsoft.json.nuspec", - "packageIcon.png" - ] - } - }, - "projectFileDependencyGroups": { - "net5.0": [ - "Newtonsoft.Json >= 13.0.1" - ] - }, - "packageFolders": { - "C:\\Users\\zamk\\.nuget\\packages\\": {}, - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages": {}, - "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet": {} - }, - "project": { - "version": "1.0.0", - "restore": { - "projectUniqueName": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj", - "projectName": "TicTacToe", - "projectPath": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj", - "packagesPath": "C:\\Users\\zamk\\.nuget\\packages\\", - "outputPath": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\obj\\", - "projectStyle": "PackageReference", - "fallbackFolders": [ - "C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages", - "C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet" - ], - "configFilePaths": [ - "C:\\Users\\zamk\\AppData\\Roaming\\NuGet\\NuGet.Config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.FallbackLocation.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Microsoft.VisualStudio.Offline.config", - "C:\\Program Files (x86)\\NuGet\\Config\\Xamarin.Offline.config" - ], - "originalTargetFrameworks": [ - "net5.0" - ], - "sources": { - "C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\": {}, - "https://api.nuget.org/v3/index.json": {} - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "projectReferences": {} - } - }, - "warningProperties": { - "warnAsError": [ - "NU1605" - ] - } - }, - "frameworks": { - "net5.0": { - "targetAlias": "net5.0", - "dependencies": { - "Newtonsoft.Json": { - "target": "Package", - "version": "[13.0.1, )" - } - }, - "imports": [ - "net461", - "net462", - "net47", - "net471", - "net472", - "net48" - ], - "assetTargetFallback": true, - "warn": true, - "frameworkReferences": { - "Microsoft.NETCore.App": { - "privateAssets": "all" - } - }, - "runtimeIdentifierGraphPath": "C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json" - } - } - } -} \ No newline at end of file diff --git a/TicTacToe/obj/project.nuget.cache b/TicTacToe/obj/project.nuget.cache deleted file mode 100644 index 3fbc5e0..0000000 --- a/TicTacToe/obj/project.nuget.cache +++ /dev/null @@ -1,10 +0,0 @@ -{ - "version": 2, - "dgSpecHash": "TL35zrF4IYHi2YM9fZwHFRdycdXuejjmaeh9TrvpRHnQFCTYYFQ+5S/9aHhRjDICuZMmwqLT5Chs+Qx8vMnt2g==", - "success": true, - "projectFilePath": "E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj", - "expectedPackageFiles": [ - "C:\\Users\\zamk\\.nuget\\packages\\newtonsoft.json\\13.0.1\\newtonsoft.json.13.0.1.nupkg.sha512" - ], - "logs": [] -} \ No newline at end of file diff --git a/TicTacToe/obj/project.packagespec.json b/TicTacToe/obj/project.packagespec.json deleted file mode 100644 index c9562a3..0000000 --- a/TicTacToe/obj/project.packagespec.json +++ /dev/null @@ -1 +0,0 @@ -"restore":{"projectUniqueName":"E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj","projectName":"TicTacToe","projectPath":"E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\TicTacToe.csproj","outputPath":"E:\\Programieren\\csharp\\TicTacToe\\TicTacToe\\obj\\","projectStyle":"PackageReference","fallbackFolders":["C:\\Program Files (x86)\\Microsoft Visual Studio\\Shared\\NuGetPackages","C:\\Program Files (x86)\\Microsoft\\Xamarin\\NuGet"],"originalTargetFrameworks":["net5.0"],"sources":{"C:\\Program Files (x86)\\Microsoft SDKs\\NuGetPackages\\":{},"https://api.nuget.org/v3/index.json":{}},"frameworks":{"net5.0":{"targetAlias":"net5.0","projectReferences":{}}},"warningProperties":{"warnAsError":["NU1605"]}}"frameworks":{"net5.0":{"targetAlias":"net5.0","dependencies":{"Newtonsoft.Json":{"target":"Package","version":"[13.0.1, )"}},"imports":["net461","net462","net47","net471","net472","net48"],"assetTargetFallback":true,"warn":true,"frameworkReferences":{"Microsoft.NETCore.App":{"privateAssets":"all"}},"runtimeIdentifierGraphPath":"C:\\Program Files\\dotnet\\sdk\\5.0.400\\RuntimeIdentifierGraph.json"}} \ No newline at end of file