diff --git a/Backup2/ClientServer.sln b/Backup2/ClientServer.sln deleted file mode 100644 index 46453555b3f8eb5b599fdc5e72e519e201974ded..0000000000000000000000000000000000000000 --- a/Backup2/ClientServer.sln +++ /dev/null @@ -1,32 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25123.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E9F62E45-615E-46A0-B9A8-04C9A4B24A26}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{97D7E5DF-0520-4C8D-8075-D4AA4772BE6C}" - ProjectSection(SolutionItems) = preProject - global.json = global.json - EndProjectSection -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ClientServer", "src\ClientServer\ClientServer.xproj", "{145EF848-5848-4AAC-ADC3-6FE8B0398018}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {145EF848-5848-4AAC-ADC3-6FE8B0398018}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {145EF848-5848-4AAC-ADC3-6FE8B0398018}.Debug|Any CPU.Build.0 = Debug|Any CPU - {145EF848-5848-4AAC-ADC3-6FE8B0398018}.Release|Any CPU.ActiveCfg = Release|Any CPU - {145EF848-5848-4AAC-ADC3-6FE8B0398018}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {145EF848-5848-4AAC-ADC3-6FE8B0398018} = {E9F62E45-615E-46A0-B9A8-04C9A4B24A26} - EndGlobalSection -EndGlobal diff --git a/Backup2/global.json b/Backup2/global.json deleted file mode 100644 index d065c9d4688be2d5a97517ee21454e48c704c2ab..0000000000000000000000000000000000000000 --- a/Backup2/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "projects": [ "src", "test" ], - "sdk": { - "version": "1.1.4" - } -} diff --git a/Backup2/src/ClientServer/ClientServer.xproj b/Backup2/src/ClientServer/ClientServer.xproj deleted file mode 100644 index 88f9aeb1815a85a2578d25f75a28542b27e9680b..0000000000000000000000000000000000000000 --- a/Backup2/src/ClientServer/ClientServer.xproj +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> - <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> - </PropertyGroup> - <Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" /> - <PropertyGroup Label="Globals"> - <ProjectGuid>145ef848-5848-4aac-adc3-6fe8b0398018</ProjectGuid> - <RootNamespace>ClientServer</RootNamespace> - <BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath> - <OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath> - <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> - </PropertyGroup> - <PropertyGroup> - <SchemaVersion>2.0</SchemaVersion> - </PropertyGroup> - <ItemGroup> - <DnxInvisibleContent Include="wwwroot\static\bundle.js" /> - </ItemGroup> - <Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" /> -</Project> \ No newline at end of file diff --git a/Backup2/src/ClientServer/project.json b/Backup2/src/ClientServer/project.json deleted file mode 100644 index 895aaeefed01ddc7987b80104ed4baafe931c201..0000000000000000000000000000000000000000 --- a/Backup2/src/ClientServer/project.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "dependencies": { - "Microsoft.NETCore.App": { - "version": "1.0.0", - "type": "platform" - }, - "Microsoft.AspNetCore.Cors": "1.0.0", - "System.IO.Compression": "4.1.0", - "Npgsql.EntityFrameworkCore.PostgreSQL": "1.0.0", - "Microsoft.EntityFrameworkCore": "1.0.0", - "Microsoft.EntityFrameworkCore.Tools": "1.0.0-preview2-final", - "Microsoft.AspNetCore.Authentication.Cookies": "1.0.0", - "Microsoft.AspNetCore.Diagnostics": "1.0.0", - "Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore": "1.0.0", - "Microsoft.AspNetCore.Identity.EntityFrameworkCore": "1.0.0", - "Microsoft.AspNetCore.Mvc": "1.0.0-*", - "Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.StaticFiles": "1.0.0", - "Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.Extensions.Logging": "1.0.0", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Microsoft.Extensions.Localization": "1.0.0", - "Microsoft.Extensions.Logging.Console": "1.0.0", - "Microsoft.Extensions.Logging.Debug": "1.0.0", - "Microsoft.Extensions.Caching.Memory": "1.0.0", - "Microsoft.AspNetCore.Session": "1.0.0", - "System.Reactive": "3.0.0", - "Microsoft.AspNetCore.Server.IISIntegration": "1.0.0", - "BCrypt.Net-Core": "1.0.2", - "System.IdentityModel.Tokens.Jwt": "5.0.0" - }, - - "tools": { - "Microsoft.AspNetCore.Server.IISIntegration.Tools": { - "version": "1.0.0-preview2-final" - }, - "Microsoft.EntityFrameworkCore.Tools": { - "version": "1.0.0-preview2-final", - "imports": [ - "portable-net45+win8+dnxcore50", - "portable-net45+win8" - ] - } - }, - - "frameworks": { - "netcoreapp1.0": { - "imports": [ - "dotnet5.6", - "dnxcore50", - "portable-net45+win8" - ] - } - }, - - "buildOptions": { - "emitEntryPoint": true, - "preserveCompilationContext": true - }, - - "runtimeOptions": { - "gcServer": true - }, - - "publishOptions": { - "include": [ - "wwwroot", - "Views", - "appsettings.json", - "web.config" - ] - }, - - "scripts": { - - } -}