From 86d9d4362d929090d19b82bc1d25bde7730d036c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 22 Mar 2017 13:55:46 +0100 Subject: [PATCH 01/48] Performed initial migration --- Nancy.Next.sln | 288 --- Nancy.Next.sln.DotSettings | 59 - Nancy.sln | 1347 ++++++--------- global.json | 6 - .../Nancy.Demo.Hosting.Kestrel.csproj | 30 + .../Nancy.Demo.Hosting.Kestrel.xproj | 21 - .../Nancy.Demo.Hosting.Kestrel/project.json | 33 - .../Nancy.Authentication.Basic.csproj | 141 -- .../packages.config | 4 - .../Nancy.Authentication.Basic.csproj | 37 + .../Nancy.Authentication.Basic.xproj | 21 - src/Nancy.Authentication.Basic/project.json | 36 - .../Nancy.Authentication.Forms.csproj | 138 -- .../packages.config | 4 - .../Nancy.Authentication.Forms.csproj | 37 + .../Nancy.Authentication.Forms.xproj | 21 - src/Nancy.Authentication.Forms/project.json | 36 - .../Nancy.Authentication.Stateless.csproj | 125 -- .../packages.config | 4 - .../Nancy.Authentication.Stateless.csproj | 37 + .../Nancy.Authentication.Stateless.xproj | 21 - .../project.json | 36 - .../Nancy.Embedded.csproj | 73 - src/Nancy.Embedded.MSBuild/packages.config | 4 - src/Nancy.Embedded/Nancy.Embedded.csproj | 37 + src/Nancy.Embedded/Nancy.Embedded.xproj | 21 - src/Nancy.Embedded/project.json | 37 - .../Nancy.Encryption.MachineKey.csproj | 103 -- .../packages.config | 4 - .../Nancy.Encryption.MachineKey.csproj | 38 + .../Nancy.Encryption.MachineKey.xproj | 21 - src/Nancy.Encryption.MachineKey/project.json | 40 - .../Nancy.Hosting.Aspnet.csproj | 152 -- .../packages.config | 4 - .../Nancy.Hosting.Aspnet.csproj | 45 + .../Nancy.Hosting.Aspnet.xproj | 21 - src/Nancy.Hosting.Aspnet/project.json | 45 - .../Nancy.Hosting.Self.csproj | 155 -- .../packages.config | 4 - .../Nancy.Hosting.Self.csproj | 37 + .../Nancy.Hosting.Self.xproj | 21 - src/Nancy.Hosting.Self/project.json | 34 - src/Nancy.MSBuild/Nancy.csproj | 1537 ----------------- src/Nancy.MSBuild/packages.config | 4 - .../Nancy.Metadata.Modules.csproj | 114 -- .../packages.config | 4 - .../Nancy.Metadata.Modules.csproj | 37 + .../Nancy.Metadata.Modules.xproj | 21 - src/Nancy.Metadata.Modules/project.json | 36 - src/Nancy.Owin.MSBuild/Nancy.Owin.csproj | 99 -- src/Nancy.Owin.MSBuild/packages.config | 5 - src/Nancy.Owin/Nancy.Owin.csproj | 37 + src/Nancy.Owin/Nancy.Owin.xproj | 21 - src/Nancy.Owin/project.json | 32 - .../Nancy.Testing.csproj | 220 --- src/Nancy.Testing.MSBuild/packages.config | 5 - src/Nancy.Testing/Nancy.Testing.csproj | 51 + src/Nancy.Testing/Nancy.Testing.xproj | 21 - src/Nancy.Testing/project.json | 60 - .../Nancy.Validation.DataAnnotations.csproj | 169 -- .../packages.config | 4 - .../Nancy.Validation.DataAnnotations.csproj | 37 + .../Nancy.Validation.DataAnnotations.xproj | 21 - .../project.json | 38 - .../Nancy.Validation.FluentValidation.csproj | 193 --- .../packages.config | 5 - .../Nancy.Validation.FluentValidation.csproj | 38 + .../Nancy.Validation.FluentValidation.xproj | 21 - .../project.json | 36 - .../Nancy.ViewEngines.DotLiquid.csproj | 153 -- .../packages.config | 5 - .../Nancy.ViewEngines.DotLiquid.csproj | 37 + .../Nancy.ViewEngines.DotLiquid.xproj | 21 - src/Nancy.ViewEngines.DotLiquid/project.json | 33 - .../Nancy.ViewEngines.Markdown.csproj | 96 - .../packages.config | 5 - .../Nancy.ViewEngines.Markdown.csproj | 37 + .../Nancy.ViewEngines.Markdown.xproj | 21 - src/Nancy.ViewEngines.Markdown/project.json | 36 - .../Nancy.ViewEngines.Nustache.csproj | 131 -- .../packages.config | 5 - .../Nancy.ViewEngines.Nustache.csproj | 37 + .../Nancy.ViewEngines.Nustache.xproj | 21 - src/Nancy.ViewEngines.Nustache/project.json | 33 - ...cy.ViewEngines.Razor.BuildProviders.csproj | 136 -- .../packages.config | 7 - ...cy.ViewEngines.Razor.BuildProviders.csproj | 32 + ...ncy.ViewEngines.Razor.BuildProviders.xproj | 21 - .../project.json | 27 - .../Nancy.ViewEngines.Razor.csproj | 244 --- .../packages.config | 27 - .../Nancy.ViewEngines.Razor.csproj | 57 + .../Nancy.ViewEngines.Razor.xproj | 21 - src/Nancy.ViewEngines.Razor/project.json | 65 - .../Nancy.ViewEngines.Spark.csproj | 164 -- .../packages.config | 5 - .../Nancy.ViewEngines.Spark.csproj | 39 + .../Nancy.ViewEngines.Spark.xproj | 21 - src/Nancy.ViewEngines.Spark/project.json | 42 - src/Nancy/Nancy.csproj | 71 + src/Nancy/Nancy.xproj | 21 - src/Nancy/project.json | 73 - .../Nancy.Authentication.Basic.Tests.csproj | 166 -- .../packages.config | 12 - .../Nancy.Authentication.Basic.Tests.csproj | 40 + .../Nancy.Authentication.Basic.Tests.xproj | 24 - .../project.json | 37 - .../Nancy.Authentication.Forms.Tests.csproj | 215 --- .../packages.config | 12 - .../Nancy.Authentication.Forms.Tests.csproj | 40 + .../Nancy.Authentication.Forms.Tests.xproj | 24 - .../project.json | 37 - .../Nancy.Embedded.Tests.csproj | 118 -- .../packages.config | 10 - .../Nancy.Embedded.Tests.csproj | 40 + .../Nancy.Embedded.Tests.xproj | 24 - test/Nancy.Embedded.Tests/project.json | 36 - .../Nancy.Encryption.MachineKey.Tests.csproj | 126 -- .../packages.config | 10 - .../Nancy.Encryption.MachineKey.Tests.csproj | 38 + .../Nancy.Encryption.MachineKey.Tests.xproj | 24 - .../project.json | 27 - .../Nancy.Hosting.Aspnet.Tests.csproj | 165 -- .../packages.config | 12 - .../Nancy.Hosting.Aspnet.Tests.csproj | 38 + .../Nancy.Hosting.Aspnet.Tests.xproj | 24 - test/Nancy.Hosting.Aspnet.Tests/project.json | 27 - .../Nancy.Hosting.Self.Tests.csproj | 176 -- .../packages.config | 12 - .../Nancy.Hosting.Self.Tests.csproj | 43 + .../Nancy.Hosting.Self.Tests.xproj | 24 - test/Nancy.Hosting.Self.Tests/project.json | 39 - .../Nancy.Metadata.Modules.Tests.csproj | 148 -- .../packages.config | 12 - .../Nancy.Metadata.Modules.Tests.csproj | 39 + .../Nancy.Metadata.Modules.Tests.xproj | 24 - .../Nancy.Metadata.Modules.Tests/project.json | 35 - .../Nancy.Owin.Tests.csproj | 150 -- test/Nancy.Owin.Tests.MSBuild/packages.config | 19 - test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 45 + test/Nancy.Owin.Tests/Nancy.Owin.Tests.xproj | 24 - test/Nancy.Owin.Tests/project.json | 40 - .../Nancy.Testing.Tests.csproj | 235 --- .../packages.config | 13 - .../Nancy.Testing.Tests.csproj | 48 + .../Nancy.Testing.Tests.xproj | 24 - test/Nancy.Testing.Tests/project.json | 50 - .../Nancy.Tests.Functional.csproj | 245 --- .../Tests/DefaultJsonSerializerTests.cs | 68 - .../Tests/DefaultXmlSerializerTests.cs | 68 - .../packages.config | 10 - .../Nancy.Tests.Functional.csproj | 47 + .../Nancy.Tests.Functional.xproj | 24 - test/Nancy.Tests.Functional/project.json | 57 - test/Nancy.Tests.MSBuild/Nancy.Tests.csproj | 750 -------- test/Nancy.Tests.MSBuild/packages.config | 12 - test/Nancy.Tests/Nancy.Tests.csproj | 58 + test/Nancy.Tests/Nancy.Tests.xproj | 24 - test/Nancy.Tests/project.json | 57 - ...cy.Validation.DataAnnotations.Tests.csproj | 171 -- .../packages.config | 12 - ...y.Validation.DataAnnotatioins.Tests.csproj | 40 + ...cy.Validation.DataAnnotatioins.Tests.xproj | 24 - .../project.json | 29 - ...y.Validation.FluentValidation.Tests.csproj | 164 -- .../packages.config | 13 - ...y.Validation.FluentValidation.Tests.csproj | 40 + ...cy.Validation.FluentValidation.Tests.xproj | 24 - .../project.json | 36 - .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 200 --- .../packages.config | 13 - .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 44 + .../Nancy.ViewEngines.DotLiquid.Tests.xproj | 24 - .../project.json | 33 - .../Nancy.ViewEngines.Markdown.Tests.csproj | 167 -- .../packages.config | 13 - .../Nancy.ViewEngines.Markdown.Tests.csproj | 42 + .../Nancy.ViewEngines.Markdown.Tests.xproj | 24 - .../project.json | 31 - .../Nancy.ViewEngines.Razor.Tests.csproj | 255 --- .../packages.config | 12 - ...ancy.ViewEngines.Razor.Tests.Models.csproj | 125 -- .../packages.config | 4 - ...ancy.ViewEngines.Razor.Tests.Models.csproj | 18 + ...Nancy.ViewEngines.Razor.Tests.Models.xproj | 21 - .../project.json | 5 - .../Nancy.ViewEngines.Razor.Tests.csproj | 43 + .../Nancy.ViewEngines.Razor.Tests.xproj | 24 - .../project.json | 32 - .../Nancy.ViewEngines.Spark.Tests.csproj | 324 ---- .../packages.config | 13 - 191 files changed, 2041 insertions(+), 11913 deletions(-) delete mode 100644 Nancy.Next.sln delete mode 100644 Nancy.Next.sln.DotSettings delete mode 100644 global.json create mode 100644 samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj delete mode 100644 samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.xproj delete mode 100644 samples/Nancy.Demo.Hosting.Kestrel/project.json delete mode 100644 src/Nancy.Authentication.Basic.MSBuild/Nancy.Authentication.Basic.csproj delete mode 100644 src/Nancy.Authentication.Basic.MSBuild/packages.config create mode 100644 src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj delete mode 100644 src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.xproj delete mode 100644 src/Nancy.Authentication.Basic/project.json delete mode 100644 src/Nancy.Authentication.Forms.MSBuild/Nancy.Authentication.Forms.csproj delete mode 100644 src/Nancy.Authentication.Forms.MSBuild/packages.config create mode 100644 src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj delete mode 100644 src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.xproj delete mode 100644 src/Nancy.Authentication.Forms/project.json delete mode 100644 src/Nancy.Authentication.Stateless.MSBuild/Nancy.Authentication.Stateless.csproj delete mode 100644 src/Nancy.Authentication.Stateless.MSBuild/packages.config create mode 100644 src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj delete mode 100644 src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.xproj delete mode 100644 src/Nancy.Authentication.Stateless/project.json delete mode 100644 src/Nancy.Embedded.MSBuild/Nancy.Embedded.csproj delete mode 100644 src/Nancy.Embedded.MSBuild/packages.config create mode 100644 src/Nancy.Embedded/Nancy.Embedded.csproj delete mode 100644 src/Nancy.Embedded/Nancy.Embedded.xproj delete mode 100644 src/Nancy.Embedded/project.json delete mode 100644 src/Nancy.Encryption.MachineKey.MSBuild/Nancy.Encryption.MachineKey.csproj delete mode 100644 src/Nancy.Encryption.MachineKey.MSBuild/packages.config create mode 100644 src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj delete mode 100644 src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.xproj delete mode 100644 src/Nancy.Encryption.MachineKey/project.json delete mode 100644 src/Nancy.Hosting.Aspnet.MSBuild/Nancy.Hosting.Aspnet.csproj delete mode 100644 src/Nancy.Hosting.Aspnet.MSBuild/packages.config create mode 100644 src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj delete mode 100644 src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.xproj delete mode 100644 src/Nancy.Hosting.Aspnet/project.json delete mode 100644 src/Nancy.Hosting.Self.MSBuild/Nancy.Hosting.Self.csproj delete mode 100644 src/Nancy.Hosting.Self.MSBuild/packages.config create mode 100644 src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj delete mode 100644 src/Nancy.Hosting.Self/Nancy.Hosting.Self.xproj delete mode 100644 src/Nancy.Hosting.Self/project.json delete mode 100644 src/Nancy.MSBuild/Nancy.csproj delete mode 100644 src/Nancy.MSBuild/packages.config delete mode 100644 src/Nancy.Metadata.Modules.MSBuild/Nancy.Metadata.Modules.csproj delete mode 100644 src/Nancy.Metadata.Modules.MSBuild/packages.config create mode 100644 src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj delete mode 100644 src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.xproj delete mode 100644 src/Nancy.Metadata.Modules/project.json delete mode 100644 src/Nancy.Owin.MSBuild/Nancy.Owin.csproj delete mode 100644 src/Nancy.Owin.MSBuild/packages.config create mode 100644 src/Nancy.Owin/Nancy.Owin.csproj delete mode 100644 src/Nancy.Owin/Nancy.Owin.xproj delete mode 100644 src/Nancy.Owin/project.json delete mode 100644 src/Nancy.Testing.MSBuild/Nancy.Testing.csproj delete mode 100644 src/Nancy.Testing.MSBuild/packages.config create mode 100644 src/Nancy.Testing/Nancy.Testing.csproj delete mode 100644 src/Nancy.Testing/Nancy.Testing.xproj delete mode 100644 src/Nancy.Testing/project.json delete mode 100644 src/Nancy.Validation.DataAnnotations.MSBuild/Nancy.Validation.DataAnnotations.csproj delete mode 100644 src/Nancy.Validation.DataAnnotations.MSBuild/packages.config create mode 100644 src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj delete mode 100644 src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.xproj delete mode 100644 src/Nancy.Validation.DataAnnotations/project.json delete mode 100644 src/Nancy.Validation.FluentValidation.MSBuild/Nancy.Validation.FluentValidation.csproj delete mode 100644 src/Nancy.Validation.FluentValidation.MSBuild/packages.config create mode 100644 src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj delete mode 100644 src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.xproj delete mode 100644 src/Nancy.Validation.FluentValidation/project.json delete mode 100644 src/Nancy.ViewEngines.DotLiquid.MSBuild/Nancy.ViewEngines.DotLiquid.csproj delete mode 100644 src/Nancy.ViewEngines.DotLiquid.MSBuild/packages.config create mode 100644 src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj delete mode 100644 src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.xproj delete mode 100644 src/Nancy.ViewEngines.DotLiquid/project.json delete mode 100644 src/Nancy.ViewEngines.Markdown.MSBuild/Nancy.ViewEngines.Markdown.csproj delete mode 100644 src/Nancy.ViewEngines.Markdown.MSBuild/packages.config create mode 100644 src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj delete mode 100644 src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.xproj delete mode 100644 src/Nancy.ViewEngines.Markdown/project.json delete mode 100644 src/Nancy.ViewEngines.Nustache.MSBuild/Nancy.ViewEngines.Nustache.csproj delete mode 100644 src/Nancy.ViewEngines.Nustache.MSBuild/packages.config create mode 100644 src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj delete mode 100644 src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.xproj delete mode 100644 src/Nancy.ViewEngines.Nustache/project.json delete mode 100644 src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/Nancy.ViewEngines.Razor.BuildProviders.csproj delete mode 100644 src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/packages.config create mode 100644 src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj delete mode 100644 src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.xproj delete mode 100644 src/Nancy.ViewEngines.Razor.BuildProviders/project.json delete mode 100644 src/Nancy.ViewEngines.Razor.MSBuild/Nancy.ViewEngines.Razor.csproj delete mode 100644 src/Nancy.ViewEngines.Razor.MSBuild/packages.config create mode 100644 src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj delete mode 100644 src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.xproj delete mode 100644 src/Nancy.ViewEngines.Razor/project.json delete mode 100644 src/Nancy.ViewEngines.Spark.MSBuild/Nancy.ViewEngines.Spark.csproj delete mode 100644 src/Nancy.ViewEngines.Spark.MSBuild/packages.config create mode 100644 src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj delete mode 100644 src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.xproj delete mode 100644 src/Nancy.ViewEngines.Spark/project.json create mode 100644 src/Nancy/Nancy.csproj delete mode 100644 src/Nancy/Nancy.xproj delete mode 100644 src/Nancy/project.json delete mode 100644 test/Nancy.Authentication.Basic.Tests.MSBuild/Nancy.Authentication.Basic.Tests.csproj delete mode 100644 test/Nancy.Authentication.Basic.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj delete mode 100644 test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.xproj delete mode 100644 test/Nancy.Authentication.Basic.Tests/project.json delete mode 100644 test/Nancy.Authentication.Forms.Tests.MSBuild/Nancy.Authentication.Forms.Tests.csproj delete mode 100644 test/Nancy.Authentication.Forms.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj delete mode 100644 test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.xproj delete mode 100644 test/Nancy.Authentication.Forms.Tests/project.json delete mode 100644 test/Nancy.Embedded.Tests.MSBuild/Nancy.Embedded.Tests.csproj delete mode 100644 test/Nancy.Embedded.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj delete mode 100644 test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.xproj delete mode 100644 test/Nancy.Embedded.Tests/project.json delete mode 100644 test/Nancy.Encryption.MachineKey.Tests.MSBuild/Nancy.Encryption.MachineKey.Tests.csproj delete mode 100644 test/Nancy.Encryption.MachineKey.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj delete mode 100644 test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.xproj delete mode 100644 test/Nancy.Encryption.MachineKey.Tests/project.json delete mode 100644 test/Nancy.Hosting.Aspnet.Tests.MSBuild/Nancy.Hosting.Aspnet.Tests.csproj delete mode 100644 test/Nancy.Hosting.Aspnet.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj delete mode 100644 test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.xproj delete mode 100644 test/Nancy.Hosting.Aspnet.Tests/project.json delete mode 100644 test/Nancy.Hosting.Self.Tests.MSBuild/Nancy.Hosting.Self.Tests.csproj delete mode 100644 test/Nancy.Hosting.Self.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj delete mode 100644 test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.xproj delete mode 100644 test/Nancy.Hosting.Self.Tests/project.json delete mode 100644 test/Nancy.Metadata.Modules.Tests.MSBuild/Nancy.Metadata.Modules.Tests.csproj delete mode 100644 test/Nancy.Metadata.Modules.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj delete mode 100644 test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.xproj delete mode 100644 test/Nancy.Metadata.Modules.Tests/project.json delete mode 100644 test/Nancy.Owin.Tests.MSBuild/Nancy.Owin.Tests.csproj delete mode 100644 test/Nancy.Owin.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj delete mode 100644 test/Nancy.Owin.Tests/Nancy.Owin.Tests.xproj delete mode 100644 test/Nancy.Owin.Tests/project.json delete mode 100644 test/Nancy.Testing.Tests.MSBuild/Nancy.Testing.Tests.csproj delete mode 100644 test/Nancy.Testing.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj delete mode 100644 test/Nancy.Testing.Tests/Nancy.Testing.Tests.xproj delete mode 100644 test/Nancy.Testing.Tests/project.json delete mode 100644 test/Nancy.Tests.Functional.MSBuild/Nancy.Tests.Functional.csproj delete mode 100644 test/Nancy.Tests.Functional.MSBuild/Tests/DefaultJsonSerializerTests.cs delete mode 100644 test/Nancy.Tests.Functional.MSBuild/Tests/DefaultXmlSerializerTests.cs delete mode 100644 test/Nancy.Tests.Functional.MSBuild/packages.config create mode 100644 test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj delete mode 100644 test/Nancy.Tests.Functional/Nancy.Tests.Functional.xproj delete mode 100644 test/Nancy.Tests.Functional/project.json delete mode 100644 test/Nancy.Tests.MSBuild/Nancy.Tests.csproj delete mode 100644 test/Nancy.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Tests/Nancy.Tests.csproj delete mode 100644 test/Nancy.Tests/Nancy.Tests.xproj delete mode 100644 test/Nancy.Tests/project.json delete mode 100644 test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/Nancy.Validation.DataAnnotations.Tests.csproj delete mode 100644 test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj delete mode 100644 test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.xproj delete mode 100644 test/Nancy.Validation.DataAnnotatioins.Tests/project.json delete mode 100644 test/Nancy.Validation.FluentValidation.Tests.MSBuild/Nancy.Validation.FluentValidation.Tests.csproj delete mode 100644 test/Nancy.Validation.FluentValidation.Tests.MSBuild/packages.config create mode 100644 test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj delete mode 100644 test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.xproj delete mode 100644 test/Nancy.Validation.FluentValidation.Tests/project.json delete mode 100644 test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/Nancy.ViewEngines.DotLiquid.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/packages.config create mode 100644 test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.xproj delete mode 100644 test/Nancy.ViewEngines.DotLiquid.Tests/project.json delete mode 100644 test/Nancy.ViewEngines.Markdown.Tests.MSBuild/Nancy.ViewEngines.Markdown.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.Markdown.Tests.MSBuild/packages.config create mode 100644 test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.xproj delete mode 100644 test/Nancy.ViewEngines.Markdown.Tests/project.json delete mode 100644 test/Nancy.ViewEngines.Razor.Tests.MSBuild/Nancy.ViewEngines.Razor.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.Razor.Tests.MSBuild/packages.config delete mode 100644 test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/Nancy.ViewEngines.Razor.Tests.Models.csproj delete mode 100644 test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/packages.config create mode 100644 test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj delete mode 100644 test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.xproj delete mode 100644 test/Nancy.ViewEngines.Razor.Tests.Models/project.json create mode 100644 test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.xproj delete mode 100644 test/Nancy.ViewEngines.Razor.Tests/project.json delete mode 100644 test/Nancy.ViewEngines.Spark.Tests.MSBuild/Nancy.ViewEngines.Spark.Tests.csproj delete mode 100644 test/Nancy.ViewEngines.Spark.Tests.MSBuild/packages.config diff --git a/Nancy.Next.sln b/Nancy.Next.sln deleted file mode 100644 index aa2b1e6ec4..0000000000 --- a/Nancy.Next.sln +++ /dev/null @@ -1,288 +0,0 @@ -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5734E9DC-CF67-4337-B28E-695280598B88}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy", "src\Nancy\Nancy.xproj", "{87C7C329-1824-4AC7-AF25-3D06068A01F6}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{AAB0D92A-7B90-478A-8360-3E6A20BD0B71}" - ProjectSection(SolutionItems) = preProject - global.json = global.json - NuGet.config = NuGet.config - EndProjectSection -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Authentication.Basic", "src\Nancy.Authentication.Basic\Nancy.Authentication.Basic.xproj", "{0C3B1176-A01D-4EDD-A0B8-17F04C513025}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Authentication.Forms", "src\Nancy.Authentication.Forms\Nancy.Authentication.Forms.xproj", "{52B05C75-46F1-4C1B-B660-EDD88BA38924}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Authentication.Stateless", "src\Nancy.Authentication.Stateless\Nancy.Authentication.Stateless.xproj", "{7C8CD644-8C3E-491D-9583-CCDD352223C8}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Embedded", "src\Nancy.Embedded\Nancy.Embedded.xproj", "{A4DEDD2F-5565-404A-B60F-98217221518D}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Encryption.MachineKey", "src\Nancy.Encryption.MachineKey\Nancy.Encryption.MachineKey.xproj", "{186CAB00-195D-490F-873B-0B2B0FB546F2}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Hosting.Aspnet", "src\Nancy.Hosting.Aspnet\Nancy.Hosting.Aspnet.xproj", "{4262AB60-E51D-43D1-AE63-D60ED24CF04F}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Hosting.Self", "src\Nancy.Hosting.Self\Nancy.Hosting.Self.xproj", "{A3A80C91-557A-44DE-BD0F-AC3E96903424}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Metadata.Modules", "src\Nancy.Metadata.Modules\Nancy.Metadata.Modules.xproj", "{AD0737D9-12D7-449F-9B2D-A3045731C946}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Owin", "src\Nancy.Owin\Nancy.Owin.xproj", "{BAA9CBDF-F6B7-4C85-8A22-6A316A4ACC46}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Testing", "src\Nancy.Testing\Nancy.Testing.xproj", "{E948F38F-4F8B-41FE-8F49-4792F4EC2531}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Validation.DataAnnotations", "src\Nancy.Validation.DataAnnotations\Nancy.Validation.DataAnnotations.xproj", "{21FB2D6B-2525-4A24-BF66-D34941C7FA88}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Validation.FluentValidation", "src\Nancy.Validation.FluentValidation\Nancy.Validation.FluentValidation.xproj", "{35B9DD79-D65A-423C-9DC0-59DCF3BF2E98}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.DotLiquid", "src\Nancy.ViewEngines.DotLiquid\Nancy.ViewEngines.DotLiquid.xproj", "{98FEBB4D-CFF9-4318-B2F0-C5DCC5436A47}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Markdown", "src\Nancy.ViewEngines.Markdown\Nancy.ViewEngines.Markdown.xproj", "{CFA5BBCB-B41B-47C0-A4D2-FA243FC6ECC6}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Nustache", "src\Nancy.ViewEngines.Nustache\Nancy.ViewEngines.Nustache.xproj", "{32E22782-7A5E-4546-B2DB-F3628EA36361}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Razor", "src\Nancy.ViewEngines.Razor\Nancy.ViewEngines.Razor.xproj", "{3A376B78-DD7D-4450-9FDE-F7236FAA6E63}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Razor.BuildProviders", "src\Nancy.ViewEngines.Razor.BuildProviders\Nancy.ViewEngines.Razor.BuildProviders.xproj", "{26DF3BE0-146B-43A6-B230-D5B33355F415}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Spark", "src\Nancy.ViewEngines.Spark\Nancy.ViewEngines.Spark.xproj", "{25E3AB38-D95E-4D11-B0F0-0F60571A97A0}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Tests", "test\Nancy.Tests\Nancy.Tests.xproj", "{3BA7D452-98E5-47B0-BD1E-DC348E13A72A}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Authentication.Basic.Tests", "test\Nancy.Authentication.Basic.Tests\Nancy.Authentication.Basic.Tests.xproj", "{51494B38-0D18-4B9D-AB75-39E804747D5F}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Authentication.Forms.Tests", "test\Nancy.Authentication.Forms.Tests\Nancy.Authentication.Forms.Tests.xproj", "{93E15BE9-BF06-4F94-A42F-BFD664774DC5}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Embedded.Tests", "test\Nancy.Embedded.Tests\Nancy.Embedded.Tests.xproj", "{838F9240-4541-4646-AAC2-0EAA6F05A654}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Encryption.MachineKey.Tests", "test\Nancy.Encryption.MachineKey.Tests\Nancy.Encryption.MachineKey.Tests.xproj", "{FF8C9795-2AD5-45E6-851D-6BDF8A7841CE}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Hosting.Aspnet.Tests", "test\Nancy.Hosting.Aspnet.Tests\Nancy.Hosting.Aspnet.Tests.xproj", "{98067EC0-5028-432F-B94A-99195D70B76F}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Hosting.Self.Tests", "test\Nancy.Hosting.Self.Tests\Nancy.Hosting.Self.Tests.xproj", "{21AA5847-70DF-4C96-9AED-1C9A9AF9325C}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Metadata.Modules.Tests", "test\Nancy.Metadata.Modules.Tests\Nancy.Metadata.Modules.Tests.xproj", "{E5047274-5A15-41C6-986F-A6A36588A012}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Owin.Tests", "test\Nancy.Owin.Tests\Nancy.Owin.Tests.xproj", "{10771591-D09D-4FCC-990E-3982006FB1FA}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Testing.Tests", "test\Nancy.Testing.Tests\Nancy.Testing.Tests.xproj", "{CEFF8372-2F7A-41CB-8F13-164ABBA8ACA2}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Validation.DataAnnotatioins.Tests", "test\Nancy.Validation.DataAnnotatioins.Tests\Nancy.Validation.DataAnnotatioins.Tests.xproj", "{8830DBE0-2162-4F35-8D81-1577F17ABB10}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Validation.FluentValidation.Tests", "test\Nancy.Validation.FluentValidation.Tests\Nancy.Validation.FluentValidation.Tests.xproj", "{8DD96D02-C6D3-435B-B0F7-2460161A250F}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.DotLiquid.Tests", "test\Nancy.ViewEngines.DotLiquid.Tests\Nancy.ViewEngines.DotLiquid.Tests.xproj", "{91F4EA23-788B-4E54-A38E-FE738B3BF2F1}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Markdown.Tests", "test\Nancy.ViewEngines.Markdown.Tests\Nancy.ViewEngines.Markdown.Tests.xproj", "{C46BFAA7-F471-45A6-A5AC-FCF9390408EE}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Razor.Tests", "test\Nancy.ViewEngines.Razor.Tests\Nancy.ViewEngines.Razor.Tests.xproj", "{A24271FA-E058-42E0-BB7D-3C8C43DF4B04}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.ViewEngines.Razor.Tests.Models", "test\Nancy.ViewEngines.Razor.Tests.Models\Nancy.ViewEngines.Razor.Tests.Models.xproj", "{31FA18D3-24AD-4AB0-B297-5A2FD871989E}" -EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AA791E28-7914-439A-B59A-580B8D8FE95D}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Demo.Hosting.Kestrel", "samples\Nancy.Demo.Hosting.Kestrel\Nancy.Demo.Hosting.Kestrel.xproj", "{9921E059-612B-4011-9AB6-FD30E69850A1}" -EndProject -Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Nancy.Tests.Functional", "test\Nancy.Tests.Functional\Nancy.Tests.Functional.xproj", "{742AC687-FC9A-4534-BB50-3D91738563A7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {87C7C329-1824-4AC7-AF25-3D06068A01F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {87C7C329-1824-4AC7-AF25-3D06068A01F6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {87C7C329-1824-4AC7-AF25-3D06068A01F6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {87C7C329-1824-4AC7-AF25-3D06068A01F6}.Release|Any CPU.Build.0 = Release|Any CPU - {0C3B1176-A01D-4EDD-A0B8-17F04C513025}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0C3B1176-A01D-4EDD-A0B8-17F04C513025}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0C3B1176-A01D-4EDD-A0B8-17F04C513025}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0C3B1176-A01D-4EDD-A0B8-17F04C513025}.Release|Any CPU.Build.0 = Release|Any CPU - {52B05C75-46F1-4C1B-B660-EDD88BA38924}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {52B05C75-46F1-4C1B-B660-EDD88BA38924}.Debug|Any CPU.Build.0 = Debug|Any CPU - {52B05C75-46F1-4C1B-B660-EDD88BA38924}.Release|Any CPU.ActiveCfg = Release|Any CPU - {52B05C75-46F1-4C1B-B660-EDD88BA38924}.Release|Any CPU.Build.0 = Release|Any CPU - {7C8CD644-8C3E-491D-9583-CCDD352223C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7C8CD644-8C3E-491D-9583-CCDD352223C8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7C8CD644-8C3E-491D-9583-CCDD352223C8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7C8CD644-8C3E-491D-9583-CCDD352223C8}.Release|Any CPU.Build.0 = Release|Any CPU - {A4DEDD2F-5565-404A-B60F-98217221518D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A4DEDD2F-5565-404A-B60F-98217221518D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A4DEDD2F-5565-404A-B60F-98217221518D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A4DEDD2F-5565-404A-B60F-98217221518D}.Release|Any CPU.Build.0 = Release|Any CPU - {186CAB00-195D-490F-873B-0B2B0FB546F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {186CAB00-195D-490F-873B-0B2B0FB546F2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {186CAB00-195D-490F-873B-0B2B0FB546F2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {186CAB00-195D-490F-873B-0B2B0FB546F2}.Release|Any CPU.Build.0 = Release|Any CPU - {4262AB60-E51D-43D1-AE63-D60ED24CF04F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4262AB60-E51D-43D1-AE63-D60ED24CF04F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4262AB60-E51D-43D1-AE63-D60ED24CF04F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4262AB60-E51D-43D1-AE63-D60ED24CF04F}.Release|Any CPU.Build.0 = Release|Any CPU - {A3A80C91-557A-44DE-BD0F-AC3E96903424}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A3A80C91-557A-44DE-BD0F-AC3E96903424}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A3A80C91-557A-44DE-BD0F-AC3E96903424}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A3A80C91-557A-44DE-BD0F-AC3E96903424}.Release|Any CPU.Build.0 = Release|Any CPU - {AD0737D9-12D7-449F-9B2D-A3045731C946}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AD0737D9-12D7-449F-9B2D-A3045731C946}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AD0737D9-12D7-449F-9B2D-A3045731C946}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AD0737D9-12D7-449F-9B2D-A3045731C946}.Release|Any CPU.Build.0 = Release|Any CPU - {BAA9CBDF-F6B7-4C85-8A22-6A316A4ACC46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BAA9CBDF-F6B7-4C85-8A22-6A316A4ACC46}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BAA9CBDF-F6B7-4C85-8A22-6A316A4ACC46}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BAA9CBDF-F6B7-4C85-8A22-6A316A4ACC46}.Release|Any CPU.Build.0 = Release|Any CPU - {E948F38F-4F8B-41FE-8F49-4792F4EC2531}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E948F38F-4F8B-41FE-8F49-4792F4EC2531}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E948F38F-4F8B-41FE-8F49-4792F4EC2531}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E948F38F-4F8B-41FE-8F49-4792F4EC2531}.Release|Any CPU.Build.0 = Release|Any CPU - {21FB2D6B-2525-4A24-BF66-D34941C7FA88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {21FB2D6B-2525-4A24-BF66-D34941C7FA88}.Debug|Any CPU.Build.0 = Debug|Any CPU - {21FB2D6B-2525-4A24-BF66-D34941C7FA88}.Release|Any CPU.ActiveCfg = Release|Any CPU - {21FB2D6B-2525-4A24-BF66-D34941C7FA88}.Release|Any CPU.Build.0 = Release|Any CPU - {35B9DD79-D65A-423C-9DC0-59DCF3BF2E98}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {35B9DD79-D65A-423C-9DC0-59DCF3BF2E98}.Debug|Any CPU.Build.0 = Debug|Any CPU - {35B9DD79-D65A-423C-9DC0-59DCF3BF2E98}.Release|Any CPU.ActiveCfg = Release|Any CPU - {35B9DD79-D65A-423C-9DC0-59DCF3BF2E98}.Release|Any CPU.Build.0 = Release|Any CPU - {98FEBB4D-CFF9-4318-B2F0-C5DCC5436A47}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {98FEBB4D-CFF9-4318-B2F0-C5DCC5436A47}.Debug|Any CPU.Build.0 = Debug|Any CPU - {98FEBB4D-CFF9-4318-B2F0-C5DCC5436A47}.Release|Any CPU.ActiveCfg = Release|Any CPU - {98FEBB4D-CFF9-4318-B2F0-C5DCC5436A47}.Release|Any CPU.Build.0 = Release|Any CPU - {CFA5BBCB-B41B-47C0-A4D2-FA243FC6ECC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CFA5BBCB-B41B-47C0-A4D2-FA243FC6ECC6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CFA5BBCB-B41B-47C0-A4D2-FA243FC6ECC6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CFA5BBCB-B41B-47C0-A4D2-FA243FC6ECC6}.Release|Any CPU.Build.0 = Release|Any CPU - {32E22782-7A5E-4546-B2DB-F3628EA36361}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {32E22782-7A5E-4546-B2DB-F3628EA36361}.Debug|Any CPU.Build.0 = Debug|Any CPU - {32E22782-7A5E-4546-B2DB-F3628EA36361}.Release|Any CPU.ActiveCfg = Release|Any CPU - {32E22782-7A5E-4546-B2DB-F3628EA36361}.Release|Any CPU.Build.0 = Release|Any CPU - {3A376B78-DD7D-4450-9FDE-F7236FAA6E63}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3A376B78-DD7D-4450-9FDE-F7236FAA6E63}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3A376B78-DD7D-4450-9FDE-F7236FAA6E63}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3A376B78-DD7D-4450-9FDE-F7236FAA6E63}.Release|Any CPU.Build.0 = Release|Any CPU - {26DF3BE0-146B-43A6-B230-D5B33355F415}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {26DF3BE0-146B-43A6-B230-D5B33355F415}.Debug|Any CPU.Build.0 = Debug|Any CPU - {26DF3BE0-146B-43A6-B230-D5B33355F415}.Release|Any CPU.ActiveCfg = Release|Any CPU - {26DF3BE0-146B-43A6-B230-D5B33355F415}.Release|Any CPU.Build.0 = Release|Any CPU - {25E3AB38-D95E-4D11-B0F0-0F60571A97A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {25E3AB38-D95E-4D11-B0F0-0F60571A97A0}.Debug|Any CPU.Build.0 = Debug|Any CPU - {25E3AB38-D95E-4D11-B0F0-0F60571A97A0}.Release|Any CPU.ActiveCfg = Release|Any CPU - {25E3AB38-D95E-4D11-B0F0-0F60571A97A0}.Release|Any CPU.Build.0 = Release|Any CPU - {3BA7D452-98E5-47B0-BD1E-DC348E13A72A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3BA7D452-98E5-47B0-BD1E-DC348E13A72A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3BA7D452-98E5-47B0-BD1E-DC348E13A72A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3BA7D452-98E5-47B0-BD1E-DC348E13A72A}.Release|Any CPU.Build.0 = Release|Any CPU - {51494B38-0D18-4B9D-AB75-39E804747D5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {51494B38-0D18-4B9D-AB75-39E804747D5F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {51494B38-0D18-4B9D-AB75-39E804747D5F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {51494B38-0D18-4B9D-AB75-39E804747D5F}.Release|Any CPU.Build.0 = Release|Any CPU - {93E15BE9-BF06-4F94-A42F-BFD664774DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {93E15BE9-BF06-4F94-A42F-BFD664774DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {93E15BE9-BF06-4F94-A42F-BFD664774DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {93E15BE9-BF06-4F94-A42F-BFD664774DC5}.Release|Any CPU.Build.0 = Release|Any CPU - {838F9240-4541-4646-AAC2-0EAA6F05A654}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {838F9240-4541-4646-AAC2-0EAA6F05A654}.Debug|Any CPU.Build.0 = Debug|Any CPU - {838F9240-4541-4646-AAC2-0EAA6F05A654}.Release|Any CPU.ActiveCfg = Release|Any CPU - {838F9240-4541-4646-AAC2-0EAA6F05A654}.Release|Any CPU.Build.0 = Release|Any CPU - {FF8C9795-2AD5-45E6-851D-6BDF8A7841CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FF8C9795-2AD5-45E6-851D-6BDF8A7841CE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FF8C9795-2AD5-45E6-851D-6BDF8A7841CE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FF8C9795-2AD5-45E6-851D-6BDF8A7841CE}.Release|Any CPU.Build.0 = Release|Any CPU - {98067EC0-5028-432F-B94A-99195D70B76F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {98067EC0-5028-432F-B94A-99195D70B76F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {98067EC0-5028-432F-B94A-99195D70B76F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {98067EC0-5028-432F-B94A-99195D70B76F}.Release|Any CPU.Build.0 = Release|Any CPU - {21AA5847-70DF-4C96-9AED-1C9A9AF9325C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {21AA5847-70DF-4C96-9AED-1C9A9AF9325C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {21AA5847-70DF-4C96-9AED-1C9A9AF9325C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {21AA5847-70DF-4C96-9AED-1C9A9AF9325C}.Release|Any CPU.Build.0 = Release|Any CPU - {E5047274-5A15-41C6-986F-A6A36588A012}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E5047274-5A15-41C6-986F-A6A36588A012}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E5047274-5A15-41C6-986F-A6A36588A012}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E5047274-5A15-41C6-986F-A6A36588A012}.Release|Any CPU.Build.0 = Release|Any CPU - {10771591-D09D-4FCC-990E-3982006FB1FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {10771591-D09D-4FCC-990E-3982006FB1FA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {10771591-D09D-4FCC-990E-3982006FB1FA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {10771591-D09D-4FCC-990E-3982006FB1FA}.Release|Any CPU.Build.0 = Release|Any CPU - {CEFF8372-2F7A-41CB-8F13-164ABBA8ACA2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CEFF8372-2F7A-41CB-8F13-164ABBA8ACA2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CEFF8372-2F7A-41CB-8F13-164ABBA8ACA2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CEFF8372-2F7A-41CB-8F13-164ABBA8ACA2}.Release|Any CPU.Build.0 = Release|Any CPU - {8830DBE0-2162-4F35-8D81-1577F17ABB10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8830DBE0-2162-4F35-8D81-1577F17ABB10}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8830DBE0-2162-4F35-8D81-1577F17ABB10}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8830DBE0-2162-4F35-8D81-1577F17ABB10}.Release|Any CPU.Build.0 = Release|Any CPU - {8DD96D02-C6D3-435B-B0F7-2460161A250F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8DD96D02-C6D3-435B-B0F7-2460161A250F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8DD96D02-C6D3-435B-B0F7-2460161A250F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8DD96D02-C6D3-435B-B0F7-2460161A250F}.Release|Any CPU.Build.0 = Release|Any CPU - {91F4EA23-788B-4E54-A38E-FE738B3BF2F1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {91F4EA23-788B-4E54-A38E-FE738B3BF2F1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {91F4EA23-788B-4E54-A38E-FE738B3BF2F1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {91F4EA23-788B-4E54-A38E-FE738B3BF2F1}.Release|Any CPU.Build.0 = Release|Any CPU - {C46BFAA7-F471-45A6-A5AC-FCF9390408EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C46BFAA7-F471-45A6-A5AC-FCF9390408EE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C46BFAA7-F471-45A6-A5AC-FCF9390408EE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C46BFAA7-F471-45A6-A5AC-FCF9390408EE}.Release|Any CPU.Build.0 = Release|Any CPU - {A24271FA-E058-42E0-BB7D-3C8C43DF4B04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A24271FA-E058-42E0-BB7D-3C8C43DF4B04}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A24271FA-E058-42E0-BB7D-3C8C43DF4B04}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A24271FA-E058-42E0-BB7D-3C8C43DF4B04}.Release|Any CPU.Build.0 = Release|Any CPU - {31FA18D3-24AD-4AB0-B297-5A2FD871989E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {31FA18D3-24AD-4AB0-B297-5A2FD871989E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {31FA18D3-24AD-4AB0-B297-5A2FD871989E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {31FA18D3-24AD-4AB0-B297-5A2FD871989E}.Release|Any CPU.Build.0 = Release|Any CPU - {9921E059-612B-4011-9AB6-FD30E69850A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {9921E059-612B-4011-9AB6-FD30E69850A1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9921E059-612B-4011-9AB6-FD30E69850A1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {9921E059-612B-4011-9AB6-FD30E69850A1}.Release|Any CPU.Build.0 = Release|Any CPU - {742AC687-FC9A-4534-BB50-3D91738563A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {742AC687-FC9A-4534-BB50-3D91738563A7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {742AC687-FC9A-4534-BB50-3D91738563A7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {742AC687-FC9A-4534-BB50-3D91738563A7}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection - GlobalSection(NestedProjects) = preSolution - {87C7C329-1824-4AC7-AF25-3D06068A01F6} = {5734E9DC-CF67-4337-B28E-695280598B88} - {0C3B1176-A01D-4EDD-A0B8-17F04C513025} = {5734E9DC-CF67-4337-B28E-695280598B88} - {52B05C75-46F1-4C1B-B660-EDD88BA38924} = {5734E9DC-CF67-4337-B28E-695280598B88} - {7C8CD644-8C3E-491D-9583-CCDD352223C8} = {5734E9DC-CF67-4337-B28E-695280598B88} - {A4DEDD2F-5565-404A-B60F-98217221518D} = {5734E9DC-CF67-4337-B28E-695280598B88} - {186CAB00-195D-490F-873B-0B2B0FB546F2} = {5734E9DC-CF67-4337-B28E-695280598B88} - {4262AB60-E51D-43D1-AE63-D60ED24CF04F} = {5734E9DC-CF67-4337-B28E-695280598B88} - {A3A80C91-557A-44DE-BD0F-AC3E96903424} = {5734E9DC-CF67-4337-B28E-695280598B88} - {AD0737D9-12D7-449F-9B2D-A3045731C946} = {5734E9DC-CF67-4337-B28E-695280598B88} - {BAA9CBDF-F6B7-4C85-8A22-6A316A4ACC46} = {5734E9DC-CF67-4337-B28E-695280598B88} - {E948F38F-4F8B-41FE-8F49-4792F4EC2531} = {5734E9DC-CF67-4337-B28E-695280598B88} - {21FB2D6B-2525-4A24-BF66-D34941C7FA88} = {5734E9DC-CF67-4337-B28E-695280598B88} - {35B9DD79-D65A-423C-9DC0-59DCF3BF2E98} = {5734E9DC-CF67-4337-B28E-695280598B88} - {98FEBB4D-CFF9-4318-B2F0-C5DCC5436A47} = {5734E9DC-CF67-4337-B28E-695280598B88} - {CFA5BBCB-B41B-47C0-A4D2-FA243FC6ECC6} = {5734E9DC-CF67-4337-B28E-695280598B88} - {32E22782-7A5E-4546-B2DB-F3628EA36361} = {5734E9DC-CF67-4337-B28E-695280598B88} - {3A376B78-DD7D-4450-9FDE-F7236FAA6E63} = {5734E9DC-CF67-4337-B28E-695280598B88} - {26DF3BE0-146B-43A6-B230-D5B33355F415} = {5734E9DC-CF67-4337-B28E-695280598B88} - {25E3AB38-D95E-4D11-B0F0-0F60571A97A0} = {5734E9DC-CF67-4337-B28E-695280598B88} - {3BA7D452-98E5-47B0-BD1E-DC348E13A72A} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {51494B38-0D18-4B9D-AB75-39E804747D5F} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {93E15BE9-BF06-4F94-A42F-BFD664774DC5} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {838F9240-4541-4646-AAC2-0EAA6F05A654} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {FF8C9795-2AD5-45E6-851D-6BDF8A7841CE} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {98067EC0-5028-432F-B94A-99195D70B76F} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {21AA5847-70DF-4C96-9AED-1C9A9AF9325C} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {E5047274-5A15-41C6-986F-A6A36588A012} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {10771591-D09D-4FCC-990E-3982006FB1FA} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {CEFF8372-2F7A-41CB-8F13-164ABBA8ACA2} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {8830DBE0-2162-4F35-8D81-1577F17ABB10} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {8DD96D02-C6D3-435B-B0F7-2460161A250F} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {91F4EA23-788B-4E54-A38E-FE738B3BF2F1} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {C46BFAA7-F471-45A6-A5AC-FCF9390408EE} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {A24271FA-E058-42E0-BB7D-3C8C43DF4B04} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {31FA18D3-24AD-4AB0-B297-5A2FD871989E} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - {9921E059-612B-4011-9AB6-FD30E69850A1} = {AA791E28-7914-439A-B59A-580B8D8FE95D} - {742AC687-FC9A-4534-BB50-3D91738563A7} = {F44224E5-8E58-4D52-A0F0-BCBA2ADC0A0B} - EndGlobalSection -EndGlobal diff --git a/Nancy.Next.sln.DotSettings b/Nancy.Next.sln.DotSettings deleted file mode 100644 index ac259f785d..0000000000 --- a/Nancy.Next.sln.DotSettings +++ /dev/null @@ -1,59 +0,0 @@ - - True - WARNING - WARNING - WARNING - WARNING - WARNING - WARNING - <?xml version="1.0" encoding="utf-16"?><Profile name="NancyStandard"><CSUseVar><BehavourStyle>CAN_CHANGE_TO_IMPLICIT</BehavourStyle><LocalVariableStyle>ALWAYS_IMPLICIT</LocalVariableStyle><ForeachVariableStyle>ALWAYS_IMPLICIT</ForeachVariableStyle></CSUseVar><CSOptimizeUsings><OptimizeUsings>True</OptimizeUsings><EmbraceInRegion>False</EmbraceInRegion><RegionName></RegionName></CSOptimizeUsings><CSReformatCode>True</CSReformatCode><CSShortenReferences>True</CSShortenReferences><CSReorderTypeMembers>True</CSReorderTypeMembers><CSMakeFieldReadonly>True</CSMakeFieldReadonly><CSCodeStyleAttributes ArrangeTypeAccessModifier="True" ArrangeTypeMemberAccessModifier="True" SortModifiers="True" RemoveRedundantParentheses="True" AddMissingParentheses="True" ArrangeBraces="True" ArrangeAttributes="False" ArrangeArgumentsStyle="False" /></Profile> - Required - Required - Required - Required - Required - Required - Required - Required - All - False - NEXT_LINE - 1 - 1 - 1 - 1 - 1 - 0 - ALWAYS_ADD - ALWAYS_ADD - ALWAYS_ADD - ALWAYS_ADD - ALWAYS_ADD - ALWAYS_ADD - NEXT_LINE - 1 - 1 - True - ALWAYS_USE - LINE_BREAK - False - True - False - False - True - False - True - True - - - <Policy Inspect="True" Prefix="" Suffix="" Style="AaBb"><ExtraRule Prefix="" Suffix="" Style="Aa_bb" /></Policy> - <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> - <Policy Inspect="True" Prefix="" Suffix="" Style="aaBb" /> - True - True - True - <data><IncludeFilters /><ExcludeFilters /></data> - <data /> - CSharp50 - - diff --git a/Nancy.sln b/Nancy.sln index 5a1e80256b..4b1c624f94 100644 --- a/Nancy.sln +++ b/Nancy.sln @@ -1,874 +1,587 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.24720.0 +# Visual Studio 15 +VisualStudioVersion = 15.0.26114.2 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E944109B-0B7A-4ADE-8602-004CEFA5897D}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5734E9DC-CF67-4337-B28E-695280598B88}" EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{AAB0D92A-7B90-478A-8360-3E6A20BD0B71}" + ProjectSection(SolutionItems) = preProject + NuGet.config = NuGet.config + EndProjectSection EndProject -Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{4A24657F-9695-437B-9702-2541ED280628}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{AA791E28-7914-439A-B59A-580B8D8FE95D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy", "src\Nancy.MSBuild\Nancy.csproj", "{34576216-0DCA-4B0F-A0DC-9075E75A676F}" +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{058BCE2A-8F81-4404-83D3-844CE030E513}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor", "src\Nancy.ViewEngines.Razor.MSBuild\Nancy.ViewEngines.Razor.csproj", "{2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor.Tests.Models", "test\Nancy.ViewEngines.Razor.Tests.Models\Nancy.ViewEngines.Razor.Tests.Models.csproj", "{0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Spark", "src\Nancy.ViewEngines.Spark.MSBuild\Nancy.ViewEngines.Spark.csproj", "{4B7E35DF-1569-4346-B180-A09615723095}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor.Tests", "test\Nancy.ViewEngines.Razor.Tests\Nancy.ViewEngines.Razor.Tests.csproj", "{06B9857A-02A6-430D-B579-98A762C281D3}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Aspnet", "src\Nancy.Hosting.Aspnet.MSBuild\Nancy.Hosting.Aspnet.csproj", "{15B7F794-0BB2-4B66-AD78-4A951F1209B2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy", "src\Nancy\Nancy.csproj", "{ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Forms", "src\Nancy.Authentication.Forms.MSBuild\Nancy.Authentication.Forms.csproj", "{E8B18958-7C8A-4FBA-AF00-3041C34A20CE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Testing", "src\Nancy.Testing\Nancy.Testing.csproj", "{66119997-5949-45D6-9175-F1C7C599A8F5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Self", "src\Nancy.Hosting.Self.MSBuild\Nancy.Hosting.Self.csproj", "{AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor", "src\Nancy.ViewEngines.Razor\Nancy.ViewEngines.Razor.csproj", "{D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Testing", "src\Nancy.Testing.MSBuild\Nancy.Testing.csproj", "{D79203C0-B672-4751-9C95-C3AB7D3FEFBE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Forms", "src\Nancy.Authentication.Forms\Nancy.Authentication.Forms.csproj", "{09F5EB90-1063-4338-A146-25F7BE8BFF43}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.DotLiquid", "src\Nancy.ViewEngines.DotLiquid.MSBuild\Nancy.ViewEngines.DotLiquid.csproj", "{B795886D-9D70-45B1-BFB5-AD54CBC9A447}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Markdown.Tests", "test\Nancy.ViewEngines.Markdown.Tests\Nancy.ViewEngines.Markdown.Tests.csproj", "{1CA8D3D3-B6A6-4006-AA96-671CB41D6391}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Basic", "src\Nancy.Authentication.Basic.MSBuild\Nancy.Authentication.Basic.csproj", "{BD72B98D-C81A-4013-B606-94B4BA2273E5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Markdown", "src\Nancy.ViewEngines.Markdown\Nancy.ViewEngines.Markdown.csproj", "{CCB5075B-C50A-4CD1-983A-2D51DC2430F4}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Tests", "test\Nancy.Tests.MSBuild\Nancy.Tests.csproj", "{776D244D-BC4D-4BBB-A478-CAF2D04520E1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.DotLiquid.Tests", "test\Nancy.ViewEngines.DotLiquid.Tests\Nancy.ViewEngines.DotLiquid.Tests.csproj", "{89C49FF5-9441-4DE8-A33F-1B2852401A54}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor.Tests", "test\Nancy.ViewEngines.Razor.Tests.MSBuild\Nancy.ViewEngines.Razor.Tests.csproj", "{FE32460D-547C-4EB9-A768-541255CCAA83}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.DotLiquid", "src\Nancy.ViewEngines.DotLiquid\Nancy.ViewEngines.DotLiquid.csproj", "{9F16EBDF-4546-43C2-82B8-7D698F7A1E89}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Spark.Tests", "test\Nancy.ViewEngines.Spark.Tests.MSBuild\Nancy.ViewEngines.Spark.Tests.csproj", "{06F89662-C2F0-4C1D-8581-E0C4A615B7E2}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.FluentValidation.Tests", "test\Nancy.Validation.FluentValidation.Tests\Nancy.Validation.FluentValidation.Tests.csproj", "{0E9B466C-1151-4AE9-A55A-6377A25F8235}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Aspnet.Tests", "test\Nancy.Hosting.Aspnet.Tests.MSBuild\Nancy.Hosting.Aspnet.Tests.csproj", "{D0F1D7F4-0D48-49AE-9E33-005926B58B1D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.FluentValidation", "src\Nancy.Validation.FluentValidation\Nancy.Validation.FluentValidation.csproj", "{33D5FB92-074E-4C13-BFD6-21184DD0013A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Forms.Tests", "test\Nancy.Authentication.Forms.Tests.MSBuild\Nancy.Authentication.Forms.Tests.csproj", "{4E974051-38C2-4B5D-A6B1-F265A428A673}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotatioins.Tests", "test\Nancy.Validation.DataAnnotatioins.Tests\Nancy.Validation.DataAnnotatioins.Tests.csproj", "{EF3149F4-59C1-4896-989E-59D9D5F9050A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Testing.Tests", "test\Nancy.Testing.Tests.MSBuild\Nancy.Testing.Tests.csproj", "{8EB9E15A-4B65-4C80-B834-9A7773750666}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotations", "src\Nancy.Validation.DataAnnotations\Nancy.Validation.DataAnnotations.csproj", "{FA2462FE-A439-48C5-976D-491F73C25CE1}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.DotLiquid.Tests", "test\Nancy.ViewEngines.DotLiquid.Tests.MSBuild\Nancy.ViewEngines.DotLiquid.Tests.csproj", "{A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Tests.Functional", "test\Nancy.Tests.Functional\Nancy.Tests.Functional.csproj", "{7944AA31-16BA-43A8-A9CB-2ED758518C9E}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Basic.Tests", "test\Nancy.Authentication.Basic.Tests.MSBuild\Nancy.Authentication.Basic.Tests.csproj", "{2026DD2D-E041-4A14-8A04-D5B39B8B7C40}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Tests", "test\Nancy.Tests\Nancy.Tests.csproj", "{9C383F09-8936-42ED-B9A6-ED3300AECB1C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Tests.Functional", "test\Nancy.Tests.Functional.MSBuild\Nancy.Tests.Functional.csproj", "{BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Testing.Tests", "test\Nancy.Testing.Tests\Nancy.Testing.Tests.csproj", "{5E5AF23F-61F6-4B44-B682-2D141B54DF5C}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Authentication", "samples\Nancy.Demo.Authentication\Nancy.Demo.Authentication.csproj", "{5F2DD52D-471B-4946-8F7B-F050C88EFC52}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Owin.Tests", "test\Nancy.Owin.Tests\Nancy.Owin.Tests.csproj", "{C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Authentication.Forms", "samples\Nancy.Demo.Authentication.Forms\Nancy.Demo.Authentication.Forms.csproj", "{98940A30-1B48-4F71-A6BA-85F0AAF31A2F}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Owin", "src\Nancy.Owin\Nancy.Owin.csproj", "{23C68B10-36FD-41DE-AAA3-77BEDFD63945}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Bootstrapping.Aspnet", "samples\Nancy.Demo.Bootstrapper.Aspnet\Nancy.Demo.Bootstrapping.Aspnet.csproj", "{EF660223-4DFD-4E36-BF36-9DD6AFB3F837}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Metadata.Modules.Tests", "test\Nancy.Metadata.Modules.Tests\Nancy.Metadata.Modules.Tests.csproj", "{8302F65E-035F-45D7-B894-915B68B72711}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Caching", "samples\Nancy.Demo.Caching\Nancy.Demo.Caching.csproj", "{28F9EA8B-90F7-4974-BB40-0B7FA9309D02}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Metadata.Modules", "src\Nancy.Metadata.Modules\Nancy.Metadata.Modules.csproj", "{89DED7A5-7334-4852-A1FC-9266AD0EF388}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Hosting.Self", "samples\Nancy.Demo.Hosting.Self\Nancy.Demo.Hosting.Self.csproj", "{0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Self.Tests", "test\Nancy.Hosting.Self.Tests\Nancy.Hosting.Self.Tests.csproj", "{8909AB97-EDD6-4AB2-B733-A543ACB957CA}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Hosting.Aspnet", "samples\Nancy.Demo.Hosting.Aspnet\Nancy.Demo.Hosting.Aspnet.csproj", "{E127FED3-01C0-41BA-BF83-D8DCDD827D6A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Self", "src\Nancy.Hosting.Self\Nancy.Hosting.Self.csproj", "{AA837BCA-A2D6-4F74-95BC-1F6A66146562}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Authentication.Forms.TestingDemo", "samples\Nancy.Demo.Authentication.Forms.TestingDemo\Nancy.Demo.Authentication.Forms.TestingDemo.csproj", "{948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Aspnet.Tests", "test\Nancy.Hosting.Aspnet.Tests\Nancy.Hosting.Aspnet.Tests.csproj", "{53FB25E0-C8CB-4D65-8D94-6FA627BF9760}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.ModelBinding", "samples\Nancy.Demo.ModelBinding\Nancy.Demo.ModelBinding.csproj", "{1258BFCD-3BAD-4373-B786-4D698EC3C157}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Aspnet", "src\Nancy.Hosting.Aspnet\Nancy.Hosting.Aspnet.csproj", "{833A65BC-5B37-468D-8BB4-2343CEFDFA5D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.SuperSimpleViewEngine", "samples\Nancy.Demo.SuperSimpleViewEngine\Nancy.Demo.SuperSimpleViewEngine.csproj", "{4885B9DF-D99C-4A1C-8606-259D32A58C33}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Encryption.MachineKey.Tests", "test\Nancy.Encryption.MachineKey.Tests\Nancy.Encryption.MachineKey.Tests.csproj", "{C42C352E-F3E2-41F6-A446-0CACDA5096AF}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.SparkViewEngine", "samples\Nancy.Demo.SparkViewEngine\Nancy.Demo.SparkViewEngine.csproj", "{DE91D085-70DF-4892-B0E3-B849E9BF6AF5}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Encryption.MachineKey", "src\Nancy.Encryption.MachineKey\Nancy.Encryption.MachineKey.csproj", "{EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Authentication.Basic", "samples\Nancy.Demo.Authentication.Basic\Nancy.Demo.Authentication.Basic.csproj", "{911196F4-B88F-4940-B1FD-D30F5290D06D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Embedded.Tests", "test\Nancy.Embedded.Tests\Nancy.Embedded.Tests.csproj", "{8A936050-5B84-4711-A235-2BA36A445B26}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Nustache", "src\Nancy.ViewEngines.Nustache.MSBuild\Nancy.ViewEngines.Nustache.csproj", "{A1A9E636-A37C-4170-B2E4-99D4F69B415D}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Embedded", "src\Nancy.Embedded\Nancy.Embedded.csproj", "{8120B952-D9BC-450A-B691-C030177CD24D}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Validation", "samples\Nancy.Demo.Validation\Nancy.Demo.Validation.csproj", "{F417B81C-B914-4BFD-8299-6BBD11072B01}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Forms.Tests", "test\Nancy.Authentication.Forms.Tests\Nancy.Authentication.Forms.Tests.csproj", "{E3C25A1C-2754-4134-8780-1F0A247D6850}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotations", "src\Nancy.Validation.DataAnnotations.MSBuild\Nancy.Validation.DataAnnotations.csproj", "{701765DC-F4F2-4943-A37F-6ED253198158}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Basic.Tests", "test\Nancy.Authentication.Basic.Tests\Nancy.Authentication.Basic.Tests.csproj", "{5323D32E-0CF2-41B6-AF91-37F744AC1554}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.FluentValidation", "src\Nancy.Validation.FluentValidation.MSBuild\Nancy.Validation.FluentValidation.csproj", "{01230F2A-D108-480C-B834-8CE0569FD3B3}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Basic", "src\Nancy.Authentication.Basic\Nancy.Authentication.Basic.csproj", "{22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotations.Tests", "test\Nancy.Validation.DataAnnotatioins.Tests.MSBuild\Nancy.Validation.DataAnnotations.Tests.csproj", "{8F9F910D-416E-4B28-BE59-D76670405F56}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Spark", "src\Nancy.ViewEngines.Spark\Nancy.ViewEngines.Spark.csproj", "{0E546413-BBF8-40B3-8534-8D1D986AA888}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.FluentValidation.Tests", "test\Nancy.Validation.FluentValidation.Tests.MSBuild\Nancy.Validation.FluentValidation.Tests.csproj", "{FBC35268-377B-4DBE-87E3-B22D1314BEC6}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor.BuildProviders", "src\Nancy.ViewEngines.Razor.BuildProviders\Nancy.ViewEngines.Razor.BuildProviders.csproj", "{D92ADA88-361B-480A-81D2-AE1F7B2E0660}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor.Tests.Models", "test\Nancy.ViewEngines.Razor.Tests.Models.MSBuild\Nancy.ViewEngines.Razor.Tests.Models.csproj", "{3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Nustache", "src\Nancy.ViewEngines.Nustache\Nancy.ViewEngines.Nustache.csproj", "{4FB42026-81C2-47B3-99A4-751452E64814}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Razor.BuildProviders", "src\Nancy.ViewEngines.Razor.BuildProviders.MSBuild\Nancy.ViewEngines.Razor.BuildProviders.csproj", "{EDF3E264-2D0F-4440-99FF-45D279A598A9}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Stateless", "src\Nancy.Authentication.Stateless\Nancy.Authentication.Stateless.csproj", "{EEEE504F-24AC-4932-9B28-F684AB20FB50}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Hosting.Self.Tests", "test\Nancy.Hosting.Self.Tests.MSBuild\Nancy.Hosting.Self.Tests.csproj", "{CA24ED85-DD68-4C10-B80A-D81C6745FCB8}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Stateless", "src\Nancy.Authentication.Stateless.MSBuild\Nancy.Authentication.Stateless.csproj", "{211560C3-FDDF-46D6-AB0C-F3BC04B173B5}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Authentication.Stateless.Website", "samples\Nancy.Demo.Authentication.Stateless.Website\Nancy.Demo.Authentication.Stateless.Website.csproj", "{B5E3586D-81DE-49C3-83BC-062684795127}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Authentication.Stateless", "samples\Nancy.Demo.Authentication.Stateless\Nancy.Demo.Authentication.Stateless.csproj", "{BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Razor.Localization", "samples\Nancy.Demo.Razor.Localization\Nancy.Demo.Razor.Localization.csproj", "{396F0BCE-5B51-4B6A-931E-312880C24725}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Encryption.MachineKey", "src\Nancy.Encryption.MachineKey.MSBuild\Nancy.Encryption.MachineKey.csproj", "{14A66047-5F67-4774-B0E3-195D1D25B6A5}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Encryption.MachineKey.Tests", "test\Nancy.Encryption.MachineKey.Tests.MSBuild\Nancy.Encryption.MachineKey.Tests.csproj", "{429873F5-1E53-4ECC-A9EC-7950C789C6DF}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.CustomModule", "samples\Nancy.Demo.CustomModule\Nancy.Demo.CustomModule.csproj", "{F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Owin", "src\Nancy.Owin.MSBuild\Nancy.Owin.csproj", "{D6B2480C-2A52-4D02-9477-D387D7A486E5}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Embedded", "src\Nancy.Embedded.MSBuild\Nancy.Embedded.csproj", "{D8EBA39B-63AE-4A66-BD0E-F7F95E572135}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Embedded.Tests", "test\Nancy.Embedded.Tests.MSBuild\Nancy.Embedded.Tests.csproj", "{6EED2486-39BF-491D-B033-720DFCFD1211}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.MarkdownViewEngine", "samples\Nancy.Demo.MarkdownViewEngine\Nancy.Demo.MarkdownViewEngine.csproj", "{B6929D0B-5104-4C7E-979D-F4914E813FA6}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Markdown.Tests", "test\Nancy.ViewEngines.Markdown.Tests.MSBuild\Nancy.ViewEngines.Markdown.Tests.csproj", "{8EE6F976-F11F-44B3-B065-F5AAA598B30D}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Markdown", "src\Nancy.ViewEngines.Markdown.MSBuild\Nancy.ViewEngines.Markdown.csproj", "{864AF449-0902-44FC-BEEE-06BA9A6F4A8F}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Owin.Tests", "test\Nancy.Owin.Tests.MSBuild\Nancy.Owin.Tests.csproj", "{34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.ConstraintRouting", "samples\Nancy.Demo.ConstraintRouting\Nancy.Demo.ConstraintRouting.csproj", "{972C2D45-49B6-4109-9A3A-0C8BC9225B95}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Metadata.Modules", "src\Nancy.Metadata.Modules.MSBuild\Nancy.Metadata.Modules.csproj", "{DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Metadata.Modules.Tests", "test\Nancy.Metadata.Modules.Tests.MSBuild\Nancy.Metadata.Modules.Tests.csproj", "{508A3A68-2012-4E62-925F-2F3083A013FC}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Hosting.Owin", "samples\Nancy.Demo.Hosting.Owin\Nancy.Demo.Hosting.Owin.csproj", "{7959D79C-9E2B-4871-9470-6A6B527ABE5E}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Hosting.Kestrel", "samples\Nancy.Demo.Hosting.Kestrel\Nancy.Demo.Hosting.Kestrel.csproj", "{3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Debug|x86 = Debug|x86 - MonoDebug|Any CPU = MonoDebug|Any CPU - MonoDebug|x86 = MonoDebug|x86 - MonoRelease|Any CPU = MonoRelease|Any CPU - MonoRelease|x86 = MonoRelease|x86 Release|Any CPU = Release|Any CPU + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.Debug|x86.ActiveCfg = Debug|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.Release|Any CPU.Build.0 = Release|Any CPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F}.Release|x86.ActiveCfg = Release|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.Debug|x86.ActiveCfg = Debug|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.Release|Any CPU.Build.0 = Release|Any CPU - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9}.Release|x86.ActiveCfg = Release|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.Debug|x86.ActiveCfg = Debug|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.Release|Any CPU.Build.0 = Release|Any CPU - {4B7E35DF-1569-4346-B180-A09615723095}.Release|x86.ActiveCfg = Release|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.Debug|x86.ActiveCfg = Debug|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.Release|Any CPU.Build.0 = Release|Any CPU - {15B7F794-0BB2-4B66-AD78-4A951F1209B2}.Release|x86.ActiveCfg = Release|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Debug|x86.ActiveCfg = Debug|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Release|Any CPU.Build.0 = Release|Any CPU - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE}.Release|x86.ActiveCfg = Release|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.Debug|x86.ActiveCfg = Debug|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.Release|Any CPU.Build.0 = Release|Any CPU - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134}.Release|x86.ActiveCfg = Release|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Debug|x86.ActiveCfg = Debug|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Release|Any CPU.Build.0 = Release|Any CPU - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE}.Release|x86.ActiveCfg = Release|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.Debug|x86.ActiveCfg = Debug|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.Release|Any CPU.Build.0 = Release|Any CPU - {B795886D-9D70-45B1-BFB5-AD54CBC9A447}.Release|x86.ActiveCfg = Release|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.Debug|x86.ActiveCfg = Debug|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.Release|Any CPU.Build.0 = Release|Any CPU - {BD72B98D-C81A-4013-B606-94B4BA2273E5}.Release|x86.ActiveCfg = Release|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.Debug|x86.ActiveCfg = Debug|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.Release|Any CPU.Build.0 = Release|Any CPU - {776D244D-BC4D-4BBB-A478-CAF2D04520E1}.Release|x86.ActiveCfg = Release|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.Debug|x86.ActiveCfg = Debug|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.Release|Any CPU.Build.0 = Release|Any CPU - {FE32460D-547C-4EB9-A768-541255CCAA83}.Release|x86.ActiveCfg = Release|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.Debug|Any CPU.Build.0 = Debug|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.Debug|x86.ActiveCfg = Debug|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.Release|Any CPU.ActiveCfg = Release|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.Release|Any CPU.Build.0 = Release|Any CPU - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2}.Release|x86.ActiveCfg = Release|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.Debug|x86.ActiveCfg = Debug|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.Release|Any CPU.Build.0 = Release|Any CPU - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D}.Release|x86.ActiveCfg = Release|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.Debug|x86.ActiveCfg = Debug|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.Release|Any CPU.Build.0 = Release|Any CPU - {4E974051-38C2-4B5D-A6B1-F265A428A673}.Release|x86.ActiveCfg = Release|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.Debug|x86.ActiveCfg = Debug|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.Release|Any CPU.Build.0 = Release|Any CPU - {8EB9E15A-4B65-4C80-B834-9A7773750666}.Release|x86.ActiveCfg = Release|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.Debug|x86.ActiveCfg = Debug|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.Release|Any CPU.Build.0 = Release|Any CPU - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5}.Release|x86.ActiveCfg = Release|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.Debug|x86.ActiveCfg = Debug|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.Release|Any CPU.Build.0 = Release|Any CPU - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40}.Release|x86.ActiveCfg = Release|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.Debug|x86.ActiveCfg = Debug|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.Release|Any CPU.Build.0 = Release|Any CPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231}.Release|x86.ActiveCfg = Release|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.Debug|x86.ActiveCfg = Debug|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.Release|Any CPU.ActiveCfg = Release|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.Release|Any CPU.Build.0 = Release|Any CPU - {5F2DD52D-471B-4946-8F7B-F050C88EFC52}.Release|x86.ActiveCfg = Release|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.Debug|x86.ActiveCfg = Debug|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.Release|Any CPU.Build.0 = Release|Any CPU - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F}.Release|x86.ActiveCfg = Release|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.Debug|x86.ActiveCfg = Debug|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.Release|Any CPU.Build.0 = Release|Any CPU - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837}.Release|x86.ActiveCfg = Release|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.Debug|Any CPU.Build.0 = Debug|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.Debug|x86.ActiveCfg = Debug|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.Release|Any CPU.ActiveCfg = Release|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.Release|Any CPU.Build.0 = Release|Any CPU - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02}.Release|x86.ActiveCfg = Release|Any CPU - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Debug|Any CPU.ActiveCfg = Debug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Debug|Any CPU.Build.0 = Debug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Debug|x86.ActiveCfg = Debug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Debug|x86.Build.0 = Debug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoDebug|Any CPU.Build.0 = MonoDebug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoDebug|x86.ActiveCfg = MonoDebug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoDebug|x86.Build.0 = MonoDebug|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoRelease|Any CPU.Build.0 = MonoRelease|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoRelease|x86.ActiveCfg = MonoRelease|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.MonoRelease|x86.Build.0 = MonoRelease|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Release|Any CPU.ActiveCfg = Release|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Release|Any CPU.Build.0 = Release|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Release|x86.ActiveCfg = Release|x86 - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1}.Release|x86.Build.0 = Release|x86 - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.Debug|x86.ActiveCfg = Debug|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.Release|Any CPU.Build.0 = Release|Any CPU - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A}.Release|x86.ActiveCfg = Release|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.Debug|Any CPU.Build.0 = Debug|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.Debug|x86.ActiveCfg = Debug|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.Release|Any CPU.ActiveCfg = Release|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.Release|Any CPU.Build.0 = Release|Any CPU - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B}.Release|x86.ActiveCfg = Release|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.Debug|x86.ActiveCfg = Debug|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.Release|Any CPU.Build.0 = Release|Any CPU - {1258BFCD-3BAD-4373-B786-4D698EC3C157}.Release|x86.ActiveCfg = Release|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.Debug|x86.ActiveCfg = Debug|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.Release|Any CPU.Build.0 = Release|Any CPU - {4885B9DF-D99C-4A1C-8606-259D32A58C33}.Release|x86.ActiveCfg = Release|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.Debug|x86.ActiveCfg = Debug|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.Release|Any CPU.Build.0 = Release|Any CPU - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5}.Release|x86.ActiveCfg = Release|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.Debug|x86.ActiveCfg = Debug|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.Release|Any CPU.Build.0 = Release|Any CPU - {911196F4-B88F-4940-B1FD-D30F5290D06D}.Release|x86.ActiveCfg = Release|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.Debug|x86.ActiveCfg = Debug|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.Release|Any CPU.Build.0 = Release|Any CPU - {A1A9E636-A37C-4170-B2E4-99D4F69B415D}.Release|x86.ActiveCfg = Release|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.Debug|x86.ActiveCfg = Debug|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.Release|Any CPU.Build.0 = Release|Any CPU - {F417B81C-B914-4BFD-8299-6BBD11072B01}.Release|x86.ActiveCfg = Release|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.Debug|Any CPU.Build.0 = Debug|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.Debug|x86.ActiveCfg = Debug|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.Release|Any CPU.ActiveCfg = Release|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.Release|Any CPU.Build.0 = Release|Any CPU - {701765DC-F4F2-4943-A37F-6ED253198158}.Release|x86.ActiveCfg = Release|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.Debug|x86.ActiveCfg = Debug|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.Release|Any CPU.Build.0 = Release|Any CPU - {01230F2A-D108-480C-B834-8CE0569FD3B3}.Release|x86.ActiveCfg = Release|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.Debug|x86.ActiveCfg = Debug|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.Release|Any CPU.Build.0 = Release|Any CPU - {8F9F910D-416E-4B28-BE59-D76670405F56}.Release|x86.ActiveCfg = Release|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.Debug|x86.ActiveCfg = Debug|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.Release|Any CPU.Build.0 = Release|Any CPU - {FBC35268-377B-4DBE-87E3-B22D1314BEC6}.Release|x86.ActiveCfg = Release|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.Debug|x86.ActiveCfg = Debug|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.Release|Any CPU.ActiveCfg = Release|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.Release|Any CPU.Build.0 = Release|Any CPU - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C}.Release|x86.ActiveCfg = Release|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.Debug|x86.ActiveCfg = Debug|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.Release|Any CPU.ActiveCfg = Release|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.Release|Any CPU.Build.0 = Release|Any CPU - {EDF3E264-2D0F-4440-99FF-45D279A598A9}.Release|x86.ActiveCfg = Release|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Debug|x86.ActiveCfg = Debug|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Release|Any CPU.ActiveCfg = Release|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Release|Any CPU.Build.0 = Release|Any CPU - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8}.Release|x86.ActiveCfg = Release|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Debug|x86.ActiveCfg = Debug|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Release|Any CPU.Build.0 = Release|Any CPU - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5}.Release|x86.ActiveCfg = Release|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.Debug|x86.ActiveCfg = Debug|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.Release|Any CPU.Build.0 = Release|Any CPU - {B5E3586D-81DE-49C3-83BC-062684795127}.Release|x86.ActiveCfg = Release|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.Debug|x86.ActiveCfg = Debug|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.Release|Any CPU.Build.0 = Release|Any CPU - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC}.Release|x86.ActiveCfg = Release|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.Debug|Any CPU.Build.0 = Debug|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.Debug|x86.ActiveCfg = Debug|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.Release|Any CPU.ActiveCfg = Release|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.Release|Any CPU.Build.0 = Release|Any CPU - {396F0BCE-5B51-4B6A-931E-312880C24725}.Release|x86.ActiveCfg = Release|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.Debug|x86.ActiveCfg = Debug|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.Release|Any CPU.Build.0 = Release|Any CPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5}.Release|x86.ActiveCfg = Release|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.Debug|x86.ActiveCfg = Debug|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.Release|Any CPU.ActiveCfg = Release|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.Release|Any CPU.Build.0 = Release|Any CPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF}.Release|x86.ActiveCfg = Release|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.Debug|x86.ActiveCfg = Debug|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.Release|Any CPU.Build.0 = Release|Any CPU - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4}.Release|x86.ActiveCfg = Release|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.Debug|x86.ActiveCfg = Debug|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.Release|Any CPU.Build.0 = Release|Any CPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5}.Release|x86.ActiveCfg = Release|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.Debug|x86.ActiveCfg = Debug|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.Release|Any CPU.ActiveCfg = Release|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.Release|Any CPU.Build.0 = Release|Any CPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135}.Release|x86.ActiveCfg = Release|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.Debug|x86.ActiveCfg = Debug|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.Release|Any CPU.Build.0 = Release|Any CPU - {6EED2486-39BF-491D-B033-720DFCFD1211}.Release|x86.ActiveCfg = Release|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.Debug|Any CPU.Build.0 = Debug|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.Debug|x86.ActiveCfg = Debug|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.MonoDebug|Any CPU.ActiveCfg = MonoDevelop|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.MonoDebug|Any CPU.Build.0 = MonoDevelop|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.Release|Any CPU.ActiveCfg = Release|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.Release|Any CPU.Build.0 = Release|Any CPU - {B6929D0B-5104-4C7E-979D-F4914E813FA6}.Release|x86.ActiveCfg = Release|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.Debug|x86.ActiveCfg = Debug|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.MonoDebug|Any CPU.ActiveCfg = MonoDevelop|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.MonoDebug|Any CPU.Build.0 = MonoDevelop|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.Release|Any CPU.Build.0 = Release|Any CPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D}.Release|x86.ActiveCfg = Release|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.Debug|Any CPU.Build.0 = Debug|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.Debug|x86.ActiveCfg = Debug|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.MonoDebug|Any CPU.ActiveCfg = MonoRelease|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.MonoDebug|Any CPU.Build.0 = MonoRelease|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.Release|Any CPU.ActiveCfg = Release|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.Release|Any CPU.Build.0 = Release|Any CPU - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F}.Release|x86.ActiveCfg = Release|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.Debug|x86.ActiveCfg = Debug|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.Release|Any CPU.ActiveCfg = Release|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.Release|Any CPU.Build.0 = Release|Any CPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3}.Release|x86.ActiveCfg = Release|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.Debug|Any CPU.Build.0 = Debug|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.Debug|x86.ActiveCfg = Debug|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.Release|Any CPU.ActiveCfg = Release|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.Release|Any CPU.Build.0 = Release|Any CPU - {972C2D45-49B6-4109-9A3A-0C8BC9225B95}.Release|x86.ActiveCfg = Release|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.Debug|x86.ActiveCfg = Debug|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.Release|Any CPU.Build.0 = Release|Any CPU - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4}.Release|x86.ActiveCfg = Release|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.Debug|x86.ActiveCfg = Debug|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.MonoDebug|Any CPU.ActiveCfg = Debug|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.MonoDebug|Any CPU.Build.0 = Debug|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.MonoDebug|x86.ActiveCfg = Debug|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.MonoRelease|Any CPU.ActiveCfg = Release|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.MonoRelease|Any CPU.Build.0 = Release|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.MonoRelease|x86.ActiveCfg = Release|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.Release|Any CPU.ActiveCfg = Release|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.Release|Any CPU.Build.0 = Release|Any CPU - {508A3A68-2012-4E62-925F-2F3083A013FC}.Release|x86.ActiveCfg = Release|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Debug|x86.ActiveCfg = Debug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Debug|x86.Build.0 = Debug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoDebug|Any CPU.ActiveCfg = MonoDebug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoDebug|Any CPU.Build.0 = MonoDebug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoDebug|x86.ActiveCfg = MonoDebug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoDebug|x86.Build.0 = MonoDebug|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoRelease|Any CPU.ActiveCfg = MonoRelease|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoRelease|Any CPU.Build.0 = MonoRelease|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoRelease|x86.ActiveCfg = MonoRelease|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.MonoRelease|x86.Build.0 = MonoRelease|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Release|Any CPU.ActiveCfg = Release|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Release|Any CPU.Build.0 = Release|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Release|x86.ActiveCfg = Release|Any CPU - {7959D79C-9E2B-4871-9470-6A6B527ABE5E}.Release|x86.Build.0 = Release|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x64.ActiveCfg = Debug|x64 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x64.Build.0 = Debug|x64 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x86.ActiveCfg = Debug|x86 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x86.Build.0 = Debug|x86 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|Any CPU.Build.0 = Release|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x64.ActiveCfg = Release|x64 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x64.Build.0 = Release|x64 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x86.ActiveCfg = Release|x86 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x86.Build.0 = Release|x86 + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|Any CPU.Build.0 = Debug|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x64.ActiveCfg = Debug|x64 + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x64.Build.0 = Debug|x64 + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x86.ActiveCfg = Debug|x86 + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x86.Build.0 = Debug|x86 + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|Any CPU.ActiveCfg = Release|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|Any CPU.Build.0 = Release|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x64.ActiveCfg = Release|x64 + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x64.Build.0 = Release|x64 + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x86.ActiveCfg = Release|x86 + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x86.Build.0 = Release|x86 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|Any CPU.Build.0 = Debug|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x64.ActiveCfg = Debug|x64 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x64.Build.0 = Debug|x64 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x86.ActiveCfg = Debug|x86 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x86.Build.0 = Debug|x86 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|Any CPU.ActiveCfg = Release|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|Any CPU.Build.0 = Release|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x64.ActiveCfg = Release|x64 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x64.Build.0 = Release|x64 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x86.ActiveCfg = Release|x86 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x86.Build.0 = Release|x86 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x64.ActiveCfg = Debug|x64 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x64.Build.0 = Debug|x64 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x86.ActiveCfg = Debug|x86 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x86.Build.0 = Debug|x86 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|Any CPU.Build.0 = Release|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x64.ActiveCfg = Release|x64 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x64.Build.0 = Release|x64 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x86.ActiveCfg = Release|x86 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x86.Build.0 = Release|x86 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x64.ActiveCfg = Debug|x64 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x64.Build.0 = Debug|x64 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x86.ActiveCfg = Debug|x86 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x86.Build.0 = Debug|x86 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|Any CPU.Build.0 = Release|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x64.ActiveCfg = Release|x64 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x64.Build.0 = Release|x64 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x86.ActiveCfg = Release|x86 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x86.Build.0 = Release|x86 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|Any CPU.Build.0 = Debug|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x64.ActiveCfg = Debug|x64 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x64.Build.0 = Debug|x64 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x86.ActiveCfg = Debug|x86 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x86.Build.0 = Debug|x86 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|Any CPU.ActiveCfg = Release|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|Any CPU.Build.0 = Release|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x64.ActiveCfg = Release|x64 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x64.Build.0 = Release|x64 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x86.ActiveCfg = Release|x86 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x86.Build.0 = Release|x86 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x64.ActiveCfg = Debug|x64 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x64.Build.0 = Debug|x64 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x86.ActiveCfg = Debug|x86 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x86.Build.0 = Debug|x86 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|Any CPU.ActiveCfg = Release|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|Any CPU.Build.0 = Release|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x64.ActiveCfg = Release|x64 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x64.Build.0 = Release|x64 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x86.ActiveCfg = Release|x86 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x86.Build.0 = Release|x86 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|Any CPU.Build.0 = Debug|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x64.ActiveCfg = Debug|x64 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x64.Build.0 = Debug|x64 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x86.ActiveCfg = Debug|x86 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x86.Build.0 = Debug|x86 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|Any CPU.ActiveCfg = Release|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|Any CPU.Build.0 = Release|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x64.ActiveCfg = Release|x64 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x64.Build.0 = Release|x64 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x86.ActiveCfg = Release|x86 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x86.Build.0 = Release|x86 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x64.ActiveCfg = Debug|x64 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x64.Build.0 = Debug|x64 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x86.ActiveCfg = Debug|x86 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x86.Build.0 = Debug|x86 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|Any CPU.Build.0 = Release|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x64.ActiveCfg = Release|x64 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x64.Build.0 = Release|x64 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x86.ActiveCfg = Release|x86 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x86.Build.0 = Release|x86 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x64.ActiveCfg = Debug|x64 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x64.Build.0 = Debug|x64 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x86.ActiveCfg = Debug|x86 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x86.Build.0 = Debug|x86 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|Any CPU.Build.0 = Release|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x64.ActiveCfg = Release|x64 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x64.Build.0 = Release|x64 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x86.ActiveCfg = Release|x86 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x86.Build.0 = Release|x86 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x64.ActiveCfg = Debug|x64 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x64.Build.0 = Debug|x64 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x86.ActiveCfg = Debug|x86 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x86.Build.0 = Debug|x86 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|Any CPU.Build.0 = Release|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x64.ActiveCfg = Release|x64 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x64.Build.0 = Release|x64 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x86.ActiveCfg = Release|x86 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x86.Build.0 = Release|x86 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x64.ActiveCfg = Debug|x64 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x64.Build.0 = Debug|x64 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x86.ActiveCfg = Debug|x86 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x86.Build.0 = Debug|x86 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|Any CPU.Build.0 = Release|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x64.ActiveCfg = Release|x64 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x64.Build.0 = Release|x64 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x86.ActiveCfg = Release|x86 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x86.Build.0 = Release|x86 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x64.ActiveCfg = Debug|x64 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x64.Build.0 = Debug|x64 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x86.ActiveCfg = Debug|x86 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x86.Build.0 = Debug|x86 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|Any CPU.Build.0 = Release|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x64.ActiveCfg = Release|x64 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x64.Build.0 = Release|x64 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x86.ActiveCfg = Release|x86 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x86.Build.0 = Release|x86 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x64.ActiveCfg = Debug|x64 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x64.Build.0 = Debug|x64 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x86.ActiveCfg = Debug|x86 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x86.Build.0 = Debug|x86 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|Any CPU.Build.0 = Release|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x64.ActiveCfg = Release|x64 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x64.Build.0 = Release|x64 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x86.ActiveCfg = Release|x86 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x86.Build.0 = Release|x86 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|Any CPU.Build.0 = Debug|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x64.ActiveCfg = Debug|x64 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x64.Build.0 = Debug|x64 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x86.ActiveCfg = Debug|x86 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x86.Build.0 = Debug|x86 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|Any CPU.ActiveCfg = Release|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|Any CPU.Build.0 = Release|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x64.ActiveCfg = Release|x64 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x64.Build.0 = Release|x64 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x86.ActiveCfg = Release|x86 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x86.Build.0 = Release|x86 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x64.ActiveCfg = Debug|x64 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x64.Build.0 = Debug|x64 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x86.ActiveCfg = Debug|x86 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x86.Build.0 = Debug|x86 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|Any CPU.Build.0 = Release|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x64.ActiveCfg = Release|x64 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x64.Build.0 = Release|x64 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x86.ActiveCfg = Release|x86 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x86.Build.0 = Release|x86 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x64.ActiveCfg = Debug|x64 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x64.Build.0 = Debug|x64 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x86.ActiveCfg = Debug|x86 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x86.Build.0 = Debug|x86 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|Any CPU.Build.0 = Release|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x64.ActiveCfg = Release|x64 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x64.Build.0 = Release|x64 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x86.ActiveCfg = Release|x86 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x86.Build.0 = Release|x86 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x64.ActiveCfg = Debug|x64 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x64.Build.0 = Debug|x64 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x86.ActiveCfg = Debug|x86 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x86.Build.0 = Debug|x86 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|Any CPU.Build.0 = Release|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x64.ActiveCfg = Release|x64 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x64.Build.0 = Release|x64 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x86.ActiveCfg = Release|x86 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x86.Build.0 = Release|x86 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|Any CPU.Build.0 = Debug|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x64.ActiveCfg = Debug|x64 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x64.Build.0 = Debug|x64 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x86.ActiveCfg = Debug|x86 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x86.Build.0 = Debug|x86 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|Any CPU.ActiveCfg = Release|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|Any CPU.Build.0 = Release|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x64.ActiveCfg = Release|x64 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x64.Build.0 = Release|x64 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x86.ActiveCfg = Release|x86 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x86.Build.0 = Release|x86 + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x64.ActiveCfg = Debug|x64 + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x64.Build.0 = Debug|x64 + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x86.ActiveCfg = Debug|x86 + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x86.Build.0 = Debug|x86 + {8302F65E-035F-45D7-B894-915B68B72711}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Release|Any CPU.Build.0 = Release|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x64.ActiveCfg = Release|x64 + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x64.Build.0 = Release|x64 + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x86.ActiveCfg = Release|x86 + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x86.Build.0 = Release|x86 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|Any CPU.Build.0 = Debug|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x64.ActiveCfg = Debug|x64 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x64.Build.0 = Debug|x64 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x86.ActiveCfg = Debug|x86 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x86.Build.0 = Debug|x86 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|Any CPU.ActiveCfg = Release|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|Any CPU.Build.0 = Release|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x64.ActiveCfg = Release|x64 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x64.Build.0 = Release|x64 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x86.ActiveCfg = Release|x86 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x86.Build.0 = Release|x86 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x64.ActiveCfg = Debug|x64 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x64.Build.0 = Debug|x64 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x86.ActiveCfg = Debug|x86 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x86.Build.0 = Debug|x86 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|Any CPU.Build.0 = Release|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x64.ActiveCfg = Release|x64 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x64.Build.0 = Release|x64 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x86.ActiveCfg = Release|x86 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x86.Build.0 = Release|x86 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|Any CPU.Build.0 = Debug|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x64.ActiveCfg = Debug|x64 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x64.Build.0 = Debug|x64 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x86.ActiveCfg = Debug|x86 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x86.Build.0 = Debug|x86 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|Any CPU.ActiveCfg = Release|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|Any CPU.Build.0 = Release|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x64.ActiveCfg = Release|x64 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x64.Build.0 = Release|x64 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x86.ActiveCfg = Release|x86 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x86.Build.0 = Release|x86 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|Any CPU.Build.0 = Debug|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x64.ActiveCfg = Debug|x64 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x64.Build.0 = Debug|x64 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x86.ActiveCfg = Debug|x86 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x86.Build.0 = Debug|x86 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|Any CPU.ActiveCfg = Release|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|Any CPU.Build.0 = Release|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x64.ActiveCfg = Release|x64 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x64.Build.0 = Release|x64 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x86.ActiveCfg = Release|x86 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x86.Build.0 = Release|x86 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x64.ActiveCfg = Debug|x64 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x64.Build.0 = Debug|x64 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x86.ActiveCfg = Debug|x86 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x86.Build.0 = Debug|x86 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|Any CPU.Build.0 = Release|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x64.ActiveCfg = Release|x64 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x64.Build.0 = Release|x64 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x86.ActiveCfg = Release|x86 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x86.Build.0 = Release|x86 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x64.ActiveCfg = Debug|x64 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x64.Build.0 = Debug|x64 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x86.ActiveCfg = Debug|x86 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x86.Build.0 = Debug|x86 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|Any CPU.Build.0 = Release|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x64.ActiveCfg = Release|x64 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x64.Build.0 = Release|x64 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x86.ActiveCfg = Release|x86 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x86.Build.0 = Release|x86 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x64.ActiveCfg = Debug|x64 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x64.Build.0 = Debug|x64 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x86.ActiveCfg = Debug|x86 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x86.Build.0 = Debug|x86 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|Any CPU.Build.0 = Release|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x64.ActiveCfg = Release|x64 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x64.Build.0 = Release|x64 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x86.ActiveCfg = Release|x86 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x86.Build.0 = Release|x86 + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x64.ActiveCfg = Debug|x64 + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x64.Build.0 = Debug|x64 + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x86.ActiveCfg = Debug|x86 + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x86.Build.0 = Debug|x86 + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|Any CPU.Build.0 = Release|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x64.ActiveCfg = Release|x64 + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x64.Build.0 = Release|x64 + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x86.ActiveCfg = Release|x86 + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x86.Build.0 = Release|x86 + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x64.ActiveCfg = Debug|x64 + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x64.Build.0 = Debug|x64 + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x86.ActiveCfg = Debug|x86 + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x86.Build.0 = Debug|x86 + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|Any CPU.Build.0 = Release|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x64.ActiveCfg = Release|x64 + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x64.Build.0 = Release|x64 + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x86.ActiveCfg = Release|x86 + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x86.Build.0 = Release|x86 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|Any CPU.Build.0 = Debug|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x64.ActiveCfg = Debug|x64 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x64.Build.0 = Debug|x64 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x86.ActiveCfg = Debug|x86 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x86.Build.0 = Debug|x86 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|Any CPU.ActiveCfg = Release|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|Any CPU.Build.0 = Release|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x64.ActiveCfg = Release|x64 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x64.Build.0 = Release|x64 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x86.ActiveCfg = Release|x86 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x86.Build.0 = Release|x86 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|Any CPU.Build.0 = Debug|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x64.ActiveCfg = Debug|x64 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x64.Build.0 = Debug|x64 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x86.ActiveCfg = Debug|x86 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x86.Build.0 = Debug|x86 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|Any CPU.ActiveCfg = Release|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|Any CPU.Build.0 = Release|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x64.ActiveCfg = Release|x64 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x64.Build.0 = Release|x64 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x86.ActiveCfg = Release|x86 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x86.Build.0 = Release|x86 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x64.ActiveCfg = Debug|x64 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x64.Build.0 = Debug|x64 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x86.ActiveCfg = Debug|x86 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x86.Build.0 = Debug|x86 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|Any CPU.Build.0 = Release|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x64.ActiveCfg = Release|x64 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x64.Build.0 = Release|x64 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x86.ActiveCfg = Release|x86 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x86.Build.0 = Release|x86 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x64.ActiveCfg = Debug|x64 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x64.Build.0 = Debug|x64 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x86.ActiveCfg = Debug|x86 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x86.Build.0 = Debug|x86 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|Any CPU.Build.0 = Release|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x64.ActiveCfg = Release|x64 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x64.Build.0 = Release|x64 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x86.ActiveCfg = Release|x86 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x86.Build.0 = Release|x86 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x64.ActiveCfg = Debug|x64 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x64.Build.0 = Debug|x64 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x86.ActiveCfg = Debug|x86 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x86.Build.0 = Debug|x86 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|Any CPU.Build.0 = Release|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x64.ActiveCfg = Release|x64 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x64.Build.0 = Release|x64 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x86.ActiveCfg = Release|x86 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x86.Build.0 = Release|x86 + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|Any CPU.Build.0 = Debug|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x64.ActiveCfg = Debug|x64 + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x64.Build.0 = Debug|x64 + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x86.ActiveCfg = Debug|x86 + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x86.Build.0 = Debug|x86 + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|Any CPU.ActiveCfg = Release|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|Any CPU.Build.0 = Release|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x64.ActiveCfg = Release|x64 + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x64.Build.0 = Release|x64 + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x86.ActiveCfg = Release|x86 + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x86.Build.0 = Release|x86 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|Any CPU.Build.0 = Debug|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x64.ActiveCfg = Debug|x64 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x64.Build.0 = Debug|x64 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x86.ActiveCfg = Debug|x86 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x86.Build.0 = Debug|x86 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|Any CPU.ActiveCfg = Release|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|Any CPU.Build.0 = Release|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x64.ActiveCfg = Release|x64 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x64.Build.0 = Release|x64 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x86.ActiveCfg = Release|x86 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x86.Build.0 = Release|x86 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|Any CPU.Build.0 = Debug|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x64.ActiveCfg = Debug|x64 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x64.Build.0 = Debug|x64 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x86.ActiveCfg = Debug|x86 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x86.Build.0 = Debug|x86 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|Any CPU.ActiveCfg = Release|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|Any CPU.Build.0 = Release|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x64.ActiveCfg = Release|x64 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x64.Build.0 = Release|x64 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.ActiveCfg = Release|x86 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection GlobalSection(NestedProjects) = preSolution - {34576216-0DCA-4B0F-A0DC-9075E75A676F} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {4B7E35DF-1569-4346-B180-A09615723095} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {15B7F794-0BB2-4B66-AD78-4A951F1209B2} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {B795886D-9D70-45B1-BFB5-AD54CBC9A447} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {BD72B98D-C81A-4013-B606-94B4BA2273E5} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {776D244D-BC4D-4BBB-A478-CAF2D04520E1} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {FE32460D-547C-4EB9-A768-541255CCAA83} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {4E974051-38C2-4B5D-A6B1-F265A428A673} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {8EB9E15A-4B65-4C80-B834-9A7773750666} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {5F2DD52D-471B-4946-8F7B-F050C88EFC52} = {4A24657F-9695-437B-9702-2541ED280628} - {98940A30-1B48-4F71-A6BA-85F0AAF31A2F} = {4A24657F-9695-437B-9702-2541ED280628} - {EF660223-4DFD-4E36-BF36-9DD6AFB3F837} = {4A24657F-9695-437B-9702-2541ED280628} - {28F9EA8B-90F7-4974-BB40-0B7FA9309D02} = {4A24657F-9695-437B-9702-2541ED280628} - {0B3EA40E-F7D8-4E14-A30F-1536F41B62D1} = {4A24657F-9695-437B-9702-2541ED280628} - {E127FED3-01C0-41BA-BF83-D8DCDD827D6A} = {4A24657F-9695-437B-9702-2541ED280628} - {948A8EF6-D50C-45EA-9AFD-7A4723ADAB0B} = {4A24657F-9695-437B-9702-2541ED280628} - {1258BFCD-3BAD-4373-B786-4D698EC3C157} = {4A24657F-9695-437B-9702-2541ED280628} - {4885B9DF-D99C-4A1C-8606-259D32A58C33} = {4A24657F-9695-437B-9702-2541ED280628} - {DE91D085-70DF-4892-B0E3-B849E9BF6AF5} = {4A24657F-9695-437B-9702-2541ED280628} - {911196F4-B88F-4940-B1FD-D30F5290D06D} = {4A24657F-9695-437B-9702-2541ED280628} - {A1A9E636-A37C-4170-B2E4-99D4F69B415D} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {F417B81C-B914-4BFD-8299-6BBD11072B01} = {4A24657F-9695-437B-9702-2541ED280628} - {701765DC-F4F2-4943-A37F-6ED253198158} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {01230F2A-D108-480C-B834-8CE0569FD3B3} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {8F9F910D-416E-4B28-BE59-D76670405F56} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {FBC35268-377B-4DBE-87E3-B22D1314BEC6} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {EDF3E264-2D0F-4440-99FF-45D279A598A9} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {B5E3586D-81DE-49C3-83BC-062684795127} = {4A24657F-9695-437B-9702-2541ED280628} - {BAE74CD5-57C2-40E3-8F7A-EDE5721C2ACC} = {4A24657F-9695-437B-9702-2541ED280628} - {396F0BCE-5B51-4B6A-931E-312880C24725} = {4A24657F-9695-437B-9702-2541ED280628} - {14A66047-5F67-4774-B0E3-195D1D25B6A5} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {429873F5-1E53-4ECC-A9EC-7950C789C6DF} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {F56F3983-0C34-4AEC-B418-A8AFFA63F1C4} = {4A24657F-9695-437B-9702-2541ED280628} - {D6B2480C-2A52-4D02-9477-D387D7A486E5} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {6EED2486-39BF-491D-B033-720DFCFD1211} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {B6929D0B-5104-4C7E-979D-F4914E813FA6} = {4A24657F-9695-437B-9702-2541ED280628} - {8EE6F976-F11F-44B3-B065-F5AAA598B30D} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {972C2D45-49B6-4109-9A3A-0C8BC9225B95} = {4A24657F-9695-437B-9702-2541ED280628} - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4} = {E944109B-0B7A-4ADE-8602-004CEFA5897D} - {508A3A68-2012-4E62-925F-2F3083A013FC} = {A427F9F8-0A6F-4EEA-837F-FCDAB6E7D4B3} - {7959D79C-9E2B-4871-9470-6A6B527ABE5E} = {4A24657F-9695-437B-9702-2541ED280628} - EndGlobalSection - GlobalSection(MonoDevelopProperties) = preSolution - StartupItem = Nancy.Demo.Hosting.Aspnet\Nancy.Demo.Hosting.Aspnet.csproj + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {06B9857A-02A6-430D-B579-98A762C281D3} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66} = {5734E9DC-CF67-4337-B28E-695280598B88} + {66119997-5949-45D6-9175-F1C7C599A8F5} = {5734E9DC-CF67-4337-B28E-695280598B88} + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5} = {5734E9DC-CF67-4337-B28E-695280598B88} + {09F5EB90-1063-4338-A146-25F7BE8BFF43} = {5734E9DC-CF67-4337-B28E-695280598B88} + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4} = {5734E9DC-CF67-4337-B28E-695280598B88} + {89C49FF5-9441-4DE8-A33F-1B2852401A54} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89} = {5734E9DC-CF67-4337-B28E-695280598B88} + {0E9B466C-1151-4AE9-A55A-6377A25F8235} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {33D5FB92-074E-4C13-BFD6-21184DD0013A} = {5734E9DC-CF67-4337-B28E-695280598B88} + {EF3149F4-59C1-4896-989E-59D9D5F9050A} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {FA2462FE-A439-48C5-976D-491F73C25CE1} = {5734E9DC-CF67-4337-B28E-695280598B88} + {7944AA31-16BA-43A8-A9CB-2ED758518C9E} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {9C383F09-8936-42ED-B9A6-ED3300AECB1C} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {23C68B10-36FD-41DE-AAA3-77BEDFD63945} = {5734E9DC-CF67-4337-B28E-695280598B88} + {8302F65E-035F-45D7-B894-915B68B72711} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {89DED7A5-7334-4852-A1FC-9266AD0EF388} = {5734E9DC-CF67-4337-B28E-695280598B88} + {8909AB97-EDD6-4AB2-B733-A543ACB957CA} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {AA837BCA-A2D6-4F74-95BC-1F6A66146562} = {5734E9DC-CF67-4337-B28E-695280598B88} + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D} = {5734E9DC-CF67-4337-B28E-695280598B88} + {C42C352E-F3E2-41F6-A446-0CACDA5096AF} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D} = {5734E9DC-CF67-4337-B28E-695280598B88} + {8A936050-5B84-4711-A235-2BA36A445B26} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {8120B952-D9BC-450A-B691-C030177CD24D} = {5734E9DC-CF67-4337-B28E-695280598B88} + {E3C25A1C-2754-4134-8780-1F0A247D6850} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {5323D32E-0CF2-41B6-AF91-37F744AC1554} = {058BCE2A-8F81-4404-83D3-844CE030E513} + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD} = {5734E9DC-CF67-4337-B28E-695280598B88} + {0E546413-BBF8-40B3-8534-8D1D986AA888} = {5734E9DC-CF67-4337-B28E-695280598B88} + {D92ADA88-361B-480A-81D2-AE1F7B2E0660} = {5734E9DC-CF67-4337-B28E-695280598B88} + {4FB42026-81C2-47B3-99A4-751452E64814} = {5734E9DC-CF67-4337-B28E-695280598B88} + {EEEE504F-24AC-4932-9B28-F684AB20FB50} = {5734E9DC-CF67-4337-B28E-695280598B88} + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD} = {AA791E28-7914-439A-B59A-580B8D8FE95D} EndGlobalSection EndGlobal diff --git a/global.json b/global.json deleted file mode 100644 index ab0426d943..0000000000 --- a/global.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "projects": [ "src", "test", "samples" ], - "sdk": { - "version": "1.0.0-preview2-003131" - } -} diff --git a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj new file mode 100644 index 0000000000..a255ef3c8c --- /dev/null +++ b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj @@ -0,0 +1,30 @@ + + + + 2.0.0-beta-001776-00 + + + + netcoreapp1.0 + portable + Nancy.Demo.Hosting.Kestrel + Exe + Nancy.Demo.Hosting.Kestrel + $(PackageTargetFallback);dotnet54;portable-net451+win8 + 1.0.4 + + + + + + + + + + + + + + + + diff --git a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.xproj b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.xproj deleted file mode 100644 index bb4e6f3628..0000000000 --- a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 9921e059-612b-4011-9ab6-fd30e69850a1 - Nancy.Demo.Hosting.Kestrel - .\obj - .\bin\ - - - Nancy.Demo.Hosting.Kestrel - - - 2.0 - - - diff --git a/samples/Nancy.Demo.Hosting.Kestrel/project.json b/samples/Nancy.Demo.Hosting.Kestrel/project.json deleted file mode 100644 index 85e185a3bb..0000000000 --- a/samples/Nancy.Demo.Hosting.Kestrel/project.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "buildOptions": { - "debugType": "portable", - "emitEntryPoint": true - }, - "dependencies": { - "Nancy": { - "target": "project" - }, - "Nancy.Validation.FluentValidation": { - "target": "project" - } - }, - "frameworks": { - "netcoreapp1.0": { - "dependencies": { - "Microsoft.AspNetCore.Hosting": "1.0.0", - "Microsoft.AspNetCore.Server.Kestrel": "1.0.0", - "Microsoft.AspNetCore.Owin": "1.0.0", - "Microsoft.Extensions.Configuration.Binder": "1.0.0", - "Microsoft.Extensions.Configuration.Json": "1.0.0", - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.1" - } - }, - "imports": [ - "dotnet54", - "portable-net451+win8" - ] - } - } -} \ No newline at end of file diff --git a/src/Nancy.Authentication.Basic.MSBuild/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic.MSBuild/Nancy.Authentication.Basic.csproj deleted file mode 100644 index 179a4afe64..0000000000 --- a/src/Nancy.Authentication.Basic.MSBuild/Nancy.Authentication.Basic.csproj +++ /dev/null @@ -1,141 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {BD72B98D-C81A-4013-B606-94B4BA2273E5} - Library - Properties - Nancy.Authentication.Basic - Nancy.Authentication.Basic - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Authentication.Basic.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Authentication.Basic.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Authentication.Basic.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - 4 - false - bin\MonoDebug\Nancy.Authentication.Basic.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Authentication.Basic.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - 4 - bin\MonoRelease\Nancy.Authentication.Basic.XML - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - BasicAuthentication.cs - - - BasicAuthenticationConfiguration.cs - - - BasicHttpExtensions.cs - - - IUserValidator.cs - - - UserPromptBehaviour.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Authentication.Basic.MSBuild/packages.config b/src/Nancy.Authentication.Basic.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Authentication.Basic.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj new file mode 100644 index 0000000000..05e41a7d84 --- /dev/null +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + A basic HTTP authentication provider for Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy.Authentication.Basic + Nancy.Authentication.Basic + Nancy;Authentication + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);portable-net451+win8 + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.xproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.xproj deleted file mode 100644 index e0b83a6c10..0000000000 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 0c3b1176-a01d-4edd-a0b8-17f04c513025 - Nancy.Authentication.Basic - .\obj - .\bin\ - - - Nancy.Authentication.Basic - - - 2.0 - - - diff --git a/src/Nancy.Authentication.Basic/project.json b/src/Nancy.Authentication.Basic/project.json deleted file mode 100644 index 82fba32548..0000000000 --- a/src/Nancy.Authentication.Basic/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "A basic HTTP authentication provider for Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Authentication" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "netstandard1.6": { - "imports": [ - "portable-net451+win8" - ] - }, - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.Authentication.Forms.MSBuild/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms.MSBuild/Nancy.Authentication.Forms.csproj deleted file mode 100644 index eae8ad1527..0000000000 --- a/src/Nancy.Authentication.Forms.MSBuild/Nancy.Authentication.Forms.csproj +++ /dev/null @@ -1,138 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE} - Library - Properties - Nancy.Authentication.Forms - Nancy.Authentication.Forms - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Authentication.Forms.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Authentication.Forms.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Authentication.Forms.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - bin\MonoDebug\Nancy.Authentication.Forms.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Authentication.Forms.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - bin\MonoRelease\Nancy.Authentication.Forms.XML - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - FormsAuthentication.cs - - - FormsAuthenticationConfiguration.cs - - - IUserMapper.cs - - - ModuleExtensions.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Authentication.Forms.MSBuild/packages.config b/src/Nancy.Authentication.Forms.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Authentication.Forms.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj new file mode 100644 index 0000000000..bbb871ddd0 --- /dev/null +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + A forms authentication provider for Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy.Authentication.Forms + Nancy.Authentication.Forms + Nancy;Authentication + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);portable-net451+win8 + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.xproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.xproj deleted file mode 100644 index c846ac6677..0000000000 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 52b05c75-46f1-4c1b-b660-edd88ba38924 - Nancy.Authentication.Forms - .\obj - .\bin\ - - - Nancy.Authentication.Forms - - - 2.0 - - - diff --git a/src/Nancy.Authentication.Forms/project.json b/src/Nancy.Authentication.Forms/project.json deleted file mode 100644 index 3ef42523be..0000000000 --- a/src/Nancy.Authentication.Forms/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "A forms authentication provider for Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Authentication" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "netstandard1.6": { - "imports": [ - "portable-net451+win8" - ] - }, - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.Authentication.Stateless.MSBuild/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless.MSBuild/Nancy.Authentication.Stateless.csproj deleted file mode 100644 index f63e9852d0..0000000000 --- a/src/Nancy.Authentication.Stateless.MSBuild/Nancy.Authentication.Stateless.csproj +++ /dev/null @@ -1,125 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {211560C3-FDDF-46D6-AB0C-F3BC04B173B5} - Library - Properties - Nancy.Authentication.Stateless - Nancy.Authentication.Stateless - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Authentication.Stateless.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Authentication.Stateless.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Authentication.Stateless.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - bin\MonoDebug\Nancy.Authentication.Stateless.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Authentication.Stateless.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - bin\MonoRelease\Nancy.Authentication.Stateless.XML - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - StatelessAuthentication.cs - - - StatelessAuthenticationConfiguration.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Authentication.Stateless.MSBuild/packages.config b/src/Nancy.Authentication.Stateless.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Authentication.Stateless.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj new file mode 100644 index 0000000000..ea40e57294 --- /dev/null +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + A stateless authentication provider for Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy.Authentication.Stateless + Nancy.Authentication.Stateless + Nancy;Authentication + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);portable-net451+win8 + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.xproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.xproj deleted file mode 100644 index e4994025db..0000000000 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 7c8cd644-8c3e-491d-9583-ccdd352223c8 - Nancy.Authentication.Stateless - .\obj - .\bin\ - - - Nancy.Authentication.Stateless - - - 2.0 - - - diff --git a/src/Nancy.Authentication.Stateless/project.json b/src/Nancy.Authentication.Stateless/project.json deleted file mode 100644 index 768be3e8fa..0000000000 --- a/src/Nancy.Authentication.Stateless/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "A stateless authentication provider for Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Authentication" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "netstandard1.6": { - "imports": [ - "portable-net451+win8" - ] - }, - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.Embedded.MSBuild/Nancy.Embedded.csproj b/src/Nancy.Embedded.MSBuild/Nancy.Embedded.csproj deleted file mode 100644 index 92d40acf8d..0000000000 --- a/src/Nancy.Embedded.MSBuild/Nancy.Embedded.csproj +++ /dev/null @@ -1,73 +0,0 @@ - - - - - Debug - AnyCPU - {D8EBA39B-63AE-4A66-BD0E-F7F95E572135} - Library - Properties - Nancy.Embedded - Nancy.Embedded - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\Nancy.Embedded.XML - false - ..\..\Nancy.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Nancy.Embedded.XML - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - Conventions\EmbeddedStaticContentConventionBuilder.cs - - - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Embedded.MSBuild/packages.config b/src/Nancy.Embedded.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Embedded.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj new file mode 100644 index 0000000000..df5c71ee43 --- /dev/null +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Helpers for serving embedded static content with Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy.Embedded + Nancy.Embedded + Nancy;Embedded;Static Content + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);portable-net451+win8 + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Embedded/Nancy.Embedded.xproj b/src/Nancy.Embedded/Nancy.Embedded.xproj deleted file mode 100644 index 04bab595ac..0000000000 --- a/src/Nancy.Embedded/Nancy.Embedded.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - a4dedd2f-5565-404a-b60f-98217221518d - Nancy.Embedded - .\obj - .\bin\ - - - Nancy.Embedded - - - 2.0 - - - diff --git a/src/Nancy.Embedded/project.json b/src/Nancy.Embedded/project.json deleted file mode 100644 index 9eaeb1bfe6..0000000000 --- a/src/Nancy.Embedded/project.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Helpers for serving embedded static content with Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Embedded", - "Static Content" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "netstandard1.6": { - "imports": [ - "portable-net451+win8" - ] - }, - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.Encryption.MachineKey.MSBuild/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey.MSBuild/Nancy.Encryption.MachineKey.csproj deleted file mode 100644 index d654e91bfc..0000000000 --- a/src/Nancy.Encryption.MachineKey.MSBuild/Nancy.Encryption.MachineKey.csproj +++ /dev/null @@ -1,103 +0,0 @@ - - - - - Debug - AnyCPU - {14A66047-5F67-4774-B0E3-195D1D25B6A5} - Library - Properties - Nancy.Encryption.MachineKey - Nancy.Encryption.MachineKey - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\Nancy.Encryption.MachineKey.XML - false - ..\..\Nancy.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Nancy.Encryption.MachineKey.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoDebug\Nancy.Encryption.MachineKey.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoRelease\Nancy.Encryption.MachineKey.XML - false - - - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - MachineKeyCryptographyConfigurations.cs - - - MachineKeyEncryptionProvider.cs - - - MachineKeyHmacProvider.cs - - - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Encryption.MachineKey.MSBuild/packages.config b/src/Nancy.Encryption.MachineKey.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Encryption.MachineKey.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj new file mode 100644 index 0000000000..ed3a7b5853 --- /dev/null +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -0,0 +1,38 @@ + + + + 2.0.0-beta-001776-00 + + + + System.Web MachineKey encrypton and HMAC providers for Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.Encryption.MachineKey + Nancy.Encryption.MachineKey + Nancy;Encryption + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + All + + + + + + + + + + + diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.xproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.xproj deleted file mode 100644 index 1bc5625ddd..0000000000 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 186cab00-195d-490f-873b-0b2b0fb546f2 - Nancy.Encryption.MachineKey - .\obj - .\bin\ - - - Nancy.Encryption.MachineKey - - - 2.0 - - - diff --git a/src/Nancy.Encryption.MachineKey/project.json b/src/Nancy.Encryption.MachineKey/project.json deleted file mode 100644 index 4eb139b944..0000000000 --- a/src/Nancy.Encryption.MachineKey/project.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "System.Web MachineKey encrypton and HMAC providers for Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Encryption" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Configuration": { - "type": "build" - }, - "System.Web": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy.Hosting.Aspnet.MSBuild/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet.MSBuild/Nancy.Hosting.Aspnet.csproj deleted file mode 100644 index 0fab681ac3..0000000000 --- a/src/Nancy.Hosting.Aspnet.MSBuild/Nancy.Hosting.Aspnet.csproj +++ /dev/null @@ -1,152 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {15B7F794-0BB2-4B66-AD78-4A951F1209B2} - Library - Properties - Nancy.Hosting.Aspnet - Nancy.Hosting.Aspnet - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Hosting.Aspnet.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Hosting.Aspnet.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Hosting.Aspnet.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - 4 - false - bin\MonoDebug\Nancy.Hosting.Aspnet.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Hosting.Aspnet.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - 4 - bin\MonoRelease\Nancy.Hosting.Aspnet.XML - false - - - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - AspNetRootPathProvider.cs - - - BootstrapperEntry.cs - - - DefaultNancyAspNetBootstrapper.cs - - - NancyFxSection.cs - - - NancyHandler.cs - - - NancyHttpRequestHandler.cs - - - NancyResponseStream.cs - - - TinyIoCAspNetExtensions.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Hosting.Aspnet.MSBuild/packages.config b/src/Nancy.Hosting.Aspnet.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Hosting.Aspnet.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj new file mode 100644 index 0000000000..9d4a5c6e66 --- /dev/null +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -0,0 +1,45 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables hosting Nancy on ASP.NET. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.Hosting.Aspnet + Nancy.Hosting.Aspnet + Nancy;Host + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + content + true + + + + + + + + + + All + + + + + + + + + + + diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.xproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.xproj deleted file mode 100644 index ad6ce879f9..0000000000 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 4262ab60-e51d-43d1-ae63-d60ed24cf04f - Nancy.Hosting.Aspnet - .\obj - .\bin\ - - - Nancy.Hosting.Aspnet - - - 2.0 - - - diff --git a/src/Nancy.Hosting.Aspnet/project.json b/src/Nancy.Hosting.Aspnet/project.json deleted file mode 100644 index c45925cbdf..0000000000 --- a/src/Nancy.Hosting.Aspnet/project.json +++ /dev/null @@ -1,45 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables hosting Nancy on ASP.NET.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Host" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png", - "files": { - "mappings": { - "content/web.config.transform": "./web.config.transform" - } - } - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Configuration": { - "type": "build" - }, - "System.Web": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy.Hosting.Self.MSBuild/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self.MSBuild/Nancy.Hosting.Self.csproj deleted file mode 100644 index eaff35b985..0000000000 --- a/src/Nancy.Hosting.Self.MSBuild/Nancy.Hosting.Self.csproj +++ /dev/null @@ -1,155 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134} - Library - Properties - Nancy.Hosting.Self - Nancy.Hosting.Self - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Hosting.Self.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Hosting.Self.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Hosting.Self.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - 4 - false - bin\MonoDebug\Nancy.Hosting.Self.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Hosting.Self.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - bin\MonoRelease\Nancy.Hosting.Self.XML - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - IgnoredHeaders.cs - - - Properties\InternalsVisibleTo.cs - - - UrlReservations.cs - - - UacHelper.cs - - - FileSystemRootPathProvider.cs - - - HostConfiguration.cs - - - NancyHost.cs - - - NetSh.cs - - - AutomaticUrlReservationCreationFailureException.cs - - - Code - UriExtensions.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Hosting.Self.MSBuild/packages.config b/src/Nancy.Hosting.Self.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Hosting.Self.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj new file mode 100644 index 0000000000..d10cf3523f --- /dev/null +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables hosting Nancy in any application. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + $(DefineConstants);CORE + true + Nancy.Hosting.Self + Nancy.Hosting.Self + Nancy;Host + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.xproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.xproj deleted file mode 100644 index 4d06522818..0000000000 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - a3a80c91-557a-44de-bd0f-ac3e96903424 - Nancy.Hosting.Self - .\obj - .\bin\ - - - Nancy.Hosting.Self - - - 2.0 - - - diff --git a/src/Nancy.Hosting.Self/project.json b/src/Nancy.Hosting.Self/project.json deleted file mode 100644 index c4c3b7578e..0000000000 --- a/src/Nancy.Hosting.Self/project.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables hosting Nancy in any application.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Host" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "define": [ - "CORE" - ], - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.MSBuild/Nancy.csproj b/src/Nancy.MSBuild/Nancy.csproj deleted file mode 100644 index 48efcfc091..0000000000 --- a/src/Nancy.MSBuild/Nancy.csproj +++ /dev/null @@ -1,1537 +0,0 @@ - - - - Debug - AnyCPU - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Library - Properties - Nancy - Nancy - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.XML - false - true - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Nancy.XML - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - bin\MonoDebug\Nancy.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - bin\MonoRelease\Nancy.XML - false - - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - AppDomainAssemblyCatalog.cs - - - AsyncNamedPipelineBase.cs - - - Bootstrapper\IRequestStartup.cs - - - Bootstrapper\Registrations.cs - - - Bootstrapper\BootstrapperException.cs - - - Bootstrapper\CollectionTypeRegistration.cs - - - Bootstrapper\ContainerRegistration.cs - - - Bootstrapper\FavIconApplicationStartup.cs - - - Bootstrapper\IRegistrations.cs - - - Bootstrapper\IPipelines.cs - - - Bootstrapper\InstanceRegistration.cs - - - Bootstrapper\IApplicationStartup.cs - - - Bootstrapper\Lifetime.cs - - - Bootstrapper\MultipleRootPathProvidersLocatedException.cs - - - Bootstrapper\NancyInternalConfiguration.cs - - - Bootstrapper\Pipelines.cs - - - Configuration\DefaultNancyEnvironment.cs - - - Configuration\DefaultNancyEnvironmentConfigurator.cs - - - Configuration\DefaultNancyEnvironmentFactory.cs - - - Configuration\INancyDefaultConfigurationProvider.cs - - - Configuration\INancyEnvironmentConfigurator.cs - - - Configuration\INancyEnvironment.cs - - - Configuration\INancyEnvironmentFactory.cs - - - Configuration\INancyEnvironmentExtensions.cs - - - Configuration\NancyDefaultConfigurationProvider.cs - - - Conventions\AcceptHeaderCoercionConventions.cs - - - Conventions\BuiltInAcceptHeaderCoercions.cs - - - Conventions\BuiltInCultureConventions.cs - - - Conventions\CultureConventions.cs - - - Conventions\DefaultAcceptHeaderCoercionConventions.cs - - - Conventions\DefaultCultureConventions.cs - - - Conventions\DefaultStaticContentsConventions.cs - - - Conventions\DefaultViewLocationConventions.cs - - - Conventions\IConvention.cs - - - Conventions\NancyConventions.cs - - - Conventions\StaticContentConventionBuilder.cs - - - Conventions\StaticContentHelper.cs - - - Conventions\StaticContentsConventions.cs - - - Conventions\StaticContentsConventionsExtensions.cs - - - Conventions\StaticDirectoryContent.cs - - - Conventions\StaticFileContent.cs - - - Culture\DefaultCultureService.cs - - - Culture\ICultureService.cs - - - DefaultResponseFormatterFactory.cs - - - DefaultRootPathProvider.cs - - - ArrayCache.cs - - - DefaultRouteConfigurationProvider.cs - - - DefaultRuntimeEnvironmentInformation.cs - - - DefaultSerializerFactory.cs - - - DefaultStaticContentProvider.cs - - - DefaultTraceConfigurationProvider.cs - - - DefaultTypeCatalog.cs - - - DefaultViewConfigurationProvider.cs - - - Diagnostics\DefaultRequestTraceFactory.cs - - - Diagnostics\DefaultTraceLog.cs - - - Diagnostics\DiagnosticsConfiguration.cs - - - Diagnostics\DiagnosticsConfigurationExtensions.cs - - - Diagnostics\DefaultDiagnosticsConfigurationProvider.cs - - - Diagnostics\DiagnosticsSerializerFactory.cs - - - Diagnostics\DiagnosticsSession.cs - - - Diagnostics\ConcurrentLimitedCollection.cs - - - Diagnostics\DisabledDiagnostics.cs - - - Diagnostics\IDiagnostics.cs - - - Diagnostics\IRequestTrace.cs - - - Diagnostics\IRequestTraceFactory.cs - - - Diagnostics\ITraceLog.cs - - - Diagnostics\NullLog.cs - - - Diagnostics\RequestData.cs - - - Diagnostics\ResponseData.cs - - - DisabledStaticContentProvider.cs - - - ErrorHandling\RouteExecutionEarlyExitException.cs - - - Extensions\MemoryStreamExtensions.cs - - - Extensions\ModelValidationErrorExtensions.cs - - - Extensions\StreamExtensions.cs - - - Extensions\TypeExtensions.cs - - - Diagnostics\DefaultRequestTracing.cs - - - Diagnostics\DescriptionAttribute.cs - - - Diagnostics\DiagnosticModule.cs - - - Diagnostics\DiagnosticsHook.cs - - - Diagnostics\DiagnosticsModuleBuilder.cs - - - Diagnostics\DiagnosticsModuleCatalog.cs - - - Diagnostics\DefaultDiagnostics.cs - - - Diagnostics\DiagnosticsViewRenderer.cs - - - Helpers\CacheHelpers.cs - - - Helpers\ExceptionExtensions.cs - - - Helpers\ProxyNancyReferenceProber.cs - - - HttpLink.cs - - - HttpLinkBuilder.cs - - - HttpLinkRelation.cs - - - IAssemblyCatalog.cs - - - IncludeInNancyAssemblyScanningAttribute.cs - - - IRuntimeEnvironmentInformation.cs - - - ISerializerFactory.cs - - - IStaticContentProvider.cs - - - ITypeCatalog.cs - - - Json\Simple\NancySerializationStrategy.cs - - - Json\Simple\SimpleJson.cs - - - Properties\InternalsVisibleTo.cs - - - TypeCatalogExtensions.cs - - - Json\Converters\TupleConverter.cs - - - Json\DefaultJsonConfigurationProvider.cs - - - Json\JavaScriptPrimitiveConverter.cs - - - Json\JsonConfigurationExtensions.cs - - - Localization\TextResourceFinder.cs - - - Helpers\TaskHelpers.cs - - - ModelBinding\BindingConfig.cs - - - ModelBinding\BindingMemberInfo.cs - - - ModelBinding\DefaultConverters\DateTimeConverter.cs - - - ModelBinding\DefaultConverters\NumericConverter.cs - - - ModelBinding\ExpressionExtensions.cs - - - ModelBinding\PropertyBindingException.cs - - - INancyModule.cs - - - NancyEngineExtensions.cs - - - NegotiatorExtensions.cs - - - Owin\DelegateExtensions.cs - - - Owin\NancyContextExtensions.cs - - - Owin\NancyOptions.cs - - - Owin\NancyOptionsExtensions.cs - - - Owin\NancyMiddleware.cs - - - Responses\EmbeddedFileResponse.cs - - - Diagnostics\IDiagnosticsProvider.cs - - - Diagnostics\IInteractiveDiagnostics.cs - - - Diagnostics\InteractiveDiagnostic.cs - - - Diagnostics\InteractiveDiagnosticMethod.cs - - - Diagnostics\InteractiveDiagnostics.cs - - - Diagnostics\Modules\InfoModule.cs - - - Diagnostics\Modules\SettingsModule.cs - - - Diagnostics\Modules\InteractiveModule.cs - - - Diagnostics\Modules\MainModule.cs - - - Diagnostics\Modules\TraceModule.cs - - - Diagnostics\TemplateAttribute.cs - - - Diagnostics\TestingDiagnosticProvider.cs - - - IResponseFormatterFactory.cs - - - Jsonp.cs - - - JsonpApplicationStartup.cs - - - RequestExecutionException.cs - - - Responses\MaterialisingResponse.cs - - - Responses\NegotiatedResponse.cs - - - Responses\Negotiation\DefaultResponseNegotiator.cs - - - Responses\Negotiation\IResponseNegotiator.cs - - - Responses\Negotiation\IResponseProcessor.cs - - - Responses\Negotiation\JsonProcessor.cs - - - Responses\Negotiation\MatchResult.cs - - - Responses\Negotiation\MediaRange.cs - - - Responses\Negotiation\MediaRangeParameters.cs - - - Responses\Negotiation\MediaType.cs - - - Responses\Negotiation\NegotiationContext.cs - - - Responses\Negotiation\Negotiator.cs - - - Responses\Negotiation\ProcessorMatch.cs - - - Responses\Negotiation\ResponseProcessor.cs - - - Responses\Negotiation\ViewProcessor.cs - - - Responses\Negotiation\XmlProcessor.cs - - - Responses\NotAcceptableResponse.cs - - - Responses\StreamResponse.cs - - - IO\UnclosableStreamWrapper.cs - - - ISerializer.cs - - - Json\Converters\TimeSpanConverter.cs - - - Json\JsonConfiguration.cs - - - Responses\DefaultJsonSerializer.cs - - - Responses\DefaultXmlSerializer.cs - - - Responses\TextResponse.cs - - - RouteConfiguration.cs - - - RouteConfigurationExtensions.cs - - - Routing\Constraints\AlphaRouteSegmentConstraint.cs - - - Routing\Constraints\BoolRouteSegmentConstraint.cs - - - Routing\Constraints\CustomDateTimeRouteSegmentConstraint.cs - - - Routing\Constraints\DateTimeRouteSegmentConstraint.cs - - - Routing\Constraints\DecimalRouteSegmentConstraint.cs - - - Routing\Constraints\GuidRouteSegmentConstraint.cs - - - Routing\Constraints\LongRouteSegmentConstraint.cs - - - Routing\Constraints\IntRouteSegmentConstraint.cs - - - Routing\Constraints\IRouteSegmentConstraint.cs - - - Routing\Constraints\LengthRouteSegmentConstraint.cs - - - Routing\Constraints\MaxLengthRouteSegmentConstraint.cs - - - Routing\Constraints\MaxRouteSegmentConstraint.cs - - - Routing\Constraints\MinLengthRouteSegmentConstraint.cs - - - Routing\Constraints\MinRouteSegmentConstraint.cs - - - Routing\Constraints\RangeRouteSegmentConstraint.cs - - - Routing\Constraints\RouteSegmentConstraintBase.cs - - - Routing\Constraints\ParameterizedRouteSegmentConstraintBase.cs - - - Routing\Constraints\VersionRouteSegmentConstraint.cs - - - Routing\DefaultRequestDispatcher.cs - - - Routing\DefaultRouteDescriptionProvider.cs - - - Routing\DefaultRouteInvoker.cs - - - Routing\DefaultRouteSegmentExtractor.cs - - - Routing\IRequestDispatcher.cs - - - Routing\IRouteDescriptionProvider.cs - - - Routing\IRouteInvoker.cs - - - Routing\IRouteMetadataProvider.cs - - - Routing\IRouteSegmentExtractor.cs - - - Routing\ParameterSegmentInformation.cs - - - Routing\ResolveResult.cs - - - Routing\OptionsRoute.cs - - - Routing\RouteCacheExtensions.cs - - - Routing\RouteMetadata.cs - - - Routing\RouteMetadataProvider.cs - - - Routing\Trie\IRouteResolverTrie.cs - - - Routing\Trie\ITrieNodeFactory.cs - - - Routing\Trie\MatchResult.cs - - - Routing\Trie\NodeData.cs - - - Routing\Trie\NodeDataExtensions.cs - - - Routing\Trie\Nodes\CaptureNode.cs - - - Routing\Trie\Nodes\CaptureNodeWithConstraint.cs - - - Routing\Trie\Nodes\CaptureNodeWithDefaultValue.cs - - - Routing\Trie\Nodes\CaptureNodeWithMultipleParameters.cs - - - Routing\Trie\Nodes\GreedyRegExCaptureNode.cs - - - Routing\Trie\Nodes\GreedyCaptureNode.cs - - - Routing\Trie\Nodes\LiteralNode.cs - - - Routing\Trie\Nodes\OptionalCaptureNode.cs - - - Routing\Trie\Nodes\RegExNode.cs - - - Routing\Trie\Nodes\RootNode.cs - - - Routing\Trie\Nodes\TrieNode.cs - - - Routing\Trie\RouteResolverTrie.cs - - - Routing\Trie\SegmentMatch.cs - - - Routing\Trie\TrieNodeFactory.cs - - - TypeResolveStrategies.cs - - - TypeResolveStrategy.cs - - - Security\SSLProxy.cs - - - Session\CookieBasedSessionsConfiguration.cs - - - StaticContent.cs - - - Conventions\ViewLocationConventions.cs - - - Cryptography\Base64Helpers.cs - - - Cryptography\CryptographyConfiguration.cs - - - Cryptography\DefaultHmacProvider.cs - - - Cryptography\HmacComparer.cs - - - Cryptography\IHmacProvider.cs - - - Cryptography\IKeyGenerator.cs - - - Cryptography\NoEncryptionProvider.cs - - - Cryptography\PassphraseKeyGenerator.cs - - - Cryptography\RandomKeyGenerator.cs - - - DefaultNancyContextFactory.cs - - - Diagnostics\RequestTraceSession.cs - - - Diagnostics\IRequestTracing.cs - - - Diagnostics\DefaultRequestTrace.cs - - - DynamicDictionaryValue.cs - - - ErrorHandling\DefaultStatusCodeHandler.cs - - - IStatusCodeHandler.cs - - - ErrorPipeline.cs - - - Extensions\AssemblyExtensions.cs - - - Bootstrapper\INancyBootstrapper.cs - - - Bootstrapper\ModuleRegistrationType.cs - - - Bootstrapper\NancyBootstrapperBase.cs - - - Bootstrapper\NancyBootstrapperLocator.cs - - - Bootstrapper\TypeRegistration.cs - - - Cookies\NancyCookie.cs - - - Cookies\INancyCookie.cs - - - DefaultNancyBootstrapper.cs - - - Extensions\ContextExtensions.cs - - - Extensions\ModuleExtensions.cs - - - Extensions\RequestExtensions.cs - - - Extensions\StringExtensions.cs - - - NamedPipelineBase.cs - - - PipelineItem.cs - - - RequestHeaders.cs - - - Responses\HtmlResponse.cs - - - Security\Csrf.cs - - - Security\CsrfApplicationStartup.cs - - - Security\CsrfToken.cs - - - Security\CsrfTokenExtensions.cs - - - Security\CsrfValidationException.cs - - - Security\DefaultCsrfTokenValidator.cs - - - Security\ICsrfTokenValidator.cs - - - Security\CsrfTokenValidationResult.cs - - - ResponseExtensions.cs - - - StaticConfiguration.cs - - - TraceConfiguration.cs - - - TraceConfigurationExtensions.cs - - - Url.cs - - - Validation\CompositeValidator.cs - - - Validation\DefaultValidatorLocator.cs - - - Validation\IModelValidator.cs - - - Validation\IModelValidatorFactory.cs - - - Validation\IModelValidatorLocator.cs - - - Validation\ModelValidationException.cs - - - Validation\ModuleExtensions.cs - - - Validation\Rules\ComparisonOperator.cs - - - Validation\Rules\NotEmptyValidationRule.cs - - - Validation\Rules\NotNullValidationRule.cs - - - Validation\Rules\ComparisonValidationRule.cs - - - Validation\Rules\RegexValidationRule.cs - - - Validation\Rules\StringLengthValidationRule.cs - - - Validation\ModelValidationDescriptor.cs - - - Validation\ModelValidationError.cs - - - Validation\ModelValidationResult.cs - - - Validation\ModelValidationRule.cs - - - ViewConfiguration.cs - - - ViewConfigurationExtensions.cs - - - ViewEngines\DefaultFileSystemReader.cs - - - ViewEngines\DefaultRenderContext.cs - - - ViewEngines\DefaultRenderContextFactory.cs - - - ResourceAssemblyProvider.cs - - - ViewEngines\DefaultResourceReader.cs - - - Localization\ResourceBasedTextResource.cs - - - ViewEngines\DefaultViewCache.cs - - - ViewEngines\Extensions.cs - - - ViewEngines\FileSystemViewLocationProvider.cs - - - FormatterExtensions.cs - - - HeadResponse.cs - - - Extensions\CollectionExtensions.cs - - - Bootstrapper\NancyBootstrapperWithRequestContainerBase.cs - - - Helpers\HttpEncoder.cs - - - Helpers\HttpUtility.cs - - - HttpFile.cs - - - HttpMultipart.cs - - - HttpMultipartBoundary.cs - - - HttpMultipartBuffer.cs - - - HttpStatusCode.cs - - - IHideObjectMembers.cs - - - INancyContextFactory.cs - - - INancyModuleCatalog.cs - - - IResponseFormatter.cs - - - Json\JavaScriptConverter.cs - - - Json\JavaScriptSerializer.cs - - - Json\Json.cs - - - Helpers\ReflectionUtils.cs - - - Json\ScriptIgnoreAttribute.cs - - - Json\StringBuilderExtensions.cs - - - MimeTypes.cs - - - ModelBinding\BindingContext.cs - - - ModelBinding\BindingDefaults.cs - - - ModelBinding\DefaultBinder.cs - - - ModelBinding\DefaultBodyDeserializers\JsonBodyDeserializer.cs - - - ModelBinding\DefaultBodyDeserializers\XmlBodyDeserializer.cs - - - ModelBinding\DefaultConverters\CollectionConverter.cs - - - ModelBinding\DefaultConverters\FallbackConverter.cs - - - ModelBinding\DefaultFieldNameConverter.cs - - - ModelBinding\DynamicModelBinderAdapter.cs - - - ModelBinding\IBodyDeserializer.cs - - - ModelBinding\IBinder.cs - - - ModelBinding\IFieldNameConverter.cs - - - ModelBinding\IModelBinder.cs - - - ModelBinding\IModelBinderLocator.cs - - - ModelBinding\ITypeConverter.cs - - - ModelBinding\DefaultModelBinderLocator.cs - - - ModelBinding\ModelBindingException.cs - - - ModelBinding\ModuleExtensions.cs - - - NancyContext.cs - - - AfterPipeline.cs - - - BeforePipeline.cs - - - DefaultResponseFormatter.cs - - - IO\RequestStream.cs - - - Responses\GenericFileResponse.cs - - - Responses\JsonResponse.cs - - - Responses\RedirectResponse.cs - - - Responses\XmlResponse.cs - - - Routing\DefaultNancyModuleBuilder.cs - - - Routing\DefaultRouteCacheProvider.cs - - - IRootPathProvider.cs - - - Routing\INancyModuleBuilder.cs - - - Routing\IRouteCache.cs - - - Routing\IRouteCacheProvider.cs - - - Routing\RouteCache.cs - - - Routing\MethodNotAllowedRoute.cs - - - Routing\RouteDescription.cs - - - Security\ModuleSecurity.cs - - - Security\SecurityHooks.cs - - - Security\ClaimsPrincipalExtensions.cs - - - Session\CookieBasedSessions.cs - - - DefaultObjectSerializer.cs - - - Cryptography\IEncryptionProvider.cs - - - IObjectSerializerSelector.cs - - - Session\ISession.cs - - - IObjectSerializer.cs - - - Session\NullSessionProvider.cs - - - Session\Session.cs - - - HttpMultipartSubStream.cs - - - TinyIoc\TinyIoC.cs - - - NancyModule.cs - - - INancyEngine.cs - - - Request.cs - - - NancyEngine.cs - - - Response.cs - - - NotFoundResponse.cs - - - Routing\IRouteResolver.cs - - - Routing\NotFoundRoute.cs - - - DynamicDictionary.cs - - - Routing\DefaultRouteResolver.cs - - - ViewEngines\AmbiguousViewsException.cs - - - ViewEngines\DefaultViewFactory.cs - - - ViewEngines\DefaultViewLocator.cs - - - ViewEngines\DefaultViewResolver.cs - - - ViewEngines\FileSystemViewLocationResult.cs - - - ViewEngines\IFileSystemReader.cs - - - ViewEngines\IRenderContext.cs - - - ViewEngines\IRenderContextFactory.cs - - - IResourceAssemblyProvider.cs - - - ViewEngines\IResourceReader.cs - - - Localization\ITextResource.cs - - - ViewEngines\IViewCache.cs - - - ViewEngines\IViewEngine.cs - - - ViewEngines\IViewLocationProvider.cs - - - ViewEngines\IViewLocator.cs - - - ViewEngines\IViewFactory.cs - - - ViewEngines\IViewResolver.cs - - - ViewEngines\ResourceViewLocationProvider.cs - - - ViewEngines\SuperSimpleViewEngine\ISuperSimpleViewEngineMatcher.cs - - - ViewEngines\SuperSimpleViewEngine\IViewEngineHost.cs - - - ViewEngines\SuperSimpleViewEngine\NancyViewEngineHost.cs - - - ViewEngines\SuperSimpleViewEngine\SuperSimpleViewEngine.cs - - - ViewEngines\SuperSimpleViewEngine\SuperSimpleViewEngineRegistrations.cs - - - ViewEngines\SuperSimpleViewEngine\SuperSimpleViewEngineWrapper.cs - - - ViewEngines\ViewEngineApplicationStartup.cs - - - ViewEngines\ViewEngineStartupContext.cs - - - ViewEngines\ViewLocationContext.cs - - - ViewEngines\ViewLocationResult.cs - - - ViewEngines\ViewNotFoundException.cs - - - ViewEngines\ViewRenderException.cs - - - ViewRenderer.cs - - - Xml\XmlConfigurationExtensions.cs - - - Xml\XmlConfiguration.cs - - - Xml\DefaultXmlConfigurationProvider.cs - - - DefaultStaticContentConfigurationProvider.cs - - - StaticContentConfiguration.cs - - - StaticContentConfigurationExtensions.cs - - - - - - Cryptography\AesEncryptionProvider.cs - - - Json\SimpleJson.cs - - - Extensions\ObjectExtensions.cs - - - Configuration\ConfigurationException.cs - - - Routing\Route.cs - - - - - Diagnostics\Views\Dashboard.sshtml - - - favicon.ico - - - - - ErrorHandling\Resources\404.html - - - - - ErrorHandling\Resources\500.html - - - - - Diagnostics\Resources\diagnostics.js - - - - - Diagnostics\Resources\backbone-min.js - - - Diagnostics\Resources\jquery-1.7.1.min.js - - - Diagnostics\Resources\underscore-min.js - - - - - Diagnostics\Resources\handlebars.js - - - - - Diagnostics\Views\_DiagnosticsMaster.sshtml - - - - - Diagnostics\Resources\nancy-common.js - - - - - Diagnostics\Resources\interactive-diagnostics.js - - - - - Diagnostics\Resources\jsonreport.js - - - Diagnostics\Resources\Modules\interactive\providers.js - - - - - Diagnostics\Views\InteractiveDiagnostics.sshtml - - - - - Diagnostics\Resources\Modules\interactive\methods.js - - - - - Diagnostics\Resources\Modules\interactive\results.js - - - - - Diagnostics\Resources\main.css - - - - - Diagnostics\Resources\interactive.css - - - - - Diagnostics\Resources\logo.png - - - - - Diagnostics\Resources\960.css - - - Diagnostics\Resources\reset.css - - - Diagnostics\Resources\text.css - - - - - Diagnostics\Resources\info.png - - - Diagnostics\Resources\interactive.png - - - Diagnostics\Resources\logs.png - - - Diagnostics\Resources\settings.png - - - - - Diagnostics\Views\RequestTracing.sshtml - - - - - Diagnostics\Views\Info.sshtml - - - - - Diagnostics\Views\Settings.sshtml - - - - - Diagnostics\Resources\request-tracing.js - - - - - Diagnostics\Resources\Modules\tracing\sessions.js - - - - - Diagnostics\Resources\Modules\tracing\traces.js - - - - - Diagnostics\Views\help.sshtml - - - - - Diagnostics\Views\login.sshtml - - - - - - - - - - - diff --git a/src/Nancy.MSBuild/packages.config b/src/Nancy.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Metadata.Modules.MSBuild/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules.MSBuild/Nancy.Metadata.Modules.csproj deleted file mode 100644 index 87cae61846..0000000000 --- a/src/Nancy.Metadata.Modules.MSBuild/Nancy.Metadata.Modules.csproj +++ /dev/null @@ -1,114 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4} - Library - Properties - Nancy.Metadata.Modules - Nancy.Metadata.Modules - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\Nancy.Metadata.Modules.xml - false - ..\..\Nancy.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Nancy.Metadata.Modules.xml - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoDebug\Nancy.Metadata.Modules.xml - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoRelease\Nancy.Metadata.Modules.xml - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - DefaultMetadataModuleResolver.cs - - - IMetadataModule.cs - - - IMetadataModuleResolver.cs - - - DefaultMetadataModuleConventions.cs - - - MetadataModule.cs - - - MetadataModuleRegistrations.cs - - - MetadataModuleRouteMetadataProvider.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Metadata.Modules.MSBuild/packages.config b/src/Nancy.Metadata.Modules.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Metadata.Modules.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj new file mode 100644 index 0000000000..7ab22ef8c0 --- /dev/null +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Nancy metadata modules to describe your APIs. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy.Metadata.Modules + Nancy.Metadata.Modules + Nancy;Metadata + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);portable-net451+win8 + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.xproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.xproj deleted file mode 100644 index f9774445e1..0000000000 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - ad0737d9-12d7-449f-9b2d-a3045731c946 - Nancy.Metadata.Modules - .\obj - .\bin\ - - - Nancy.Metadata.Modules - - - 2.0 - - - diff --git a/src/Nancy.Metadata.Modules/project.json b/src/Nancy.Metadata.Modules/project.json deleted file mode 100644 index 60aaccfab4..0000000000 --- a/src/Nancy.Metadata.Modules/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Nancy metadata modules to describe your APIs.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Metadata" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "netstandard1.6": { - "imports": [ - "portable-net451+win8" - ] - }, - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.Owin.MSBuild/Nancy.Owin.csproj b/src/Nancy.Owin.MSBuild/Nancy.Owin.csproj deleted file mode 100644 index 673cfffda5..0000000000 --- a/src/Nancy.Owin.MSBuild/Nancy.Owin.csproj +++ /dev/null @@ -1,99 +0,0 @@ - - - - - Debug - AnyCPU - {D6B2480C-2A52-4D02-9477-D387D7A486E5} - Library - Properties - Nancy.Owin - Nancy.Owin - v4.5 - 512 - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - bin\Debug\Nancy.Owin.XML - false - ..\..\Nancy.ruleset - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - bin\Release\Nancy.Owin.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoDebug\Nancy.Owin.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoRelease\Nancy.Owin.XML - false - - - - False - ..\..\packages\Owin.1.0\lib\net40\Owin.dll - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - AppBuilderExtensions.cs - - - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Owin.MSBuild/packages.config b/src/Nancy.Owin.MSBuild/packages.config deleted file mode 100644 index b44272a8ce..0000000000 --- a/src/Nancy.Owin.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj new file mode 100644 index 0000000000..0a59ff214e --- /dev/null +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Nancy extensions for OWIN hosting. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.Owin + Nancy.Owin + Nancy;OWIN + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + All + + + + + + + + + + diff --git a/src/Nancy.Owin/Nancy.Owin.xproj b/src/Nancy.Owin/Nancy.Owin.xproj deleted file mode 100644 index 53d4fc9099..0000000000 --- a/src/Nancy.Owin/Nancy.Owin.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - baa9cbdf-f6b7-4c85-8a22-6a316a4acc46 - Nancy.Owin - .\obj - .\bin\ - - - Nancy.Owin - - - 2.0 - - - diff --git a/src/Nancy.Owin/project.json b/src/Nancy.Owin/project.json deleted file mode 100644 index 7af6a39bac..0000000000 --- a/src/Nancy.Owin/project.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Nancy extensions for OWIN hosting.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "OWIN" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - }, - "OWIN": "1.0.0" - }, - "frameworks": { - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.Testing.MSBuild/Nancy.Testing.csproj b/src/Nancy.Testing.MSBuild/Nancy.Testing.csproj deleted file mode 100644 index c227c97475..0000000000 --- a/src/Nancy.Testing.MSBuild/Nancy.Testing.csproj +++ /dev/null @@ -1,220 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE} - Library - Properties - Nancy.Testing - Nancy.Testing - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Testing.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Testing.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Testing.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - bin\MonoDebug\Nancy.Testing.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Testing.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - bin\MonoRelease\Nancy.Testing.XML - false - - - - ..\..\packages\AngleSharp.0.9.8.1\lib\net45\AngleSharp.dll - True - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - Accept.cs - - - AndConnector.cs - - - AssertEqualityComparer.cs - - - AssertException.cs - - - Asserts.cs - - - Browser.cs - - - BrowserContext.cs - - - BrowserContextExtensions.cs - - - BrowserContextMultipartFormData.cs - - - BrowserResponse.cs - - - BrowserResponseBodyWrapper.cs - - - BrowserResponseBodyWrapperExtensions.cs - - - BrowserResponseExtensions.cs - - - StaticConfigurationContext.cs - - - TestingViewBrowserResponseExtensions.cs - - - TestingViewContextKeys.cs - - - TestingViewFactory.cs - - - ConfigurableBootstrapper.cs - - - DocumentWrapper.cs - - - NancyContextExtensions.cs - - - ConfigurableNancyModule.cs - - - IBrowserContextValues.cs - - - IndexHelper.cs - - - NodeWrapper.cs - - - PassThroughStatusHandler.cs - - - PathHelper.cs - - - QueryWrapper.cs - - - AssertExtensions.cs - - - - - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE} - Nancy.Authentication.Forms - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - Resources\NancyTestingCert.pfx - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Testing.MSBuild/packages.config b/src/Nancy.Testing.MSBuild/packages.config deleted file mode 100644 index c0255fd39e..0000000000 --- a/src/Nancy.Testing.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj new file mode 100644 index 0000000000..23d424a245 --- /dev/null +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -0,0 +1,51 @@ + + + + 2.0.0-beta-001776-00 + + + + Test harness for Nancy applications. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy.Testing + Nancy.Testing + Nancy;Testing + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);dotnet54;portable-net451+win8 + + + + + + + + + + + + + + + All + + + + + + + + + + + + + + + + + diff --git a/src/Nancy.Testing/Nancy.Testing.xproj b/src/Nancy.Testing/Nancy.Testing.xproj deleted file mode 100644 index 75edddcd27..0000000000 --- a/src/Nancy.Testing/Nancy.Testing.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - e948f38f-4f8b-41fe-8f49-4792f4ec2531 - Nancy.Testing - .\obj - .\bin\ - - - Nancy.Testing - - - 2.0 - - - diff --git a/src/Nancy.Testing/project.json b/src/Nancy.Testing/project.json deleted file mode 100644 index c38bbfc966..0000000000 --- a/src/Nancy.Testing/project.json +++ /dev/null @@ -1,60 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Test harness for Nancy applications.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Testing" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "dependencies": { - "AngleSharp": "0.9.8.1", - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - }, - "Nancy.Authentication.Forms": { - "target": "project" - } - }, - "buildOptions": { - "xmlDoc": true, - "embed": [ - "Resources/NancyTestingCert.pfx" - ] - }, - "frameworks": { - "netstandard1.6": { - "dependencies": { - "System.Xml.XmlDocument": "4.0.1", - "System.Xml.XDocument": "4.0.11" - }, - "imports": [ - "dotnet54", - "portable-net451+win8" - ] - }, - "net452": { - "frameworkAssemblies": { - "System.IO": { - "type": "build" - }, - "System.Runtime": { - "type": "build" - }, - "System.Xml.Linq": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy.Validation.DataAnnotations.MSBuild/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations.MSBuild/Nancy.Validation.DataAnnotations.csproj deleted file mode 100644 index 597605ebd3..0000000000 --- a/src/Nancy.Validation.DataAnnotations.MSBuild/Nancy.Validation.DataAnnotations.csproj +++ /dev/null @@ -1,169 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {701765DC-F4F2-4943-A37F-6ED253198158} - Library - Properties - Nancy.Validation.DataAnnotations - Nancy.Validation.DataAnnotations - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Validation.DataAnnotations.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Validation.DataAnnotations.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Validation.DataAnnotations.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - bin\MonoDebug\Nancy.Validation.DataAnnotations.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Validation.DataAnnotations.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - bin\MonoRelease\Nancy.Validation.DataAnnotations.XML - false - - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - DefaultPropertyValidatorFactory.cs - - - IPropertyValidator.cs - - - IPropertyValidatorFactory.cs - - - IValidatableObjectAdapter.cs - - - PropertyValidator.cs - - - DataAnnotationsRegistrations.cs - - - DefaultValidatableObjectAdapter.cs - - - DataAnnotationsValidator.cs - - - DataAnnotationsValidatorAdapter.cs - - - DataAnnotationsValidatorFactory.cs - - - IDataAnnotationsValidatorAdapter.cs - - - RangeValidatorAdapter.cs - - - RegexValidatorAdapter.cs - - - RequiredValidatorAdapter.cs - - - StringLengthValidatorAdapter.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Validation.DataAnnotations.MSBuild/packages.config b/src/Nancy.Validation.DataAnnotations.MSBuild/packages.config deleted file mode 100644 index a52600a908..0000000000 --- a/src/Nancy.Validation.DataAnnotations.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj new file mode 100644 index 0000000000..82670c07b7 --- /dev/null +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Adds Data Annotation validation support to Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.Validation.DataAnnotations + Nancy.Validation.DataAnnotations + Nancy;Validation;DataAnnotations + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + All + + + + + + + + + + diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.xproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.xproj deleted file mode 100644 index 9f7d18ea10..0000000000 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 21fb2d6b-2525-4a24-bf66-d34941c7fa88 - Nancy.Validation.DataAnnotations - .\obj - .\bin\ - - - Nancy.Validation.DataAnnotations - - - 2.0 - - - diff --git a/src/Nancy.Validation.DataAnnotations/project.json b/src/Nancy.Validation.DataAnnotations/project.json deleted file mode 100644 index 16e26f48fa..0000000000 --- a/src/Nancy.Validation.DataAnnotations/project.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Adds Data Annotation validation support to Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Validation", - "DataAnnotations" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - } - }, - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.ComponentModel.DataAnnotations": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy.Validation.FluentValidation.MSBuild/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation.MSBuild/Nancy.Validation.FluentValidation.csproj deleted file mode 100644 index b434146f9f..0000000000 --- a/src/Nancy.Validation.FluentValidation.MSBuild/Nancy.Validation.FluentValidation.csproj +++ /dev/null @@ -1,193 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {01230F2A-D108-480C-B834-8CE0569FD3B3} - Library - Properties - Nancy.Validation.FluentValidation - Nancy.Validation.FluentValidation - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.Validation.FluentValidation.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.Validation.FluentValidation.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Validation.FluentValidation.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - bin\MonoDebug\Nancy.Validation.FluentValidation.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Validation.FluentValidation.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - bin\MonoRelease\Nancy.Validation.FluentValidation.XML - false - - - - ..\..\packages\FluentValidation.6.3.4-alpha\lib\Net45\FluentValidation.dll - True - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - AdapterBase.cs - - - FallbackAdapter.cs - - - FluentValidationRegistrations.cs - - - DefaultFluentAdapterFactory.cs - - - EmailAdapter.cs - - - EqualAdapter.cs - - - ExactLengthAdapater.cs - - - ExclusiveBetweenAdapter.cs - - - FluentValidationValidator.cs - - - FluentValidationValidatorFactory.cs - - - GreaterThanAdapter.cs - - - GreaterThanOrEqualAdapter.cs - - - IFluentAdapter.cs - - - IFluentAdapterFactory.cs - - - InclusiveBetweenAdapter.cs - - - LengthAdapter.cs - - - LessThanAdapter.cs - - - LessThanOrEqualAdapter.cs - - - NotEmptyAdapter.cs - - - NotEqualAdapter.cs - - - NotNullAdapter.cs - - - RegularExpressionAdapter.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.Validation.FluentValidation.MSBuild/packages.config b/src/Nancy.Validation.FluentValidation.MSBuild/packages.config deleted file mode 100644 index f2f8f6106f..0000000000 --- a/src/Nancy.Validation.FluentValidation.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj new file mode 100644 index 0000000000..71c15b7d67 --- /dev/null +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -0,0 +1,38 @@ + + + + 2.0.0-beta-001776-00 + + + + Adds Fluent Validation support to Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452;netstandard1.6 + true + Nancy.Validation.FluentValidation + Nancy.Validation.FluentValidation + Nancy;Validation;FluentValidation + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);dnxcore50 + + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.xproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.xproj deleted file mode 100644 index c4f0d5d0b2..0000000000 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 35b9dd79-d65a-423c-9dc0-59dcf3bf2e98 - Nancy.Validation.FluentValidation - .\obj - .\bin\ - - - Nancy.Validation.FluentValidation - - - 2.0 - - - diff --git a/src/Nancy.Validation.FluentValidation/project.json b/src/Nancy.Validation.FluentValidation/project.json deleted file mode 100644 index 115daac2ad..0000000000 --- a/src/Nancy.Validation.FluentValidation/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Adds Fluent Validation support to Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "Validation", - "FluentValidation" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "Nancy": { - "target": "project" - }, - "FluentValidation": "6.3.4-alpha", - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - } - }, - "frameworks": { - "net452": {}, - "netstandard1.6": { - "imports": "dnxcore50" - } - } -} \ No newline at end of file diff --git a/src/Nancy.ViewEngines.DotLiquid.MSBuild/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid.MSBuild/Nancy.ViewEngines.DotLiquid.csproj deleted file mode 100644 index c0a86bc1a0..0000000000 --- a/src/Nancy.ViewEngines.DotLiquid.MSBuild/Nancy.ViewEngines.DotLiquid.csproj +++ /dev/null @@ -1,153 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {B795886D-9D70-45B1-BFB5-AD54CBC9A447} - Library - Properties - Nancy.ViewEngines.DotLiquid - Nancy.ViewEngines.DotLiquid - v4.5.2 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.ViewEngines.DotLiquid.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.ViewEngines.DotLiquid.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.DotLiquid.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - bin\MonoDebug\Nancy.ViewEngines.DotLiquid.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.DotLiquid.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - bin\MonoRelease\Nancy.ViewEngines.DotLiquid.XML - false - - - - ..\..\packages\DotLiquid.2.0.64\lib\net451\DotLiquid.dll - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - DefaultFileSystemFactory.cs - - - DotLiquidRegistrations.cs - - - DotLiquidViewEngine.cs - - - DynamicDrop.cs - - - IFileSystemFactory.cs - - - LiquidNancyFileSystem.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - Resources\500.liquid - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.DotLiquid.MSBuild/packages.config b/src/Nancy.ViewEngines.DotLiquid.MSBuild/packages.config deleted file mode 100644 index 79bb59bab4..0000000000 --- a/src/Nancy.ViewEngines.DotLiquid.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj new file mode 100644 index 0000000000..987b278efe --- /dev/null +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables using the DotLiquid view engine with Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.ViewEngines.DotLiquid + Nancy.ViewEngines.DotLiquid + Nancy;View Engine;DotLiquid + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.xproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.xproj deleted file mode 100644 index 5d57aac1a2..0000000000 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 98febb4d-cff9-4318-b2f0-c5dcc5436a47 - Nancy.ViewEngines.DotLiquid - .\obj - .\bin\ - - - Nancy.ViewEngines.DotLiquid - - - 2.0 - - - diff --git a/src/Nancy.ViewEngines.DotLiquid/project.json b/src/Nancy.ViewEngines.DotLiquid/project.json deleted file mode 100644 index e0274b9f4f..0000000000 --- a/src/Nancy.ViewEngines.DotLiquid/project.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables using the DotLiquid view engine with Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "View Engine", - "DotLiquid" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "Nancy": { - "target": "project" - }, - "DotLiquid": "2.0.64", - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - } - }, - "frameworks": { - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Markdown.MSBuild/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown.MSBuild/Nancy.ViewEngines.Markdown.csproj deleted file mode 100644 index 7fea914b7b..0000000000 --- a/src/Nancy.ViewEngines.Markdown.MSBuild/Nancy.ViewEngines.Markdown.csproj +++ /dev/null @@ -1,96 +0,0 @@ - - - - Debug - AnyCPU - 10.0.0 - 2.0 - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F} - Library - Nancy.ViewEngines.Markdown - Nancy.ViewEngines.Markdown - ..\..\ - true - v4.5 - - - True - full - False - bin\Debug - DEBUG; - prompt - 4 - False - bin\Debug\Nancy.ViewEngines.Markdown.XML - false - ..\..\Nancy.ruleset - - - pdbonly - True - bin\Release - prompt - 4 - False - true - bin\Release\Nancy.ViewEngines.Markdown.XML - false - - - true - bin\MonoDevelop\ - DEBUG; - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - bin\MonoDevelop\Nancy.ViewEngines.Markdown.XML - false - - - bin\MonoRelease\ - true - AnyCPU - prompt - MinimumRecommendedRules.ruleset - pdbonly - true - bin\MonoRelease\Nancy.ViewEngines.Markdown.XML - false - - - - ..\..\packages\Markdown.2.2.0\lib\net451\Markdown.dll - - - - - - - Properties\SharedAssemblyInfo.cs - - - MarkDownViewEngine.cs - - - MarkdownViewEngineHost.cs - - - MarkdownViewengineRender.cs - - - - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Markdown.MSBuild/packages.config b/src/Nancy.ViewEngines.Markdown.MSBuild/packages.config deleted file mode 100644 index 2d902f35f5..0000000000 --- a/src/Nancy.ViewEngines.Markdown.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj new file mode 100644 index 0000000000..6dcf199135 --- /dev/null +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables using Markdown with Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452;netstandard1.6 + true + Nancy.ViewEngines.Markdown + Nancy.ViewEngines.Markdown + Nancy;View Engine;Markdown + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + + All + + + + + + + + + diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.xproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.xproj deleted file mode 100644 index ca15bbe5b5..0000000000 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - cfa5bbcb-b41b-47c0-a4d2-fa243fc6ecc6 - Nancy.ViewEngines.Markdown - .\obj - .\bin\ - - - Nancy.ViewEngines.Markdown - - - 2.0 - - - diff --git a/src/Nancy.ViewEngines.Markdown/project.json b/src/Nancy.ViewEngines.Markdown/project.json deleted file mode 100644 index 779af37a33..0000000000 --- a/src/Nancy.ViewEngines.Markdown/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables using Markdown with Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "View Engine", - "Markdown" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - - "dependencies": { - "Nancy": { - "target": "project" - }, - "Markdown": "2.2.0", - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - } - }, - - "frameworks": { - "net452": {}, - "netstandard1.6": {} - } -} diff --git a/src/Nancy.ViewEngines.Nustache.MSBuild/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache.MSBuild/Nancy.ViewEngines.Nustache.csproj deleted file mode 100644 index 04b5f0b50c..0000000000 --- a/src/Nancy.ViewEngines.Nustache.MSBuild/Nancy.ViewEngines.Nustache.csproj +++ /dev/null @@ -1,131 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {A1A9E636-A37C-4170-B2E4-99D4F69B415D} - Library - Properties - Nancy.ViewEngines.Nustache - Nancy.ViewEngines.Nustache - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.ViewEngines.Nustache.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.ViewEngines.Nustache.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.Nustache.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - bin\MonoDebug\Nancy.ViewEngines.Nustache.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.Nustache.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - bin\MonoRelease\Nancy.ViewEngines.Nustache.XML - false - - - - False - ..\..\packages\Nustache.1.13.8.22\lib\net20\Nustache.Core.dll - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - NustacheViewEngine.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Nustache.MSBuild/packages.config b/src/Nancy.ViewEngines.Nustache.MSBuild/packages.config deleted file mode 100644 index efd93bb322..0000000000 --- a/src/Nancy.ViewEngines.Nustache.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj new file mode 100644 index 0000000000..5a0f815826 --- /dev/null +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -0,0 +1,37 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables using the Nustache view engine with Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.ViewEngines.Nustache + Nancy.ViewEngines.Nustache + Nancy;View Engine;Nustache + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + All + + + + + + + + + + diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.xproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.xproj deleted file mode 100644 index e113ad5e48..0000000000 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 32e22782-7a5e-4546-b2db-f3628ea36361 - Nancy.ViewEngines.Nustache - .\obj - .\bin\ - - - Nancy.ViewEngines.Nustache - - - 2.0 - - - diff --git a/src/Nancy.ViewEngines.Nustache/project.json b/src/Nancy.ViewEngines.Nustache/project.json deleted file mode 100644 index 20eb7aed44..0000000000 --- a/src/Nancy.ViewEngines.Nustache/project.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables using the Nustache view engine with Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "View Engine", - "Nustache" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - }, - "Nustache": "1.13.8.22" - }, - "frameworks": { - "net452": {} - } -} \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/Nancy.ViewEngines.Razor.BuildProviders.csproj deleted file mode 100644 index c630f785b2..0000000000 --- a/src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ /dev/null @@ -1,136 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {EDF3E264-2D0F-4440-99FF-45D279A598A9} - Library - Properties - Nancy.ViewEngines.Razor.BuildProviders - Nancy.ViewEngines.Razor.BuildProviders - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.ViewEngines.Razor.BuildProviders.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.ViewEngines.Razor.BuildProviders.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.Razor.BuildProviders.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - bin\MonoDebug\Nancy.ViewEngines.Razor.BuildProviders.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.Razor.BuildProviders.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - bin\MonoRelease\Nancy.ViewEngines.Razor.BuildProviders.XML - false - - - - - - - - - True - ..\..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll - - - - - Properties\SharedAssemblyInfo.cs - - - NancyCSharpRazorBuildProvider.cs - - - - - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9} - Nancy.ViewEngines.Razor - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/packages.config b/src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/packages.config deleted file mode 100644 index c3d194ab01..0000000000 --- a/src/Nancy.ViewEngines.Razor.BuildProviders.MSBuild/packages.config +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj new file mode 100644 index 0000000000..92d2b208bf --- /dev/null +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -0,0 +1,32 @@ + + + + 2.0.0-beta-001776-00 + + + + 2.0.0-clinteastwood + net452 + true + Nancy.ViewEngines.Razor.BuildProviders + Nancy.ViewEngines.Razor.BuildProviders + + + + + + + + + + All + + + + + + + + + + diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.xproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.xproj deleted file mode 100644 index ff0b8dd0ed..0000000000 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 26df3be0-146b-43a6-b230-d5b33355f415 - Nancy.ViewEngines.Razor.BuildProviders - .\obj - .\bin\ - - - Nancy.ViewEngines.Razor.BuildProviders - - - 2.0 - - - diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/project.json b/src/Nancy.ViewEngines.Razor.BuildProviders/project.json deleted file mode 100644 index 0a36bddcd8..0000000000 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/project.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - }, - "Nancy.ViewEngines.Razor": { - "target": "project" - } - }, - "buildOptions": { - "xmlDoc": true - }, - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Web": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Razor.MSBuild/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor.MSBuild/Nancy.ViewEngines.Razor.csproj deleted file mode 100644 index 7e71cfb84b..0000000000 --- a/src/Nancy.ViewEngines.Razor.MSBuild/Nancy.ViewEngines.Razor.csproj +++ /dev/null @@ -1,244 +0,0 @@ - - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9} - Library - Properties - Nancy.ViewEngines.Razor - Nancy.ViewEngines.Razor - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.ViewEngines.Razor.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.ViewEngines.Razor.XML - false - - - false - bin\MonoDebug\ - DEBUG;TRACE - none - AnyCPU - bin\Debug\Nancy.ViewEngines.Razor.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - bin\MonoDebug\Nancy.ViewEngines.Razor.XML - false - - - bin\MonoRelease\ - TRACE - true - none - AnyCPU - bin\Release\Nancy.ViewEngines.Razor.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - bin\MonoRelease\Nancy.ViewEngines.Razor.XML - false - - - - ..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll - True - - - ..\..\packages\Microsoft.CodeAnalysis.Common.1.1.1\lib\net45\Microsoft.CodeAnalysis.dll - True - - - ..\..\packages\Microsoft.CodeAnalysis.CSharp.1.1.1\lib\net45\Microsoft.CodeAnalysis.CSharp.dll - True - - - - ..\..\packages\System.Collections.Immutable.1.1.37\lib\dotnet\System.Collections.Immutable.dll - True - - - - - ..\..\packages\System.Reflection.Metadata.1.1.0\lib\dotnet5.2\System.Reflection.Metadata.dll - True - - - True - ..\..\packages\Microsoft.AspNet.Razor.2.0.30506.0\lib\net40\System.Web.Razor.dll - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - AttributeValue.cs - - - ClrTypeResolver.cs - - - CodeParserHelper.cs - - - CSharp\CSharpClrTypeResolver.cs - - - CSharp\CSharpRazorViewRenderer.cs - - - DefaultRazorConfiguration.cs - - - HelperResult.cs - - - HtmlHelpers.cs - - - HtmlHelpersExtensions.cs - - - IHtmlString.cs - - - INancyRazorView.cs - - - IRazorConfiguration.cs - - - IRazorViewRenderer.cs - - - CSharp\NancyCSharpRazorCodeParser.cs - - - ModelCodeGenerator.cs - - - NancyRazorEngineHost.cs - - - NancyRazorErrorView.cs - - - NancyRazorViewBase.cs - - - NonEncodedHtmlString.cs - - - RazorAssemblyProvider.cs - - - RazorConfigurationSection.cs - - - RazorViewEngine.cs - - - RazorViewEngineApplicationStartupRegistrations.cs - - - UrlHelpers.cs - - - EncodedHtmlString.cs - - - - - Resources\CompilationError.html - - - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - Designer - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Razor.MSBuild/packages.config b/src/Nancy.ViewEngines.Razor.MSBuild/packages.config deleted file mode 100644 index 4fe35f2459..0000000000 --- a/src/Nancy.ViewEngines.Razor.MSBuild/packages.config +++ /dev/null @@ -1,27 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj new file mode 100644 index 0000000000..42e3732783 --- /dev/null +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -0,0 +1,57 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables using the Razor view engine with Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.ViewEngines.Razor + Nancy.ViewEngines.Razor + Nancy;View Engine;Razor + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + content + true + + + content + true + + + + + + + + + + + + All + + + + + + + + + + + + + + + + diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.xproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.xproj deleted file mode 100644 index c5e6b12d3b..0000000000 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 3a376b78-dd7d-4450-9fde-f7236faa6e63 - Nancy.ViewEngines.Razor - .\obj - .\bin\ - - - Nancy.ViewEngines.Razor - - - 2.0 - - - diff --git a/src/Nancy.ViewEngines.Razor/project.json b/src/Nancy.ViewEngines.Razor/project.json deleted file mode 100644 index 39fa2ce5ae..0000000000 --- a/src/Nancy.ViewEngines.Razor/project.json +++ /dev/null @@ -1,65 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables using the Razor view engine with Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "View Engine", - "Razor" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png", - "files": { - "mappings": { - "content/app.config.transform": "./app.config.transform", - "content/web.config.transform": "./web.config.transform" - } - } - }, - "dependencies": { - "Nancy": { - "target": "project" - }, - "Microsoft.AspNet.Razor": "2.0.30506.0", - "Microsoft.CodeAnalysis.CSharp": "1.1.0-rc1-20151109-01", - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - } - }, - "buildOptions": { - "embed": "Resources/**/*.*", - "xmlDoc": true - }, - "frameworks": { - "net452": { - "dependencies": { - "Microsoft.CodeDom.Providers.DotNetCompilerPlatform": "1.0.1" - }, - "frameworkAssemblies": { - "System.Configuration": { - "type": "build" - }, - "System.IO": { - "type": "build" - }, - "System.Reflection": { - "type": "build" - }, - "System.Runtime": { - "type": "build" - }, - "System.Text.Encoding": { - "type": "build" - }, - "System.Threading.Tasks": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Spark.MSBuild/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark.MSBuild/Nancy.ViewEngines.Spark.csproj deleted file mode 100644 index 7665024a8e..0000000000 --- a/src/Nancy.ViewEngines.Spark.MSBuild/Nancy.ViewEngines.Spark.csproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {4B7E35DF-1569-4346-B180-A09615723095} - Library - Properties - Nancy.ViewEngines.Spark - Nancy.ViewEngines.Spark - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - ..\..\Nancy.ruleset - bin\Debug\Nancy.ViewEngines.Spark.XML - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - bin\Release\Nancy.ViewEngines.Spark.XML - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.Spark.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - false - bin\MonoDebug\Nancy.ViewEngines.Spark.XML - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.Spark.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - bin\MonoRelease\Nancy.ViewEngines.Spark.XML - false - - - - False - ..\..\packages\Spark.1.7.0.0\lib\NET40\Spark.dll - - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - Descriptors\DescriptorFilterExtensions.cs - - - Descriptors\BuildDescriptorParams.cs - - - Descriptors\IDescriptorFilter.cs - - - Descriptors\IDescriptorBuilder.cs - - - Descriptors\DefaultDescriptorBuilder.cs - - - NancyBindingProvider.cs - - - NancySparkView.cs - - - NancyViewData.cs - - - NancyViewFolder.cs - - - SparkRenderContextWrapper.cs - - - SparkViewEngineResult.cs - - - SparkViewEngine.cs - - - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Spark.MSBuild/packages.config b/src/Nancy.ViewEngines.Spark.MSBuild/packages.config deleted file mode 100644 index ed604cc643..0000000000 --- a/src/Nancy.ViewEngines.Spark.MSBuild/packages.config +++ /dev/null @@ -1,5 +0,0 @@ - - - - - \ No newline at end of file diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj new file mode 100644 index 0000000000..c19c141860 --- /dev/null +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -0,0 +1,39 @@ + + + + 2.0.0-beta-001776-00 + + + + Enables using the Spark view engine with Nancy. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + net452 + true + Nancy.ViewEngines.Spark + Nancy.ViewEngines.Spark + Nancy;View Engine;Spark + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + + + + + + + + + All + + + + + + + + + + + + diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.xproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.xproj deleted file mode 100644 index c6084edaec..0000000000 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 25e3ab38-d95e-4d11-b0f0-0f60571a97a0 - Nancy.ViewEngines.Spark - .\obj - .\bin\ - - - Nancy.ViewEngines.Spark - - - 2.0 - - - diff --git a/src/Nancy.ViewEngines.Spark/project.json b/src/Nancy.ViewEngines.Spark/project.json deleted file mode 100644 index 635575cfad..0000000000 --- a/src/Nancy.ViewEngines.Spark/project.json +++ /dev/null @@ -1,42 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Enables using the Spark view engine with Nancy.", - "authors": [ - "Andreas Håkansson, Steven Robbins and contributors" - ], - "packOptions": { - "tags": [ - "Nancy", - "View Engine", - "Spark" - ], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - "buildOptions": { - "xmlDoc": true - }, - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - }, - "Nancy": { - "target": "project" - }, - "Spark": "1.7.0" - }, - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Configuration": { - "type": "build" - }, - "System.Web": { - "type": "build" - } - } - } - } -} \ No newline at end of file diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj new file mode 100644 index 0000000000..c9cbafaf9f --- /dev/null +++ b/src/Nancy/Nancy.csproj @@ -0,0 +1,71 @@ + + + + 2.0.0-beta-001776-00 + + + + Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. + 2.0.0-clinteastwood + Andreas Håkansson, Steven Robbins and contributors + netstandard1.6;net452 + true + Nancy + Nancy + Nancy + http://nancyfx.org/nancy-nuget.png + http://nancyfx.org + https://github.com/NancyFx/Nancy/blob/master/license.txt + $(PackageTargetFallback);dotnet5.4;portable-net451+win8 + + + + + + + + + All + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(DefineConstants);CORE + + + + + + + + + diff --git a/src/Nancy/Nancy.xproj b/src/Nancy/Nancy.xproj deleted file mode 100644 index 25d68c1426..0000000000 --- a/src/Nancy/Nancy.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 87c7c329-1824-4ac7-af25-3d06068a01f6 - Nancy - .\obj - .\bin\ - - - Nancy - - - 2.0 - - - diff --git a/src/Nancy/project.json b/src/Nancy/project.json deleted file mode 100644 index 136872761c..0000000000 --- a/src/Nancy/project.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "version": "2.0.0-clinteastwood", - "description": "Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications.", - "authors": ["Andreas Håkansson, Steven Robbins and contributors"], - - "packOptions": { - "tags": ["Nancy"], - "projectUrl": "http://nancyfx.org", - "licenseUrl": "https://github.com/NancyFx/Nancy/blob/master/license.txt", - "iconUrl": "http://nancyfx.org/nancy-nuget.png" - }, - - "dependencies": { - "AsyncUsageAnalyzers": { - "type": "build", - "version": "1.0.0-alpha003" - } - }, - - "buildOptions": { - "xmlDoc": true, - "embed": [ - "ErrorHandling/Resources/**/*.*", - "Diagnostics/Resources/**/*.*", - "Diagnostics/Views/**/*.*" - ] - }, - - "frameworks": { - "netstandard1.6": { - "buildOptions": { - "define": ["CORE"] - }, - "dependencies": { - "Microsoft.CSharp": "4.0.1", - "Microsoft.Extensions.PlatformAbstractions": "1.0.0", - "Microsoft.Extensions.DependencyModel": "1.0.0", - "System.Collections.Concurrent": "4.0.12", - "System.Collections.Specialized": "4.0.1", - "System.ComponentModel.TypeConverter": "4.1.0", - "System.Console": "4.0.0", - "System.Data.Common": "4.1.0", - "System.Diagnostics.Tools": "4.0.1", - "System.Dynamic.Runtime": "4.0.11", - "System.IO": "4.1.0", - "System.IO.FileSystem": "4.0.1", - "System.Linq": "4.1.0", - "System.Net.NameResolution": "4.0.0", - "System.Net.Primitives": "4.0.11", - "System.Reflection.Extensions": "4.0.1", - "System.Reflection.TypeExtensions": "4.1.0", - "System.Runtime": "4.1.0", - "System.Runtime.Serialization.Primitives": "4.1.1", - "System.Security.Claims": "4.0.1", - "System.Security.Cryptography.Algorithms": "4.2.0", - "System.Security.Cryptography.X509Certificates": "4.1.0", - "System.Text.RegularExpressions": "4.1.0", - "System.Threading.Thread": "4.0.0", - "System.Threading": "4.0.11", - "System.Xml.XmlSerializer": "4.0.11" - }, - "imports": [ - "dotnet5.4", - "portable-net451+win8" - ] - }, - "net452": { - "frameworkAssemblies": { - "System.Xml": { "type": "build" } - } - } - } -} diff --git a/test/Nancy.Authentication.Basic.Tests.MSBuild/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests.MSBuild/Nancy.Authentication.Basic.Tests.csproj deleted file mode 100644 index f6f4acdf51..0000000000 --- a/test/Nancy.Authentication.Basic.Tests.MSBuild/Nancy.Authentication.Basic.Tests.csproj +++ /dev/null @@ -1,166 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {2026DD2D-E041-4A14-8A04-D5B39B8B7C40} - Library - Properties - Nancy.Authentication.Basic.Tests - Nancy.Authentication.Basic.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Authentication.Basic.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Authentication.Basic.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - Fakes\FakeRequest.cs - - - ShouldExtensions.cs - - - BasicAuthenticationConfigurationFixture.cs - - - BasicAuthenticationFixture.cs - - - - - {BD72B98D-C81A-4013-B606-94B4BA2273E5} - Nancy.Authentication.Basic - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Authentication.Basic.Tests.MSBuild/packages.config b/test/Nancy.Authentication.Basic.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Authentication.Basic.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj new file mode 100644 index 0000000000..b2b426236e --- /dev/null +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -0,0 +1,40 @@ + + + + 2.0.0-beta-001776-00 + + + + net452;netcoreapp1.0 + Nancy.Authentication.Basic.Tests + Nancy.Authentication.Basic.Tests + true + 1.0.4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.xproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.xproj deleted file mode 100644 index dc369126f9..0000000000 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 51494B38-0D18-4B9D-AB75-39E804747D5F - Nancy.Authentication.Basic.Tests - .\obj - .\bin\ - - - Nancy.Authentication.Basic.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Authentication.Basic.Tests/project.json b/test/Nancy.Authentication.Basic.Tests/project.json deleted file mode 100644 index 8259653619..0000000000 --- a/test/Nancy.Authentication.Basic.Tests/project.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Authentication.Basic": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/Fakes/FakeRequest.cs", - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" } - } - }, - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Authentication.Forms.Tests.MSBuild/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests.MSBuild/Nancy.Authentication.Forms.Tests.csproj deleted file mode 100644 index 7fc1d0e85e..0000000000 --- a/test/Nancy.Authentication.Forms.Tests.MSBuild/Nancy.Authentication.Forms.Tests.csproj +++ /dev/null @@ -1,215 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {4E974051-38C2-4B5D-A6B1-F265A428A673} - Library - Properties - Nancy.Authentication.Forms.Tests - Nancy.Authentication.Forms.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Authentication.Forms.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Authentication.Forms.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - 4 - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - Fakes\FakeDefaultNancyBootstrapper.cs - - - Fakes\FakeHookedModule.cs - - - Fakes\FakeModuleCatalog.cs - - - Fakes\FakeNancyModule.cs - - - Fakes\FakeNancyModuleNoRoutes.cs - - - Fakes\FakeNancyModuleWithBasePath.cs - - - Fakes\FakeNancyModuleWithDependency.cs - - - Fakes\FakeNancyModuleWithoutBasePath.cs - - - Fakes\FakeNancyModuleWithPreAndPostHooks.cs - - - Fakes\FakeObjectSerializer.cs - - - Fakes\FakeRequest.cs - - - Fakes\FakeRoute.cs - - - Fakes\FakeRouteCache.cs - - - Fakes\FakeRouteResolver.cs - - - Fakes\Person.cs - - - Fakes\ViewModel.cs - - - ShouldExtensions.cs - - - FormsAuthenticationConfigurationFixture.cs - - - FormsAuthenticationFixture.cs - - - - - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE} - Nancy.Authentication.Forms - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Authentication.Forms.Tests.MSBuild/packages.config b/test/Nancy.Authentication.Forms.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Authentication.Forms.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj new file mode 100644 index 0000000000..51aee8491e --- /dev/null +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -0,0 +1,40 @@ + + + + 2.0.0-beta-001776-00 + + + + net452;netcoreapp1.0 + Nancy.Authentication.Forms.Tests + Nancy.Authentication.Forms.Tests + true + 1.0.4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.xproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.xproj deleted file mode 100644 index 54f10411c2..0000000000 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 93e15be9-bf06-4f94-a42f-bfd664774dc5 - Nancy.Authentication.Forms.Tests - .\obj - .\bin\ - - - Nancy.Authentication.Forms.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Authentication.Forms.Tests/project.json b/test/Nancy.Authentication.Forms.Tests/project.json deleted file mode 100644 index 93729bb34b..0000000000 --- a/test/Nancy.Authentication.Forms.Tests/project.json +++ /dev/null @@ -1,37 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Authentication.Forms": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/Fakes/FakeRequest.cs", - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" } - } - }, - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Embedded.Tests.MSBuild/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests.MSBuild/Nancy.Embedded.Tests.csproj deleted file mode 100644 index 9c0023eaa6..0000000000 --- a/test/Nancy.Embedded.Tests.MSBuild/Nancy.Embedded.Tests.csproj +++ /dev/null @@ -1,118 +0,0 @@ - - - - - - Debug - AnyCPU - {6EED2486-39BF-491D-B033-720DFCFD1211} - Library - Properties - Nancy.Embedded.Tests - Nancy.Embedded.Tests - v4.5 - 512 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - Unit\EmbeddedStaticContentConventionBuilderFixture.cs - - - - - {d8eba39b-63ae-4a66-bd0e-f7f95e572135} - Nancy.Embedded - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - PreserveNewest - Resources\embedded.txt - - - - - Resources\Subfolder-with-hyphen\embedded3.txt - - - - - Resources\Subfolder\embedded2.txt - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Embedded.Tests.MSBuild/packages.config b/test/Nancy.Embedded.Tests.MSBuild/packages.config deleted file mode 100644 index 15426f7161..0000000000 --- a/test/Nancy.Embedded.Tests.MSBuild/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj new file mode 100644 index 0000000000..3d95807828 --- /dev/null +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -0,0 +1,40 @@ + + + + 2.0.0-beta-001776-00 + + + + net452;netcoreapp1.0 + Nancy.Embedded.Tests + Nancy.Embedded.Tests + true + 1.0.4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.xproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.xproj deleted file mode 100644 index 49048974dd..0000000000 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 838f9240-4541-4646-aac2-0eaa6f05a654 - Nancy.Embedded.Tests - .\obj - .\bin\ - - - Nancy.Embedded.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Embedded.Tests/project.json b/test/Nancy.Embedded.Tests/project.json deleted file mode 100644 index c61d8aadfe..0000000000 --- a/test/Nancy.Embedded.Tests/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Embedded": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ], - "embed": "Resources/**/*.*" - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - }, - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Encryption.MachineKey.Tests.MSBuild/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests.MSBuild/Nancy.Encryption.MachineKey.Tests.csproj deleted file mode 100644 index b6cf764ffc..0000000000 --- a/test/Nancy.Encryption.MachineKey.Tests.MSBuild/Nancy.Encryption.MachineKey.Tests.csproj +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - Debug - AnyCPU - {429873F5-1E53-4ECC-A9EC-7950C789C6DF} - Library - Properties - Nancy.Encryption.MachineKey.Tests - Nancy.Encryption.MachineKey.Tests - v4.5 - 512 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - MachineConfigEncryptionProviderFixture.cs - - - MachineKeyHmacProviderFixture.cs - - - - - {14a66047-5f67-4774-b0e3-195d1d25b6a5} - Nancy.Encryption.MachineKey - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Encryption.MachineKey.Tests.MSBuild/packages.config b/test/Nancy.Encryption.MachineKey.Tests.MSBuild/packages.config deleted file mode 100644 index 15426f7161..0000000000 --- a/test/Nancy.Encryption.MachineKey.Tests.MSBuild/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj new file mode 100644 index 0000000000..ced9f82950 --- /dev/null +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -0,0 +1,38 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.Encryption.MachineKey.Tests + Nancy.Encryption.MachineKey.Tests + true + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.xproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.xproj deleted file mode 100644 index af4acdfe15..0000000000 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - ff8c9795-2ad5-45e6-851d-6bdf8a7841ce - Nancy.Encryption.MachineKey.Tests - .\obj - .\bin\ - - - Nancy.Encryption.MachineKey.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Encryption.MachineKey.Tests/project.json b/test/Nancy.Encryption.MachineKey.Tests/project.json deleted file mode 100644 index 9ba07ba21b..0000000000 --- a/test/Nancy.Encryption.MachineKey.Tests/project.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Encryption.MachineKey": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Hosting.Aspnet.Tests.MSBuild/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests.MSBuild/Nancy.Hosting.Aspnet.Tests.csproj deleted file mode 100644 index 285fb2e783..0000000000 --- a/test/Nancy.Hosting.Aspnet.Tests.MSBuild/Nancy.Hosting.Aspnet.Tests.csproj +++ /dev/null @@ -1,165 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {D0F1D7F4-0D48-49AE-9E33-005926B58B1D} - Library - Properties - Nancy.Hosting.Aspnet.Tests - Nancy.Hosting.Aspnet.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Hosting.Aspnet.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Hosting.Aspnet.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - NancyHandlerFixture.cs - - - - - {15B7F794-0BB2-4B66-AD78-4A951F1209B2} - Nancy.Hosting.Aspnet - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Hosting.Aspnet.Tests.MSBuild/packages.config b/test/Nancy.Hosting.Aspnet.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Hosting.Aspnet.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj new file mode 100644 index 0000000000..bfb9dfaad4 --- /dev/null +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -0,0 +1,38 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.Hosting.Aspnet.Tests + Nancy.Hosting.Aspnet.Tests + true + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.xproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.xproj deleted file mode 100644 index f5607282b9..0000000000 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 98067ec0-5028-432f-b94a-99195d70b76f - Nancy.Hosting.Aspnet.Tests - .\obj - .\bin\ - - - Nancy.Hosting.Aspnet.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Hosting.Aspnet.Tests/project.json b/test/Nancy.Hosting.Aspnet.Tests/project.json deleted file mode 100644 index fd8ed817be..0000000000 --- a/test/Nancy.Hosting.Aspnet.Tests/project.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Hosting.Aspnet": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Hosting.Self.Tests.MSBuild/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests.MSBuild/Nancy.Hosting.Self.Tests.csproj deleted file mode 100644 index 1dc6ca56ad..0000000000 --- a/test/Nancy.Hosting.Self.Tests.MSBuild/Nancy.Hosting.Self.Tests.csproj +++ /dev/null @@ -1,176 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {CA24ED85-DD68-4C10-B80A-D81C6745FCB8} - Library - Properties - Nancy.Hosting.Self.Tests - Nancy.Hosting.Self.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Hosting.Self.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - bin\MonoRelease\ - TRACE;MONO - true - - anycpu - bin\Release\Nancy.Hosting.Self.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - SkipException.cs - - - SkippableFactAttribute.cs - - - IsCaseInstensitiveBaseOfFixture.cs - - - MakeAppLocalPathFixture.cs - - - NancySelfHostFixture.cs - - - TestModule.cs - - - - - {AA7F66EB-EC2C-47DE-855F-30B3E6EF2134} - Nancy.Hosting.Self - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Hosting.Self.Tests.MSBuild/packages.config b/test/Nancy.Hosting.Self.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Hosting.Self.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj new file mode 100644 index 0000000000..5842e90e37 --- /dev/null +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -0,0 +1,43 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.Hosting.Self.Tests + Nancy.Hosting.Self.Tests + true + + + + + + + + + + + + + + + + + + + + + + $(DefineConstants);MONO + + + + + + + + + + diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.xproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.xproj deleted file mode 100644 index e99dfa6317..0000000000 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 21aa5847-70df-4c96-9aed-1c9a9af9325c - Nancy.Hosting.Self.Tests - .\obj - .\bin\ - - - Nancy.Hosting.Self.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Hosting.Self.Tests/project.json b/test/Nancy.Hosting.Self.Tests/project.json deleted file mode 100644 index eaba21e389..0000000000 --- a/test/Nancy.Hosting.Self.Tests/project.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Hosting.Self": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs", - "../Nancy.Tests/xUnitExtensions/SkipException.cs", - "../Nancy.Tests/xUnitExtensions/SkippableFactAttribute.cs" - ] - }, - - "configurations" : { - "MonoRelease": { - "buildOptions": { - "define": ["MONO"], - "optimize": true - } - } - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Metadata.Modules.Tests.MSBuild/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests.MSBuild/Nancy.Metadata.Modules.Tests.csproj deleted file mode 100644 index e8b80036e9..0000000000 --- a/test/Nancy.Metadata.Modules.Tests.MSBuild/Nancy.Metadata.Modules.Tests.csproj +++ /dev/null @@ -1,148 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {508A3A68-2012-4E62-925F-2F3083A013FC} - Library - Properties - Nancy.Metadata.Modules.Tests - Nancy.Metadata.Modules.Tests - v4.5 - 512 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - DefaultMetadataModuleConventionsFixture.cs - - - FakeNancyMetadataModule.cs - - - FakeNancyModule.cs - - - MetadataModuleFixture.cs - - - MetadataModuleRouteMetadataProviderFixture.cs - - - Modules\FakeNancyModule.cs - - - Metadata\FakeNancyMetadataModule.cs - - - - - {DC8AAA8B-7FD0-47C4-9413-3CC94088BCC4} - Nancy.Metadata.Modules - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Metadata.Modules.Tests.MSBuild/packages.config b/test/Nancy.Metadata.Modules.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Metadata.Modules.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj new file mode 100644 index 0000000000..a9df7f5a1b --- /dev/null +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -0,0 +1,39 @@ + + + + 2.0.0-beta-001776-00 + + + + net452;netcoreapp1.0 + Nancy.Metadata.Modules.Tests + Nancy.Metadata.Modules.Tests + true + 1.0.4 + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.xproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.xproj deleted file mode 100644 index b64c511393..0000000000 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - e5047274-5a15-41c6-986f-a6a36588a012 - Nancy.Metadata.Modules.Tests - .\obj - .\bin\ - - - Nancy.Metadata.Modules.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Metadata.Modules.Tests/project.json b/test/Nancy.Metadata.Modules.Tests/project.json deleted file mode 100644 index db328a7450..0000000000 --- a/test/Nancy.Metadata.Modules.Tests/project.json +++ /dev/null @@ -1,35 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Metadata.Modules": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - }, - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Owin.Tests.MSBuild/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests.MSBuild/Nancy.Owin.Tests.csproj deleted file mode 100644 index af7e4aebc7..0000000000 --- a/test/Nancy.Owin.Tests.MSBuild/Nancy.Owin.Tests.csproj +++ /dev/null @@ -1,150 +0,0 @@ - - - - - - Debug - AnyCPU - {34DDDA42-4041-4F92-87A6-F0E8CE12C7E3} - Library - Properties - Nancy.Owin.Tests - Nancy.Owin.Tests - v4.5 - 512 - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - bin\MonoRelease\ - TRACE;MONO - true - - anycpu - prompt - MinimumRecommendedRules.ruleset - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - False - ..\..\packages\Microsoft.Owin.2.1.0\lib\net45\Microsoft.Owin.dll - - - False - ..\..\packages\Microsoft.Owin.Hosting.2.1.0\lib\net45\Microsoft.Owin.Hosting.dll - - - False - ..\..\packages\Owin.1.0\lib\net40\Owin.dll - - - ..\..\packages\OwinHttpMessageHandler.1.3.5\lib\net45\OwinHttpMessageHandler.dll - True - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - AppBuilderExtensionsFixture.cs - - - - - {D6B2480C-2A52-4D02-9477-D387D7A486E5} - Nancy.Owin - - - {d79203c0-b672-4751-9c95-c3ab7d3fefbe} - Nancy.Testing - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - app.config - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Owin.Tests.MSBuild/packages.config b/test/Nancy.Owin.Tests.MSBuild/packages.config deleted file mode 100644 index b7a86f6fca..0000000000 --- a/test/Nancy.Owin.Tests.MSBuild/packages.config +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj new file mode 100644 index 0000000000..da1dfa5c28 --- /dev/null +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -0,0 +1,45 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.Owin.Tests + Nancy.Owin.Tests + true + + + + + + + + + + + + + + + + + + + + + + + + + $(DefineConstants);MONO + + + + + + + + + diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.xproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.xproj deleted file mode 100644 index 585a2840f0..0000000000 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 10771591-d09d-4fcc-990e-3982006fb1fa - Nancy.Owin.Tests - .\obj - .\bin\ - - - Nancy.Owin.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Owin.Tests/project.json b/test/Nancy.Owin.Tests/project.json deleted file mode 100644 index 0608cf3ade..0000000000 --- a/test/Nancy.Owin.Tests/project.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.NETCore.Platforms": "1.0.1", - "OwinHttpMessageHandler": "1.3.5", - "Microsoft.Owin": "3.0.1", - "Nancy": { "target": "project" }, - "Nancy.Owin": { "target": "project" }, - "Nancy.Testing": { "target": "project" }, - "xunit": "2.2.0", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0" - }, - - "buildOptions": { - "compileFiles": [ - "../Nancy.Tests/Fakes/FakeRequest.cs", - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "configurations" : { - "MonoRelease": { - "buildOptions": { - "define": ["MONO"], - "optimize": true - } - } - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Testing.Tests.MSBuild/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests.MSBuild/Nancy.Testing.Tests.csproj deleted file mode 100644 index 7ec0e9bc06..0000000000 --- a/test/Nancy.Testing.Tests.MSBuild/Nancy.Testing.Tests.csproj +++ /dev/null @@ -1,235 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {8EB9E15A-4B65-4C80-B834-9A7773750666} - Library - Properties - Nancy.Testing.Tests - Nancy.Testing.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Testing.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - false - false - - - bin\MonoRelease\ - TRACE;MONO - true - - - anycpu - bin\Release\Nancy.Testing.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - false - - - - ..\..\packages\AngleSharp.0.9.8.1\lib\net45\AngleSharp.dll - True - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - RecordAsync.cs - - - AndConnectorTests.cs - - - AssertEqualityComparerFixture.cs - - - BrowserContextExtensionsFixture.cs - - - BrowserDefaultsFixture.cs - - - BrowserResponseBodyWrapperExtensionsFixture.cs - - - BrowserResponseBodyWrapperFixture.cs - - - BrowserResponseExtensionsTests.cs - - - CaseSensitivityFixture.cs - - - TestingViewExtensions\GetModuleNameExtensionTests.cs - - - TestingViewExtensions\GetModulePathExtensionMethodTests.cs - - - TestingViewExtensions\GetViewNameExtensionTests.cs - - - TestingViewExtensions\GetModelExtententionsTests.cs - - - ConfigurableBootstrapperDependenciesTests.cs - - - ConfigurableBootstrapperFixture.cs - - - ContextExtensionsTests.cs - - - DocumentWrapperTests.cs - - - PathHelperTests.cs - - - QueryWrapperTests.cs - - - AssertExtensionsTests.cs - - - BrowserFixture.cs - - - TestingViewExtensions\TestingViewFactoryTestModule.cs - - - - - {E8B18958-7C8A-4FBA-AF00-3041C34A20CE} - Nancy.Authentication.Forms - - - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE} - Nancy.Testing - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - Always - TestingViewExtensions\ViewFactoryTest.sshtml - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Testing.Tests.MSBuild/packages.config b/test/Nancy.Testing.Tests.MSBuild/packages.config deleted file mode 100644 index e001822045..0000000000 --- a/test/Nancy.Testing.Tests.MSBuild/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj new file mode 100644 index 0000000000..38e1c0da42 --- /dev/null +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -0,0 +1,48 @@ + + + + 2.0.0-beta-001776-00 + + + + net452;netcoreapp1.0 + Nancy.Testing.Tests + Nancy.Testing.Tests + true + 1.0.4 + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + $(DefineConstants);MONO + + + diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.xproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.xproj deleted file mode 100644 index 9981fba290..0000000000 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - ceff8372-2f7a-41cb-8f13-164abba8aca2 - Nancy.Testing.Tests - .\obj - .\bin\ - - - Nancy.Testing.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Testing.Tests/project.json b/test/Nancy.Testing.Tests/project.json deleted file mode 100644 index a0b4545dd7..0000000000 --- a/test/Nancy.Testing.Tests/project.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "dependencies": { - "AngleSharp": "0.9.8.1", - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Testing": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs", - "../Nancy.Tests/xUnitExtensions/RecordAsync.cs" - ], - "copyToOutput": [ - "TestingViewExtensions/ViewFactoryTest.sshtml" - ] - }, - - "configurations" : { - "MonoRelease": { - "buildOptions": { - "define": ["MONO"], - "optimize": true - } - } - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" } - } - }, - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Tests.Functional.MSBuild/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional.MSBuild/Nancy.Tests.Functional.csproj deleted file mode 100644 index 4b30123319..0000000000 --- a/test/Nancy.Tests.Functional.MSBuild/Nancy.Tests.Functional.csproj +++ /dev/null @@ -1,245 +0,0 @@ - - - - - Debug - AnyCPU - {BDA5E175-07D7-4E6F-B46F-C2CF7D63E231} - Library - Properties - Nancy.Tests.Functional - Nancy.Tests.Functional - 512 - v4.5 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - none - false - bin\MonoRelease - 4 - AllRules.ruleset - false - - - none - false - bin\MonoDebug - 4 - AllRules.ruleset - false - - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - Tests\JsonLdProcessor.cs - - - RecordAsync.cs - - - Modules\AbsoluteUrlTestModule.cs - - - Modules\CookieModule.cs - - - Modules\PerRouteAuthModule.cs - - - Modules\RazorWithTracingTestModule.cs - - - Modules\JsonpTestModule.cs - - - Modules\RazorTestModule.cs - - - Modules\SerializerTestModule.cs - - - Modules\ThrowingModule.cs - - - Tests\AbsoluteUrlTests.cs - - - Tests\AsyncExceptionTests.cs - - - Tests\BasicRouteInvocationsFixture.cs - - - Modules\SerializeTestModule.cs - - - Tests\ContentNegotiationFixture.cs - - - Tests\CookieFixture.cs - - - Tests\MethodRewriteFixture.cs - - - Tests\PerRouteAuthFixture.cs - - - Tests\RouteConstraintTests.cs - - - Tests\SerializerTests.cs - - - Tests\TracingSmokeTests.cs - - - Tests\JsonpTests.cs - - - Tests\ModelBindingTests.cs - - - Tests\ManualStaticContentTests.cs - - - Tests\PartialViewTests.cs - - - Tests\ViewBagTests.cs - - - Tests\SerializeTests.cs - - - - - - - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE} - Nancy.Testing - - - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9} - Nancy.ViewEngines.Razor - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - Always - Content\smiley.png - - - Always - Hidden.txt - - - - - - Always - Views\RazorPageWithUnknownPartial.cshtml - - - Always - Views\_PartialTest.cshtml - - - Always - Views\_LayoutPage.cshtml - - - Always - Views\_ViewStart.cshtml - - - Always - Views\RazorPage.cshtml - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Tests.Functional.MSBuild/Tests/DefaultJsonSerializerTests.cs b/test/Nancy.Tests.Functional.MSBuild/Tests/DefaultJsonSerializerTests.cs deleted file mode 100644 index ada15ed018..0000000000 --- a/test/Nancy.Tests.Functional.MSBuild/Tests/DefaultJsonSerializerTests.cs +++ /dev/null @@ -1,68 +0,0 @@ -namespace Nancy.Tests.Functional.Tests -{ - using Nancy.Configuration; - using Nancy.Json; - using Nancy.Responses; - using Xunit; - - public class DefaultJsonSerializerTests - { - private readonly DefaultJsonSerializer jsonSerializer; - - public DefaultJsonSerializerTests() - { - var environment = - new DefaultNancyEnvironment(); - - environment.Tracing( - enabled: true, - displayErrorTraces: true); - environment.Json(); - environment.Globalization(new[] { "en-US" }); - - this.jsonSerializer = new DefaultJsonSerializer(environment); - } - - [Fact] - public void Can_serialize_application_json() - { - Assert.True(this.jsonSerializer.CanSerialize("application/json")); - } - - [Fact] - public void Can_serialize_type_starting_with_application_json() - { - Assert.True(this.jsonSerializer.CanSerialize("application/json-blah")); - } - - [Fact] - public void Can_serialize_text_json() - { - Assert.True(this.jsonSerializer.CanSerialize("text/json")); - } - - [Fact] - public void Can_serialize_vendor_json() - { - Assert.True(this.jsonSerializer.CanSerialize("application/vnd.someorganisation.user+json")); - } - - [Fact] - public void Can_serialize_problem_json() - { - Assert.True(this.jsonSerializer.CanSerialize("application/problem+json")); - } - - [Fact] - public void Cannot_serialize_xml() - { - Assert.False(this.jsonSerializer.CanSerialize("application/xml")); - } - - [Fact] - public void Should_ignore_parameters() - { - Assert.True(this.jsonSerializer.CanSerialize("application/vnd.someorganisation.user+json; version=1")); - } - } -} \ No newline at end of file diff --git a/test/Nancy.Tests.Functional.MSBuild/Tests/DefaultXmlSerializerTests.cs b/test/Nancy.Tests.Functional.MSBuild/Tests/DefaultXmlSerializerTests.cs deleted file mode 100644 index 37b8c57eee..0000000000 --- a/test/Nancy.Tests.Functional.MSBuild/Tests/DefaultXmlSerializerTests.cs +++ /dev/null @@ -1,68 +0,0 @@ -namespace Nancy.Tests.Functional.Tests -{ - using Nancy.Configuration; - using Nancy.Responses; - using Nancy.Xml; - using Xunit; - - public class DefaultXmlSerializerTests - { - private readonly DefaultXmlSerializer xmlSerializer; - - public DefaultXmlSerializerTests() - { - var environment = - new DefaultNancyEnvironment(); - - environment.Tracing( - enabled: true, - displayErrorTraces: true); - environment.Xml(true); - environment.Globalization(new[] { "en-US" }); - - this.xmlSerializer = new DefaultXmlSerializer(environment); - } - - [Fact] - public void Can_serialize_application_xml() - { - Assert.True(this.xmlSerializer.CanSerialize("application/xml")); - } - - [Fact] - public void Can_serialize_type_starting_with_application_xml() - { - Assert.True(this.xmlSerializer.CanSerialize("application/xml-blah")); - } - - [Fact] - public void Can_serialize_text_xml() - { - Assert.True(this.xmlSerializer.CanSerialize("text/xml")); - } - - [Fact] - public void Can_serialize_vendor_xml() - { - Assert.True(this.xmlSerializer.CanSerialize("application/vnd.someorganisation.user+xml")); - } - - [Fact] - public void Can_serialize_problem_xml() - { - Assert.True(this.xmlSerializer.CanSerialize("application/problem+xml")); - } - - [Fact] - public void Cannot_serialize_json() - { - Assert.False(this.xmlSerializer.CanSerialize("application/json")); - } - - [Fact] - public void Should_ignore_parameters() - { - Assert.True(this.xmlSerializer.CanSerialize("application/vnd.someorganisation.user+xml; version=1")); - } - } -} \ No newline at end of file diff --git a/test/Nancy.Tests.Functional.MSBuild/packages.config b/test/Nancy.Tests.Functional.MSBuild/packages.config deleted file mode 100644 index 15426f7161..0000000000 --- a/test/Nancy.Tests.Functional.MSBuild/packages.config +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj new file mode 100644 index 0000000000..e98224a880 --- /dev/null +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -0,0 +1,47 @@ + + + + 2.0.0-beta-001776-00 + + + + netcoreapp1.0;net452 + Nancy.Tests.Functional + Nancy.Tests.Functional + true + $(PackageTargetFallback);dotnet;portable-net451+win8 + 1.0.4 + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + $(DefineConstants);CORE + + + diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.xproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.xproj deleted file mode 100644 index 593c7d3f18..0000000000 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 742ac687-fc9a-4534-bb50-3d91738563a7 - Nancy.Tests.Functional - .\obj - .\bin\ - - - Nancy.Tests.Functional - - - 2.0 - - - - - - diff --git a/test/Nancy.Tests.Functional/project.json b/test/Nancy.Tests.Functional/project.json deleted file mode 100644 index 1d33c4a404..0000000000 --- a/test/Nancy.Tests.Functional/project.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { - "target": "project" - }, - "Nancy.Testing": { - "target": "project" - }, - "xunit": "2.2.0" - }, - "buildOptions": { - "compile": [ - "../Nancy.Tests/xUnitExtensions/RecordAsync.cs" - ], - "copyToOutput": [ - "Content/**/*", - "Views/**/*" - ] - }, - "frameworks": { - "netcoreapp1.0": { - "buildOptions": { - "define": [ - "CORE" - ] - }, - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.1" - } - }, - "imports": [ - "dotnet", - "portable-net451+win8" - ] - }, - "net452": { - "dependencies": { - "Nancy.ViewEngines.Razor": { - "target": "project" - } - }, - "frameworkAssemblies": { - "System.Runtime": { - "type": "build" - }, - "System.Threading.Tasks": { - "type": "build" - } - } - } - }, - "testRunner": "xunit" -} \ No newline at end of file diff --git a/test/Nancy.Tests.MSBuild/Nancy.Tests.csproj b/test/Nancy.Tests.MSBuild/Nancy.Tests.csproj deleted file mode 100644 index 46ad48b900..0000000000 --- a/test/Nancy.Tests.MSBuild/Nancy.Tests.csproj +++ /dev/null @@ -1,750 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {776D244D-BC4D-4BBB-A478-CAF2D04520E1} - Library - Properties - Nancy.Tests - Nancy.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - 4 - false - false - - - bin\MonoRelease\ - TRACE;MONO - true - - - anycpu - bin\Release\Nancy.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - 4 - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - Fakes\PersonWithAgeField.cs - - - Fakes\StructModel.cs - - - Helpers\ExceptionExtensionsFixture.cs - - - NoAppStartupsFixture.cs - - - Extensions\ResponseExtensions.cs - - - Fakes\FakeNancyModuleNoRoutes.cs - - - Fakes\FakeNancyModuleWithBasePath.cs - - - Fakes\FakeNancyModuleWithDependency.cs - - - Fakes\FakeNancyModuleWithoutBasePath.cs - - - Fakes\FakeNancyModuleWithPreAndPostHooks.cs - - - Fakes\FakeRoute.cs - - - Fakes\FakeRouteResolver.cs - - - Fakes\FakeObjectSerializer.cs - - - Fakes\FakeHookedModule.cs - - - Fakes\FakeViewEngineHost.cs - - - Fakes\MockPipelines.cs - - - Fakes\Person.cs - - - Fakes\ViewModel.cs - - - Helpers\CacheHelpersFixture.cs - - - Link.Texts.resx - True - True - Resources\Link.Texts.Designer.cs - - - Menu.Texts.resx - True - True - Resources\Menu.Texts.Designer.cs - - - Menu.resx - True - True - Resources\Menu.Designer.cs - - - Responses\MaterialisingResponseFixture.cs - - - Unit\Bootstrapper\BootstrapperLocatorFixture.cs - - - Unit\Bootstrapper\CollectionTypeRegistrationFixture.cs - - - Unit\Bootstrapper\InstanceRegistrationFixture.cs - - - Unit\Bootstrapper\NancyBootstrapperWithRequestContainerBaseFixture.cs - - - Unit\Bootstrapper\PipelinesFixture.cs - - - Unit\Configuration\DefaultNancyEnvironmentConfiguratorFixture.cs - - - Unit\Configuration\DefaultNancyEnvironmentFactoryFixture.cs - - - Unit\Configuration\DefaultNancyEnvironmentFixture.cs - - - Unit\Configuration\INancyEnvironmentExtensionsFixture.cs - - - Unit\Conventions\DefaultAcceptHeaderCoercionConventionsFixture.cs - - - Unit\Conventions\DefaultCultureConventionsFixture.cs - - - Unit\Conventions\DefaultStaticContentsConventionsFixture.cs - - - Unit\Culture\BuiltInCultureConventionFixture.cs - - - Unit\DefaultNancyBootstrapperFixture.cs - - - Unit\DefaultResponseFormatterFactoryFixture.cs - - - Unit\DefaultSerializerFactoryFixture.cs - - - Unit\Diagnostics\ConcurrentLimitedCollectionFixture.cs - - - Unit\Diagnostics\CustomInteractiveDiagnosticsFixture.cs - - - Unit\Diagnostics\DefaultRequestTraceFactoryFixture.cs - - - Unit\Diagnostics\DiagnosticsHookFixture.cs - - - Unit\Diagnostics\InteractiveDiagnosticsFixture.cs - - - Unit\ErrorHandling\DefaultStatusCodeHandlerFixture.cs - - - Unit\Extensions\StreamExtensionsFixture.cs - - - Unit\Extensions\TypeExtensionsFixture.cs - - - Unit\FormatterExtensionsFixture.cs - - - Unit\Helpers\HttpUtilityFixture.cs - - - Unit\HttpLinkBuilderFixture.cs - - - Unit\HttpLinkFixture.cs - - - Unit\HttpLinkRelationFixture.cs - - - Unit\JsonSerializerFixture.cs - - - Unit\Json\JavaScriptSerializerFixture.cs - - - Unit\Json\SimpleJsonFixture.cs - - - Unit\Json\Simple\NancySerializationStrategyFixture.cs - - - Unit\Json\TestConverter.cs - - - Unit\Json\TestConverterType.cs - - - Unit\Json\TestData.cs - - - Unit\Json\TestPrimitiveConverter.cs - - - Unit\Json\TestPrimitiveConverterType.cs - - - Unit\Json\TypeWithTuple.cs - - - Unit\MimeTypesFixture.cs - - - Unit\ModelBinding\BindingMemberInfoFixture.cs - - - Unit\ModelBinding\ModelBindingExceptionFixture.cs - - - Unit\ModelBinding\PropertyBindingExceptionFixture.cs - - - Unit\NamedPipelineBaseFixture.cs - - - Unit\ModuleNameFixture.cs - - - Unit\NancyContextFixture.cs - - - Resources\Views\SuperSimpleViewEngineSampleContent.cs - - - Unit\Bootstrapper\Base\BootstrapperBaseFixtureBase.cs - - - Unit\Bootstrapper\Base\ModuleCatalogFixtureBase.cs - - - Unit\Bootstrapper\NancyInternalConfigurationFixture.cs - - - Unit\Bootstrapper\TypeRegistrationFixture.cs - - - Unit\Conventions\DefaultViewLocationConventionsFixture.cs - - - Unit\Cryptography\DefaultHmacProviderFixture.cs - - - Unit\Cryptography\HmacComparerFixture.cs - - - Unit\Cryptography\NoEncryptionProviderFixture.cs - - - Unit\Cryptography\AesEncryptionProviderFixture.cs - - - Unit\DefaultNancyBootstrapperModuleCatalogFixture.cs - - - Unit\Extensions\ContextExtensionsFixture.cs - - - Unit\Extensions\RequestExtensionsFixture.cs - - - Unit\HttpMultipartBoundaryFixture.cs - - - Unit\HttpMultipartBufferFixture.cs - - - Unit\HttpMultipartFixture.cs - - - Unit\IO\RequestStreamFixture.cs - - - Unit\JsonFormatterExtensionsFixtures.cs - - - ShouldExtensions.cs - - - Unit\Bootstrapper\NancyBootstrapperBaseFixture.cs - - - Unit\DefaultNancyBootstrapperBootstrapperBaseFixture.cs - - - Unit\DynamicDictionaryValueFixture.cs - - - Unit\Extensions\StringExtensionsFixture.cs - - - Fakes\FakeDefaultNancyBootstrapper.cs - - - Unit\HeadResponseFixture.cs - - - Unit\ModelBinding\DefaultBinderFixture.cs - - - Unit\ModelBinding\DefaultBodyDeserializers\JsonBodyDeserializerFixture.cs - - - Unit\ModelBinding\DefaultBodyDeserializers\XmlBodyDeserializerfixture.cs - - - Unit\ModelBinding\DefaultConverters\CollectionConverterFixture.cs - - - Unit\ModelBinding\DefaultConverters\FallbackConverterFixture.cs - - - Unit\ModelBinding\DefaultFieldNameConverterFixture.cs - - - Unit\ModelBinding\DynamicModelBinderAdapterFixture.cs - - - Unit\ModelBinding\DefaultModelBinderLocatorFixture.cs - - - Unit\NancyCookieFixture.cs - - - Unit\NancyEngineFixture.cs - - - Unit\NancyMiddlewareFixture.cs - - - Unit\NancyModuleFixture.cs - - - Unit\AfterPipelineFixture.cs - - - Unit\BeforePipelineFixture.cs - - - Unit\ErrorPipelineFixture.cs - - - Unit\NancyOptionsExtensionsFixture.cs - - - Unit\NancyOptionsFixture.cs - - - Unit\RequestFixture.cs - - - Fakes\FakeModuleCatalog.cs - - - Unit\DefaultResponseFormatterFixture.cs - - - Unit\RequestHeadersFixture.cs - - - Unit\ResponseExtensionsFixture.cs - - - Unit\Responses\DefaultJsonSerializerFixture.cs - - - Unit\Responses\EmbeddedFileResponseFixture.cs - - - Unit\Responses\Negotiation\MediaRangeFixture.cs - - - Unit\Responses\RedirectResponseFixture.cs - - - Unit\Responses\StreamResponseFixture.cs - - - Unit\Responses\TextResponseFixture.cs - - - Unit\Routing\ConstraintNodeRouteResolverFixture.cs - - - Unit\Routing\ConstraintNodeRouteScoringFixture.cs - - - Unit\Routing\DefaultNancyModuleBuilderFixture.cs - - - Unit\Routing\DefaultRequestDispatcherFixture.cs - - - Unit\Routing\DefaultRouteCacheProviderFixture.cs - - - Unit\Routing\DefaultRouteInvokerFixture.cs - - - Fakes\FakeRouteCache.cs - - - Fakes\FakeNancyModule.cs - - - Fakes\FakeRequest.cs - - - Unit\Routing\DefaultRouteSegmentExtractorFixture.cs - - - Unit\Routing\NotFoundRouteFixture.cs - - - Unit\ResponseFixture.cs - - - Unit\Routing\RouteCacheFixture.cs - - - Unit\Routing\RouteDescriptionFixture.cs - - - Unit\Routing\RouteFixture.cs - - - Unit\DynamicDictionaryFixture.cs - - - Unit\Routing\DefaultRouteResolverFixture.cs - - - Unit\Security\CsrfFixture.cs - - - Unit\Security\DefaultCsrfTokenValidatorFixture.cs - - - Unit\Security\ModuleSecurityFixture.cs - - - Unit\Security\SSLProxyFixture.cs - - - Unit\Security\ClaimsPrincipalExtensionsFixture.cs - - - Unit\Sessions\CookieBasedSessionsConfigurationFixture.cs - - - Unit\Sessions\CookieBasedSessionsFixture.cs - - - Unit\Sessions\DefaultSessionObjectFormatterFixture.cs - - - Unit\Sessions\NullSessionProviderFixture.cs - - - Unit\Sessions\SessionFixture.cs - - - Unit\TextFormatterFixture.cs - - - Unit\StaticContentConventionBuilderFixture.cs - - - Unit\UrlFixture.cs - - - Unit\Validation\CompositeValidatorFixture.cs - - - Unit\Validation\ModuleExtensionsFixture.cs - - - Unit\Validation\ValidationResultFixture.cs - - - Unit\Validation\DefaultValidatorLocatorFixture.cs - - - Unit\ViewEngines\DefaultRenderContextFixture.cs - - - Unit\Localization\ResourceBasedTextResourceFixture.cs - - - Fakes\FakeViewEngine.cs - - - Unit\ViewEngines\FileSystemViewLocationProviderFixture.cs - - - Unit\ViewEngines\FileSystemViewLocationResultFixture.cs - - - Unit\ViewEngines\ResourceViewLocationProviderFixture.cs - - - Unit\ViewEngines\ViewEngineStartupFixture.cs - - - Unit\ViewEngines\DefaultViewFactoryFixture.cs - - - Unit\ViewEngines\DefaultViewLocatorFixture.cs - - - Unit\ViewEngines\DefaultViewResolverFixture.cs - - - Unit\ViewEngines\SuperSimpleViewEngineTests.cs - - - Unit\ViewEngines\ViewNotFoundExceptionFixture.cs - - - Unit\XmlFormatterExtensionsFixtures.cs - - - xUnitExtensions\RecordAsync.cs - - - xUnitExtensions\Skip.cs - - - xUnitExtensions\SkipException.cs - - - xUnitExtensions\SkippableFactAttribute.cs - - - Unit\Responses\GenericFileResponseFixture.cs - - - Unit\AppDomainAssemblyCatalogFixture.cs - - - - - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE} - Nancy.Testing - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - ResXFileCodeGenerator - Link.Texts.Designer.cs - Resources\Link.Texts.resx - - - ResXFileCodeGenerator - Menu.Texts.Designer.cs - Resources\Menu.Texts.resx - - - ResXFileCodeGenerator - Menu.Designer.cs - Resources\Menu.resx - - - Resources\Views\staticviewresource.html - - - - - PreserveNewest - Resources\Assets\Styles\space in name.css - - - PreserveNewest - Resources\Assets\Styles\dotted.filename.css - - - PreserveNewest - Resources\Assets\Styles\css\styles.css - - - PreserveNewest - Resources\Assets\Styles\strange-css-filename.css - - - PreserveNewest - Resources\Assets\Styles\styles.css - - - PreserveNewest - Resources\Assets\Styles\Sub.folder\styles.css - - - PreserveNewest - Resources\Assets\Styles\Sub\styles.css - - - PreserveNewest - Resources\test.txt - - - PreserveNewest - Resources\zip.png - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - diff --git a/test/Nancy.Tests.MSBuild/packages.config b/test/Nancy.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj new file mode 100644 index 0000000000..a4ae82998e --- /dev/null +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -0,0 +1,58 @@ + + + + 2.0.0-beta-001776-00 + + + + 1.4.1.0 + net452;netcoreapp1.0 + Nancy.Tests + Nancy.Tests + true + 1.0.4 + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + + $(DefineConstants);CORE + + + + $(DefineConstants);MONO + + + + + + + diff --git a/test/Nancy.Tests/Nancy.Tests.xproj b/test/Nancy.Tests/Nancy.Tests.xproj deleted file mode 100644 index 5903750b7f..0000000000 --- a/test/Nancy.Tests/Nancy.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 3ba7d452-98e5-47b0-bd1e-dc348e13a72a - Nancy.Tests - .\obj - .\bin\ - - - Nancy.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Tests/project.json b/test/Nancy.Tests/project.json deleted file mode 100644 index d813e4643c..0000000000 --- a/test/Nancy.Tests/project.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "version": "1.4.1.0", - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Testing": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "copyToOutput": [ - "Resources/**/*" - ], - "embed": [ - "Resources/views/staticviewresource.html" - ] - }, - - "configurations" : { - "MonoRelease": { - "buildOptions": { - "define": ["MONO"], - "optimize": true - } - } - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" }, - "System.Web": { "type": "build" } - }, - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "1.3.2" - } - }, - "netcoreapp1.0": { - "buildOptions": { - "define": [ "CORE" ] - }, - "dependencies": { - "Microsoft.CodeAnalysis.CSharp": "2.0.0-rc", - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/Nancy.Validation.DataAnnotations.Tests.csproj deleted file mode 100644 index 276990cc12..0000000000 --- a/test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/Nancy.Validation.DataAnnotations.Tests.csproj +++ /dev/null @@ -1,171 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {8F9F910D-416E-4B28-BE59-D76670405F56} - Library - Properties - Nancy.Validation.DataAnnotations.Tests - Nancy.Validation.DataAnnotations.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Validation.DataAnnotatioins.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Validation.DataAnnotatioins.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - DataAnnotationsValidatorFixture.cs - - - DataAnnotationsValidatorFactoryFixture.cs - - - DefaultValidatableObjectAdapterFixture.cs - - - PropertyValidatorFixture.cs - - - - - {701765DC-F4F2-4943-A37F-6ED253198158} - Nancy.Validation.DataAnnotations - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/packages.config b/test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.Validation.DataAnnotatioins.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj new file mode 100644 index 0000000000..093b587833 --- /dev/null +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -0,0 +1,40 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.Validation.DataAnnotatioins.Tests + Nancy.Validation.DataAnnotatioins.Tests + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.xproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.xproj deleted file mode 100644 index 775fe2bf93..0000000000 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 8830dbe0-2162-4f35-8d81-1577f17abb10 - Nancy.Validation.DataAnnotatioins.Tests - .\obj - .\bin\ - - - Nancy.Validation.DataAnnotatioins.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/project.json b/test/Nancy.Validation.DataAnnotatioins.Tests/project.json deleted file mode 100644 index 4acf85d473..0000000000 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/project.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Validation.DataAnnotations": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.ComponentModel.Annotations": { "type": "build" }, - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.Validation.FluentValidation.Tests.MSBuild/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests.MSBuild/Nancy.Validation.FluentValidation.Tests.csproj deleted file mode 100644 index f04cdaeb82..0000000000 --- a/test/Nancy.Validation.FluentValidation.Tests.MSBuild/Nancy.Validation.FluentValidation.Tests.csproj +++ /dev/null @@ -1,164 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {FBC35268-377B-4DBE-87E3-B22D1314BEC6} - Library - Properties - Nancy.Validation.FluentValidation.Tests - Nancy.Validation.FluentValidation.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.Validation.FluentValidation.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.Validation.FluentValidation.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - ..\..\packages\FluentValidation.6.3.4-alpha\lib\Net45\FluentValidation.dll - True - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - DefaultFluentAdapterFactoryFixture.cs - - - FluentValidationValidatorFactoryFixture.cs - - - - - {01230f2a-d108-480c-b834-8ce0569fd3b3} - Nancy.Validation.FluentValidation - - - {34576216-0dca-4b0f-a0dc-9075e75a676f} - Nancy - - - - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.Validation.FluentValidation.Tests.MSBuild/packages.config b/test/Nancy.Validation.FluentValidation.Tests.MSBuild/packages.config deleted file mode 100644 index cd547bf532..0000000000 --- a/test/Nancy.Validation.FluentValidation.Tests.MSBuild/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj new file mode 100644 index 0000000000..dbc7a69d8e --- /dev/null +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -0,0 +1,40 @@ + + + + 2.0.0-beta-001776-00 + + + + net452;netcoreapp1.0 + Nancy.Validation.FluentValidation.Tests + Nancy.Validation.FluentValidation.Tests + true + 1.0.4 + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.xproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.xproj deleted file mode 100644 index 9092398412..0000000000 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 8dd96d02-c6d3-435b-b0f7-2460161a250f - Nancy.Validation.FluentValidation.Tests - .\obj - .\bin\ - - - Nancy.Validation.FluentValidation.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.Validation.FluentValidation.Tests/project.json b/test/Nancy.Validation.FluentValidation.Tests/project.json deleted file mode 100644 index a2baa643e7..0000000000 --- a/test/Nancy.Validation.FluentValidation.Tests/project.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "Microsoft.NETCore.Platforms": "1.0.1", - "FluentValidation": "6.3.4-alpha", - "Nancy": { "target": "project" }, - "Nancy.Validation.FluentValidation": { "target": "project" }, - "xunit": "2.2.0", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - }, - "netcoreapp1.0": { - "dependencies": { - "Microsoft.NETCore.App": { - "type": "platform", - "version": "1.0.0" - } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/Nancy.ViewEngines.DotLiquid.Tests.csproj deleted file mode 100644 index 0e49094fce..0000000000 --- a/test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ /dev/null @@ -1,200 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {A3BF6450-DE9A-4C11-8E3C-66D9A8EC93F5} - Library - Properties - Nancy.ViewEngines.DotLiquid.Tests - Nancy.ViewEngines.DotLiquid.Tests - v4.5.2 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.DotLiquid.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.DotLiquid.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - 4 - false - - - - ..\..\packages\DotLiquid.2.0.64\lib\net451\DotLiquid.dll - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - DotLiquidViewEngineFixture.cs - - - DynamicDropFixture.cs - - - FakeModel.cs - - - Functional\PartialRenderingFixture.cs - - - LiquidNancyFileSystemFixture.cs - - - Properties\AssemblyInfo.cs - - - - - {D79203C0-B672-4751-9C95-C3AB7D3FEFBE} - Nancy.Testing - - - {B795886D-9D70-45B1-BFB5-AD54CBC9A447} - Nancy.ViewEngines.DotLiquid - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - Always - Views\singlequotedpartial.liquid - - - Always - Views\doublequotedpartial.liquid - - - Always - Views\unquotedpartial.liquid - - - Views\partial.liquid - Always - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/packages.config b/test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/packages.config deleted file mode 100644 index 98c3d52bd8..0000000000 --- a/test/Nancy.ViewEngines.DotLiquid.Tests.MSBuild/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj new file mode 100644 index 0000000000..5b19f54eb2 --- /dev/null +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -0,0 +1,44 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.ViewEngines.DotLiquid.Tests + Nancy.ViewEngines.DotLiquid.Tests + true + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.xproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.xproj deleted file mode 100644 index b578c4bf66..0000000000 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 91f4ea23-788b-4e54-a38e-fe738b3bf2f1 - Nancy.ViewEngines.DotLiquid.Tests - .\obj - .\bin\ - - - Nancy.ViewEngines.DotLiquid.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/project.json b/test/Nancy.ViewEngines.DotLiquid.Tests/project.json deleted file mode 100644 index 7c39ef1556..0000000000 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/project.json +++ /dev/null @@ -1,33 +0,0 @@ -{ - "dependencies": { - "DotLiquid": "2.0.64", - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Testing": { "target": "project" }, - "Nancy.ViewEngines.DotLiquid": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ], - "copyToOutput": [ - "Views/**/*" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" }, - "System.Threading.Tasks": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.ViewEngines.Markdown.Tests.MSBuild/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests.MSBuild/Nancy.ViewEngines.Markdown.Tests.csproj deleted file mode 100644 index e2153c12d2..0000000000 --- a/test/Nancy.ViewEngines.Markdown.Tests.MSBuild/Nancy.ViewEngines.Markdown.Tests.csproj +++ /dev/null @@ -1,167 +0,0 @@ - - - - - - Debug - AnyCPU - {8EE6F976-F11F-44B3-B065-F5AAA598B30D} - Library - Properties - Nancy.ViewEngines.Markdown.Tests - Nancy.ViewEngines.Markdown.Tests - 512 - 12.0.0 - 2.0 - v4.5 - - - - - True - full - False - bin\Debug\ - DEBUG;TRACE - prompt - 4 - false - - - pdbonly - True - bin\Release\ - TRACE - prompt - 4 - false - - - true - bin\MonoDevelop\ - DEBUG;TRACE - full - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - prompt - MinimumRecommendedRules.ruleset - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - False - ..\..\packages\MarkdownSharp.1.13.0.0\lib\35\MarkdownSharp.dll - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - MarkdownViewEngineFixture.cs - - - MarkdownViewengineRenderFixture.cs - - - UserModel.cs - - - - - Always - Markdown\standalone.md - - - Always - Markdown\home.md - - - Always - Markdown\master.md - - - Always - Markdown\partial.markdown - - - Always - Markdown\viewwithhtmlmaster.md - - - - - - {864AF449-0902-44FC-BEEE-06BA9A6F4A8F} - Nancy.ViewEngines.Markdown - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - Always - Markdown\htmlmaster.html - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Markdown.Tests.MSBuild/packages.config b/test/Nancy.ViewEngines.Markdown.Tests.MSBuild/packages.config deleted file mode 100644 index ea783c8ede..0000000000 --- a/test/Nancy.ViewEngines.Markdown.Tests.MSBuild/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj new file mode 100644 index 0000000000..30aa2cc1df --- /dev/null +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -0,0 +1,42 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.ViewEngines.Markdown.Tests + Nancy.ViewEngines.Markdown.Tests + true + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.xproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.xproj deleted file mode 100644 index 84502b98fd..0000000000 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - c46bfaa7-f471-45a6-a5ac-fcf9390408ee - Nancy.ViewEngines.Markdown.Tests - .\obj - .\bin\ - - - Nancy.ViewEngines.Markdown.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.ViewEngines.Markdown.Tests/project.json b/test/Nancy.ViewEngines.Markdown.Tests/project.json deleted file mode 100644 index 144bea886d..0000000000 --- a/test/Nancy.ViewEngines.Markdown.Tests/project.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "MarkdownSharp": "1.13.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.ViewEngines.Markdown": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ], - "copyToOutput": [ - "Markdown/**/*" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.ViewEngines.Razor.Tests.MSBuild/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests.MSBuild/Nancy.ViewEngines.Razor.Tests.csproj deleted file mode 100644 index da3035f1e5..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests.MSBuild/Nancy.ViewEngines.Razor.Tests.csproj +++ /dev/null @@ -1,255 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {FE32460D-547C-4EB9-A768-541255CCAA83} - Library - Properties - Nancy.ViewEngines.Razor.Tests - Nancy.ViewEngines.Razor.Tests - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - v4.5 - - - - - True - full - False - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - True - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - True - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.Razor.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - 4 - False - false - - - bin\MonoRelease\ - TRACE - True - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.Razor.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - GreetingViewBase.cs - - - RazorViewEngineFixture.cs - - - TestModel.cs - - - TextResourceFinderFixture.cs - - - - - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C} - Nancy.ViewEngines.Razor.Tests.Models - - - {2C6F51DF-015C-4DB6-B44C-0E5E4F25E2A9} - Nancy.ViewEngines.Razor - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - - Always - TestViews\ViewThatUsesAttributeWithRawHtmlStringInside.cshtml - - - Always - TestViews\ViewThatUsesHelper.cshtml - - - Always - TestViews\ViewThatUsesAttributeWithCodeInside.cshtml - - - Always - TestViews\ViewThatUsesAttributeWithDynamicNullInside.cshtml - - - Always - TestViews\ViewThatUsesAttributeWithHtmlStringInside.cshtml - - - Always - TestViews\ViewThatUsesAttributeWithNonEncodedHtmlStringInside.cshtml - - - Always - TestViews\ViewThatUsesModelVB.vbhtml - - - Always - TestViews\ViewThatUsesModelCSharp.cshtml - - - Always - TestViews\Layouts\LayoutWithManySections.cshtml - - - Always - TestViews\Layouts\LayoutWithOptionalSection.cshtml - - - Always - TestViews\Layouts\LayoutWithOptionalSectionWithDefaults.cshtml - - - Always - TestViews\Layouts\LayoutWithSection.cshtml - - - Always - TestViews\Layouts\SimplyLayout.cshtml - - - Always - TestViews\ViewThatUsesLayout.cshtml - - - Always - TestViews\ViewThatUsesLayoutAndManySection.cshtml - - - Always - TestViews\ViewThatUsesLayoutAndModel.cshtml - - - Always - TestViews\ViewThatUsesLayoutAndOptionalSection.cshtml - - - Always - TestViews\ViewThatUsesLayoutAndOptionalSectionOverridingDefaults.cshtml - - - Always - TestViews\ViewThatUsesLayoutAndOptionalSectionWithDefaults.cshtml - - - Always - TestViews\ViewThatUsesLayoutAndSection.cshtml - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Razor.Tests.MSBuild/packages.config b/test/Nancy.ViewEngines.Razor.Tests.MSBuild/packages.config deleted file mode 100644 index 60b866375b..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests.MSBuild/packages.config +++ /dev/null @@ -1,12 +0,0 @@ - - - - - - - - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/Nancy.ViewEngines.Razor.Tests.Models.csproj deleted file mode 100644 index e0de5808b5..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ /dev/null @@ -1,125 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {3F18F5DA-93E0-4513-8BF4-BC8EE5C4117C} - Library - Properties - Nancy.ViewEngines.Razor.Tests.Models - Nancy.ViewEngines.Razor.Tests.Models - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.Razor.Tests.Models.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - true - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - true - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.Razor.Tests.Models.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - false - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - - - - - - - - - - - - Properties\SharedAssemblyInfo.cs - - - Hobby.cs - - - Person.cs - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/packages.config b/test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/packages.config deleted file mode 100644 index 7f4f638a6e..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests.Models.MSBuild/packages.config +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj new file mode 100644 index 0000000000..079c9ff93d --- /dev/null +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -0,0 +1,18 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.ViewEngines.Razor.Tests.Models + Nancy.ViewEngines.Razor.Tests.Models + + + + + + + + diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.xproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.xproj deleted file mode 100644 index 050a10e24f..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.xproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - 31fa18d3-24ad-4ab0-b297-5a2fd871989e - Nancy.ViewEngines.Razor.Tests.Models - .\obj - .\bin\ - - - Nancy.ViewEngines.Razor.Tests.Models - - - 2.0 - - - diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/project.json b/test/Nancy.ViewEngines.Razor.Tests.Models/project.json deleted file mode 100644 index f8d1e23145..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/project.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "frameworks": { - "net452": { } - } -} diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj new file mode 100644 index 0000000000..7f2377cf08 --- /dev/null +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -0,0 +1,43 @@ + + + + 2.0.0-beta-001776-00 + + + + net452 + Nancy.ViewEngines.Razor.Tests + Nancy.ViewEngines.Razor.Tests + true + + + + + + PreserveNewest + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.xproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.xproj deleted file mode 100644 index 1c1096a7e4..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.xproj +++ /dev/null @@ -1,24 +0,0 @@ - - - - 14.0 - $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - - - a24271fa-e058-42e0-bb7d-3c8c43df4b04 - Nancy.ViewEngines.Razor.Tests - .\obj - .\bin\ - - - Nancy.ViewEngines.Razor.Tests - - - 2.0 - - - - - - diff --git a/test/Nancy.ViewEngines.Razor.Tests/project.json b/test/Nancy.ViewEngines.Razor.Tests/project.json deleted file mode 100644 index ce070d1c6e..0000000000 --- a/test/Nancy.ViewEngines.Razor.Tests/project.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "dependencies": { - "dotnet-test-xunit": "2.2.0-preview2-build1029", - "FakeItEasy": "3.0.0", - "FakeItEasy.Analyzer": "3.0.0", - "Microsoft.NETCore.Platforms": "1.0.1", - "Nancy": { "target": "project" }, - "Nancy.Testing": { "target": "project" }, - "Nancy.ViewEngines.Razor": { "target": "project" }, - "Nancy.ViewEngines.Razor.Tests.Models": { "target": "project" }, - "xunit": "2.2.0" - }, - - "buildOptions": { - "compile": [ - "../Nancy.Tests/ShouldExtensions.cs" - ], - "copyToOutput": [ - "TestViews/**/*" - ] - }, - - "frameworks": { - "net452": { - "frameworkAssemblies": { - "System.Runtime": { "type": "build" } - } - } - }, - - "testRunner": "xunit" -} diff --git a/test/Nancy.ViewEngines.Spark.Tests.MSBuild/Nancy.ViewEngines.Spark.Tests.csproj b/test/Nancy.ViewEngines.Spark.Tests.MSBuild/Nancy.ViewEngines.Spark.Tests.csproj deleted file mode 100644 index 0ef391a364..0000000000 --- a/test/Nancy.ViewEngines.Spark.Tests.MSBuild/Nancy.ViewEngines.Spark.Tests.csproj +++ /dev/null @@ -1,324 +0,0 @@ - - - - - Debug - AnyCPU - 8.0.30703 - 2.0 - {06F89662-C2F0-4C1D-8581-E0C4A615B7E2} - Library - Properties - Nancy.ViewEngines.Spark.Tests - Nancy.ViewEngines.Spark.Tests - v4.5 - 512 - publish\ - true - Disk - false - Foreground - 7 - Days - false - false - true - 0 - 1.0.0.%2a - false - false - true - - - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - AllRules.ruleset - false - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - AllRules.ruleset - false - - - true - bin\MonoDebug\ - DEBUG;TRACE - full - AnyCPU - bin\Debug\Nancy.ViewEngines.Spark.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - false - false - 4 - false - false - - - bin\MonoRelease\ - TRACE - true - pdbonly - AnyCPU - bin\Release\Nancy.ViewEngines.Spark.Tests.dll.CodeAnalysisLog.xml - true - GlobalSuppressions.cs - prompt - AllRules.ruleset - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets - ;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules - 4 - false - - - - ..\..\packages\FakeItEasy.2.0.0\lib\net40\FakeItEasy.dll - True - - - False - ..\..\packages\Spark.1.7.0.0\lib\NET40\Spark.dll - - - - - - - - - - ..\..\packages\xunit.abstractions.2.0.0\lib\net35\xunit.abstractions.dll - True - - - ..\..\packages\xunit.assert.2.1.0\lib\dotnet\xunit.assert.dll - True - - - ..\..\packages\xunit.extensibility.core.2.1.0\lib\dotnet\xunit.core.dll - True - - - ..\..\packages\xunit.extensibility.execution.2.1.0\lib\net45\xunit.execution.desktop.dll - True - - - - - ShouldExtensions.cs - - - NancyViewFolderFixture.cs - - - ViewModels\FakeViewModel.cs - - - SparkViewEngineFixture.cs - - - - - {4B7E35DF-1569-4346-B180-A09615723095} - Nancy.ViewEngines.Spark - - - {34576216-0DCA-4B0F-A0DC-9075E75A676F} - Nancy - - - - - App.config - - - - Always - ShadeViews\Features\ShadeCodeMayBeDashOrAtBraced.shade - - - Always - ShadeViews\Features\ShadeElementsMayStackOnOneLine.shade - - - Always - ShadeViews\Features\ShadeEvaluatesExpressions.shade - - - Always - ShadeViews\Features\ShadeFileRenders.shade - - - Always - ShadeViews\Features\ShadeSupportsAttributesAndMayTreatSomeElementsAsSpecialNodes.shade - - - Always - ShadeViews\Features\ShadeTextMayContainExpressions.shade - - - Always - ShadeViews\Features\ShadeThatUsesApplicationLayout.shade - - - Always - ShadeViews\Shared\_SimpleValue.spark - - - Always - TestViews\Layouts\anotherLayout.spark - - - Always - ShadeViews\Shared\Application.shade - - - Always - TestViews\Shared\Application.spark - - - Always - TestViews\Shared\elementLayout.spark - - - Always - TestViews\Shared\layout.spark - - - Always - TestViews\Shared\Partial.spark - - - Always - TestViews\Stub\ViewThatUsesTildeSubstitutionWithSparkReplace.spark - - - Always - TestViews\Stub\ViewThatUsesViewDataForViewBag.spark - - - Always - TestViews\Stub\Subfolder\Subfolderview.spark - - - Always - TestViews\Stub\ViewThatUsesNullHtmlEncoding.spark - - - Always - TestViews\Stub\ViewThatUsesTildeSubstitution.spark - - - Always - TestViews\Stub\ViewThatExpectsALayout.spark - - - Always - TestViews\Stub\ViewThatUsesAllNamedContentAreas.spark - - - Always - TestViews\Stub\ViewThatUsesApplicationLayout.spark - - - Always - TestViews\Stub\Index.spark - - - Always - TestViews\Stub\List.spark - - - Always - TestViews\Stub\PartialTarget.spark - - - Always - TestViews\Stub\ViewThatChangesGlobalSettings.spark - - - Always - TestViews\Stub\ViewThatRendersPartialsThatShareState.spark - - - Always - TestViews\Stub\ViewThatUsesAnonymousViewModel.spark - - - Always - TestViews\Stub\ViewThatUsesANullViewModel.spark - - - Always - TestViews\Stub\ViewThatUsesForeach.spark - - - Always - TestViews\Stub\ViewThatUsesFormatting.spark - - - Always - TestViews\Stub\ViewThatUsesHtmlEncoding.spark - - - Always - TestViews\Stub\ViewThatUsesNamespaces.spark - - - Always - TestViews\Stub\ViewThatUsesPartial.spark - - - Always - TestViews\Stub\ViewThatUsesPartialImplicitly.spark - - - Always - TestViews\Stub\ViewThatUsesViewModel.spark - - - Always - TestViews\Stub\_Row.spark - - - - - - - - - - - - - - - This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - - - - \ No newline at end of file diff --git a/test/Nancy.ViewEngines.Spark.Tests.MSBuild/packages.config b/test/Nancy.ViewEngines.Spark.Tests.MSBuild/packages.config deleted file mode 100644 index 3ecb0a67d3..0000000000 --- a/test/Nancy.ViewEngines.Spark.Tests.MSBuild/packages.config +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file From 87c0c5f89ba006c788513b6cf8d62048d1c22de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Thu, 23 Mar 2017 15:06:02 +0100 Subject: [PATCH 02/48] Updated version of testing related packages --- .../Nancy.Authentication.Basic.Tests.csproj | 4 ++-- .../Nancy.Authentication.Forms.Tests.csproj | 4 ++-- test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 4 ++-- .../Nancy.Encryption.MachineKey.Tests.csproj | 4 ++-- .../Nancy.Hosting.Aspnet.Tests.csproj | 4 ++-- test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 4 ++-- .../Nancy.Metadata.Modules.Tests.csproj | 4 ++-- test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 4 ++-- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 4 ++-- test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 4 ++-- test/Nancy.Tests/Nancy.Tests.csproj | 4 ++-- .../Nancy.Validation.DataAnnotatioins.Tests.csproj | 4 ++-- .../Nancy.Validation.FluentValidation.Tests.csproj | 4 ++-- .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 4 ++-- .../Nancy.ViewEngines.Markdown.Tests.csproj | 4 ++-- .../Nancy.ViewEngines.Razor.Tests.csproj | 4 ++-- 16 files changed, 32 insertions(+), 32 deletions(-) diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index b2b426236e..dcf99b2518 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -23,11 +23,11 @@ - + - + diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 51aee8491e..3b7d31e379 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -23,11 +23,11 @@ - + - + diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 3d95807828..574b2148d7 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -24,11 +24,11 @@ - + - + diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index ced9f82950..6e3aa10b74 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -22,11 +22,11 @@ - + - + diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index bfb9dfaad4..d641848dc3 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -22,11 +22,11 @@ - + - + diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 5842e90e37..24bb4a53c5 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -22,11 +22,11 @@ - + - + diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index a9df7f5a1b..c4a65359b4 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -23,11 +23,11 @@ - + - + diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index da1dfa5c28..832b4540e4 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -23,11 +23,11 @@ - + - + diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 38e1c0da42..33ec5d501c 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -26,12 +26,12 @@ - + - + diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index e98224a880..c10cb8e812 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -35,9 +35,9 @@ - + - + diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index a4ae82998e..e5fa947760 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -27,11 +27,11 @@ - + - + diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj index 093b587833..cb1f6ddd9e 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -22,11 +22,11 @@ - + - + diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index dbc7a69d8e..8a008cc422 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -23,10 +23,10 @@ - + - + diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 5b19f54eb2..4b365457cb 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -26,12 +26,12 @@ - + - + diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 30aa2cc1df..8b7648ceee 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -25,12 +25,12 @@ - + - + diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index 7f2377cf08..063d0b3808 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -27,11 +27,11 @@ - + - + From 10781f047ffbb770ef860916e501ef19b02427aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Fri, 24 Mar 2017 13:13:57 +0100 Subject: [PATCH 03/48] Changed Microsoft.NET.Test.Sdk version to 15.0.0 --- .../Nancy.Authentication.Basic.Tests.csproj | 2 +- .../Nancy.Authentication.Forms.Tests.csproj | 2 +- test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 2 +- .../Nancy.Encryption.MachineKey.Tests.csproj | 2 +- .../Nancy.Hosting.Aspnet.Tests.csproj | 2 +- test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 2 +- .../Nancy.Metadata.Modules.Tests.csproj | 2 +- test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 2 +- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 2 +- test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 2 +- test/Nancy.Tests/Nancy.Tests.csproj | 2 +- .../Nancy.Validation.DataAnnotatioins.Tests.csproj | 2 +- .../Nancy.Validation.FluentValidation.Tests.csproj | 2 +- .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 2 +- .../Nancy.ViewEngines.Markdown.Tests.csproj | 2 +- .../Nancy.ViewEngines.Razor.Tests.csproj | 2 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index dcf99b2518..ee656db064 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 3b7d31e379..a4c0efa81f 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 574b2148d7..dda9f77f01 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -23,7 +23,7 @@ - + diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 6e3aa10b74..6141a0b175 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -21,7 +21,7 @@ - + diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index d641848dc3..b211ac3338 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -21,7 +21,7 @@ - + diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 24bb4a53c5..b1202b94cf 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -21,7 +21,7 @@ - + diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index c4a65359b4..7fcb10b65c 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index 832b4540e4..dbb2463cfb 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 33ec5d501c..1e1b712ac5 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -25,7 +25,7 @@ - + diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index c10cb8e812..5594d1ed1b 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -34,7 +34,7 @@ - + diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index e5fa947760..07c28375d2 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -26,7 +26,7 @@ - + diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj index cb1f6ddd9e..61ffad96ce 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -21,7 +21,7 @@ - + diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 8a008cc422..6bff738c5f 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -22,7 +22,7 @@ - + diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 4b365457cb..236f6624b3 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -25,7 +25,7 @@ - + diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 8b7648ceee..2503ab517a 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -24,7 +24,7 @@ - + diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index 063d0b3808..9d7013ab4f 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -26,7 +26,7 @@ - + From 13d03462c7f1db97bfeea5f1484a62b76f549c59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sun, 26 Mar 2017 15:06:55 +0200 Subject: [PATCH 04/48] Updated build.sh --- build.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/build.sh b/build.sh index 10a36c5638..07a3a7aa71 100755 --- a/build.sh +++ b/build.sh @@ -3,10 +3,10 @@ # Define directories. SCRIPT_DIR=$PWD TOOLS_DIR=$SCRIPT_DIR/tools -CAKE_VERSION=0.17.0 +CAKE_VERSION=0.19.1 CAKE_DLL=$TOOLS_DIR/Cake.CoreCLR.$CAKE_VERSION/Cake.dll -DOTNET_VERSION=1.0.0-preview2-003131 -DOTNET_INSTRALL_URI=https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.sh +DOTNET_VERSION=1.0.1 +DOTNET_INSTRALL_URI=https://raw.githubusercontent.com/dotnet/cli/rel/1.0.1/scripts/obtain/dotnet-install.sh # Make sure the tools folder exist. if [ ! -d "$TOOLS_DIR" ]; then @@ -51,5 +51,8 @@ fi # RUN BUILD SCRIPT ########################################################################### +# Ensure full-framework builds uses Mono +export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/ + # Start Cake exec dotnet "$CAKE_DLL" "$@" From da7064650814d7d28ff23606d3bf19b8ade77b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sun, 26 Mar 2017 15:17:08 +0200 Subject: [PATCH 05/48] Updated build.ps1 --- build.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.ps1 b/build.ps1 index 12281454f0..bc669da809 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,6 +1,6 @@ -$CakeVersion = "0.17.0" -$DotNetVersion = "1.0.0-preview2-003131"; -$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0-preview2/scripts/obtain/dotnet-install.ps1"; +$CakeVersion = "0.19.1" +$DotNetVersion = "1.0.1"; +$DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.1/scripts/obtain/dotnet-install.ps1"; # Make sure tools folder exists $PSScriptRoot = $pwd From f419b7cbb4778250f47125d8264f5a78e03b38de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sun, 26 Mar 2017 15:17:36 +0200 Subject: [PATCH 06/48] Removed unused sources in NuGet.config --- NuGet.config | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 843603a7d5..600712bc45 100644 --- a/NuGet.config +++ b/NuGet.config @@ -2,10 +2,6 @@ - - - - From 978a4f2b98872f5278fd5c572a58c18b6f951ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 27 Mar 2017 09:27:44 +0200 Subject: [PATCH 07/48] Removed RuntimeFrameworkVersion elements --- .../Nancy.Demo.Hosting.Kestrel.csproj | 5 ----- .../Nancy.Authentication.Basic.csproj | 4 ---- .../Nancy.Authentication.Forms.csproj | 4 ---- .../Nancy.Authentication.Stateless.csproj | 4 ---- src/Nancy.Embedded/Nancy.Embedded.csproj | 4 ---- .../Nancy.Encryption.MachineKey.csproj | 4 ---- src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj | 4 ---- src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj | 4 ---- src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 4 ---- src/Nancy.Owin/Nancy.Owin.csproj | 4 ---- src/Nancy.Testing/Nancy.Testing.csproj | 4 ---- .../Nancy.Validation.DataAnnotations.csproj | 4 ---- .../Nancy.Validation.FluentValidation.csproj | 4 ---- .../Nancy.ViewEngines.DotLiquid.csproj | 4 ---- .../Nancy.ViewEngines.Markdown.csproj | 4 ---- .../Nancy.ViewEngines.Nustache.csproj | 4 ---- .../Nancy.ViewEngines.Razor.BuildProviders.csproj | 4 ---- src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj | 4 ---- src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj | 4 ---- src/Nancy/Nancy.csproj | 4 ---- .../Nancy.Authentication.Basic.Tests.csproj | 4 ---- .../Nancy.Authentication.Forms.Tests.csproj | 4 ---- test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 4 ---- .../Nancy.Encryption.MachineKey.Tests.csproj | 4 ---- .../Nancy.Hosting.Aspnet.Tests.csproj | 4 ---- .../Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 4 ---- .../Nancy.Metadata.Modules.Tests.csproj | 4 ---- test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 4 ---- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 4 ---- test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 4 ---- test/Nancy.Tests/Nancy.Tests.csproj | 4 ---- .../Nancy.Validation.DataAnnotatioins.Tests.csproj | 4 ---- .../Nancy.Validation.FluentValidation.Tests.csproj | 4 ---- .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 4 ---- .../Nancy.ViewEngines.Markdown.Tests.csproj | 4 ---- .../Nancy.ViewEngines.Razor.Tests.Models.csproj | 4 ---- .../Nancy.ViewEngines.Razor.Tests.csproj | 4 ---- 37 files changed, 149 deletions(-) diff --git a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj index a255ef3c8c..8af9ae5bd3 100644 --- a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj +++ b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj @@ -1,9 +1,5 @@ - - 2.0.0-beta-001776-00 - - netcoreapp1.0 portable @@ -11,7 +7,6 @@ Exe Nancy.Demo.Hosting.Kestrel $(PackageTargetFallback);dotnet54;portable-net451+win8 - 1.0.4 diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index 05e41a7d84..2346110ed5 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - A basic HTTP authentication provider for Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index bbb871ddd0..98127a365c 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - A forms authentication provider for Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index ea40e57294..4e806f548c 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - A stateless authentication provider for Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index df5c71ee43..4f61d03f55 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Helpers for serving embedded static content with Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index ed3a7b5853..910eedfbfe 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - System.Web MachineKey encrypton and HMAC providers for Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 9d4a5c6e66..58fe40b351 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables hosting Nancy on ASP.NET. 2.0.0-clinteastwood diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index d10cf3523f..6e1585b166 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables hosting Nancy in any application. 2.0.0-clinteastwood diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index 7ab22ef8c0..ae20a2bd54 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Nancy metadata modules to describe your APIs. 2.0.0-clinteastwood diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index 0a59ff214e..fa81d6a264 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Nancy extensions for OWIN hosting. 2.0.0-clinteastwood diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index 23d424a245..c05f21e715 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Test harness for Nancy applications. 2.0.0-clinteastwood diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 82670c07b7..7acd836a8a 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Adds Data Annotation validation support to Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 71c15b7d67..37737910fc 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Adds Fluent Validation support to Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index 987b278efe..ff9e63262e 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables using the DotLiquid view engine with Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index 6dcf199135..33e304890a 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables using Markdown with Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index 5a0f815826..3f77114325 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables using the Nustache view engine with Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index 92d2b208bf..444b226e1f 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - 2.0.0-clinteastwood net452 diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index 42e3732783..ecca4fc483 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables using the Razor view engine with Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index c19c141860..b681706864 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Enables using the Spark view engine with Nancy. 2.0.0-clinteastwood diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index c9cbafaf9f..96b7fd83e4 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. 2.0.0-clinteastwood diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index ee656db064..d666be7243 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452;netcoreapp1.0 Nancy.Authentication.Basic.Tests diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index a4c0efa81f..bec155a83d 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452;netcoreapp1.0 Nancy.Authentication.Forms.Tests diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index dda9f77f01..c9338a3a37 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452;netcoreapp1.0 Nancy.Embedded.Tests diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 6141a0b175..3490f0b084 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.Encryption.MachineKey.Tests diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index b211ac3338..c909ec9679 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.Hosting.Aspnet.Tests diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index b1202b94cf..2178714d54 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.Hosting.Self.Tests diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 7fcb10b65c..035aec10f0 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452;netcoreapp1.0 Nancy.Metadata.Modules.Tests diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index dbb2463cfb..9c0ae59148 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.Owin.Tests diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 1e1b712ac5..29bff5b115 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452;netcoreapp1.0 Nancy.Testing.Tests diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 5594d1ed1b..cc09e88427 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - netcoreapp1.0;net452 Nancy.Tests.Functional diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 07c28375d2..26b0d747ac 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - 1.4.1.0 net452;netcoreapp1.0 diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj index 61ffad96ce..e6a9dc316f 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.Validation.DataAnnotatioins.Tests diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 6bff738c5f..bbbb7daec3 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452;netcoreapp1.0 Nancy.Validation.FluentValidation.Tests diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 236f6624b3..ab6bbdb12d 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.ViewEngines.DotLiquid.Tests diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 2503ab517a..a212f4846d 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.ViewEngines.Markdown.Tests diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 079c9ff93d..1b5d27375a 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.ViewEngines.Razor.Tests.Models diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index 9d7013ab4f..f428de4049 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -1,9 +1,5 @@  - - 2.0.0-beta-001776-00 - - net452 Nancy.ViewEngines.Razor.Tests From 09e151dd73273453bfe4cad8295c36ca3a37216b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 27 Mar 2017 23:15:58 +0200 Subject: [PATCH 08/48] Added DisableImplicitFrameworkReferences for all net452 targets --- src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj | 1 + src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj | 1 + .../Nancy.Authentication.Stateless.csproj | 1 + src/Nancy.Embedded/Nancy.Embedded.csproj | 1 + .../Nancy.Encryption.MachineKey.csproj | 1 + src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj | 1 + src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj | 1 + src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 1 + src/Nancy.Owin/Nancy.Owin.csproj | 1 + src/Nancy.Testing/Nancy.Testing.csproj | 1 + .../Nancy.Validation.DataAnnotations.csproj | 1 + .../Nancy.Validation.FluentValidation.csproj | 1 + .../Nancy.ViewEngines.DotLiquid.csproj | 1 + src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj | 1 + src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj | 1 + .../Nancy.ViewEngines.Razor.BuildProviders.csproj | 1 + src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj | 1 + src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj | 1 + src/Nancy/Nancy.csproj | 1 + .../Nancy.Authentication.Basic.Tests.csproj | 1 + .../Nancy.Authentication.Forms.Tests.csproj | 1 + test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 1 + .../Nancy.Encryption.MachineKey.Tests.csproj | 1 + .../Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj | 1 + test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 1 + .../Nancy.Metadata.Modules.Tests.csproj | 1 + test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 1 + test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 1 + test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 1 + test/Nancy.Tests/Nancy.Tests.csproj | 1 + .../Nancy.Validation.DataAnnotatioins.Tests.csproj | 1 + .../Nancy.Validation.FluentValidation.Tests.csproj | 1 + .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 1 + .../Nancy.ViewEngines.Markdown.Tests.csproj | 1 + .../Nancy.ViewEngines.Razor.Tests.Models.csproj | 1 + .../Nancy.ViewEngines.Razor.Tests.csproj | 1 + 36 files changed, 36 insertions(+) diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index 2346110ed5..1999fb1f5f 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy.Authentication.Basic Nancy.Authentication.Basic diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index 98127a365c..72c1e6d22c 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy.Authentication.Forms Nancy.Authentication.Forms diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index 4e806f548c..2edcf8e1a4 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy.Authentication.Stateless Nancy.Authentication.Stateless diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 4f61d03f55..50b277d9bf 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy.Embedded Nancy.Embedded diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index 910eedfbfe..eb0887c9f1 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.Encryption.MachineKey Nancy.Encryption.MachineKey diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 58fe40b351..0bf8a951ae 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.Hosting.Aspnet Nancy.Hosting.Aspnet diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index 6e1585b166..b65d6e3df2 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true $(DefineConstants);CORE true Nancy.Hosting.Self diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index ae20a2bd54..6b2cc0fc09 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy.Metadata.Modules Nancy.Metadata.Modules diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index fa81d6a264..d02396fd5d 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.Owin Nancy.Owin diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index c05f21e715..5a5c8d542c 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy.Testing Nancy.Testing diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 7acd836a8a..07f280d04b 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.Validation.DataAnnotations Nancy.Validation.DataAnnotations diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 37737910fc..bd9bce3c4d 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452;netstandard1.6 + true true Nancy.Validation.FluentValidation Nancy.Validation.FluentValidation diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index ff9e63262e..a831811f8a 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.ViewEngines.DotLiquid Nancy.ViewEngines.DotLiquid diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index 33e304890a..1c7cc63b01 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452;netstandard1.6 + true true Nancy.ViewEngines.Markdown Nancy.ViewEngines.Markdown diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index 3f77114325..dfa5f5d8f7 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.ViewEngines.Nustache Nancy.ViewEngines.Nustache diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index 444b226e1f..6e539835a7 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -3,6 +3,7 @@ 2.0.0-clinteastwood net452 + true true Nancy.ViewEngines.Razor.BuildProviders Nancy.ViewEngines.Razor.BuildProviders diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index ecca4fc483..4ce7b8263d 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.ViewEngines.Razor Nancy.ViewEngines.Razor diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index b681706864..c35e491b5e 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors net452 + true true Nancy.ViewEngines.Spark Nancy.ViewEngines.Spark diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index 96b7fd83e4..6bf00d10a6 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -5,6 +5,7 @@ 2.0.0-clinteastwood Andreas Håkansson, Steven Robbins and contributors netstandard1.6;net452 + true true Nancy Nancy diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index d666be7243..06347d50b1 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -2,6 +2,7 @@ net452;netcoreapp1.0 + true Nancy.Authentication.Basic.Tests Nancy.Authentication.Basic.Tests true diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index bec155a83d..1999d88911 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -2,6 +2,7 @@ net452;netcoreapp1.0 + true Nancy.Authentication.Forms.Tests Nancy.Authentication.Forms.Tests true diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index c9338a3a37..7e6a26db35 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -2,6 +2,7 @@ net452;netcoreapp1.0 + true Nancy.Embedded.Tests Nancy.Embedded.Tests true diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 3490f0b084..80c8ae9cc5 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.Encryption.MachineKey.Tests Nancy.Encryption.MachineKey.Tests true diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index c909ec9679..88c68a661b 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.Hosting.Aspnet.Tests Nancy.Hosting.Aspnet.Tests true diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 2178714d54..3a982d8c3b 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.Hosting.Self.Tests Nancy.Hosting.Self.Tests true diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 035aec10f0..2a09ebd7af 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -2,6 +2,7 @@ net452;netcoreapp1.0 + true Nancy.Metadata.Modules.Tests Nancy.Metadata.Modules.Tests true diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index 9c0ae59148..e35f99d96b 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.Owin.Tests Nancy.Owin.Tests true diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 29bff5b115..d923446e85 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -2,6 +2,7 @@ net452;netcoreapp1.0 + true Nancy.Testing.Tests Nancy.Testing.Tests true diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index cc09e88427..067b9dd3be 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -2,6 +2,7 @@ netcoreapp1.0;net452 + true Nancy.Tests.Functional Nancy.Tests.Functional true diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 26b0d747ac..5a9ac228ad 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -3,6 +3,7 @@ 1.4.1.0 net452;netcoreapp1.0 + true Nancy.Tests Nancy.Tests true diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj index e6a9dc316f..bb68a949ac 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.Validation.DataAnnotatioins.Tests Nancy.Validation.DataAnnotatioins.Tests true diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index bbbb7daec3..5ba8b64b91 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -2,6 +2,7 @@ net452;netcoreapp1.0 + true Nancy.Validation.FluentValidation.Tests Nancy.Validation.FluentValidation.Tests true diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index ab6bbdb12d..40c6a76a22 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.ViewEngines.DotLiquid.Tests Nancy.ViewEngines.DotLiquid.Tests true diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index a212f4846d..4f55ea283c 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.ViewEngines.Markdown.Tests Nancy.ViewEngines.Markdown.Tests true diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 1b5d27375a..38bf9d1e9e 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.ViewEngines.Razor.Tests.Models Nancy.ViewEngines.Razor.Tests.Models diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index f428de4049..de494c0953 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -2,6 +2,7 @@ net452 + true Nancy.ViewEngines.Razor.Tests Nancy.ViewEngines.Razor.Tests true From c4047525db25a63ea51dcf78a555f2cabe1e7744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Tue, 28 Mar 2017 23:55:51 +0200 Subject: [PATCH 09/48] Updated Nancy.csproj to use implicit reference to NETStandard.Library --- src/Nancy/Nancy.csproj | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index 6bf00d10a6..dd1715d480 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -27,31 +27,12 @@ - - - - - - - - - - - - - - - - - - - From f2d87ad88ad628dfeec1dd4a2312d38ec5ab100c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 11:08:25 +0200 Subject: [PATCH 10/48] Updated Microsoft.Extensions.* packages in Nancy.csproj --- src/Nancy/Nancy.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index dd1715d480..397edcd7f4 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -27,8 +27,8 @@ - - + + From f21861cd91bdef78cc0fca07c929282126409e85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 11:14:36 +0200 Subject: [PATCH 11/48] Removed Microsoft.NETCore.Platforms from test projects --- .../Nancy.Authentication.Basic.Tests.csproj | 1 - .../Nancy.Authentication.Forms.Tests.csproj | 1 - test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 1 - .../Nancy.Encryption.MachineKey.Tests.csproj | 1 - .../Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj | 1 - test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 1 - .../Nancy.Metadata.Modules.Tests.csproj | 1 - test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 1 - test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 1 - test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 1 - test/Nancy.Tests/Nancy.Tests.csproj | 1 - .../Nancy.Validation.DataAnnotatioins.Tests.csproj | 1 - .../Nancy.Validation.FluentValidation.Tests.csproj | 1 - .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 1 - .../Nancy.ViewEngines.Markdown.Tests.csproj | 1 - .../Nancy.ViewEngines.Razor.Tests.csproj | 1 - 16 files changed, 16 deletions(-) diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 06347d50b1..68c291a552 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -23,7 +23,6 @@ - diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 1999d88911..1534b318e3 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -23,7 +23,6 @@ - diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 7e6a26db35..62289688ea 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -24,7 +24,6 @@ - diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 80c8ae9cc5..9f504cf479 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -22,7 +22,6 @@ - diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index 88c68a661b..796e266a7a 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -22,7 +22,6 @@ - diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 3a982d8c3b..c8cd4b78ba 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -22,7 +22,6 @@ - diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 2a09ebd7af..0af467846e 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -23,7 +23,6 @@ - diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index e35f99d96b..c1356dc13c 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -21,7 +21,6 @@ - diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index d923446e85..7dae6e649c 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -27,7 +27,6 @@ - diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 067b9dd3be..733f3511e5 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -33,7 +33,6 @@ - diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 5a9ac228ad..9e8ee2a576 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -27,7 +27,6 @@ - diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj index bb68a949ac..b67ec2ae70 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -22,7 +22,6 @@ - diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 5ba8b64b91..2e36e31333 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -21,7 +21,6 @@ - diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 40c6a76a22..6f8441f6cc 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -27,7 +27,6 @@ - diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 4f55ea283c..50c23746c7 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -26,7 +26,6 @@ - diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index de494c0953..a0b43f6e23 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -27,7 +27,6 @@ - From adfc6f4bb4c10dc7e897c604c9be19aa88df318a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 22:57:56 +0200 Subject: [PATCH 12/48] Made Nancy.Validation.DataAnnotations.Tests compile again --- .../Nancy.Validation.DataAnnotatioins.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj index b67ec2ae70..392414c863 100644 --- a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj @@ -26,7 +26,7 @@ - + From 4ec45ee5391f65876752b5a5d67a69873e0803b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 22:59:58 +0200 Subject: [PATCH 13/48] Fixed typo in Nancy.Validation.DataAnnotatioins.Tests project name --- .../DataAnnotationsValidatorFactoryFixture.cs | 0 .../DataAnnotationsValidatorFixture.cs | 0 .../DefaultValidatableObjectAdapterFixture.cs | 0 .../Nancy.Validation.DataAnnotations.Tests.csproj} | 0 .../PropertyValidatorFixture.cs | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename test/{Nancy.Validation.DataAnnotatioins.Tests => Nancy.Validation.DataAnnotations.Tests}/DataAnnotationsValidatorFactoryFixture.cs (100%) rename test/{Nancy.Validation.DataAnnotatioins.Tests => Nancy.Validation.DataAnnotations.Tests}/DataAnnotationsValidatorFixture.cs (100%) rename test/{Nancy.Validation.DataAnnotatioins.Tests => Nancy.Validation.DataAnnotations.Tests}/DefaultValidatableObjectAdapterFixture.cs (100%) rename test/{Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj => Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj} (100%) rename test/{Nancy.Validation.DataAnnotatioins.Tests => Nancy.Validation.DataAnnotations.Tests}/PropertyValidatorFixture.cs (100%) diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/DataAnnotationsValidatorFactoryFixture.cs b/test/Nancy.Validation.DataAnnotations.Tests/DataAnnotationsValidatorFactoryFixture.cs similarity index 100% rename from test/Nancy.Validation.DataAnnotatioins.Tests/DataAnnotationsValidatorFactoryFixture.cs rename to test/Nancy.Validation.DataAnnotations.Tests/DataAnnotationsValidatorFactoryFixture.cs diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/DataAnnotationsValidatorFixture.cs b/test/Nancy.Validation.DataAnnotations.Tests/DataAnnotationsValidatorFixture.cs similarity index 100% rename from test/Nancy.Validation.DataAnnotatioins.Tests/DataAnnotationsValidatorFixture.cs rename to test/Nancy.Validation.DataAnnotations.Tests/DataAnnotationsValidatorFixture.cs diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/DefaultValidatableObjectAdapterFixture.cs b/test/Nancy.Validation.DataAnnotations.Tests/DefaultValidatableObjectAdapterFixture.cs similarity index 100% rename from test/Nancy.Validation.DataAnnotatioins.Tests/DefaultValidatableObjectAdapterFixture.cs rename to test/Nancy.Validation.DataAnnotations.Tests/DefaultValidatableObjectAdapterFixture.cs diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj similarity index 100% rename from test/Nancy.Validation.DataAnnotatioins.Tests/Nancy.Validation.DataAnnotatioins.Tests.csproj rename to test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj diff --git a/test/Nancy.Validation.DataAnnotatioins.Tests/PropertyValidatorFixture.cs b/test/Nancy.Validation.DataAnnotations.Tests/PropertyValidatorFixture.cs similarity index 100% rename from test/Nancy.Validation.DataAnnotatioins.Tests/PropertyValidatorFixture.cs rename to test/Nancy.Validation.DataAnnotations.Tests/PropertyValidatorFixture.cs From 3569a7f8aa5679f547cb64e874e7b69b5122af6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 23:00:38 +0200 Subject: [PATCH 14/48] Added missing net452 dependency in Nancy.Hosting.Aspnet.Tests.csproj --- .../Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index 796e266a7a..5d16b0b387 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -28,6 +28,7 @@ + From 283c8fe26e582109777dd6b17b3890053bf97ce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 23:01:15 +0200 Subject: [PATCH 15/48] Added missing net452 dependencies to Nancy.Testing.Tests/Nancy.Testing.Tests.csproj --- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 7dae6e649c..7c22730c21 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -34,6 +34,8 @@ + + From 3920577479a901e4e0a8304fc292f74dd076cc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 23:07:19 +0200 Subject: [PATCH 16/48] Additional typo fixes related to Nancy.Validation.DataAnnotations.Tests project --- Nancy.sln | 2 +- .../Nancy.Validation.DataAnnotations.Tests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Nancy.sln b/Nancy.sln index 4b1c624f94..617d662c54 100644 --- a/Nancy.sln +++ b/Nancy.sln @@ -37,7 +37,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.FluentVali EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.FluentValidation", "src\Nancy.Validation.FluentValidation\Nancy.Validation.FluentValidation.csproj", "{33D5FB92-074E-4C13-BFD6-21184DD0013A}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotatioins.Tests", "test\Nancy.Validation.DataAnnotatioins.Tests\Nancy.Validation.DataAnnotatioins.Tests.csproj", "{EF3149F4-59C1-4896-989E-59D9D5F9050A}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotations.Tests", "test\Nancy.Validation.DataAnnotations.Tests\Nancy.Validation.DataAnnotations.Tests.csproj", "{EF3149F4-59C1-4896-989E-59D9D5F9050A}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Validation.DataAnnotations", "src\Nancy.Validation.DataAnnotations\Nancy.Validation.DataAnnotations.csproj", "{FA2462FE-A439-48C5-976D-491F73C25CE1}" EndProject diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index 392414c863..9ecccb2afe 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -3,8 +3,8 @@ net452 true - Nancy.Validation.DataAnnotatioins.Tests - Nancy.Validation.DataAnnotatioins.Tests + Nancy.Validation.DataAnnotations.Tests + Nancy.Validation.DataAnnotations.Tests true From bbf0173d588c312424171ca8b0e35dbcfa1dfe3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 23:25:00 +0200 Subject: [PATCH 17/48] Upgraded references to netcoreapp1.0 to netcoreapp1.1 --- .../Nancy.Demo.Hosting.Kestrel.csproj | 4 ++-- .../Nancy.Authentication.Basic.Tests.csproj | 2 +- .../Nancy.Authentication.Forms.Tests.csproj | 2 +- test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 2 +- .../Nancy.Metadata.Modules.Tests.csproj | 2 +- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 2 +- test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 4 ++-- test/Nancy.Tests/Nancy.Tests.csproj | 7 ++++--- .../Nancy.Validation.FluentValidation.Tests.csproj | 2 +- 9 files changed, 14 insertions(+), 13 deletions(-) diff --git a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj index 8af9ae5bd3..2dd4ba5f18 100644 --- a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj +++ b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj @@ -1,7 +1,7 @@ - netcoreapp1.0 + netcoreapp1.1 portable Nancy.Demo.Hosting.Kestrel Exe @@ -14,7 +14,7 @@ - + diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 68c291a552..ff00123078 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,7 +1,7 @@  - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Authentication.Basic.Tests Nancy.Authentication.Basic.Tests diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 1534b318e3..5d3560752b 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,7 +1,7 @@  - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Authentication.Forms.Tests Nancy.Authentication.Forms.Tests diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 62289688ea..687b6f01bc 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,7 +1,7 @@  - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Embedded.Tests Nancy.Embedded.Tests diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 0af467846e..e4ce65b621 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,7 +1,7 @@  - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Metadata.Modules.Tests Nancy.Metadata.Modules.Tests diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 7c22730c21..5851c81b52 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,7 +1,7 @@  - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Testing.Tests Nancy.Testing.Tests diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 733f3511e5..90de9458ab 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -1,7 +1,7 @@  - netcoreapp1.0;net452 + netcoreapp1.1;net452 true Nancy.Tests.Functional Nancy.Tests.Functional @@ -36,7 +36,7 @@ - + $(DefineConstants);CORE diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 9e8ee2a576..f6cd1450d8 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -2,7 +2,7 @@ 1.4.1.0 - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Tests Nancy.Tests @@ -35,11 +35,12 @@ + - + $(DefineConstants);CORE @@ -47,7 +48,7 @@ $(DefineConstants);MONO - + diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 2e36e31333..1a9388e19f 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -1,7 +1,7 @@  - net452;netcoreapp1.0 + net452;netcoreapp1.1 true Nancy.Validation.FluentValidation.Tests Nancy.Validation.FluentValidation.Tests From f63d402ec3d01138f0e11786ea6e2c4fd78eab13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 29 Mar 2017 23:31:35 +0200 Subject: [PATCH 18/48] Removed use of RuntimeFrameworkVersion element --- .../Nancy.Authentication.Basic.Tests.csproj | 1 - .../Nancy.Authentication.Forms.Tests.csproj | 1 - test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 1 - .../Nancy.Metadata.Modules.Tests.csproj | 1 - test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 1 - test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 1 - test/Nancy.Tests/Nancy.Tests.csproj | 1 - .../Nancy.Validation.FluentValidation.Tests.csproj | 1 - 8 files changed, 8 deletions(-) diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index ff00123078..95c61090fd 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -6,7 +6,6 @@ Nancy.Authentication.Basic.Tests Nancy.Authentication.Basic.Tests true - 1.0.4 diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 5d3560752b..c0755294e7 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -6,7 +6,6 @@ Nancy.Authentication.Forms.Tests Nancy.Authentication.Forms.Tests true - 1.0.4 diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 687b6f01bc..cb9bd65a92 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -6,7 +6,6 @@ Nancy.Embedded.Tests Nancy.Embedded.Tests true - 1.0.4 diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index e4ce65b621..b54953377f 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -6,7 +6,6 @@ Nancy.Metadata.Modules.Tests Nancy.Metadata.Modules.Tests true - 1.0.4 diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 5851c81b52..20c0bf0128 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -6,7 +6,6 @@ Nancy.Testing.Tests Nancy.Testing.Tests true - 1.0.4 diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 90de9458ab..17a7419f45 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -7,7 +7,6 @@ Nancy.Tests.Functional true $(PackageTargetFallback);dotnet;portable-net451+win8 - 1.0.4 diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index f6cd1450d8..4d091a856a 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -7,7 +7,6 @@ Nancy.Tests Nancy.Tests true - 1.0.4 diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 1a9388e19f..49c986e383 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -6,7 +6,6 @@ Nancy.Validation.FluentValidation.Tests Nancy.Validation.FluentValidation.Tests true - 1.0.4 From 1e2f1046587e0d63a7a7ffbf67e1eb6d7023167a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Fri, 31 Mar 2017 23:28:22 +0200 Subject: [PATCH 19/48] Removed use of PackageTargetFallback --- .../Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj | 1 - src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj | 1 - src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj | 1 - .../Nancy.Authentication.Stateless.csproj | 1 - src/Nancy.Embedded/Nancy.Embedded.csproj | 1 - src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 1 - src/Nancy.Testing/Nancy.Testing.csproj | 1 - .../Nancy.Validation.FluentValidation.csproj | 1 - src/Nancy/Nancy.csproj | 1 - test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 1 - 10 files changed, 10 deletions(-) diff --git a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj index 2dd4ba5f18..822ec9c7fe 100644 --- a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj +++ b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj @@ -6,7 +6,6 @@ Nancy.Demo.Hosting.Kestrel Exe Nancy.Demo.Hosting.Kestrel - $(PackageTargetFallback);dotnet54;portable-net451+win8 diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index 1999fb1f5f..6c9b055b7b 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);portable-net451+win8 diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index 72c1e6d22c..c434eeb77e 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);portable-net451+win8 diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index 2edcf8e1a4..0b1d2c3372 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);portable-net451+win8 diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 50b277d9bf..68c604793e 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);portable-net451+win8 diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index 6b2cc0fc09..989545113b 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);portable-net451+win8 diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index 5a5c8d542c..4d75fa0b75 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);dotnet54;portable-net451+win8 diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index bd9bce3c4d..ed3d33d7a5 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);dnxcore50 diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index 397edcd7f4..f9d9866a22 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -13,7 +13,6 @@ http://nancyfx.org/nancy-nuget.png http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt - $(PackageTargetFallback);dotnet5.4;portable-net451+win8 diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 17a7419f45..af63949946 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -6,7 +6,6 @@ Nancy.Tests.Functional Nancy.Tests.Functional true - $(PackageTargetFallback);dotnet;portable-net451+win8 From 2d518cd1f5981523f339d6f817c573bf669ecbf5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Fri, 31 Mar 2017 23:36:05 +0200 Subject: [PATCH 20/48] Removed explicit use of PackageId --- .../Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj | 1 - src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj | 1 - src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj | 1 - .../Nancy.Authentication.Stateless.csproj | 1 - src/Nancy.Embedded/Nancy.Embedded.csproj | 1 - .../Nancy.Encryption.MachineKey.csproj | 1 - src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj | 1 - src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj | 1 - src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 1 - src/Nancy.Owin/Nancy.Owin.csproj | 1 - src/Nancy.Testing/Nancy.Testing.csproj | 1 - .../Nancy.Validation.DataAnnotations.csproj | 1 - .../Nancy.Validation.FluentValidation.csproj | 1 - .../Nancy.ViewEngines.DotLiquid.csproj | 1 - src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj | 1 - src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj | 1 - .../Nancy.ViewEngines.Razor.BuildProviders.csproj | 1 - src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj | 1 - src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj | 1 - src/Nancy/Nancy.csproj | 1 - .../Nancy.Authentication.Basic.Tests.csproj | 1 - .../Nancy.Authentication.Forms.Tests.csproj | 1 - test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 1 - .../Nancy.Encryption.MachineKey.Tests.csproj | 1 - .../Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj | 1 - test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 1 - .../Nancy.Metadata.Modules.Tests.csproj | 1 - test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 1 - test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 1 - test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 1 - test/Nancy.Tests/Nancy.Tests.csproj | 1 - .../Nancy.Validation.DataAnnotations.Tests.csproj | 1 - .../Nancy.Validation.FluentValidation.Tests.csproj | 1 - .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 1 - .../Nancy.ViewEngines.Markdown.Tests.csproj | 1 - .../Nancy.ViewEngines.Razor.Tests.Models.csproj | 1 - .../Nancy.ViewEngines.Razor.Tests.csproj | 1 - 37 files changed, 37 deletions(-) diff --git a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj index 822ec9c7fe..9c1660b70e 100644 --- a/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj +++ b/samples/Nancy.Demo.Hosting.Kestrel/Nancy.Demo.Hosting.Kestrel.csproj @@ -5,7 +5,6 @@ portable Nancy.Demo.Hosting.Kestrel Exe - Nancy.Demo.Hosting.Kestrel diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index 6c9b055b7b..f415d35739 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -8,7 +8,6 @@ true true Nancy.Authentication.Basic - Nancy.Authentication.Basic Nancy;Authentication http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index c434eeb77e..e53e16ec17 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -8,7 +8,6 @@ true true Nancy.Authentication.Forms - Nancy.Authentication.Forms Nancy;Authentication http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index 0b1d2c3372..72ba67cd3d 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -8,7 +8,6 @@ true true Nancy.Authentication.Stateless - Nancy.Authentication.Stateless Nancy;Authentication http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 68c604793e..73b86ecd0c 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -8,7 +8,6 @@ true true Nancy.Embedded - Nancy.Embedded Nancy;Embedded;Static Content http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index eb0887c9f1..1c8727c351 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -8,7 +8,6 @@ true true Nancy.Encryption.MachineKey - Nancy.Encryption.MachineKey Nancy;Encryption http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 0bf8a951ae..75ba918873 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -8,7 +8,6 @@ true true Nancy.Hosting.Aspnet - Nancy.Hosting.Aspnet Nancy;Host http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index b65d6e3df2..f486b468c2 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -9,7 +9,6 @@ $(DefineConstants);CORE true Nancy.Hosting.Self - Nancy.Hosting.Self Nancy;Host http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index 989545113b..0a4533c8fd 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -8,7 +8,6 @@ true true Nancy.Metadata.Modules - Nancy.Metadata.Modules Nancy;Metadata http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index d02396fd5d..e12a045b66 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -8,7 +8,6 @@ true true Nancy.Owin - Nancy.Owin Nancy;OWIN http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index 4d75fa0b75..edaadfea18 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -8,7 +8,6 @@ true true Nancy.Testing - Nancy.Testing Nancy;Testing http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 07f280d04b..be4f309657 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -8,7 +8,6 @@ true true Nancy.Validation.DataAnnotations - Nancy.Validation.DataAnnotations Nancy;Validation;DataAnnotations http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index ed3d33d7a5..6dffc96ef2 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -8,7 +8,6 @@ true true Nancy.Validation.FluentValidation - Nancy.Validation.FluentValidation Nancy;Validation;FluentValidation http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index a831811f8a..5b4305a138 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -8,7 +8,6 @@ true true Nancy.ViewEngines.DotLiquid - Nancy.ViewEngines.DotLiquid Nancy;View Engine;DotLiquid http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index 1c7cc63b01..f7bbe9c152 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -8,7 +8,6 @@ true true Nancy.ViewEngines.Markdown - Nancy.ViewEngines.Markdown Nancy;View Engine;Markdown http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index dfa5f5d8f7..3721a23f93 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -8,7 +8,6 @@ true true Nancy.ViewEngines.Nustache - Nancy.ViewEngines.Nustache Nancy;View Engine;Nustache http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index 6e539835a7..c0e0c1c67a 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -6,7 +6,6 @@ true true Nancy.ViewEngines.Razor.BuildProviders - Nancy.ViewEngines.Razor.BuildProviders diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index 4ce7b8263d..cdbd154c79 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -8,7 +8,6 @@ true true Nancy.ViewEngines.Razor - Nancy.ViewEngines.Razor Nancy;View Engine;Razor http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index c35e491b5e..f26ee5df4f 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -8,7 +8,6 @@ true true Nancy.ViewEngines.Spark - Nancy.ViewEngines.Spark Nancy;View Engine;Spark http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index f9d9866a22..9c0476025a 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -8,7 +8,6 @@ true true Nancy - Nancy Nancy http://nancyfx.org/nancy-nuget.png http://nancyfx.org diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 95c61090fd..5a378e3064 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -4,7 +4,6 @@ net452;netcoreapp1.1 true Nancy.Authentication.Basic.Tests - Nancy.Authentication.Basic.Tests true diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index c0755294e7..e6056f2ee8 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -4,7 +4,6 @@ net452;netcoreapp1.1 true Nancy.Authentication.Forms.Tests - Nancy.Authentication.Forms.Tests true diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index cb9bd65a92..cbe51684d2 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -4,7 +4,6 @@ net452;netcoreapp1.1 true Nancy.Embedded.Tests - Nancy.Embedded.Tests true diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 9f504cf479..2290c2a6c6 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.Encryption.MachineKey.Tests - Nancy.Encryption.MachineKey.Tests true diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index 5d16b0b387..c2b3edda5c 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.Hosting.Aspnet.Tests - Nancy.Hosting.Aspnet.Tests true diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index c8cd4b78ba..47d978c33c 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.Hosting.Self.Tests - Nancy.Hosting.Self.Tests true diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index b54953377f..f89a2824e7 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -4,7 +4,6 @@ net452;netcoreapp1.1 true Nancy.Metadata.Modules.Tests - Nancy.Metadata.Modules.Tests true diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index c1356dc13c..bd072b3779 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.Owin.Tests - Nancy.Owin.Tests true diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 20c0bf0128..d1528dce8b 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -4,7 +4,6 @@ net452;netcoreapp1.1 true Nancy.Testing.Tests - Nancy.Testing.Tests true diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index af63949946..3b402d8fa5 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -4,7 +4,6 @@ netcoreapp1.1;net452 true Nancy.Tests.Functional - Nancy.Tests.Functional true diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 4d091a856a..bbc21adc2b 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -5,7 +5,6 @@ net452;netcoreapp1.1 true Nancy.Tests - Nancy.Tests true diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index 9ecccb2afe..566614d501 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.Validation.DataAnnotations.Tests - Nancy.Validation.DataAnnotations.Tests true diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 49c986e383..9e36b3a388 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -4,7 +4,6 @@ net452;netcoreapp1.1 true Nancy.Validation.FluentValidation.Tests - Nancy.Validation.FluentValidation.Tests true diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 6f8441f6cc..b921ed59b7 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.ViewEngines.DotLiquid.Tests - Nancy.ViewEngines.DotLiquid.Tests true diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 50c23746c7..6937a050da 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.ViewEngines.Markdown.Tests - Nancy.ViewEngines.Markdown.Tests true diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 38bf9d1e9e..2834df01ab 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -4,7 +4,6 @@ net452 true Nancy.ViewEngines.Razor.Tests.Models - Nancy.ViewEngines.Razor.Tests.Models diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index a0b43f6e23..a7c662d40e 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -4,7 +4,6 @@ net452 true Nancy.ViewEngines.Razor.Tests - Nancy.ViewEngines.Razor.Tests true From c5bb480396beeacde760d3e076ea8daf1fec63e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 1 Apr 2017 00:05:28 +0200 Subject: [PATCH 21/48] Sorted elements in csproj files --- .../Nancy.Authentication.Basic.csproj | 14 +++++------ .../Nancy.Authentication.Forms.csproj | 14 +++++------ .../Nancy.Authentication.Stateless.csproj | 14 +++++------ src/Nancy.Embedded/Nancy.Embedded.csproj | 14 +++++------ .../Nancy.Encryption.MachineKey.csproj | 14 +++++------ .../Nancy.Hosting.Aspnet.csproj | 14 +++++------ .../Nancy.Hosting.Self.csproj | 16 ++++++------- .../Nancy.Metadata.Modules.csproj | 14 +++++------ src/Nancy.Owin/Nancy.Owin.csproj | 14 +++++------ src/Nancy.Testing/Nancy.Testing.csproj | 17 ++++++------- .../Nancy.Validation.DataAnnotations.csproj | 14 +++++------ .../Nancy.Validation.FluentValidation.csproj | 16 ++++++------- .../Nancy.ViewEngines.DotLiquid.csproj | 16 ++++++------- .../Nancy.ViewEngines.Markdown.csproj | 16 ++++++------- .../Nancy.ViewEngines.Nustache.csproj | 14 +++++------ ...cy.ViewEngines.Razor.BuildProviders.csproj | 8 +++---- .../Nancy.ViewEngines.Razor.csproj | 21 +++++++++------- .../Nancy.ViewEngines.Spark.csproj | 14 +++++------ src/Nancy/Nancy.csproj | 16 ++++++------- .../Nancy.Authentication.Basic.Tests.csproj | 10 ++++---- .../Nancy.Authentication.Forms.Tests.csproj | 10 ++++---- .../Nancy.Embedded.Tests.csproj | 10 ++++---- .../Nancy.Encryption.MachineKey.Tests.csproj | 8 +++---- .../Nancy.Hosting.Aspnet.Tests.csproj | 12 +++++----- .../Nancy.Hosting.Self.Tests.csproj | 10 ++++---- .../Nancy.Metadata.Modules.Tests.csproj | 10 ++++---- test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 14 +++++------ .../Nancy.Testing.Tests.csproj | 16 ++++++------- .../Nancy.Tests.Functional.csproj | 11 +++++---- test/Nancy.Tests/Nancy.Tests.csproj | 24 ++++++++++++------- ...cy.Validation.DataAnnotations.Tests.csproj | 10 ++++---- ...y.Validation.FluentValidation.Tests.csproj | 12 +++++----- .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 12 +++++----- .../Nancy.ViewEngines.Markdown.Tests.csproj | 12 +++++----- ...ancy.ViewEngines.Razor.Tests.Models.csproj | 6 ++--- .../Nancy.ViewEngines.Razor.Tests.csproj | 10 ++++---- 36 files changed, 245 insertions(+), 232 deletions(-) diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index f415d35739..bd8289e4a2 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -1,17 +1,17 @@  - A basic HTTP authentication provider for Nancy. - 2.0.0-clinteastwood + Nancy.Authentication.Basic Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + A basic HTTP authentication provider for Nancy. true true - Nancy.Authentication.Basic - Nancy;Authentication http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Authentication + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -25,8 +25,8 @@ - + diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index e53e16ec17..4c7db61137 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -1,17 +1,17 @@  - A forms authentication provider for Nancy. - 2.0.0-clinteastwood + Nancy.Authentication.Forms Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + A forms authentication provider for Nancy. true true - Nancy.Authentication.Forms - Nancy;Authentication http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Authentication + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -25,8 +25,8 @@ - + diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index 72ba67cd3d..ceba31e161 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -1,17 +1,17 @@  - A stateless authentication provider for Nancy. - 2.0.0-clinteastwood + Nancy.Authentication.Stateless Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + A stateless authentication provider for Nancy. true true - Nancy.Authentication.Stateless - Nancy;Authentication http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Authentication + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -25,8 +25,8 @@ - + diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 73b86ecd0c..640ae08099 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -1,17 +1,17 @@  - Helpers for serving embedded static content with Nancy. - 2.0.0-clinteastwood + Nancy.Embedded Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + Helpers for serving embedded static content with Nancy. true true - Nancy.Embedded - Nancy;Embedded;Static Content http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Embedded;Static Content + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -25,8 +25,8 @@ - + diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index 1c8727c351..38fa48de27 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -1,17 +1,17 @@  - System.Web MachineKey encrypton and HMAC providers for Nancy. - 2.0.0-clinteastwood + Nancy.Encryption.MachineKey Andreas Håkansson, Steven Robbins and contributors - net452 + System.Web MachineKey encrypton and HMAC providers for Nancy. true true - Nancy.Encryption.MachineKey - Nancy;Encryption http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Encryption + net452 + 2.0.0-clinteastwood @@ -25,10 +25,10 @@ + - diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 75ba918873..313839ea5b 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -1,17 +1,17 @@  - Enables hosting Nancy on ASP.NET. - 2.0.0-clinteastwood + Nancy.Hosting.Aspnet Andreas Håkansson, Steven Robbins and contributors - net452 + Enables hosting Nancy on ASP.NET. true true - Nancy.Hosting.Aspnet - Nancy;Host http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Host + net452 + 2.0.0-clinteastwood @@ -32,10 +32,10 @@ + - diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index f486b468c2..336380146e 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -1,18 +1,18 @@  - Enables hosting Nancy in any application. - 2.0.0-clinteastwood + Nancy.Hosting.Self Andreas Håkansson, Steven Robbins and contributors - net452 - true $(DefineConstants);CORE + Enables hosting Nancy in any application. + true true - Nancy.Hosting.Self - Nancy;Host http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Host + net452 + 2.0.0-clinteastwood @@ -26,8 +26,8 @@ - + diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index 0a4533c8fd..a600a4c353 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -1,17 +1,17 @@  - Nancy metadata modules to describe your APIs. - 2.0.0-clinteastwood + Nancy.Metadata.Modules Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + Nancy metadata modules to describe your APIs. true true - Nancy.Metadata.Modules - Nancy;Metadata http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Metadata + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -25,8 +25,8 @@ - + diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index e12a045b66..6d9d22c86e 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -1,17 +1,17 @@  - Nancy extensions for OWIN hosting. - 2.0.0-clinteastwood + Nancy.Owin Andreas Håkansson, Steven Robbins and contributors - net452 + Nancy extensions for OWIN hosting. true true - Nancy.Owin - Nancy;OWIN http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;OWIN + net452 + 2.0.0-clinteastwood @@ -26,8 +26,8 @@ - + diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index edaadfea18..8b04eae03c 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -1,17 +1,17 @@  - Test harness for Nancy applications. - 2.0.0-clinteastwood + Nancy.Testing Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + Test harness for Nancy applications. true true - Nancy.Testing - Nancy;Testing http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Testing + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -31,16 +31,17 @@ + - + + - diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index be4f309657..79b9900522 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -1,17 +1,17 @@  - Adds Data Annotation validation support to Nancy. - 2.0.0-clinteastwood + Nancy.Validation.DataAnnotations Andreas Håkansson, Steven Robbins and contributors - net452 + Adds Data Annotation validation support to Nancy. true true - Nancy.Validation.DataAnnotations - Nancy;Validation;DataAnnotations http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Validation;DataAnnotations + net452 + 2.0.0-clinteastwood @@ -25,9 +25,9 @@ + - diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 6dffc96ef2..1accf2c8df 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -1,17 +1,17 @@  - Adds Fluent Validation support to Nancy. - 2.0.0-clinteastwood + Nancy.Validation.FluentValidation Andreas Håkansson, Steven Robbins and contributors - net452;netstandard1.6 + Adds Fluent Validation support to Nancy. true true - Nancy.Validation.FluentValidation - Nancy;Validation;FluentValidation http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;Validation;FluentValidation + net452;netstandard1.6 + 2.0.0-clinteastwood @@ -19,15 +19,15 @@ - All + - + diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index 5b4305a138..eaf1a10817 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -1,17 +1,17 @@  - Enables using the DotLiquid view engine with Nancy. - 2.0.0-clinteastwood + Nancy.ViewEngines.DotLiquid Andreas Håkansson, Steven Robbins and contributors - net452 + Enables using the DotLiquid view engine with Nancy. true true - Nancy.ViewEngines.DotLiquid - Nancy;View Engine;DotLiquid http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;View Engine;DotLiquid + net452 + 2.0.0-clinteastwood @@ -19,15 +19,15 @@ - All + - + diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index f7bbe9c152..e7b2441074 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -1,17 +1,17 @@  - Enables using Markdown with Nancy. - 2.0.0-clinteastwood + Nancy.ViewEngines.Markdown Andreas Håkansson, Steven Robbins and contributors - net452;netstandard1.6 + Enables using Markdown with Nancy. true true - Nancy.ViewEngines.Markdown - Nancy;View Engine;Markdown http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;View Engine;Markdown + net452;netstandard1.6 + 2.0.0-clinteastwood @@ -19,15 +19,15 @@ - All + - + diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index 3721a23f93..897db03984 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -1,17 +1,17 @@  - Enables using the Nustache view engine with Nancy. - 2.0.0-clinteastwood + Nancy.ViewEngines.Nustache Andreas Håkansson, Steven Robbins and contributors - net452 + Enables using the Nustache view engine with Nancy. true true - Nancy.ViewEngines.Nustache - Nancy;View Engine;Nustache http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;View Engine;Nustache + net452 + 2.0.0-clinteastwood @@ -26,8 +26,8 @@ - + diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index c0e0c1c67a..20bec10000 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -1,11 +1,11 @@  - 2.0.0-clinteastwood - net452 + Nancy.ViewEngines.Razor.BuildProviders true true - Nancy.ViewEngines.Razor.BuildProviders + net452 + 2.0.0-clinteastwood @@ -20,9 +20,9 @@ + - diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index cdbd154c79..36ce9a0ce5 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -1,17 +1,17 @@  - Enables using the Razor view engine with Nancy. - 2.0.0-clinteastwood + Nancy.ViewEngines.Razor Andreas Håkansson, Steven Robbins and contributors - net452 + Enables using the Razor view engine with Nancy. true true - Nancy.ViewEngines.Razor - Nancy;View Engine;Razor http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;View Engine;Razor + net452 + 2.0.0-clinteastwood @@ -31,15 +31,19 @@ - - All + + + + + + @@ -47,7 +51,6 @@ - diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index f26ee5df4f..b5c4e1cfe1 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -1,17 +1,17 @@  - Enables using the Spark view engine with Nancy. - 2.0.0-clinteastwood + Nancy.ViewEngines.Spark Andreas Håkansson, Steven Robbins and contributors - net452 + Enables using the Spark view engine with Nancy. true true - Nancy.ViewEngines.Spark - Nancy;View Engine;Spark http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy;View Engine;Spark + net452 + 2.0.0-clinteastwood @@ -26,10 +26,10 @@ + - diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index 9c0476025a..f5ea1767ee 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -1,17 +1,17 @@  - Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. - 2.0.0-clinteastwood + Nancy Andreas Håkansson, Steven Robbins and contributors - netstandard1.6;net452 + Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. true true - Nancy - Nancy http://nancyfx.org/nancy-nuget.png - http://nancyfx.org https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + Nancy + netstandard1.6;net452 + 2.0.0-clinteastwood @@ -25,8 +25,8 @@ - + @@ -39,9 +39,9 @@ + - diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 5a378e3064..a048514659 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,10 +1,10 @@  - net452;netcoreapp1.1 - true Nancy.Authentication.Basic.Tests + true true + net452;netcoreapp1.1 @@ -17,18 +17,18 @@ + + - - + - diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index e6056f2ee8..89fee97be8 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,10 +1,10 @@  - net452;netcoreapp1.1 - true Nancy.Authentication.Forms.Tests + true true + net452;netcoreapp1.1 @@ -17,18 +17,18 @@ + + - - + - diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index cbe51684d2..264fd408c6 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,10 +1,10 @@  - net452;netcoreapp1.1 - true Nancy.Embedded.Tests + true true + net452;netcoreapp1.1 @@ -18,17 +18,17 @@ + + - - + - diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 2290c2a6c6..07fc7404e2 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.Encryption.MachineKey.Tests + true true + net452 @@ -17,10 +17,10 @@ + + - - diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index c2b3edda5c..bc8e9ed08b 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.Hosting.Aspnet.Tests + true true + net452 @@ -17,18 +17,18 @@ + + - - + - - + diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 47d978c33c..da24948f21 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.Hosting.Self.Tests + true true + net452 @@ -17,10 +17,10 @@ + + - - @@ -29,10 +29,10 @@ + - diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index f89a2824e7..737f5ece59 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,10 +1,10 @@  - net452;netcoreapp1.1 - true Nancy.Metadata.Modules.Tests + true true + net452;netcoreapp1.1 @@ -17,17 +17,17 @@ + + - - + - diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index bd072b3779..688faea777 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.Owin.Tests + true true + net452 @@ -18,13 +18,13 @@ + + - - + + - - @@ -32,9 +32,9 @@ + - diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index d1528dce8b..8b63eac737 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,10 +1,10 @@  - net452;netcoreapp1.1 - true Nancy.Testing.Tests + true true + net452;netcoreapp1.1 @@ -20,21 +20,21 @@ - - - + + + + - - - + + diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 3b402d8fa5..17cf9ef7db 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -21,10 +21,6 @@ - - - - @@ -33,6 +29,13 @@ + + + + + + + $(DefineConstants);CORE diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index bbc21adc2b..e985adffaf 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,11 +1,11 @@  - 1.4.1.0 - net452;netcoreapp1.1 - true Nancy.Tests + true true + net452;netcoreapp1.1 + 1.4.1.0 @@ -21,21 +21,30 @@ + + - - + + + + + + + + + + - @@ -46,8 +55,5 @@ $(DefineConstants);MONO - - - diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index 566614d501..800d35c24f 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.Validation.DataAnnotations.Tests + true true + net452 @@ -17,19 +17,19 @@ + + - - + - diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 9e36b3a388..f9316a1f50 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -1,10 +1,10 @@  - net452;netcoreapp1.1 - true Nancy.Validation.FluentValidation.Tests + true true + net452;netcoreapp1.1 @@ -17,18 +17,18 @@ + + + - - - + - diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index b921ed59b7..7d096baf18 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.ViewEngines.DotLiquid.Tests + true true + net452 @@ -21,19 +21,19 @@ - - - + + + + - diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 6937a050da..0a57f6f568 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.ViewEngines.Markdown.Tests + true true + net452 @@ -20,18 +20,18 @@ - - - + + + + - diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 2834df01ab..4615ec94c1 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -1,14 +1,14 @@  - net452 - true Nancy.ViewEngines.Razor.Tests.Models + true + net452 - + diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index a7c662d40e..65accfb47a 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -1,10 +1,10 @@  - net452 - true Nancy.ViewEngines.Razor.Tests + true true + net452 @@ -22,17 +22,17 @@ + + - - + - From 93b91e39ac3211fcab3deb6bf0596b3afc79f61f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 1 Apr 2017 00:07:58 +0200 Subject: [PATCH 22/48] Sorted TargetFramework TFMs --- .../Nancy.Authentication.Basic.Tests.csproj | 2 +- .../Nancy.Authentication.Forms.Tests.csproj | 2 +- test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 2 +- .../Nancy.Metadata.Modules.Tests.csproj | 2 +- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 2 +- test/Nancy.Tests/Nancy.Tests.csproj | 2 +- .../Nancy.Validation.FluentValidation.Tests.csproj | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index a048514659..067ba0ea61 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Authentication.Basic.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 89fee97be8..f98635468b 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Authentication.Forms.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index 264fd408c6..d22315c733 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Embedded.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 737f5ece59..022fc1d01a 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Metadata.Modules.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 8b63eac737..ec573b9078 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Testing.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index e985adffaf..8672c29056 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 1.4.1.0 diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index f9316a1f50..5718df57c1 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -4,7 +4,7 @@ Nancy.Validation.FluentValidation.Tests true true - net452;netcoreapp1.1 + netcoreapp1.1;net452 From e576db78256a3afd558e0f2c5d74b4f96d1b309a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 1 Apr 2017 00:44:46 +0200 Subject: [PATCH 23/48] Removed explicit use of AssemblyName element --- .../Nancy.Authentication.Forms.csproj | 1 - .../Nancy.Authentication.Stateless.csproj | 1 - src/Nancy.Embedded/Nancy.Embedded.csproj | 1 - .../Nancy.Encryption.MachineKey.csproj | 1 - src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj | 1 - src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj | 1 - src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 1 - src/Nancy.Owin/Nancy.Owin.csproj | 1 - src/Nancy.Testing/Nancy.Testing.csproj | 1 - .../Nancy.Validation.DataAnnotations.csproj | 1 - .../Nancy.Validation.FluentValidation.csproj | 1 - .../Nancy.ViewEngines.DotLiquid.csproj | 1 - .../Nancy.ViewEngines.Markdown.csproj | 1 - .../Nancy.ViewEngines.Nustache.csproj | 1 - .../Nancy.ViewEngines.Razor.BuildProviders.csproj | 1 - src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj | 1 - src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj | 1 - src/Nancy/Nancy.csproj | 1 - .../Nancy.Authentication.Basic.Tests.csproj | 1 - .../Nancy.Authentication.Forms.Tests.csproj | 1 - test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 1 - .../Nancy.Encryption.MachineKey.Tests.csproj | 1 - .../Nancy.Hosting.Aspnet.Tests.csproj | 1 - test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 1 - .../Nancy.Metadata.Modules.Tests.csproj | 1 - test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 1 - test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 1 - test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 3 +-- test/Nancy.Tests/Nancy.Tests.csproj | 2 -- .../Nancy.Validation.DataAnnotations.Tests.csproj | 1 - .../Nancy.Validation.FluentValidation.Tests.csproj | 1 - .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 1 - .../Nancy.ViewEngines.Markdown.Tests.csproj | 1 - .../Nancy.ViewEngines.Razor.Tests.Models.csproj | 1 - .../Nancy.ViewEngines.Razor.Tests.csproj | 1 - 35 files changed, 1 insertion(+), 37 deletions(-) diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index 4c7db61137..d14a887d42 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -1,7 +1,6 @@  - Nancy.Authentication.Forms Andreas Håkansson, Steven Robbins and contributors A forms authentication provider for Nancy. true diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index ceba31e161..d8ddf3f931 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -1,7 +1,6 @@  - Nancy.Authentication.Stateless Andreas Håkansson, Steven Robbins and contributors A stateless authentication provider for Nancy. true diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 640ae08099..42fb361d44 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -1,7 +1,6 @@  - Nancy.Embedded Andreas Håkansson, Steven Robbins and contributors Helpers for serving embedded static content with Nancy. true diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index 38fa48de27..d09b1d9faf 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -1,7 +1,6 @@  - Nancy.Encryption.MachineKey Andreas Håkansson, Steven Robbins and contributors System.Web MachineKey encrypton and HMAC providers for Nancy. true diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 313839ea5b..3a0149df31 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -1,7 +1,6 @@  - Nancy.Hosting.Aspnet Andreas Håkansson, Steven Robbins and contributors Enables hosting Nancy on ASP.NET. true diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index 336380146e..3b38ffaf57 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -1,7 +1,6 @@  - Nancy.Hosting.Self Andreas Håkansson, Steven Robbins and contributors $(DefineConstants);CORE Enables hosting Nancy in any application. diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index a600a4c353..f8f9864e33 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -1,7 +1,6 @@  - Nancy.Metadata.Modules Andreas Håkansson, Steven Robbins and contributors Nancy metadata modules to describe your APIs. true diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index 6d9d22c86e..4c768538d2 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -1,7 +1,6 @@  - Nancy.Owin Andreas Håkansson, Steven Robbins and contributors Nancy extensions for OWIN hosting. true diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index 8b04eae03c..490ccb2d3b 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -1,7 +1,6 @@  - Nancy.Testing Andreas Håkansson, Steven Robbins and contributors Test harness for Nancy applications. true diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 79b9900522..7ebb6bedf5 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -1,7 +1,6 @@  - Nancy.Validation.DataAnnotations Andreas Håkansson, Steven Robbins and contributors Adds Data Annotation validation support to Nancy. true diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 1accf2c8df..04930e910a 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -1,7 +1,6 @@  - Nancy.Validation.FluentValidation Andreas Håkansson, Steven Robbins and contributors Adds Fluent Validation support to Nancy. true diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index eaf1a10817..6abf462027 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.DotLiquid Andreas Håkansson, Steven Robbins and contributors Enables using the DotLiquid view engine with Nancy. true diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index e7b2441074..b6cbb0d52c 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Markdown Andreas Håkansson, Steven Robbins and contributors Enables using Markdown with Nancy. true diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index 897db03984..be598296e0 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Nustache Andreas Håkansson, Steven Robbins and contributors Enables using the Nustache view engine with Nancy. true diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index 20bec10000..7214c803c1 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Razor.BuildProviders true true net452 diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index 36ce9a0ce5..84e09d8b47 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Razor Andreas Håkansson, Steven Robbins and contributors Enables using the Razor view engine with Nancy. true diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index b5c4e1cfe1..6a68640cbc 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Spark Andreas Håkansson, Steven Robbins and contributors Enables using the Spark view engine with Nancy. true diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index f5ea1767ee..a4ae9d6a6a 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -1,7 +1,6 @@  - Nancy Andreas Håkansson, Steven Robbins and contributors Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. true diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 067ba0ea61..d92f641d42 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Authentication.Basic.Tests true true netcoreapp1.1;net452 diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index f98635468b..25e8a39974 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Authentication.Forms.Tests true true netcoreapp1.1;net452 diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index d22315c733..fa5683c7ec 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Embedded.Tests true true netcoreapp1.1;net452 diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 07fc7404e2..96f8c80312 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Encryption.MachineKey.Tests true true net452 diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index bc8e9ed08b..0f4042125b 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Hosting.Aspnet.Tests true true net452 diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index da24948f21..f26a689ff7 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Hosting.Self.Tests true true net452 diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 022fc1d01a..da00a9d9fa 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Metadata.Modules.Tests true true netcoreapp1.1;net452 diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index 688faea777..2aa4526426 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Owin.Tests true true net452 diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index ec573b9078..8ca030b8f4 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Testing.Tests true true netcoreapp1.1;net452 diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 17cf9ef7db..a9f36d0193 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -1,10 +1,9 @@  - netcoreapp1.1;net452 true - Nancy.Tests.Functional true + netcoreapp1.1;net452 diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 8672c29056..a41cec8104 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,11 +1,9 @@  - Nancy.Tests true true netcoreapp1.1;net452 - 1.4.1.0 diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index 800d35c24f..ec4cbffea1 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Validation.DataAnnotations.Tests true true net452 diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 5718df57c1..9a85dad8ef 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.Validation.FluentValidation.Tests true true netcoreapp1.1;net452 diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 7d096baf18..280abcc741 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.DotLiquid.Tests true true net452 diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 0a57f6f568..1af7cc4e3b 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Markdown.Tests true true net452 diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 4615ec94c1..66641e9a08 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Razor.Tests.Models true net452 diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index 65accfb47a..083a16eaab 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -1,7 +1,6 @@  - Nancy.ViewEngines.Razor.Tests true true net452 From 453615b1821300a35af5c3ffce41d53cc2c6e380 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sun, 2 Apr 2017 14:37:23 +0200 Subject: [PATCH 24/48] Updated package reference versions --- src/Nancy.Testing/Nancy.Testing.csproj | 2 +- .../Nancy.ViewEngines.Razor.csproj | 6 +++--- src/Nancy/Nancy.csproj | 10 +++++----- test/Nancy.Tests/Nancy.Tests.csproj | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index 490ccb2d3b..d41b3d69f0 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -31,7 +31,7 @@ - + diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index 84e09d8b47..9d6e3fc948 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -33,12 +33,12 @@ All - - + + - + diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index a4ae9d6a6a..2fbf641f74 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -26,11 +26,11 @@ - - - - - + + + + + diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index a41cec8104..138bea6fa5 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -27,9 +27,9 @@ - + - + From 733b7a0991cbff5fc0c1f2c971dafa89e57aa608 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 3 Apr 2017 11:58:24 +0200 Subject: [PATCH 25/48] Added Directory.build.props file for test projects --- src/Directory.build.props | 3 ++ test/Directory.build.props | 42 +++++++++++++++++++ .../Nancy.Authentication.Basic.Tests.csproj | 26 ------------ .../Nancy.Authentication.Forms.Tests.csproj | 26 ------------ .../Nancy.Embedded.Tests.csproj | 22 ---------- .../Nancy.Encryption.MachineKey.Tests.csproj | 25 ----------- .../Nancy.Hosting.Aspnet.Tests.csproj | 22 ---------- .../Nancy.Hosting.Self.Tests.csproj | 26 ------------ .../Nancy.Metadata.Modules.Tests.csproj | 25 ----------- test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 27 ------------ test/Nancy.Owin.Tests/app.config | 11 ----- .../Nancy.Testing.Tests.csproj | 21 ---------- .../Nancy.Tests.Functional.csproj | 25 ----------- test/Nancy.Tests/Nancy.Tests.csproj | 30 +------------ ...cy.Validation.DataAnnotations.Tests.csproj | 23 ---------- ...y.Validation.FluentValidation.Tests.csproj | 26 ------------ .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 17 -------- .../Nancy.ViewEngines.Markdown.Tests.csproj | 19 --------- ...ancy.ViewEngines.Razor.Tests.Models.csproj | 6 --- .../Nancy.ViewEngines.Razor.Tests.csproj | 19 --------- 20 files changed, 46 insertions(+), 395 deletions(-) create mode 100644 src/Directory.build.props create mode 100644 test/Directory.build.props delete mode 100644 test/Nancy.Owin.Tests/app.config diff --git a/src/Directory.build.props b/src/Directory.build.props new file mode 100644 index 0000000000..2aeb6af0c0 --- /dev/null +++ b/src/Directory.build.props @@ -0,0 +1,3 @@ + + + diff --git a/test/Directory.build.props b/test/Directory.build.props new file mode 100644 index 0000000000..478c640092 --- /dev/null +++ b/test/Directory.build.props @@ -0,0 +1,42 @@ + + + true + + + + $(DefineConstants);CORE + + + + $(DefineConstants);MONO + + + + $(MSBuildProjectName.Substring(0, $(MSBuildProjectName.IndexOf(".Tests")))) + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index d92f641d42..61310a3677 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,33 +1,7 @@  - true - true netcoreapp1.1;net452 - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 25e8a39974..61310a3677 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,33 +1,7 @@  - true - true netcoreapp1.1;net452 - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index fa5683c7ec..ac936c8d7a 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,33 +1,11 @@  - true - true netcoreapp1.1;net452 - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index 96f8c80312..ed72ce84f9 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -1,32 +1,7 @@  - true - true net452 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index 0f4042125b..d67f55c940 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -1,33 +1,11 @@  - true - true net452 - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index f26a689ff7..8db72b96f1 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -1,37 +1,11 @@  - true - true net452 - - - - - - - - - - - - - - - - - $(DefineConstants);MONO - - - - - - - diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index da00a9d9fa..61310a3677 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,32 +1,7 @@  - true - true netcoreapp1.1;net452 - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index 2aa4526426..719f79d829 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -1,39 +1,12 @@  - true - true net452 - - - - - - - - - - - - - - - - - - - $(DefineConstants);MONO - - - - - - diff --git a/test/Nancy.Owin.Tests/app.config b/test/Nancy.Owin.Tests/app.config deleted file mode 100644 index 99ed16357e..0000000000 --- a/test/Nancy.Owin.Tests/app.config +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 8ca030b8f4..54ecca3166 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,43 +1,22 @@  - true - true netcoreapp1.1;net452 - PreserveNewest - - - - - - - - - - - - - - - - $(DefineConstants);MONO - - diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index a9f36d0193..7bdae46561 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -1,42 +1,17 @@  - true - true netcoreapp1.1;net452 - PreserveNewest - - - - - - - - - - - - - - - - - - - - $(DefineConstants);CORE - - diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 138bea6fa5..63631342c5 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,31 +1,16 @@  - true - true netcoreapp1.1;net452 - + PreserveNewest - - - - - - - - - - - - - @@ -37,21 +22,8 @@ - - - - - - $(DefineConstants);CORE - - - - $(DefineConstants);MONO - - - diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index ec4cbffea1..0164ece8ec 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -1,34 +1,11 @@  - true - true net452 - - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 9a85dad8ef..61310a3677 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -1,33 +1,7 @@  - true - true netcoreapp1.1;net452 - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 280abcc741..1aeb83fb11 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -1,38 +1,21 @@  - true - true net452 - PreserveNewest - - - - - - - - - - - - - - diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 1af7cc4e3b..6d940a83a4 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -1,36 +1,17 @@  - true - true net452 - PreserveNewest - - - - - - - - - - - - - - - - diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index 66641e9a08..ed72ce84f9 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -1,13 +1,7 @@  - true net452 - - - - - diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index 083a16eaab..4ca9b4867f 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -1,37 +1,18 @@  - true - true net452 - PreserveNewest - - - - - - - - - - - - - - - - From 70935ed82331a53a2463c465631c831cc0978305 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 3 Apr 2017 12:24:36 +0200 Subject: [PATCH 26/48] Implemented Directory.build.props file for projects in the src folder --- src/Directory.build.props | 27 +++++++++++++++++++ .../Nancy.Authentication.Basic.csproj | 23 ---------------- .../Nancy.Authentication.Forms.csproj | 22 --------------- .../Nancy.Authentication.Stateless.csproj | 22 --------------- src/Nancy.Embedded/Nancy.Embedded.csproj | 22 --------------- .../Nancy.Encryption.MachineKey.csproj | 19 ------------- .../Nancy.Hosting.Aspnet.csproj | 19 ------------- .../Nancy.Hosting.Self.csproj | 23 ---------------- .../Nancy.Metadata.Modules.csproj | 22 --------------- src/Nancy.Owin/Nancy.Owin.csproj | 19 ------------- src/Nancy.Testing/Nancy.Testing.csproj | 13 --------- .../Nancy.Validation.DataAnnotations.csproj | 19 ------------- .../Nancy.Validation.FluentValidation.csproj | 19 ------------- .../Nancy.ViewEngines.DotLiquid.csproj | 19 ------------- .../Nancy.ViewEngines.Markdown.csproj | 19 ------------- .../Nancy.ViewEngines.Nustache.csproj | 19 ------------- ...cy.ViewEngines.Razor.BuildProviders.csproj | 12 --------- .../Nancy.ViewEngines.Razor.csproj | 16 ----------- .../Nancy.ViewEngines.Spark.csproj | 16 ----------- src/Nancy/Nancy.csproj | 19 ------------- 20 files changed, 27 insertions(+), 362 deletions(-) diff --git a/src/Directory.build.props b/src/Directory.build.props index 2aeb6af0c0..b5a7a536c1 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -1,3 +1,30 @@ + + Andreas Håkansson, Steven Robbins and contributors + true + true + http://nancyfx.org/nancy-nuget.png + https://github.com/NancyFx/Nancy/blob/master/license.txt + http://nancyfx.org + 2.0.0-clinteastwood + + + + + + + + All + + + + + $(DefineConstants);CORE + + + + + + diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index bd8289e4a2..fa8fe42ac3 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -1,32 +1,9 @@  - Nancy.Authentication.Basic - Andreas Håkansson, Steven Robbins and contributors A basic HTTP authentication provider for Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Authentication netstandard1.6;net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - - - - diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index d14a887d42..196165f669 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -1,31 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors A forms authentication provider for Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Authentication netstandard1.6;net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - - - - diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index d8ddf3f931..f95f8d0692 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -1,31 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors A stateless authentication provider for Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Authentication netstandard1.6;net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - - - - diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 42fb361d44..26514b6b9f 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -1,31 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors Helpers for serving embedded static content with Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Embedded;Static Content netstandard1.6;net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - - - - diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index d09b1d9faf..4f62501d26 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -1,33 +1,14 @@  - Andreas Håkansson, Steven Robbins and contributors System.Web MachineKey encrypton and HMAC providers for Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Encryption net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 3a0149df31..7ddcee8d28 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -1,16 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors Enables hosting Nancy on ASP.NET. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Host net452 - 2.0.0-clinteastwood @@ -20,21 +13,9 @@ - - - - - - - All - - - - - diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index 3b38ffaf57..ccac238136 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -1,32 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors - $(DefineConstants);CORE Enables hosting Nancy in any application. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Host net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - - - - diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index f8f9864e33..0cc5f97c40 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -1,31 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors Nancy metadata modules to describe your APIs. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Metadata netstandard1.6;net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - - - - diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index 4c768538d2..d98343e499 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -1,32 +1,13 @@  - Andreas Håkansson, Steven Robbins and contributors Nancy extensions for OWIN hosting. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;OWIN net452 - 2.0.0-clinteastwood - - - - - - All - - - - - - diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index d41b3d69f0..d5108f7421 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -1,16 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors Test harness for Nancy applications. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Testing netstandard1.6;net452 - 2.0.0-clinteastwood @@ -18,15 +11,11 @@ - - - All - @@ -35,12 +24,10 @@ - - diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 7ebb6bedf5..7c6678d18f 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -1,32 +1,13 @@  - Andreas Håkansson, Steven Robbins and contributors Adds Data Annotation validation support to Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Validation;DataAnnotations net452 - 2.0.0-clinteastwood - - - - - - - All - - - - - diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 04930e910a..425b6032cc 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -1,32 +1,13 @@  - Andreas Håkansson, Steven Robbins and contributors Adds Fluent Validation support to Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;Validation;FluentValidation net452;netstandard1.6 - 2.0.0-clinteastwood - - - - - - All - - - - - - diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index 6abf462027..84c6b4c1ff 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -1,32 +1,13 @@  - Andreas Håkansson, Steven Robbins and contributors Enables using the DotLiquid view engine with Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;View Engine;DotLiquid net452 - 2.0.0-clinteastwood - - - - - - All - - - - - - diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index b6cbb0d52c..d82688dd92 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -1,32 +1,13 @@  - Andreas Håkansson, Steven Robbins and contributors Enables using Markdown with Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;View Engine;Markdown net452;netstandard1.6 - 2.0.0-clinteastwood - - - - - - All - - - - - - diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index be598296e0..f566142bcf 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -1,32 +1,13 @@  - Andreas Håkansson, Steven Robbins and contributors Enables using the Nustache view engine with Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;View Engine;Nustache net452 - 2.0.0-clinteastwood - - - - - - All - - - - - - diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index 7214c803c1..b989f1f500 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -1,27 +1,15 @@  - true - true net452 - 2.0.0-clinteastwood - - - - All - - - - - diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index 9d6e3fc948..418edf5f9b 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -1,16 +1,9 @@  - Andreas Håkansson, Steven Robbins and contributors Enables using the Razor view engine with Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;View Engine;Razor net452 - 2.0.0-clinteastwood @@ -26,13 +19,6 @@ - - - - - - All - @@ -42,14 +28,12 @@ - - diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index 6a68640cbc..9649fc57da 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -1,34 +1,18 @@  - Andreas Håkansson, Steven Robbins and contributors Enables using the Spark view engine with Nancy. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy;View Engine;Spark net452 - 2.0.0-clinteastwood - - - - - - All - - - diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index 2fbf641f74..0ebc62b217 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -1,28 +1,15 @@  - Andreas Håkansson, Steven Robbins and contributors Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. - true - true - http://nancyfx.org/nancy-nuget.png - https://github.com/NancyFx/Nancy/blob/master/license.txt - http://nancyfx.org Nancy netstandard1.6;net452 - 2.0.0-clinteastwood - - - All - - - @@ -33,14 +20,8 @@ - - $(DefineConstants);CORE - - - - From db69be1a9b7dfd099e7e8d2c99504faf571ab931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 3 Apr 2017 12:34:41 +0200 Subject: [PATCH 27/48] Added base package tags to source projects --- src/Directory.build.props | 1 + .../Nancy.Authentication.Basic.csproj | 2 +- .../Nancy.Authentication.Forms.csproj | 2 +- .../Nancy.Authentication.Stateless.csproj | 2 +- src/Nancy.Embedded/Nancy.Embedded.csproj | 2 +- .../Nancy.Encryption.MachineKey.csproj | 2 +- src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj | 2 +- src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj | 2 +- src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 2 +- src/Nancy.Owin/Nancy.Owin.csproj | 2 +- src/Nancy.Testing/Nancy.Testing.csproj | 2 +- .../Nancy.Validation.DataAnnotations.csproj | 2 +- .../Nancy.Validation.FluentValidation.csproj | 2 +- .../Nancy.ViewEngines.DotLiquid.csproj | 2 +- .../Nancy.ViewEngines.Markdown.csproj | 2 +- .../Nancy.ViewEngines.Nustache.csproj | 2 +- src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj | 2 +- src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj | 2 +- src/Nancy/Nancy.csproj | 1 - 19 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/Directory.build.props b/src/Directory.build.props index b5a7a536c1..be68d3e5ef 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -6,6 +6,7 @@ http://nancyfx.org/nancy-nuget.png https://github.com/NancyFx/Nancy/blob/master/license.txt http://nancyfx.org + Nancy 2.0.0-clinteastwood diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index fa8fe42ac3..73e773e9f9 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -2,7 +2,7 @@ A basic HTTP authentication provider for Nancy. - Nancy;Authentication + $(PackageTags);Authentication netstandard1.6;net452 diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index 196165f669..d7eee5be16 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -2,7 +2,7 @@ A forms authentication provider for Nancy. - Nancy;Authentication + $(PackageTags);Authentication netstandard1.6;net452 diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index f95f8d0692..4eb0aee263 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -2,7 +2,7 @@ A stateless authentication provider for Nancy. - Nancy;Authentication + $(PackageTags);Authentication netstandard1.6;net452 diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 26514b6b9f..8902b16cf6 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -2,7 +2,7 @@ Helpers for serving embedded static content with Nancy. - Nancy;Embedded;Static Content + $(PackageTags);Embedded;Static Content netstandard1.6;net452 diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index 4f62501d26..4666f99f64 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -2,7 +2,7 @@ System.Web MachineKey encrypton and HMAC providers for Nancy. - Nancy;Encryption + $(PackageTags);Encryption net452 diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index 7ddcee8d28..a5edb29347 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -2,7 +2,7 @@ Enables hosting Nancy on ASP.NET. - Nancy;Host + $(PackageTags);Host net452 diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index ccac238136..5f99c784db 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -2,7 +2,7 @@ Enables hosting Nancy in any application. - Nancy;Host + $(PackageTags);Host net452 diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index 0cc5f97c40..774ebf0713 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -2,7 +2,7 @@ Nancy metadata modules to describe your APIs. - Nancy;Metadata + $(PackageTags);Metadata netstandard1.6;net452 diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index d98343e499..98bad06bd1 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -2,7 +2,7 @@ Nancy extensions for OWIN hosting. - Nancy;OWIN + $(PackageTags);OWIN net452 diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index d5108f7421..de0888ef1d 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -2,7 +2,7 @@ Test harness for Nancy applications. - Nancy;Testing + $(PackageTags);Testing netstandard1.6;net452 diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 7c6678d18f..8228abd3f7 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -2,7 +2,7 @@ Adds Data Annotation validation support to Nancy. - Nancy;Validation;DataAnnotations + $(PackageTags);Validation;DataAnnotations net452 diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 425b6032cc..4146299927 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -2,7 +2,7 @@ Adds Fluent Validation support to Nancy. - Nancy;Validation;FluentValidation + $(PackageTags);Validation;FluentValidation net452;netstandard1.6 diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index 84c6b4c1ff..50a293d8cd 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -2,7 +2,7 @@ Enables using the DotLiquid view engine with Nancy. - Nancy;View Engine;DotLiquid + $(PackageTags);View Engine;DotLiquid net452 diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index d82688dd92..f1c6fb3752 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -2,7 +2,7 @@ Enables using Markdown with Nancy. - Nancy;View Engine;Markdown + $(PackageTags);View Engine;Markdown net452;netstandard1.6 diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index f566142bcf..b477aa2a90 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -2,7 +2,7 @@ Enables using the Nustache view engine with Nancy. - Nancy;View Engine;Nustache + $(PackageTags);View Engine;Nustache net452 diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index 418edf5f9b..f08a3ce275 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -2,7 +2,7 @@ Enables using the Razor view engine with Nancy. - Nancy;View Engine;Razor + $(PackageTags);View Engine;Razor net452 diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index 9649fc57da..680b799557 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -2,7 +2,7 @@ Enables using the Spark view engine with Nancy. - Nancy;View Engine;Spark + $(PackageTags);View Engine;Spark net452 diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index 0ebc62b217..fcd18b5489 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -2,7 +2,6 @@ Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. - Nancy netstandard1.6;net452 From 71216d9d12802ab521b1d74ce374e66f3d7c44d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 3 Apr 2017 14:05:01 +0200 Subject: [PATCH 28/48] Removed whitespace from csproj files --- .../Nancy.Authentication.Basic.csproj | 2 -- .../Nancy.Authentication.Forms.csproj | 2 -- .../Nancy.Authentication.Stateless.csproj | 2 -- src/Nancy.Embedded/Nancy.Embedded.csproj | 2 -- .../Nancy.Encryption.MachineKey.csproj | 2 -- src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj | 2 -- src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj | 2 -- src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj | 2 -- src/Nancy.Owin/Nancy.Owin.csproj | 2 -- src/Nancy.Testing/Nancy.Testing.csproj | 2 -- .../Nancy.Validation.DataAnnotations.csproj | 2 -- .../Nancy.Validation.FluentValidation.csproj | 2 -- .../Nancy.ViewEngines.DotLiquid.csproj | 2 -- .../Nancy.ViewEngines.Markdown.csproj | 2 -- .../Nancy.ViewEngines.Nustache.csproj | 2 -- .../Nancy.ViewEngines.Razor.BuildProviders.csproj | 2 -- src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj | 2 -- src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj | 2 -- src/Nancy/Nancy.csproj | 2 -- .../Nancy.Authentication.Basic.Tests.csproj | 2 -- .../Nancy.Authentication.Forms.Tests.csproj | 2 -- test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj | 2 -- .../Nancy.Encryption.MachineKey.Tests.csproj | 2 -- .../Nancy.Hosting.Aspnet.Tests.csproj | 2 -- test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj | 2 -- .../Nancy.Metadata.Modules.Tests.csproj | 2 -- test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj | 2 -- test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj | 2 -- test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj | 2 -- test/Nancy.Tests/Nancy.Tests.csproj | 2 -- .../Nancy.Validation.DataAnnotations.Tests.csproj | 2 -- .../Nancy.Validation.FluentValidation.Tests.csproj | 2 -- .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 2 -- .../Nancy.ViewEngines.Markdown.Tests.csproj | 2 -- .../Nancy.ViewEngines.Razor.Tests.Models.csproj | 2 -- .../Nancy.ViewEngines.Razor.Tests.csproj | 2 -- 36 files changed, 72 deletions(-) diff --git a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj index 73e773e9f9..e936f61bcf 100644 --- a/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj +++ b/src/Nancy.Authentication.Basic/Nancy.Authentication.Basic.csproj @@ -1,9 +1,7 @@  - A basic HTTP authentication provider for Nancy. $(PackageTags);Authentication netstandard1.6;net452 - diff --git a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj index d7eee5be16..a98c229e7b 100644 --- a/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj +++ b/src/Nancy.Authentication.Forms/Nancy.Authentication.Forms.csproj @@ -1,9 +1,7 @@  - A forms authentication provider for Nancy. $(PackageTags);Authentication netstandard1.6;net452 - diff --git a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj index 4eb0aee263..1eb5da1135 100644 --- a/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj +++ b/src/Nancy.Authentication.Stateless/Nancy.Authentication.Stateless.csproj @@ -1,9 +1,7 @@  - A stateless authentication provider for Nancy. $(PackageTags);Authentication netstandard1.6;net452 - diff --git a/src/Nancy.Embedded/Nancy.Embedded.csproj b/src/Nancy.Embedded/Nancy.Embedded.csproj index 8902b16cf6..1534f4b007 100644 --- a/src/Nancy.Embedded/Nancy.Embedded.csproj +++ b/src/Nancy.Embedded/Nancy.Embedded.csproj @@ -1,9 +1,7 @@  - Helpers for serving embedded static content with Nancy. $(PackageTags);Embedded;Static Content netstandard1.6;net452 - diff --git a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj index 4666f99f64..582411bc13 100644 --- a/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj +++ b/src/Nancy.Encryption.MachineKey/Nancy.Encryption.MachineKey.csproj @@ -1,5 +1,4 @@  - System.Web MachineKey encrypton and HMAC providers for Nancy. $(PackageTags);Encryption @@ -10,5 +9,4 @@ - diff --git a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj index a5edb29347..6a00e8a187 100644 --- a/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj +++ b/src/Nancy.Hosting.Aspnet/Nancy.Hosting.Aspnet.csproj @@ -1,5 +1,4 @@  - Enables hosting Nancy on ASP.NET. $(PackageTags);Host @@ -17,5 +16,4 @@ - diff --git a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj index 5f99c784db..e82ad91fe5 100644 --- a/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj +++ b/src/Nancy.Hosting.Self/Nancy.Hosting.Self.csproj @@ -1,9 +1,7 @@  - Enables hosting Nancy in any application. $(PackageTags);Host net452 - diff --git a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj index 774ebf0713..f4f2494a07 100644 --- a/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj +++ b/src/Nancy.Metadata.Modules/Nancy.Metadata.Modules.csproj @@ -1,9 +1,7 @@  - Nancy metadata modules to describe your APIs. $(PackageTags);Metadata netstandard1.6;net452 - diff --git a/src/Nancy.Owin/Nancy.Owin.csproj b/src/Nancy.Owin/Nancy.Owin.csproj index 98bad06bd1..224e206f82 100644 --- a/src/Nancy.Owin/Nancy.Owin.csproj +++ b/src/Nancy.Owin/Nancy.Owin.csproj @@ -1,5 +1,4 @@  - Nancy extensions for OWIN hosting. $(PackageTags);OWIN @@ -9,5 +8,4 @@ - diff --git a/src/Nancy.Testing/Nancy.Testing.csproj b/src/Nancy.Testing/Nancy.Testing.csproj index de0888ef1d..06e1dbd7ff 100644 --- a/src/Nancy.Testing/Nancy.Testing.csproj +++ b/src/Nancy.Testing/Nancy.Testing.csproj @@ -1,5 +1,4 @@  - Test harness for Nancy applications. $(PackageTags);Testing @@ -29,5 +28,4 @@ - diff --git a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj index 8228abd3f7..16a701a4b5 100644 --- a/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj +++ b/src/Nancy.Validation.DataAnnotations/Nancy.Validation.DataAnnotations.csproj @@ -1,5 +1,4 @@  - Adds Data Annotation validation support to Nancy. $(PackageTags);Validation;DataAnnotations @@ -9,5 +8,4 @@ - diff --git a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj index 4146299927..41c532c65e 100644 --- a/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj +++ b/src/Nancy.Validation.FluentValidation/Nancy.Validation.FluentValidation.csproj @@ -1,5 +1,4 @@  - Adds Fluent Validation support to Nancy. $(PackageTags);Validation;FluentValidation @@ -9,5 +8,4 @@ - diff --git a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj index 50a293d8cd..11ab975032 100644 --- a/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj +++ b/src/Nancy.ViewEngines.DotLiquid/Nancy.ViewEngines.DotLiquid.csproj @@ -1,5 +1,4 @@  - Enables using the DotLiquid view engine with Nancy. $(PackageTags);View Engine;DotLiquid @@ -9,5 +8,4 @@ - diff --git a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj index f1c6fb3752..27bc2ecce0 100644 --- a/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj +++ b/src/Nancy.ViewEngines.Markdown/Nancy.ViewEngines.Markdown.csproj @@ -1,5 +1,4 @@  - Enables using Markdown with Nancy. $(PackageTags);View Engine;Markdown @@ -9,5 +8,4 @@ - diff --git a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj index b477aa2a90..4363dc583d 100644 --- a/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj +++ b/src/Nancy.ViewEngines.Nustache/Nancy.ViewEngines.Nustache.csproj @@ -1,5 +1,4 @@  - Enables using the Nustache view engine with Nancy. $(PackageTags);View Engine;Nustache @@ -9,5 +8,4 @@ - diff --git a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj index b989f1f500..ba93258d8a 100644 --- a/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj +++ b/src/Nancy.ViewEngines.Razor.BuildProviders/Nancy.ViewEngines.Razor.BuildProviders.csproj @@ -1,5 +1,4 @@  - net452 @@ -11,5 +10,4 @@ - diff --git a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj index f08a3ce275..9f5ceaf1cd 100644 --- a/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj +++ b/src/Nancy.ViewEngines.Razor/Nancy.ViewEngines.Razor.csproj @@ -1,5 +1,4 @@  - Enables using the Razor view engine with Nancy. $(PackageTags);View Engine;Razor @@ -35,5 +34,4 @@ - diff --git a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj index 680b799557..1e6be5f852 100644 --- a/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj +++ b/src/Nancy.ViewEngines.Spark/Nancy.ViewEngines.Spark.csproj @@ -1,5 +1,4 @@  - Enables using the Spark view engine with Nancy. $(PackageTags);View Engine;Spark @@ -14,5 +13,4 @@ - diff --git a/src/Nancy/Nancy.csproj b/src/Nancy/Nancy.csproj index fcd18b5489..618e393845 100644 --- a/src/Nancy/Nancy.csproj +++ b/src/Nancy/Nancy.csproj @@ -1,5 +1,4 @@  - Nancy is a lightweight web framework for the .Net platform, inspired by Sinatra. Nancy aim at delivering a low ceremony approach to building light, fast web applications. netstandard1.6;net452 @@ -22,5 +21,4 @@ - diff --git a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj index 61310a3677..598e62356b 100644 --- a/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj +++ b/test/Nancy.Authentication.Basic.Tests/Nancy.Authentication.Basic.Tests.csproj @@ -1,7 +1,5 @@  - netcoreapp1.1;net452 - diff --git a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj index 61310a3677..598e62356b 100644 --- a/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj +++ b/test/Nancy.Authentication.Forms.Tests/Nancy.Authentication.Forms.Tests.csproj @@ -1,7 +1,5 @@  - netcoreapp1.1;net452 - diff --git a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj index ac936c8d7a..12ce1939c0 100644 --- a/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj +++ b/test/Nancy.Embedded.Tests/Nancy.Embedded.Tests.csproj @@ -1,5 +1,4 @@  - netcoreapp1.1;net452 @@ -7,5 +6,4 @@ - diff --git a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj index ed72ce84f9..0cde96dd4b 100644 --- a/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj +++ b/test/Nancy.Encryption.MachineKey.Tests/Nancy.Encryption.MachineKey.Tests.csproj @@ -1,7 +1,5 @@  - net452 - diff --git a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj index d67f55c940..3efc95e085 100644 --- a/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj +++ b/test/Nancy.Hosting.Aspnet.Tests/Nancy.Hosting.Aspnet.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -7,5 +6,4 @@ - diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 8db72b96f1..3714299152 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -7,5 +6,4 @@ $(DefineConstants);MONO - diff --git a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj index 61310a3677..598e62356b 100644 --- a/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj +++ b/test/Nancy.Metadata.Modules.Tests/Nancy.Metadata.Modules.Tests.csproj @@ -1,7 +1,5 @@  - netcoreapp1.1;net452 - diff --git a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj index 719f79d829..eb75a1a6c0 100644 --- a/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj +++ b/test/Nancy.Owin.Tests/Nancy.Owin.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -8,5 +7,4 @@ - diff --git a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj index 54ecca3166..1bb9bbd0d5 100644 --- a/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj +++ b/test/Nancy.Testing.Tests/Nancy.Testing.Tests.csproj @@ -1,5 +1,4 @@  - netcoreapp1.1;net452 @@ -18,5 +17,4 @@ - diff --git a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj index 7bdae46561..710cd52072 100644 --- a/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj +++ b/test/Nancy.Tests.Functional/Nancy.Tests.Functional.csproj @@ -1,5 +1,4 @@  - netcoreapp1.1;net452 @@ -13,5 +12,4 @@ - diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index 63631342c5..e1028f0e10 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,5 +1,4 @@  - netcoreapp1.1;net452 @@ -25,5 +24,4 @@ - diff --git a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj index 0164ece8ec..5263110a18 100644 --- a/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj +++ b/test/Nancy.Validation.DataAnnotations.Tests/Nancy.Validation.DataAnnotations.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -7,5 +6,4 @@ - diff --git a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj index 61310a3677..598e62356b 100644 --- a/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj +++ b/test/Nancy.Validation.FluentValidation.Tests/Nancy.Validation.FluentValidation.Tests.csproj @@ -1,7 +1,5 @@  - netcoreapp1.1;net452 - diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 1aeb83fb11..001687b4c5 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -17,5 +16,4 @@ - diff --git a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj index 6d940a83a4..c9eabdf773 100644 --- a/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj +++ b/test/Nancy.ViewEngines.Markdown.Tests/Nancy.ViewEngines.Markdown.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -13,5 +12,4 @@ - diff --git a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj index ed72ce84f9..0cde96dd4b 100644 --- a/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests.Models/Nancy.ViewEngines.Razor.Tests.Models.csproj @@ -1,7 +1,5 @@  - net452 - diff --git a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj index 4ca9b4867f..d8899cb1ed 100644 --- a/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj +++ b/test/Nancy.ViewEngines.Razor.Tests/Nancy.ViewEngines.Razor.Tests.csproj @@ -1,5 +1,4 @@  - net452 @@ -14,5 +13,4 @@ - From 5933da69638f512714c1bd18c3eb841a229f7226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Mon, 3 Apr 2017 14:45:21 +0200 Subject: [PATCH 29/48] Added csproj for Nancy.ViewEngines.Spark.Tests and added it to Nancy.sln --- Nancy.sln | 611 +++++++++--------- .../Nancy.ViewEngines.Spark.Tests.csproj | 15 + 2 files changed, 328 insertions(+), 298 deletions(-) create mode 100644 test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj diff --git a/Nancy.sln b/Nancy.sln index 617d662c54..2abb746bd3 100644 --- a/Nancy.sln +++ b/Nancy.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26114.2 +VisualStudioVersion = 15.0.26228.4 MinimumVisualStudioVersion = 10.0.40219.1 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{5734E9DC-CF67-4337-B28E-695280598B88}" EndProject @@ -87,460 +87,474 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Authentication.Statel EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.Demo.Hosting.Kestrel", "samples\Nancy.Demo.Hosting.Kestrel\Nancy.Demo.Hosting.Kestrel.csproj", "{3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Nancy.ViewEngines.Spark.Tests", "test\Nancy.ViewEngines.Spark.Tests\Nancy.ViewEngines.Spark.Tests.csproj", "{08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 + Release|Any CPU = Release|Any CPU Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x64.ActiveCfg = Debug|x64 - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x64.Build.0 = Debug|x64 - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x86.ActiveCfg = Debug|x86 - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x86.Build.0 = Debug|x86 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x64.ActiveCfg = Debug|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x64.Build.0 = Debug|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x86.ActiveCfg = Debug|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Debug|x86.Build.0 = Debug|Any CPU {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|Any CPU.ActiveCfg = Release|Any CPU {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|Any CPU.Build.0 = Release|Any CPU - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x64.ActiveCfg = Release|x64 - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x64.Build.0 = Release|x64 - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x86.ActiveCfg = Release|x86 - {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x86.Build.0 = Release|x86 + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x64.ActiveCfg = Release|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x64.Build.0 = Release|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x86.ActiveCfg = Release|Any CPU + {0E7E06C1-C223-4975-A9DB-D338EBF0A9BC}.Release|x86.Build.0 = Release|Any CPU {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|Any CPU.Build.0 = Debug|Any CPU - {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x64.ActiveCfg = Debug|x64 - {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x64.Build.0 = Debug|x64 - {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x86.ActiveCfg = Debug|x86 - {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x86.Build.0 = Debug|x86 + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x64.ActiveCfg = Debug|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x64.Build.0 = Debug|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x86.ActiveCfg = Debug|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Debug|x86.Build.0 = Debug|Any CPU {06B9857A-02A6-430D-B579-98A762C281D3}.Release|Any CPU.ActiveCfg = Release|Any CPU {06B9857A-02A6-430D-B579-98A762C281D3}.Release|Any CPU.Build.0 = Release|Any CPU - {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x64.ActiveCfg = Release|x64 - {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x64.Build.0 = Release|x64 - {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x86.ActiveCfg = Release|x86 - {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x86.Build.0 = Release|x86 + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x64.ActiveCfg = Release|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x64.Build.0 = Release|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x86.ActiveCfg = Release|Any CPU + {06B9857A-02A6-430D-B579-98A762C281D3}.Release|x86.Build.0 = Release|Any CPU {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|Any CPU.Build.0 = Debug|Any CPU - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x64.ActiveCfg = Debug|x64 - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x64.Build.0 = Debug|x64 - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x86.ActiveCfg = Debug|x86 - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x86.Build.0 = Debug|x86 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x64.ActiveCfg = Debug|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x64.Build.0 = Debug|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x86.ActiveCfg = Debug|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Debug|x86.Build.0 = Debug|Any CPU {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|Any CPU.ActiveCfg = Release|Any CPU {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|Any CPU.Build.0 = Release|Any CPU - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x64.ActiveCfg = Release|x64 - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x64.Build.0 = Release|x64 - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x86.ActiveCfg = Release|x86 - {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x86.Build.0 = Release|x86 + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x64.ActiveCfg = Release|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x64.Build.0 = Release|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x86.ActiveCfg = Release|Any CPU + {ADAB2C6B-10FE-4B31-BCD2-E2EFA69D5A66}.Release|x86.Build.0 = Release|Any CPU {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x64.ActiveCfg = Debug|x64 - {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x64.Build.0 = Debug|x64 - {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x86.ActiveCfg = Debug|x86 - {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x86.Build.0 = Debug|x86 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x64.ActiveCfg = Debug|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x64.Build.0 = Debug|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x86.ActiveCfg = Debug|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Debug|x86.Build.0 = Debug|Any CPU {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|Any CPU.ActiveCfg = Release|Any CPU {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|Any CPU.Build.0 = Release|Any CPU - {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x64.ActiveCfg = Release|x64 - {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x64.Build.0 = Release|x64 - {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x86.ActiveCfg = Release|x86 - {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x86.Build.0 = Release|x86 + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x64.ActiveCfg = Release|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x64.Build.0 = Release|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x86.ActiveCfg = Release|Any CPU + {66119997-5949-45D6-9175-F1C7C599A8F5}.Release|x86.Build.0 = Release|Any CPU {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x64.ActiveCfg = Debug|x64 - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x64.Build.0 = Debug|x64 - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x86.ActiveCfg = Debug|x86 - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x86.Build.0 = Debug|x86 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x64.ActiveCfg = Debug|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x64.Build.0 = Debug|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x86.ActiveCfg = Debug|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Debug|x86.Build.0 = Debug|Any CPU {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|Any CPU.ActiveCfg = Release|Any CPU {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|Any CPU.Build.0 = Release|Any CPU - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x64.ActiveCfg = Release|x64 - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x64.Build.0 = Release|x64 - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x86.ActiveCfg = Release|x86 - {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x86.Build.0 = Release|x86 + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x64.ActiveCfg = Release|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x64.Build.0 = Release|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x86.ActiveCfg = Release|Any CPU + {D1D2622E-ACF7-479C-ABC8-E1B94E41D9D5}.Release|x86.Build.0 = Release|Any CPU {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|Any CPU.Build.0 = Debug|Any CPU - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x64.ActiveCfg = Debug|x64 - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x64.Build.0 = Debug|x64 - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x86.ActiveCfg = Debug|x86 - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x86.Build.0 = Debug|x86 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x64.ActiveCfg = Debug|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x64.Build.0 = Debug|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x86.ActiveCfg = Debug|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Debug|x86.Build.0 = Debug|Any CPU {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|Any CPU.ActiveCfg = Release|Any CPU {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|Any CPU.Build.0 = Release|Any CPU - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x64.ActiveCfg = Release|x64 - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x64.Build.0 = Release|x64 - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x86.ActiveCfg = Release|x86 - {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x86.Build.0 = Release|x86 + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x64.ActiveCfg = Release|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x64.Build.0 = Release|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x86.ActiveCfg = Release|Any CPU + {09F5EB90-1063-4338-A146-25F7BE8BFF43}.Release|x86.Build.0 = Release|Any CPU {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x64.ActiveCfg = Debug|x64 - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x64.Build.0 = Debug|x64 - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x86.ActiveCfg = Debug|x86 - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x86.Build.0 = Debug|x86 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x64.ActiveCfg = Debug|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x64.Build.0 = Debug|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x86.ActiveCfg = Debug|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Debug|x86.Build.0 = Debug|Any CPU {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|Any CPU.ActiveCfg = Release|Any CPU {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|Any CPU.Build.0 = Release|Any CPU - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x64.ActiveCfg = Release|x64 - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x64.Build.0 = Release|x64 - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x86.ActiveCfg = Release|x86 - {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x86.Build.0 = Release|x86 + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x64.ActiveCfg = Release|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x64.Build.0 = Release|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x86.ActiveCfg = Release|Any CPU + {1CA8D3D3-B6A6-4006-AA96-671CB41D6391}.Release|x86.Build.0 = Release|Any CPU {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|Any CPU.Build.0 = Debug|Any CPU - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x64.ActiveCfg = Debug|x64 - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x64.Build.0 = Debug|x64 - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x86.ActiveCfg = Debug|x86 - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x86.Build.0 = Debug|x86 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x64.ActiveCfg = Debug|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x64.Build.0 = Debug|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x86.ActiveCfg = Debug|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Debug|x86.Build.0 = Debug|Any CPU {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|Any CPU.ActiveCfg = Release|Any CPU {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|Any CPU.Build.0 = Release|Any CPU - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x64.ActiveCfg = Release|x64 - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x64.Build.0 = Release|x64 - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x86.ActiveCfg = Release|x86 - {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x86.Build.0 = Release|x86 + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x64.ActiveCfg = Release|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x64.Build.0 = Release|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x86.ActiveCfg = Release|Any CPU + {CCB5075B-C50A-4CD1-983A-2D51DC2430F4}.Release|x86.Build.0 = Release|Any CPU {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|Any CPU.Build.0 = Debug|Any CPU - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x64.ActiveCfg = Debug|x64 - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x64.Build.0 = Debug|x64 - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x86.ActiveCfg = Debug|x86 - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x86.Build.0 = Debug|x86 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x64.ActiveCfg = Debug|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x64.Build.0 = Debug|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x86.ActiveCfg = Debug|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Debug|x86.Build.0 = Debug|Any CPU {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|Any CPU.ActiveCfg = Release|Any CPU {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|Any CPU.Build.0 = Release|Any CPU - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x64.ActiveCfg = Release|x64 - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x64.Build.0 = Release|x64 - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x86.ActiveCfg = Release|x86 - {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x86.Build.0 = Release|x86 + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x64.ActiveCfg = Release|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x64.Build.0 = Release|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x86.ActiveCfg = Release|Any CPU + {89C49FF5-9441-4DE8-A33F-1B2852401A54}.Release|x86.Build.0 = Release|Any CPU {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x64.ActiveCfg = Debug|x64 - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x64.Build.0 = Debug|x64 - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x86.ActiveCfg = Debug|x86 - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x86.Build.0 = Debug|x86 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x64.ActiveCfg = Debug|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x64.Build.0 = Debug|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x86.ActiveCfg = Debug|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Debug|x86.Build.0 = Debug|Any CPU {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|Any CPU.ActiveCfg = Release|Any CPU {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|Any CPU.Build.0 = Release|Any CPU - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x64.ActiveCfg = Release|x64 - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x64.Build.0 = Release|x64 - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x86.ActiveCfg = Release|x86 - {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x86.Build.0 = Release|x86 + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x64.ActiveCfg = Release|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x64.Build.0 = Release|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x86.ActiveCfg = Release|Any CPU + {9F16EBDF-4546-43C2-82B8-7D698F7A1E89}.Release|x86.Build.0 = Release|Any CPU {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x64.ActiveCfg = Debug|x64 - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x64.Build.0 = Debug|x64 - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x86.ActiveCfg = Debug|x86 - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x86.Build.0 = Debug|x86 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x64.ActiveCfg = Debug|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x64.Build.0 = Debug|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x86.ActiveCfg = Debug|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Debug|x86.Build.0 = Debug|Any CPU {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|Any CPU.ActiveCfg = Release|Any CPU {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|Any CPU.Build.0 = Release|Any CPU - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x64.ActiveCfg = Release|x64 - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x64.Build.0 = Release|x64 - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x86.ActiveCfg = Release|x86 - {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x86.Build.0 = Release|x86 + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x64.ActiveCfg = Release|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x64.Build.0 = Release|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x86.ActiveCfg = Release|Any CPU + {0E9B466C-1151-4AE9-A55A-6377A25F8235}.Release|x86.Build.0 = Release|Any CPU {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x64.ActiveCfg = Debug|x64 - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x64.Build.0 = Debug|x64 - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x86.ActiveCfg = Debug|x86 - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x86.Build.0 = Debug|x86 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x64.ActiveCfg = Debug|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x64.Build.0 = Debug|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x86.ActiveCfg = Debug|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Debug|x86.Build.0 = Debug|Any CPU {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|Any CPU.ActiveCfg = Release|Any CPU {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|Any CPU.Build.0 = Release|Any CPU - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x64.ActiveCfg = Release|x64 - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x64.Build.0 = Release|x64 - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x86.ActiveCfg = Release|x86 - {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x86.Build.0 = Release|x86 + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x64.ActiveCfg = Release|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x64.Build.0 = Release|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x86.ActiveCfg = Release|Any CPU + {33D5FB92-074E-4C13-BFD6-21184DD0013A}.Release|x86.Build.0 = Release|Any CPU {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x64.ActiveCfg = Debug|x64 - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x64.Build.0 = Debug|x64 - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x86.ActiveCfg = Debug|x86 - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x86.Build.0 = Debug|x86 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x64.ActiveCfg = Debug|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x64.Build.0 = Debug|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x86.ActiveCfg = Debug|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Debug|x86.Build.0 = Debug|Any CPU {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|Any CPU.ActiveCfg = Release|Any CPU {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|Any CPU.Build.0 = Release|Any CPU - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x64.ActiveCfg = Release|x64 - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x64.Build.0 = Release|x64 - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x86.ActiveCfg = Release|x86 - {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x86.Build.0 = Release|x86 + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x64.ActiveCfg = Release|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x64.Build.0 = Release|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x86.ActiveCfg = Release|Any CPU + {EF3149F4-59C1-4896-989E-59D9D5F9050A}.Release|x86.Build.0 = Release|Any CPU {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x64.ActiveCfg = Debug|x64 - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x64.Build.0 = Debug|x64 - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x86.ActiveCfg = Debug|x86 - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x86.Build.0 = Debug|x86 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x64.ActiveCfg = Debug|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x64.Build.0 = Debug|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x86.ActiveCfg = Debug|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Debug|x86.Build.0 = Debug|Any CPU {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|Any CPU.ActiveCfg = Release|Any CPU {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|Any CPU.Build.0 = Release|Any CPU - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x64.ActiveCfg = Release|x64 - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x64.Build.0 = Release|x64 - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x86.ActiveCfg = Release|x86 - {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x86.Build.0 = Release|x86 + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x64.ActiveCfg = Release|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x64.Build.0 = Release|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x86.ActiveCfg = Release|Any CPU + {FA2462FE-A439-48C5-976D-491F73C25CE1}.Release|x86.Build.0 = Release|Any CPU {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|Any CPU.Build.0 = Debug|Any CPU - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x64.ActiveCfg = Debug|x64 - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x64.Build.0 = Debug|x64 - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x86.ActiveCfg = Debug|x86 - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x86.Build.0 = Debug|x86 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x64.ActiveCfg = Debug|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x64.Build.0 = Debug|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x86.ActiveCfg = Debug|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Debug|x86.Build.0 = Debug|Any CPU {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|Any CPU.ActiveCfg = Release|Any CPU {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|Any CPU.Build.0 = Release|Any CPU - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x64.ActiveCfg = Release|x64 - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x64.Build.0 = Release|x64 - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x86.ActiveCfg = Release|x86 - {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x86.Build.0 = Release|x86 + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x64.ActiveCfg = Release|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x64.Build.0 = Release|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x86.ActiveCfg = Release|Any CPU + {7944AA31-16BA-43A8-A9CB-2ED758518C9E}.Release|x86.Build.0 = Release|Any CPU {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x64.ActiveCfg = Debug|x64 - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x64.Build.0 = Debug|x64 - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x86.ActiveCfg = Debug|x86 - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x86.Build.0 = Debug|x86 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x64.ActiveCfg = Debug|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x64.Build.0 = Debug|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x86.ActiveCfg = Debug|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Debug|x86.Build.0 = Debug|Any CPU {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|Any CPU.ActiveCfg = Release|Any CPU {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|Any CPU.Build.0 = Release|Any CPU - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x64.ActiveCfg = Release|x64 - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x64.Build.0 = Release|x64 - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x86.ActiveCfg = Release|x86 - {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x86.Build.0 = Release|x86 + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x64.ActiveCfg = Release|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x64.Build.0 = Release|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x86.ActiveCfg = Release|Any CPU + {9C383F09-8936-42ED-B9A6-ED3300AECB1C}.Release|x86.Build.0 = Release|Any CPU {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x64.ActiveCfg = Debug|x64 - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x64.Build.0 = Debug|x64 - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x86.ActiveCfg = Debug|x86 - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x86.Build.0 = Debug|x86 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x64.ActiveCfg = Debug|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x64.Build.0 = Debug|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x86.ActiveCfg = Debug|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Debug|x86.Build.0 = Debug|Any CPU {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|Any CPU.ActiveCfg = Release|Any CPU {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|Any CPU.Build.0 = Release|Any CPU - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x64.ActiveCfg = Release|x64 - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x64.Build.0 = Release|x64 - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x86.ActiveCfg = Release|x86 - {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x86.Build.0 = Release|x86 + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x64.ActiveCfg = Release|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x64.Build.0 = Release|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x86.ActiveCfg = Release|Any CPU + {5E5AF23F-61F6-4B44-B682-2D141B54DF5C}.Release|x86.Build.0 = Release|Any CPU {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x64.ActiveCfg = Debug|x64 - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x64.Build.0 = Debug|x64 - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x86.ActiveCfg = Debug|x86 - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x86.Build.0 = Debug|x86 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x64.ActiveCfg = Debug|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x64.Build.0 = Debug|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x86.ActiveCfg = Debug|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Debug|x86.Build.0 = Debug|Any CPU {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|Any CPU.ActiveCfg = Release|Any CPU {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|Any CPU.Build.0 = Release|Any CPU - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x64.ActiveCfg = Release|x64 - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x64.Build.0 = Release|x64 - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x86.ActiveCfg = Release|x86 - {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x86.Build.0 = Release|x86 + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x64.ActiveCfg = Release|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x64.Build.0 = Release|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x86.ActiveCfg = Release|Any CPU + {C0A85A7D-9D7F-4A6C-BA33-9E79050CF522}.Release|x86.Build.0 = Release|Any CPU {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|Any CPU.Build.0 = Debug|Any CPU - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x64.ActiveCfg = Debug|x64 - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x64.Build.0 = Debug|x64 - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x86.ActiveCfg = Debug|x86 - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x86.Build.0 = Debug|x86 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x64.ActiveCfg = Debug|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x64.Build.0 = Debug|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x86.ActiveCfg = Debug|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Debug|x86.Build.0 = Debug|Any CPU {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|Any CPU.ActiveCfg = Release|Any CPU {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|Any CPU.Build.0 = Release|Any CPU - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x64.ActiveCfg = Release|x64 - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x64.Build.0 = Release|x64 - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x86.ActiveCfg = Release|x86 - {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x86.Build.0 = Release|x86 + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x64.ActiveCfg = Release|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x64.Build.0 = Release|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x86.ActiveCfg = Release|Any CPU + {23C68B10-36FD-41DE-AAA3-77BEDFD63945}.Release|x86.Build.0 = Release|Any CPU {8302F65E-035F-45D7-B894-915B68B72711}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8302F65E-035F-45D7-B894-915B68B72711}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x64.ActiveCfg = Debug|x64 - {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x64.Build.0 = Debug|x64 - {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x86.ActiveCfg = Debug|x86 - {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x86.Build.0 = Debug|x86 + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x64.ActiveCfg = Debug|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x64.Build.0 = Debug|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x86.ActiveCfg = Debug|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Debug|x86.Build.0 = Debug|Any CPU {8302F65E-035F-45D7-B894-915B68B72711}.Release|Any CPU.ActiveCfg = Release|Any CPU {8302F65E-035F-45D7-B894-915B68B72711}.Release|Any CPU.Build.0 = Release|Any CPU - {8302F65E-035F-45D7-B894-915B68B72711}.Release|x64.ActiveCfg = Release|x64 - {8302F65E-035F-45D7-B894-915B68B72711}.Release|x64.Build.0 = Release|x64 - {8302F65E-035F-45D7-B894-915B68B72711}.Release|x86.ActiveCfg = Release|x86 - {8302F65E-035F-45D7-B894-915B68B72711}.Release|x86.Build.0 = Release|x86 + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x64.ActiveCfg = Release|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x64.Build.0 = Release|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x86.ActiveCfg = Release|Any CPU + {8302F65E-035F-45D7-B894-915B68B72711}.Release|x86.Build.0 = Release|Any CPU {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|Any CPU.Build.0 = Debug|Any CPU - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x64.ActiveCfg = Debug|x64 - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x64.Build.0 = Debug|x64 - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x86.ActiveCfg = Debug|x86 - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x86.Build.0 = Debug|x86 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x64.ActiveCfg = Debug|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x64.Build.0 = Debug|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x86.ActiveCfg = Debug|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Debug|x86.Build.0 = Debug|Any CPU {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|Any CPU.ActiveCfg = Release|Any CPU {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|Any CPU.Build.0 = Release|Any CPU - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x64.ActiveCfg = Release|x64 - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x64.Build.0 = Release|x64 - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x86.ActiveCfg = Release|x86 - {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x86.Build.0 = Release|x86 + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x64.ActiveCfg = Release|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x64.Build.0 = Release|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x86.ActiveCfg = Release|Any CPU + {89DED7A5-7334-4852-A1FC-9266AD0EF388}.Release|x86.Build.0 = Release|Any CPU {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x64.ActiveCfg = Debug|x64 - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x64.Build.0 = Debug|x64 - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x86.ActiveCfg = Debug|x86 - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x86.Build.0 = Debug|x86 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x64.ActiveCfg = Debug|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x64.Build.0 = Debug|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x86.ActiveCfg = Debug|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Debug|x86.Build.0 = Debug|Any CPU {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|Any CPU.ActiveCfg = Release|Any CPU {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|Any CPU.Build.0 = Release|Any CPU - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x64.ActiveCfg = Release|x64 - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x64.Build.0 = Release|x64 - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x86.ActiveCfg = Release|x86 - {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x86.Build.0 = Release|x86 + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x64.ActiveCfg = Release|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x64.Build.0 = Release|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x86.ActiveCfg = Release|Any CPU + {8909AB97-EDD6-4AB2-B733-A543ACB957CA}.Release|x86.Build.0 = Release|Any CPU {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x64.ActiveCfg = Debug|x64 - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x64.Build.0 = Debug|x64 - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x86.ActiveCfg = Debug|x86 - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x86.Build.0 = Debug|x86 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x64.ActiveCfg = Debug|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x64.Build.0 = Debug|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x86.ActiveCfg = Debug|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Debug|x86.Build.0 = Debug|Any CPU {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|Any CPU.ActiveCfg = Release|Any CPU {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|Any CPU.Build.0 = Release|Any CPU - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x64.ActiveCfg = Release|x64 - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x64.Build.0 = Release|x64 - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x86.ActiveCfg = Release|x86 - {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x86.Build.0 = Release|x86 + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x64.ActiveCfg = Release|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x64.Build.0 = Release|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x86.ActiveCfg = Release|Any CPU + {AA837BCA-A2D6-4F74-95BC-1F6A66146562}.Release|x86.Build.0 = Release|Any CPU {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|Any CPU.Build.0 = Debug|Any CPU - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x64.ActiveCfg = Debug|x64 - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x64.Build.0 = Debug|x64 - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x86.ActiveCfg = Debug|x86 - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x86.Build.0 = Debug|x86 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x64.ActiveCfg = Debug|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x64.Build.0 = Debug|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x86.ActiveCfg = Debug|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Debug|x86.Build.0 = Debug|Any CPU {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|Any CPU.ActiveCfg = Release|Any CPU {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|Any CPU.Build.0 = Release|Any CPU - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x64.ActiveCfg = Release|x64 - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x64.Build.0 = Release|x64 - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x86.ActiveCfg = Release|x86 - {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x86.Build.0 = Release|x86 + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x64.ActiveCfg = Release|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x64.Build.0 = Release|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x86.ActiveCfg = Release|Any CPU + {53FB25E0-C8CB-4D65-8D94-6FA627BF9760}.Release|x86.Build.0 = Release|Any CPU {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x64.ActiveCfg = Debug|x64 - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x64.Build.0 = Debug|x64 - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x86.ActiveCfg = Debug|x86 - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x86.Build.0 = Debug|x86 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x64.ActiveCfg = Debug|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x64.Build.0 = Debug|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x86.ActiveCfg = Debug|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Debug|x86.Build.0 = Debug|Any CPU {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|Any CPU.ActiveCfg = Release|Any CPU {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|Any CPU.Build.0 = Release|Any CPU - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x64.ActiveCfg = Release|x64 - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x64.Build.0 = Release|x64 - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x86.ActiveCfg = Release|x86 - {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x86.Build.0 = Release|x86 + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x64.ActiveCfg = Release|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x64.Build.0 = Release|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x86.ActiveCfg = Release|Any CPU + {833A65BC-5B37-468D-8BB4-2343CEFDFA5D}.Release|x86.Build.0 = Release|Any CPU {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x64.ActiveCfg = Debug|x64 - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x64.Build.0 = Debug|x64 - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x86.ActiveCfg = Debug|x86 - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x86.Build.0 = Debug|x86 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x64.ActiveCfg = Debug|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x64.Build.0 = Debug|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x86.ActiveCfg = Debug|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Debug|x86.Build.0 = Debug|Any CPU {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|Any CPU.ActiveCfg = Release|Any CPU {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|Any CPU.Build.0 = Release|Any CPU - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x64.ActiveCfg = Release|x64 - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x64.Build.0 = Release|x64 - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x86.ActiveCfg = Release|x86 - {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x86.Build.0 = Release|x86 + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x64.ActiveCfg = Release|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x64.Build.0 = Release|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x86.ActiveCfg = Release|Any CPU + {C42C352E-F3E2-41F6-A446-0CACDA5096AF}.Release|x86.Build.0 = Release|Any CPU {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x64.ActiveCfg = Debug|x64 - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x64.Build.0 = Debug|x64 - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x86.ActiveCfg = Debug|x86 - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x86.Build.0 = Debug|x86 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x64.ActiveCfg = Debug|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x64.Build.0 = Debug|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x86.ActiveCfg = Debug|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Debug|x86.Build.0 = Debug|Any CPU {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|Any CPU.ActiveCfg = Release|Any CPU {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|Any CPU.Build.0 = Release|Any CPU - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x64.ActiveCfg = Release|x64 - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x64.Build.0 = Release|x64 - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x86.ActiveCfg = Release|x86 - {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x86.Build.0 = Release|x86 + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x64.ActiveCfg = Release|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x64.Build.0 = Release|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x86.ActiveCfg = Release|Any CPU + {EF313B39-68CF-45D1-9094-BDDCCAC9DB2D}.Release|x86.Build.0 = Release|Any CPU {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x64.ActiveCfg = Debug|x64 - {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x64.Build.0 = Debug|x64 - {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x86.ActiveCfg = Debug|x86 - {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x86.Build.0 = Debug|x86 + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x64.ActiveCfg = Debug|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x64.Build.0 = Debug|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x86.ActiveCfg = Debug|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Debug|x86.Build.0 = Debug|Any CPU {8A936050-5B84-4711-A235-2BA36A445B26}.Release|Any CPU.ActiveCfg = Release|Any CPU {8A936050-5B84-4711-A235-2BA36A445B26}.Release|Any CPU.Build.0 = Release|Any CPU - {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x64.ActiveCfg = Release|x64 - {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x64.Build.0 = Release|x64 - {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x86.ActiveCfg = Release|x86 - {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x86.Build.0 = Release|x86 + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x64.ActiveCfg = Release|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x64.Build.0 = Release|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x86.ActiveCfg = Release|Any CPU + {8A936050-5B84-4711-A235-2BA36A445B26}.Release|x86.Build.0 = Release|Any CPU {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x64.ActiveCfg = Debug|x64 - {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x64.Build.0 = Debug|x64 - {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x86.ActiveCfg = Debug|x86 - {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x86.Build.0 = Debug|x86 + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x64.ActiveCfg = Debug|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x64.Build.0 = Debug|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x86.ActiveCfg = Debug|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Debug|x86.Build.0 = Debug|Any CPU {8120B952-D9BC-450A-B691-C030177CD24D}.Release|Any CPU.ActiveCfg = Release|Any CPU {8120B952-D9BC-450A-B691-C030177CD24D}.Release|Any CPU.Build.0 = Release|Any CPU - {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x64.ActiveCfg = Release|x64 - {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x64.Build.0 = Release|x64 - {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x86.ActiveCfg = Release|x86 - {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x86.Build.0 = Release|x86 + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x64.ActiveCfg = Release|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x64.Build.0 = Release|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x86.ActiveCfg = Release|Any CPU + {8120B952-D9BC-450A-B691-C030177CD24D}.Release|x86.Build.0 = Release|Any CPU {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x64.ActiveCfg = Debug|x64 - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x64.Build.0 = Debug|x64 - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x86.ActiveCfg = Debug|x86 - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x86.Build.0 = Debug|x86 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x64.ActiveCfg = Debug|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x64.Build.0 = Debug|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x86.ActiveCfg = Debug|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Debug|x86.Build.0 = Debug|Any CPU {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|Any CPU.ActiveCfg = Release|Any CPU {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|Any CPU.Build.0 = Release|Any CPU - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x64.ActiveCfg = Release|x64 - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x64.Build.0 = Release|x64 - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x86.ActiveCfg = Release|x86 - {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x86.Build.0 = Release|x86 + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x64.ActiveCfg = Release|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x64.Build.0 = Release|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x86.ActiveCfg = Release|Any CPU + {E3C25A1C-2754-4134-8780-1F0A247D6850}.Release|x86.Build.0 = Release|Any CPU {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|Any CPU.Build.0 = Debug|Any CPU - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x64.ActiveCfg = Debug|x64 - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x64.Build.0 = Debug|x64 - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x86.ActiveCfg = Debug|x86 - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x86.Build.0 = Debug|x86 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x64.ActiveCfg = Debug|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x64.Build.0 = Debug|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x86.ActiveCfg = Debug|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Debug|x86.Build.0 = Debug|Any CPU {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|Any CPU.ActiveCfg = Release|Any CPU {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|Any CPU.Build.0 = Release|Any CPU - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x64.ActiveCfg = Release|x64 - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x64.Build.0 = Release|x64 - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x86.ActiveCfg = Release|x86 - {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x86.Build.0 = Release|x86 + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x64.ActiveCfg = Release|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x64.Build.0 = Release|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x86.ActiveCfg = Release|Any CPU + {5323D32E-0CF2-41B6-AF91-37F744AC1554}.Release|x86.Build.0 = Release|Any CPU {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x64.ActiveCfg = Debug|x64 - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x64.Build.0 = Debug|x64 - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x86.ActiveCfg = Debug|x86 - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x86.Build.0 = Debug|x86 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x64.ActiveCfg = Debug|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x64.Build.0 = Debug|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x86.ActiveCfg = Debug|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Debug|x86.Build.0 = Debug|Any CPU {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|Any CPU.ActiveCfg = Release|Any CPU {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|Any CPU.Build.0 = Release|Any CPU - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x64.ActiveCfg = Release|x64 - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x64.Build.0 = Release|x64 - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x86.ActiveCfg = Release|x86 - {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x86.Build.0 = Release|x86 + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x64.ActiveCfg = Release|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x64.Build.0 = Release|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x86.ActiveCfg = Release|Any CPU + {22E99FEC-8DFC-4E87-90EE-BC7F6E988DAD}.Release|x86.Build.0 = Release|Any CPU {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x64.ActiveCfg = Debug|x64 - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x64.Build.0 = Debug|x64 - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x86.ActiveCfg = Debug|x86 - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x86.Build.0 = Debug|x86 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x64.ActiveCfg = Debug|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x64.Build.0 = Debug|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x86.ActiveCfg = Debug|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Debug|x86.Build.0 = Debug|Any CPU {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|Any CPU.ActiveCfg = Release|Any CPU {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|Any CPU.Build.0 = Release|Any CPU - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x64.ActiveCfg = Release|x64 - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x64.Build.0 = Release|x64 - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x86.ActiveCfg = Release|x86 - {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x86.Build.0 = Release|x86 + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x64.ActiveCfg = Release|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x64.Build.0 = Release|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x86.ActiveCfg = Release|Any CPU + {0E546413-BBF8-40B3-8534-8D1D986AA888}.Release|x86.Build.0 = Release|Any CPU {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|Any CPU.Build.0 = Debug|Any CPU - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x64.ActiveCfg = Debug|x64 - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x64.Build.0 = Debug|x64 - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x86.ActiveCfg = Debug|x86 - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x86.Build.0 = Debug|x86 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x64.ActiveCfg = Debug|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x64.Build.0 = Debug|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x86.ActiveCfg = Debug|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Debug|x86.Build.0 = Debug|Any CPU {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|Any CPU.ActiveCfg = Release|Any CPU {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|Any CPU.Build.0 = Release|Any CPU - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x64.ActiveCfg = Release|x64 - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x64.Build.0 = Release|x64 - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x86.ActiveCfg = Release|x86 - {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x86.Build.0 = Release|x86 + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x64.ActiveCfg = Release|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x64.Build.0 = Release|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x86.ActiveCfg = Release|Any CPU + {D92ADA88-361B-480A-81D2-AE1F7B2E0660}.Release|x86.Build.0 = Release|Any CPU {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x64.ActiveCfg = Debug|x64 - {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x64.Build.0 = Debug|x64 - {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x86.ActiveCfg = Debug|x86 - {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x86.Build.0 = Debug|x86 + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x64.ActiveCfg = Debug|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x64.Build.0 = Debug|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x86.ActiveCfg = Debug|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Debug|x86.Build.0 = Debug|Any CPU {4FB42026-81C2-47B3-99A4-751452E64814}.Release|Any CPU.ActiveCfg = Release|Any CPU {4FB42026-81C2-47B3-99A4-751452E64814}.Release|Any CPU.Build.0 = Release|Any CPU - {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x64.ActiveCfg = Release|x64 - {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x64.Build.0 = Release|x64 - {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x86.ActiveCfg = Release|x86 - {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x86.Build.0 = Release|x86 + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x64.ActiveCfg = Release|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x64.Build.0 = Release|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x86.ActiveCfg = Release|Any CPU + {4FB42026-81C2-47B3-99A4-751452E64814}.Release|x86.Build.0 = Release|Any CPU {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|Any CPU.Build.0 = Debug|Any CPU - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x64.ActiveCfg = Debug|x64 - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x64.Build.0 = Debug|x64 - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x86.ActiveCfg = Debug|x86 - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x86.Build.0 = Debug|x86 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x64.ActiveCfg = Debug|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x64.Build.0 = Debug|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x86.ActiveCfg = Debug|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Debug|x86.Build.0 = Debug|Any CPU {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|Any CPU.ActiveCfg = Release|Any CPU {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|Any CPU.Build.0 = Release|Any CPU - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x64.ActiveCfg = Release|x64 - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x64.Build.0 = Release|x64 - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x86.ActiveCfg = Release|x86 - {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x86.Build.0 = Release|x86 + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x64.ActiveCfg = Release|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x64.Build.0 = Release|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x86.ActiveCfg = Release|Any CPU + {EEEE504F-24AC-4932-9B28-F684AB20FB50}.Release|x86.Build.0 = Release|Any CPU {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|Any CPU.Build.0 = Debug|Any CPU - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x64.ActiveCfg = Debug|x64 - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x64.Build.0 = Debug|x64 - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x86.ActiveCfg = Debug|x86 - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x86.Build.0 = Debug|x86 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x64.ActiveCfg = Debug|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x64.Build.0 = Debug|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x86.ActiveCfg = Debug|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Debug|x86.Build.0 = Debug|Any CPU {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|Any CPU.ActiveCfg = Release|Any CPU {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|Any CPU.Build.0 = Release|Any CPU - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x64.ActiveCfg = Release|x64 - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x64.Build.0 = Release|x64 - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.ActiveCfg = Release|x86 - {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.Build.0 = Release|x86 + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x64.ActiveCfg = Release|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x64.Build.0 = Release|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.ActiveCfg = Release|Any CPU + {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.Build.0 = Release|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x64.ActiveCfg = Debug|x64 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x64.Build.0 = Debug|x64 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x86.ActiveCfg = Debug|x86 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x86.Build.0 = Debug|x86 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|Any CPU.Build.0 = Release|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x64.ActiveCfg = Release|x64 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x64.Build.0 = Release|x64 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x86.ActiveCfg = Release|x86 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -583,5 +597,6 @@ Global {4FB42026-81C2-47B3-99A4-751452E64814} = {5734E9DC-CF67-4337-B28E-695280598B88} {EEEE504F-24AC-4932-9B28-F684AB20FB50} = {5734E9DC-CF67-4337-B28E-695280598B88} {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD} = {AA791E28-7914-439A-B59A-580B8D8FE95D} + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7} = {058BCE2A-8F81-4404-83D3-844CE030E513} EndGlobalSection EndGlobal diff --git a/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj b/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj new file mode 100644 index 0000000000..2f1641e36c --- /dev/null +++ b/test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj @@ -0,0 +1,15 @@ + + + net452 + + + + + PreserveNewest + + + PreserveNewest + + + + From 1ffe6908ad665f9907ba04853d1715732ea16804 Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Mon, 1 May 2017 23:04:39 +0200 Subject: [PATCH 30/48] Updated Cake and dotnet CLI --- build.ps1 | 4 ++-- build.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.ps1 b/build.ps1 index bc669da809..6a991d90f8 100644 --- a/build.ps1 +++ b/build.ps1 @@ -1,5 +1,5 @@ -$CakeVersion = "0.19.1" -$DotNetVersion = "1.0.1"; +$CakeVersion = "0.19.4" +$DotNetVersion = "1.0.3"; $DotNetInstallerUri = "https://raw.githubusercontent.com/dotnet/cli/rel/1.0.1/scripts/obtain/dotnet-install.ps1"; # Make sure tools folder exists diff --git a/build.sh b/build.sh index 07a3a7aa71..8b041a5e5a 100755 --- a/build.sh +++ b/build.sh @@ -3,9 +3,9 @@ # Define directories. SCRIPT_DIR=$PWD TOOLS_DIR=$SCRIPT_DIR/tools -CAKE_VERSION=0.19.1 +CAKE_VERSION=0.19.4 CAKE_DLL=$TOOLS_DIR/Cake.CoreCLR.$CAKE_VERSION/Cake.dll -DOTNET_VERSION=1.0.1 +DOTNET_VERSION=1.0.3 DOTNET_INSTRALL_URI=https://raw.githubusercontent.com/dotnet/cli/rel/1.0.1/scripts/obtain/dotnet-install.sh # Make sure the tools folder exist. From 28755f7519ec16e7d43400592fe880e9bfc87295 Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Mon, 1 May 2017 23:05:10 +0200 Subject: [PATCH 31/48] Fix restore verbosity --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index b34764539c..59e7307e77 100644 --- a/build.cake +++ b/build.cake @@ -264,7 +264,7 @@ Task("Restore-NuGet-Packages") var settings = new DotNetCoreRestoreSettings { Verbose = false, - Verbosity = DotNetCoreRestoreVerbosity.Warning, + Verbosity = DotNetCoreRestoreVerbosity.Minimal, Sources = new [] { "https://www.myget.org/F/xunit/api/v3/index.json", "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json", From dec2d5dc05c658b775beba7af1d7f15432dbef5a Mon Sep 17 00:00:00 2001 From: Kristian Hellang Date: Mon, 1 May 2017 23:29:26 +0200 Subject: [PATCH 32/48] Replace xproj with csproj --- build.cake | 65 +++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/build.cake b/build.cake index 59e7307e77..8bb2f80d9c 100644 --- a/build.cake +++ b/build.cake @@ -60,28 +60,28 @@ Task("Compile") { if (IsRunningOnUnix()) { - var srcProjects = GetFiles("./src/**/*.xproj"); + var srcProjects = GetFiles("./src/**/*.csproj"); if (srcProjects.Count == 0) { throw new CakeException("Unable to find any projects to build."); } - srcProjects = srcProjects - GetFiles("./**/Nancy.Encryption.MachineKey.xproj"); + srcProjects = srcProjects - GetFiles("./**/Nancy.Encryption.MachineKey.csproj"); - var testProjects = GetFiles("./test/**/*.xproj"); + var testProjects = GetFiles("./test/**/*.csproj"); var dotnetTestProjects = testProjects - - GetFiles("test/**/Nancy.Embedded.Tests.xproj") - - GetFiles("test/**/Nancy.Encryption.MachineKey.Tests.xproj") - - GetFiles("test/**/Nancy.Hosting.Aspnet.Tests.xproj") - - GetFiles("test/**/Nancy.Hosting.Self.Tests.xproj") - - GetFiles("test/**/Nancy.Owin.Tests.xproj") - - GetFiles("test/**/Nancy.Validation.DataAnnotatioins.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.DotLiquid.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.Markdown.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.Models.xproj"); + - GetFiles("test/**/Nancy.Embedded.Tests.csproj") + - GetFiles("test/**/Nancy.Encryption.MachineKey.Tests.csproj") + - GetFiles("test/**/Nancy.Hosting.Aspnet.Tests.csproj") + - GetFiles("test/**/Nancy.Hosting.Self.Tests.csproj") + - GetFiles("test/**/Nancy.Owin.Tests.csproj") + - GetFiles("test/**/Nancy.Validation.DataAnnotatioins.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.DotLiquid.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.Markdown.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.Models.csproj"); foreach(var srcProject in srcProjects) { @@ -112,9 +112,8 @@ Task("Compile") } else { - var projects = GetFiles("./**/*.xproj"); - projects = projects - - GetFiles("./**/Nancy.Encryption.MachineKey.xproj"); + var projects = GetFiles("./src/**/*.csproj"); + projects = projects - GetFiles("./**/Nancy.Encryption.MachineKey.csproj"); foreach(var project in projects) { DotNetCoreBuild(project.GetDirectory().FullPath, new DotNetCoreBuildSettings { @@ -143,7 +142,7 @@ Task("Package-NuGet") .Description("Generates NuGet packages for each project that contains a nuspec") .Does(() => { - var projects = GetFiles("./src/**/*.xproj"); + var projects = GetFiles("./src/**/*.csproj"); foreach(var project in projects) { var settings = new DotNetCorePackSettings { @@ -296,8 +295,8 @@ Task("Test") .Does(() => { var projects = - GetFiles("./test/**/*.xproj") - - GetFiles("./test/**/Nancy.ViewEngines.Razor.Tests.Models.xproj"); + GetFiles("./test/**/*.csproj") - + GetFiles("./test/**/Nancy.ViewEngines.Razor.Tests.Models.csproj"); if (projects.Count == 0) { @@ -307,22 +306,22 @@ Task("Test") if (IsRunningOnUnix()) { projects = projects - - GetFiles("./test/**/Nancy.Encryption.MachineKey.Tests.xproj") - - GetFiles("./test/**/Nancy.ViewEngines.DotLiquid.Tests.xproj") - - GetFiles("./test/**/Nancy.Embedded.Tests.xproj"); //Embedded somehow doesnt get executed on Travis but nothing explicit sets it + - GetFiles("./test/**/Nancy.Encryption.MachineKey.Tests.csproj") + - GetFiles("./test/**/Nancy.ViewEngines.DotLiquid.Tests.csproj") + - GetFiles("./test/**/Nancy.Embedded.Tests.csproj"); //Embedded somehow doesnt get executed on Travis but nothing explicit sets it - var testProjects = GetFiles("./test/**/*.xproj"); + var testProjects = GetFiles("./test/**/*.csproj"); var dotnetTestProjects = testProjects - - GetFiles("test/**/Nancy.Embedded.Tests.xproj") - - GetFiles("test/**/Nancy.Encryption.MachineKey.Tests.xproj") - - GetFiles("test/**/Nancy.Hosting.Aspnet.Tests.xproj") - - GetFiles("test/**/Nancy.Hosting.Self.Tests.xproj") - - GetFiles("test/**/Nancy.Owin.Tests.xproj") - - GetFiles("test/**/Nancy.Validation.DataAnnotatioins.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.DotLiquid.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.Markdown.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.xproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.Models.xproj"); + - GetFiles("test/**/Nancy.Embedded.Tests.csproj") + - GetFiles("test/**/Nancy.Encryption.MachineKey.Tests.csproj") + - GetFiles("test/**/Nancy.Hosting.Aspnet.Tests.csproj") + - GetFiles("test/**/Nancy.Hosting.Self.Tests.csproj") + - GetFiles("test/**/Nancy.Owin.Tests.csproj") + - GetFiles("test/**/Nancy.Validation.DataAnnotatioins.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.DotLiquid.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.Markdown.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.csproj") + - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.Models.csproj"); foreach(var dotnetTestProject in dotnetTestProjects) { From 78daacfe4cdc18bac9ac56c9e3edf07488d3516d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 27 May 2017 16:21:10 +0200 Subject: [PATCH 33/48] Changed VersionPrefix to Version --- src/Directory.build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Directory.build.props b/src/Directory.build.props index be68d3e5ef..5dc001c29f 100644 --- a/src/Directory.build.props +++ b/src/Directory.build.props @@ -1,4 +1,4 @@ - + Andreas Håkansson, Steven Robbins and contributors true @@ -7,7 +7,7 @@ https://github.com/NancyFx/Nancy/blob/master/license.txt http://nancyfx.org Nancy - 2.0.0-clinteastwood + 2.0.0-clinteastwood From 4c4a3f8d6743480b84687ac4a55614847b4b803f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 27 May 2017 18:27:11 +0200 Subject: [PATCH 34/48] Cleaned up Build.cake --- build.cake | 255 ++++++++++++++--------------------------------------- 1 file changed, 64 insertions(+), 191 deletions(-) diff --git a/build.cake b/build.cake index 8bb2f80d9c..48582ce5a9 100644 --- a/build.cake +++ b/build.cake @@ -1,26 +1,25 @@ // Usings -using System.Xml; -using System.Xml.Linq; -using System.Xml.XPath; +using System.Text.RegularExpressions; // Arguments var target = Argument("target", "Default"); var source = Argument("source", null); var apiKey = Argument("apikey", null); var version = Argument("targetversion", "2.0.0-Pre" + (EnvironmentVariable("APPVEYOR_BUILD_NUMBER") ?? "0")); -var skipClean = Argument("skipclean", false); -var skipTests = Argument("skiptests", false); var nogit = Argument("nogit", false); // Variables -var configuration = IsRunningOnWindows() ? "Release" : "MonoRelease"; +// var configuration = IsRunningOnWindows() ? "Release" : "MonoRelease"; +var configuration = "Release"; +var fullFrameworkTarget = "net452"; +var coreTarget = "netstandard1.6"; var projectJsonFiles = GetFiles("./src/**/project.json"); // Directories var output = Directory("build"); var outputBinaries = output + Directory("binaries"); -var outputBinariesNet452 = outputBinaries + Directory("net452"); -var outputBinariesNetstandard = outputBinaries + Directory("netstandard1.6"); +var outputBinariesNet452 = outputBinaries + Directory(fullFrameworkTarget); +var outputBinariesNetstandard = outputBinaries + Directory(coreTarget); var outputPackages = output + Directory("packages"); var outputNuGet = output + Directory("nuget"); @@ -45,82 +44,38 @@ Task("Clean") outputBinariesNetstandard }); - if(!skipClean) { - CleanDirectories("./src/**/" + configuration); - CleanDirectories("./test/**/" + configuration); - CleanDirectories("./samples/**/" + configuration); - } + CleanDirectories("./src/**/" + configuration); + CleanDirectories("./test/**/" + configuration); + CleanDirectories("./samples/**/" + configuration); }); Task("Compile") - .Description("Builds the solution") + .Description("Builds all the projects in the solution") .IsDependentOn("Clean") .IsDependentOn("Restore-NuGet-Packages") .Does(() => { - if (IsRunningOnUnix()) - { - var srcProjects = GetFiles("./src/**/*.csproj"); - - if (srcProjects.Count == 0) - { - throw new CakeException("Unable to find any projects to build."); - } - - srcProjects = srcProjects - GetFiles("./**/Nancy.Encryption.MachineKey.csproj"); - - var testProjects = GetFiles("./test/**/*.csproj"); - - var dotnetTestProjects = testProjects - - GetFiles("test/**/Nancy.Embedded.Tests.csproj") - - GetFiles("test/**/Nancy.Encryption.MachineKey.Tests.csproj") - - GetFiles("test/**/Nancy.Hosting.Aspnet.Tests.csproj") - - GetFiles("test/**/Nancy.Hosting.Self.Tests.csproj") - - GetFiles("test/**/Nancy.Owin.Tests.csproj") - - GetFiles("test/**/Nancy.Validation.DataAnnotatioins.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.DotLiquid.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.Markdown.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.Models.csproj"); - - foreach(var srcProject in srcProjects) - { - DotNetCoreBuild(srcProject.GetDirectory().FullPath, new DotNetCoreBuildSettings { - Configuration = configuration, - Verbose = false - }); - } - - foreach(var testProject in testProjects) - { - DotNetCoreBuild(testProject.GetDirectory().FullPath, new DotNetCoreBuildSettings { - Configuration = configuration, - Verbose = false, - Framework = "net452", - Runtime = "unix-x64" - }); - } + var projects = + GetFiles("./**/*.csproj") - + GetFiles("./samples/**/*.csproj"); - foreach(var dotnetTestProject in dotnetTestProjects) - { - DotNetCoreBuild(dotnetTestProject.GetDirectory().FullPath, new DotNetCoreBuildSettings { - Configuration = configuration, - Verbose = false, - Framework = "netcoreapp1.0" - }); - } + if (projects.Count == 0) + { + throw new CakeException("Unable to find any projects to build."); } - else + + foreach(var project in projects) { - var projects = GetFiles("./src/**/*.csproj"); - projects = projects - GetFiles("./**/Nancy.Encryption.MachineKey.csproj"); - foreach(var project in projects) - { - DotNetCoreBuild(project.GetDirectory().FullPath, new DotNetCoreBuildSettings { - Configuration = configuration, - Verbose = false - }); - } + DotNetCoreBuild(project.GetDirectory().FullPath, new DotNetCoreBuildSettings { + ArgumentCustomization = args => { + if (IsRunningOnUnix()) { + args.Append(string.Concat("-f ", coreTarget)); + } + + return args; + }, + Configuration = configuration + }); } }); @@ -139,18 +94,15 @@ Task("Package") }); Task("Package-NuGet") - .Description("Generates NuGet packages for each project that contains a nuspec") + .Description("Generates NuGet packages for each project") .Does(() => { - var projects = GetFiles("./src/**/*.csproj"); - foreach(var project in projects) + foreach(var project in GetFiles("./src/**/*.csproj")) { - var settings = new DotNetCorePackSettings { + DotNetCorePack(project.GetDirectory().FullPath, new DotNetCorePackSettings { Configuration = "Release", OutputDirectory = outputNuGet - }; - - DotNetCorePack(project.GetDirectory().FullPath, settings); + }); } }); @@ -160,16 +112,16 @@ Task("Publish") .Does(() => { // Copy net452 binaries. - CopyFiles(GetFiles("src/**/bin/" + configuration + "/net452/*.dll") - + GetFiles("src/**/bin/" + configuration + "/net452/*.xml") - + GetFiles("src/**/bin/" + configuration + "/net452/*.pdb") - + GetFiles("src/**/*.ps1"), outputBinariesNet452); + CopyFiles(GetFiles("./src/**/bin/" + configuration + "/" + fullFrameworkTarget + "/*.dll") + + GetFiles("./src/**/bin/" + configuration + "/" + fullFrameworkTarget + "/*.xml") + + GetFiles("./src/**/bin/" + configuration + "/" + fullFrameworkTarget + "/*.pdb") + + GetFiles("./src/**/*.ps1"), outputBinariesNet452); // Copy netstandard binaries. - CopyFiles(GetFiles("src/**/bin/" + configuration + "/netstandard1.6/*.dll") - + GetFiles("src/**/bin/" + configuration + "/netstandard1.6/*.xml") - + GetFiles("src/**/bin/" + configuration + "/netstandard1.6/*.pdb") - + GetFiles("src/**/*.ps1"), outputBinariesNetstandard); + CopyFiles(GetFiles("./src/**/bin/" + configuration + "/" + coreTarget + "/*.dll") + + GetFiles("./src/**/bin/" + configuration + "/" + coreTarget + "/*.xml") + + GetFiles("./src/**/bin/" + configuration + "/" + coreTarget + "/*.pdb") + + GetFiles("./src/**/*.ps1"), outputBinariesNetstandard); }); Task("Publish-NuGet") @@ -194,13 +146,11 @@ Task("Publish-NuGet") }); Task("Prepare-Release") + .IsDependentOn("Update-Version") .Does(() => { - // Update version. - UpdateProjectJsonVersion(version, projectJsonFiles); - // Add - foreach (var file in projectJsonFiles) + foreach (var file in GetFiles("./src/**/*.csproj")) { if (nogit) { @@ -257,30 +207,14 @@ Task("Prepare-Release") }); Task("Restore-NuGet-Packages") - .Description("Restores NuGet packages") + .Description("Restores NuGet packages for all projects") .Does(() => - { - var settings = new DotNetCoreRestoreSettings - { - Verbose = false, - Verbosity = DotNetCoreRestoreVerbosity.Minimal, - Sources = new [] { - "https://www.myget.org/F/xunit/api/v3/index.json", - "https://dotnet.myget.org/F/dotnet-core/api/v3/index.json", - "https://dotnet.myget.org/F/cli-deps/api/v3/index.json", - "https://api.nuget.org/v3/index.json" - } - }; - - //Restore at root until preview1-002702 bug fixed - DotNetCoreRestore("./", settings); - //DotNetCoreRestore("./src", settings); - //DotNetCoreRestore("./samples", settings); - //DotNetCoreRestore("./test", settings); + { + DotNetCoreRestore(); }); Task("Tag") - .Description("Tags the current release.") + .Description("Tags the current release") .Does(() => { StartProcess("git", new ProcessSettings { @@ -289,77 +223,23 @@ Task("Tag") }); Task("Test") - .Description("Executes xUnit tests") - .WithCriteria(!skipTests) + .Description("Executes unit tests for all projects") .IsDependentOn("Compile") .Does(() => { var projects = - GetFiles("./test/**/*.csproj") - - GetFiles("./test/**/Nancy.ViewEngines.Razor.Tests.Models.csproj"); + GetFiles("./test/**/*.csproj"); if (projects.Count == 0) { throw new CakeException("Unable to find any projects to test."); } - if (IsRunningOnUnix()) - { - projects = projects - - GetFiles("./test/**/Nancy.Encryption.MachineKey.Tests.csproj") - - GetFiles("./test/**/Nancy.ViewEngines.DotLiquid.Tests.csproj") - - GetFiles("./test/**/Nancy.Embedded.Tests.csproj"); //Embedded somehow doesnt get executed on Travis but nothing explicit sets it - - var testProjects = GetFiles("./test/**/*.csproj"); - var dotnetTestProjects = testProjects - - GetFiles("test/**/Nancy.Embedded.Tests.csproj") - - GetFiles("test/**/Nancy.Encryption.MachineKey.Tests.csproj") - - GetFiles("test/**/Nancy.Hosting.Aspnet.Tests.csproj") - - GetFiles("test/**/Nancy.Hosting.Self.Tests.csproj") - - GetFiles("test/**/Nancy.Owin.Tests.csproj") - - GetFiles("test/**/Nancy.Validation.DataAnnotatioins.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.DotLiquid.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.Markdown.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.csproj") - - GetFiles("test/**/Nancy.ViewEngines.Razor.Tests.Models.csproj"); - - foreach(var dotnetTestProject in dotnetTestProjects) - { - DotNetCoreTest(dotnetTestProject.GetDirectory().FullPath, new DotNetCoreTestSettings { - Configuration = configuration, - Framework = "netcoreapp1.0" - }); - } - } - foreach(var project in projects) { - if (IsRunningOnWindows()) - { - DotNetCoreTest(project.GetDirectory().FullPath, new DotNetCoreTestSettings { - Configuration = configuration - }); - } - else - { - var dirPath = project.GetDirectory().FullPath; - var testFile = project.GetFilenameWithoutExtension(); - - var settings = new ProcessSettings { - Arguments = - dirPath + "/bin/" + configuration + "/net452/unix-x64/dotnet-test-xunit.exe" + " " + - dirPath + "/bin/" + configuration + "/net452/unix-x64/" + testFile + ".dll" - }; - - using(var process = StartAndReturnProcess("mono", settings)) - { - process.WaitForExit(); - if (process.GetExitCode() != 0) - { - throw new Exception("Nancy tests failed."); - } - } - } + DotNetCoreTest(project.FullPath, new DotNetCoreTestSettings { + NoBuild = true + }); } }); @@ -372,32 +252,25 @@ Task("Update-Version") throw new CakeException("No version specified! You need to pass in --targetversion=\"x.y.z\""); } - UpdateProjectJsonVersion(version, projectJsonFiles); - }); + var file = + MakeAbsolute(File("./src/Directory.build.props")); -/* -/ RUN BUILD TARGET -*/ - -RunTarget(target); - -/* -/ HELPER FUNCTIONS -*/ + Information(file.FullPath); -public static void UpdateProjectJsonVersion(string version, FilePathCollection filePaths) -{ - foreach (var file in filePaths) - { var project = System.IO.File.ReadAllText(file.FullPath, Encoding.UTF8); var projectVersion = - new System.Text.RegularExpressions.Regex("(\"version\":\\s*)\".+\""); + new Regex(@".+<\/Version>"); project = - projectVersion.Replace(project, "$1\"" + version + "\"", 1); + projectVersion.Replace(project, string.Concat("", version, "")); System.IO.File.WriteAllText(file.FullPath, project, Encoding.UTF8); - } -} + }); + +/* +/ RUN BUILD TARGET +*/ + +RunTarget(target); From 013d3003ec120478105892fe4bd551629777ecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 27 May 2017 18:27:48 +0200 Subject: [PATCH 35/48] Fixed broken tests on all tfms --- .../Nancy.Hosting.Self.Tests.csproj | 4 + .../Tests/PartialViewTests.cs | 4 +- .../Tests/TracingSmokeTests.cs | 2 +- .../Tests/ViewBagTests.cs | 6 +- test/Nancy.Tests/Nancy.Tests.csproj | 1 + .../Unit/Responses/StreamResponseFixture.cs | 66 +++++++++++++--- .../Sessions/CookieBasedSessionsFixture.cs | 77 +++++++++++++++---- .../StaticContentConventionBuilderFixture.cs | 12 ++- 8 files changed, 134 insertions(+), 38 deletions(-) diff --git a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj index 3714299152..f2c54b0e39 100644 --- a/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj +++ b/test/Nancy.Hosting.Self.Tests/Nancy.Hosting.Self.Tests.csproj @@ -3,6 +3,10 @@ net452 + + + + $(DefineConstants);MONO diff --git a/test/Nancy.Tests.Functional/Tests/PartialViewTests.cs b/test/Nancy.Tests.Functional/Tests/PartialViewTests.cs index 0daa6d6aee..7097241454 100644 --- a/test/Nancy.Tests.Functional/Tests/PartialViewTests.cs +++ b/test/Nancy.Tests.Functional/Tests/PartialViewTests.cs @@ -1,4 +1,4 @@ -#if !NETCOREAPP1_0 +#if !CORE namespace Nancy.Tests.Functional.Tests { using System; @@ -41,7 +41,7 @@ public async Task When_Using_Partial_View_Then_First_Index_Of_ViewStart_Should_E var firstIndex = body.IndexOf(@"Hello World, this is the View Start...", StringComparison.Ordinal); var lastIndex = body.LastIndexOf(@"Hello World, this is the View Start...", StringComparison.Ordinal); - + // If the index is not the same then the string occurs twice... Assert.Equal(firstIndex, lastIndex); } diff --git a/test/Nancy.Tests.Functional/Tests/TracingSmokeTests.cs b/test/Nancy.Tests.Functional/Tests/TracingSmokeTests.cs index 99c99fb922..a5de8fefaa 100644 --- a/test/Nancy.Tests.Functional/Tests/TracingSmokeTests.cs +++ b/test/Nancy.Tests.Functional/Tests/TracingSmokeTests.cs @@ -1,4 +1,4 @@ -#if !NETCOREAPP1_0 +#if !CORE namespace Nancy.Tests.Functional.Tests { using System; diff --git a/test/Nancy.Tests.Functional/Tests/ViewBagTests.cs b/test/Nancy.Tests.Functional/Tests/ViewBagTests.cs index c2b440b944..5f51d2c1a3 100644 --- a/test/Nancy.Tests.Functional/Tests/ViewBagTests.cs +++ b/test/Nancy.Tests.Functional/Tests/ViewBagTests.cs @@ -1,4 +1,4 @@ -#if !NETCOREAPP1_0 +#if !CORE namespace Nancy.Tests.Functional.Tests { using System.Threading.Tasks; @@ -12,7 +12,7 @@ public class ViewBagTests private readonly INancyBootstrapper bootstrapper; private readonly Browser browser; - + public ViewBagTests() { this.bootstrapper = new ConfigurableBootstrapper( @@ -64,7 +64,7 @@ public async Task Should_serialize_ViewBag() with.HttpRequest(); with.Accept("application/json"); }); - + // When var model = response.Body.DeserializeJson(); diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index e1028f0e10..edb555de86 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,6 +1,7 @@  netcoreapp1.1;net452 + 1.4.1.0 diff --git a/test/Nancy.Tests/Unit/Responses/StreamResponseFixture.cs b/test/Nancy.Tests/Unit/Responses/StreamResponseFixture.cs index 50170d55b1..96b7ae3696 100644 --- a/test/Nancy.Tests/Unit/Responses/StreamResponseFixture.cs +++ b/test/Nancy.Tests/Unit/Responses/StreamResponseFixture.cs @@ -1,11 +1,9 @@ namespace Nancy.Tests.Unit.Responses { + using System; using System.IO; - using FakeItEasy; - using Nancy.Responses; - using Xunit; public class StreamResponseFixture @@ -19,10 +17,10 @@ public void Should_copy_stream_to_output_when_body_invoked() var inputStream = new MemoryStream(streamContent); - - var response = + + var response = new StreamResponse(() => inputStream, "test"); - + var outputStream = new MemoryStream(); // When @@ -62,9 +60,7 @@ public void Should_throw_exception_when_stream_is_non_readable() { // Given var inputStream = - A.Fake(); - - A.CallTo(() => inputStream.CanRead).Returns(false); + new TestStream(canRead: false); var response = new StreamResponse(() => inputStream, "test"); @@ -77,5 +73,55 @@ public void Should_throw_exception_when_stream_is_non_readable() // Then exception.ShouldNotBeNull(); } + + public class TestStream : Stream + { + public TestStream(bool canRead = true, bool canWrite = true) + { + this.CanRead = canRead; + this.CanWrite = canWrite; + } + + public override bool CanRead { get; } + + public override bool CanSeek + { + get { return true; } + } + + public override bool CanWrite { get; } + + public override long Length + { + get { return 0; } + } + + public override long Position + { + get { return 0; } + set { } + } + + public override void Flush() + { + } + public override int Read(byte[] buffer, int offset, int count) + { + return 0; + } + + public override long Seek(long offset, SeekOrigin origin) + { + return 0; + } + + public override void SetLength(long value) + { + } + + public override void Write(byte[] buffer, int offset, int count) + { + } + } } -} \ No newline at end of file +} diff --git a/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs b/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs index c8232e774c..0d2d477307 100644 --- a/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs +++ b/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs @@ -1,20 +1,19 @@ namespace Nancy.Tests.Unit.Sessions { + using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Reflection; + using System.Text; using System.Threading; - using FakeItEasy; - using Nancy.Bootstrapper; using Nancy.Cryptography; using Nancy.Helpers; using Nancy.IO; using Nancy.Session; using Nancy.Tests.Fakes; - using Xunit; public class CookieBasedSessionsFixture @@ -123,18 +122,18 @@ public void Should_load_an_empty_session_if_no_session_cookie_exists() [Fact] public void Should_load_an_empty_session_if_session_cookie_is_invalid() { - //given - var inputValue = ValidHmac.Substring(0, 5); //invalid Hmac - inputValue = HttpUtility.UrlEncode(inputValue); - var store = new CookieBasedSessions(this.aesEncryptionProvider, this.defaultHmacProvider, this.defaultObjectSerializer); - var request = new Request("GET", "/", "http"); - request.Cookies.Add(store.CookieName, inputValue); + //given + var inputValue = ValidHmac.Substring(0, 5); //invalid Hmac + inputValue = HttpUtility.UrlEncode(inputValue); + var store = new CookieBasedSessions(this.aesEncryptionProvider, this.defaultHmacProvider, this.defaultObjectSerializer); + var request = new Request("GET", "/", "http"); + request.Cookies.Add(store.CookieName, inputValue); - //when - var result = store.Load(request); + //when + var result = store.Load(request); - //then - result.Count.ShouldEqual(0); + //then + result.Count.ShouldEqual(0); } [Fact] @@ -492,13 +491,61 @@ public void Should_set_Path_when_config_provides_path_value() cookie.Path.ShouldEqual(storeConfig.Path); } + private class CookieData + { + public string Data { get; set; } + + public string Hmac { get; set; } + + public override string ToString() + { + return HttpUtility.UrlEncode(string.Concat(this.Hmac, this.Data)); + } + } + + private CookieData GenerateCookieData(string key, object data) + { + return this.GenerateCookieData(new Dictionary + { + { key, data } + }); + } + + private CookieData GenerateCookieData(IDictionary data) + { + var sb = new StringBuilder(); + + foreach (var key in data.Keys) + { + sb.Append(HttpUtility.UrlEncode(key)); + sb.Append("="); + + var objectString = this.defaultObjectSerializer.Serialize(data[key]); + + sb.Append(HttpUtility.UrlEncode(objectString)); + sb.Append(";"); + } + + var encryptedData = + this.aesEncryptionProvider.Encrypt(sb.ToString()); + + var hmacBytes = + this.defaultHmacProvider.GenerateHmac(encryptedData); + + return new CookieData + { + Data = encryptedData, + Hmac = Convert.ToBase64String(hmacBytes) + }; + } + private Request CreateRequest(string sessionValue, bool load = true) { var headers = new Dictionary>(1); if (!string.IsNullOrEmpty(sessionValue)) { - headers.Add("cookie", new[] { this.cookieStore.CookieName+ "=" + HttpUtility.UrlEncode(sessionValue) }); + headers.Add("cookie", new[] { this.cookieStore.CookieName + "=" + HttpUtility.UrlEncode(sessionValue) }); } var request = new Request("GET", new Url { Path = "/", Scheme = "http", Port = 9001, BasePath = "goku.power" }, CreateRequestStream(), headers); @@ -521,4 +568,4 @@ private static RequestStream CreateRequestStream(Stream stream) return RequestStream.FromStream(stream, 0, 1, true); } } -} \ No newline at end of file +} diff --git a/test/Nancy.Tests/Unit/StaticContentConventionBuilderFixture.cs b/test/Nancy.Tests/Unit/StaticContentConventionBuilderFixture.cs index b7f9b409fb..cc3a8661a5 100644 --- a/test/Nancy.Tests/Unit/StaticContentConventionBuilderFixture.cs +++ b/test/Nancy.Tests/Unit/StaticContentConventionBuilderFixture.cs @@ -25,12 +25,10 @@ public class StaticContentConventionBuilderFixture public StaticContentConventionBuilderFixture() { - // Under .NET Framework, resources are copied to - // bin\Release\net452\win7-x64\Resources (modulo version and architecture), but under .NET Core, they go to - // bin\Release\netcoreapp1.0\Resources. - // Set our working directory relative the assembly to ensure the tests find the resources. - this.directory = new DirectoryInfo(typeof(StaticContentConventionBuilderFixture).GetAssembly().Location) - .Parent.FullName; + var assembly = typeof(StaticContentConventionBuilderFixture).GetAssembly(); + var localPath = new Uri(assembly.CodeBase).LocalPath; + this.directory = new DirectoryInfo(localPath).Parent.FullName; + this.environment = new DefaultNancyEnvironment(); this.environment.StaticContent(safepaths:this.directory); } @@ -316,4 +314,4 @@ private static Func GetResolver(string virtualDi return StaticContentConventionBuilder.AddDirectory(virtualDirectory, "Resources/Assets/Styles"); } } -} \ No newline at end of file +} From acd63de7618f96b24dd3ef68ec7f361fad1f3956 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Sat, 27 May 2017 18:28:00 +0200 Subject: [PATCH 36/48] Updated Nancy.sln build configurations --- Nancy.sln | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Nancy.sln b/Nancy.sln index 2abb746bd3..340736a3ee 100644 --- a/Nancy.sln +++ b/Nancy.sln @@ -545,16 +545,16 @@ Global {3AF8D59E-D10A-46DE-97A6-0A6C156F22CD}.Release|x86.Build.0 = Release|Any CPU {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x64.ActiveCfg = Debug|x64 - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x64.Build.0 = Debug|x64 - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x86.ActiveCfg = Debug|x86 - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x86.Build.0 = Debug|x86 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x64.ActiveCfg = Debug|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x64.Build.0 = Debug|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x86.ActiveCfg = Debug|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Debug|x86.Build.0 = Debug|Any CPU {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|Any CPU.ActiveCfg = Release|Any CPU {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|Any CPU.Build.0 = Release|Any CPU - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x64.ActiveCfg = Release|x64 - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x64.Build.0 = Release|x64 - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x86.ActiveCfg = Release|x86 - {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x86.Build.0 = Release|x86 + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x64.ActiveCfg = Release|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x64.Build.0 = Release|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x86.ActiveCfg = Release|Any CPU + {08C1D823-E8E1-4D86-8F73-A9F3AE8FEFC7}.Release|x86.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE From 58ad5fb08c2f990b01ddd4bf199a7eca7d730e48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 31 May 2017 16:28:54 +0200 Subject: [PATCH 37/48] Fixed broken tests --- .../EmbeddedStaticContentConventionBuilder.cs | 29 ++++++++++++------- test/Nancy.Tests/Nancy.Tests.csproj | 1 - .../Sessions/CookieBasedSessionsFixture.cs | 25 ++++++++++++---- 3 files changed, 39 insertions(+), 16 deletions(-) diff --git a/src/Nancy.Embedded/Conventions/EmbeddedStaticContentConventionBuilder.cs b/src/Nancy.Embedded/Conventions/EmbeddedStaticContentConventionBuilder.cs index 9511497a48..06e940ba8f 100644 --- a/src/Nancy.Embedded/Conventions/EmbeddedStaticContentConventionBuilder.cs +++ b/src/Nancy.Embedded/Conventions/EmbeddedStaticContentConventionBuilder.cs @@ -80,18 +80,19 @@ private static Func> BuildContentDelegate(NancyContext co return () => null; } - var transformedRequestPath = - GetSafeRequestPath(requestPath, requestedPath, contentPath); + var fullFilePath = + Path.GetFullPath(GetSafeRequestPath(requestPath, requestedPath, contentPath)); - transformedRequestPath = - GetEncodedPath(transformedRequestPath); + var relativeFilePath = + ResolveRelativeFilePath(fullFilePath); - // Resolve relative paths by using c:\ as a fake root path - var fileName = - Path.GetFullPath(Path.Combine("c:\\", transformedRequestPath)); + var fileName = Path.Combine( + Path.DirectorySeparatorChar.ToString(), + GetEncodedPath(relativeFilePath)); - var contentRootPath = - Path.GetFullPath(Path.Combine("c:\\", GetEncodedPath(contentPath))); + var contentRootPath = Path.Combine( + Path.DirectorySeparatorChar.ToString(), + GetEncodedPath(contentPath)); if (!IsWithinContentFolder(contentRootPath, fileName)) { @@ -100,7 +101,7 @@ private static Func> BuildContentDelegate(NancyContext co } var resourceName = - Path.GetDirectoryName(assembly.GetName().Name + fileName.Substring(2)).Replace('\\', '.').Replace('-', '_'); + Path.GetDirectoryName(assembly.GetName().Name + fileName).Replace(Path.DirectorySeparatorChar, '.').Replace('-', '_'); fileName = Path.GetFileName(fileName); @@ -116,6 +117,14 @@ private static Func> BuildContentDelegate(NancyContext co }; } + private static string ResolveRelativeFilePath(string fullFilePath) + { + var fileRootPath = + Directory.GetDirectoryRoot(fullFilePath); + + return fullFilePath.Substring(fileRootPath.Length); + } + private static string GetEncodedPath(string path) { return PathReplaceRegex.Replace(path.TrimStart(new[] { '/' }), Path.DirectorySeparatorChar.ToString()); diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index edb555de86..e1028f0e10 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -1,7 +1,6 @@  netcoreapp1.1;net452 - 1.4.1.0 diff --git a/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs b/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs index 0d2d477307..f119d37974 100644 --- a/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs +++ b/test/Nancy.Tests/Unit/Sessions/CookieBasedSessionsFixture.cs @@ -345,14 +345,29 @@ public void Should_generate_hmac() [Fact] public void Should_load_valid_test_data() { - var inputValue = ValidHmac + ValidData; - inputValue = HttpUtility.UrlEncode(inputValue); - var store = new CookieBasedSessions(this.aesEncryptionProvider, this.defaultHmacProvider, this.defaultObjectSerializer); - var request = new Request("GET", "/", "http"); - request.Cookies.Add(store.CookieName, inputValue); + // Given + var payload = new DefaultSessionObjectFormatterFixture.Payload + { + BoolValue = true + }; + + var cookieData = GenerateCookieData(new Dictionary + { + { "key1", payload } + }); + + var store = + new CookieBasedSessions(this.aesEncryptionProvider, this.defaultHmacProvider, this.defaultObjectSerializer); + + var request = + new Request("GET", "/", "http"); + + request.Cookies.Add(store.CookieName, cookieData.ToString()); + // When var result = store.Load(request); + // Then result.Count.ShouldEqual(1); result.First().Value.ShouldBeOfType(typeof(DefaultSessionObjectFormatterFixture.Payload)); } From efe454a661eef91baa6c37caed63b7df6cabac5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 31 May 2017 16:29:38 +0200 Subject: [PATCH 38/48] Improved build script --- build.cake | 40 ++++++++++++++++++++++++++++++++-------- 1 file changed, 32 insertions(+), 8 deletions(-) diff --git a/build.cake b/build.cake index 48582ce5a9..3b0e729514 100644 --- a/build.cake +++ b/build.cake @@ -9,17 +9,17 @@ var version = Argument("targetversion", "2.0.0-Pre" + (EnvironmentVariab var nogit = Argument("nogit", false); // Variables -// var configuration = IsRunningOnWindows() ? "Release" : "MonoRelease"; var configuration = "Release"; var fullFrameworkTarget = "net452"; -var coreTarget = "netstandard1.6"; +var netStandardTarget = "netstandard1.6"; +var netCoreTarget = "netcoreapp1.1"; var projectJsonFiles = GetFiles("./src/**/project.json"); // Directories var output = Directory("build"); var outputBinaries = output + Directory("binaries"); var outputBinariesNet452 = outputBinaries + Directory(fullFrameworkTarget); -var outputBinariesNetstandard = outputBinaries + Directory(coreTarget); +var outputBinariesNetstandard = outputBinaries + Directory(netStandardTarget); var outputPackages = output + Directory("packages"); var outputNuGet = output + Directory("nuget"); @@ -66,10 +66,18 @@ Task("Compile") foreach(var project in projects) { + var content = + System.IO.File.ReadAllText(project.FullPath, Encoding.UTF8); + + if (IsRunningOnUnix() && content.Contains(">" + fullFrameworkTarget + "<")) { + Information(project.GetFilename() + " only supports " +fullFrameworkTarget + " and cannot be built on *nix. Skipping."); + continue; + } + DotNetCoreBuild(project.GetDirectory().FullPath, new DotNetCoreBuildSettings { ArgumentCustomization = args => { if (IsRunningOnUnix()) { - args.Append(string.Concat("-f ", coreTarget)); + args.Append(string.Concat("-f ", project.GetDirectory().GetDirectoryName().Contains(".Tests") ? netCoreTarget : netStandardTarget)); } return args; @@ -100,7 +108,7 @@ Task("Package-NuGet") foreach(var project in GetFiles("./src/**/*.csproj")) { DotNetCorePack(project.GetDirectory().FullPath, new DotNetCorePackSettings { - Configuration = "Release", + Configuration = configuration, OutputDirectory = outputNuGet }); } @@ -118,9 +126,9 @@ Task("Publish") + GetFiles("./src/**/*.ps1"), outputBinariesNet452); // Copy netstandard binaries. - CopyFiles(GetFiles("./src/**/bin/" + configuration + "/" + coreTarget + "/*.dll") - + GetFiles("./src/**/bin/" + configuration + "/" + coreTarget + "/*.xml") - + GetFiles("./src/**/bin/" + configuration + "/" + coreTarget + "/*.pdb") + CopyFiles(GetFiles("./src/**/bin/" + configuration + "/" + netStandardTarget + "/*.dll") + + GetFiles("./src/**/bin/" + configuration + "/" + netStandardTarget + "/*.xml") + + GetFiles("./src/**/bin/" + configuration + "/" + netStandardTarget + "/*.pdb") + GetFiles("./src/**/*.ps1"), outputBinariesNetstandard); }); @@ -237,7 +245,23 @@ Task("Test") foreach(var project in projects) { + var content = + System.IO.File.ReadAllText(project.FullPath, Encoding.UTF8); + + if (IsRunningOnUnix() && content.Contains(">" + fullFrameworkTarget + "<")) { + Information(project.GetFilename() + " only supports " +fullFrameworkTarget + " and tests cannot be executed on *nix. Skipping."); + continue; + } + DotNetCoreTest(project.FullPath, new DotNetCoreTestSettings { + ArgumentCustomization = args => { + if (IsRunningOnUnix()) { + args.Append(string.Concat("-f ", netCoreTarget)); + } + + return args; + }, + Configuration = configuration, NoBuild = true }); } From 414e7d97333e63939a00ef6bd1ed91a89fa4c783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 31 May 2017 16:29:56 +0200 Subject: [PATCH 39/48] Added support for dotnet xunit --- test/Directory.build.props | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/test/Directory.build.props b/test/Directory.build.props index 478c640092..e405216650 100644 --- a/test/Directory.build.props +++ b/test/Directory.build.props @@ -26,11 +26,11 @@ - + - - + + @@ -39,4 +39,8 @@ + + + + From 043127a177ced28a4e264b096b5780dbaaaae0c7 Mon Sep 17 00:00:00 2001 From: Andreas Hakansson Date: Wed, 31 May 2017 22:17:43 +0200 Subject: [PATCH 40/48] Changed file casing on Directory.Build.props files --- src/{Directory.build.props => Directory.Build.props} | 0 test/{Directory.build.props => Directory.Build.props} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename src/{Directory.build.props => Directory.Build.props} (100%) rename test/{Directory.build.props => Directory.Build.props} (100%) diff --git a/src/Directory.build.props b/src/Directory.Build.props similarity index 100% rename from src/Directory.build.props rename to src/Directory.Build.props diff --git a/test/Directory.build.props b/test/Directory.Build.props similarity index 100% rename from test/Directory.build.props rename to test/Directory.Build.props From 503800435b94f5edebaf8f0e0048929531610bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 31 May 2017 22:48:07 +0200 Subject: [PATCH 41/48] Fixed more broken tests --- test/Nancy.Tests/Nancy.Tests.csproj | 2 +- test/Nancy.Tests/Unit/HttpLinkRelationFixture.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Nancy.Tests/Nancy.Tests.csproj b/test/Nancy.Tests/Nancy.Tests.csproj index e1028f0e10..426fe4b85a 100644 --- a/test/Nancy.Tests/Nancy.Tests.csproj +++ b/test/Nancy.Tests/Nancy.Tests.csproj @@ -4,7 +4,7 @@ - + PreserveNewest diff --git a/test/Nancy.Tests/Unit/HttpLinkRelationFixture.cs b/test/Nancy.Tests/Unit/HttpLinkRelationFixture.cs index f0cd8cad1c..6ef5b182f7 100644 --- a/test/Nancy.Tests/Unit/HttpLinkRelationFixture.cs +++ b/test/Nancy.Tests/Unit/HttpLinkRelationFixture.cs @@ -180,6 +180,7 @@ public void Prefix_and_value_on_non_iana_relation_created_from_string() rel.Value.ShouldEqual("home"); } + [Fact] public void Relation_should_be_equal_to_itself() { // Given From d642d3b0678d941c2dba375a1d9a4e8f5415e5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Wed, 31 May 2017 23:31:53 +0200 Subject: [PATCH 42/48] Updated Directory.Build.props reference in Build.cake --- build.cake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cake b/build.cake index 3b0e729514..d44e48e340 100644 --- a/build.cake +++ b/build.cake @@ -277,7 +277,7 @@ Task("Update-Version") } var file = - MakeAbsolute(File("./src/Directory.build.props")); + MakeAbsolute(File("./src/Directory.Build.props")); Information(file.FullPath); From 9136ce895e07de09e2b86d76ab629940a83a42d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Thu, 1 Jun 2017 21:57:25 +0200 Subject: [PATCH 43/48] Removed full-framework hack for *nix builds --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 8b041a5e5a..5a5fef89e3 100755 --- a/build.sh +++ b/build.sh @@ -51,8 +51,5 @@ fi # RUN BUILD SCRIPT ########################################################################### -# Ensure full-framework builds uses Mono -export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/ - # Start Cake exec dotnet "$CAKE_DLL" "$@" From 10b440018ccca218538758c98fe10ae5d9bea292 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Thu, 1 Jun 2017 21:57:49 +0200 Subject: [PATCH 44/48] Converted test task to use dotnet xunit --- build.cake | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/build.cake b/build.cake index d44e48e340..875f6ec263 100644 --- a/build.cake +++ b/build.cake @@ -13,7 +13,6 @@ var configuration = "Release"; var fullFrameworkTarget = "net452"; var netStandardTarget = "netstandard1.6"; var netCoreTarget = "netcoreapp1.1"; -var projectJsonFiles = GetFiles("./src/**/project.json"); // Directories var output = Directory("build"); @@ -253,17 +252,16 @@ Task("Test") continue; } - DotNetCoreTest(project.FullPath, new DotNetCoreTestSettings { - ArgumentCustomization = args => { - if (IsRunningOnUnix()) { - args.Append(string.Concat("-f ", netCoreTarget)); - } + var settings = new ProcessSettings { + Arguments = string.Concat("xunit -configuration ", configuration, " -nobuild -verbose"), + WorkingDirectory = project.GetDirectory() + }; - return args; - }, - Configuration = configuration, - NoBuild = true - }); + if (IsRunningOnUnix()) { + settings.Arguments.Append(string.Concat("-framework ", netCoreTarget)); + } + + StartProcess("dotnet", settings); } }); From bbe815cf14337feda38add2bacab79aeef74bb46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Thu, 1 Jun 2017 21:58:15 +0200 Subject: [PATCH 45/48] Removed Mono setup from the Travis configuration --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0cddf663f6..9a2d1f554e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: csharp -mono: alpha +mono: none sudo: required dist: trusty addons: @@ -10,8 +10,6 @@ addons: - libicu-dev - libssl-dev - libunwind8 -env: - - MONO_TLS_PROVIDER=legacy script: ./build.sh --verbosity=diagnostic notifications: email: From 99d329daa045f40a862fa59948901eb4767f1551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Thu, 1 Jun 2017 22:18:39 +0200 Subject: [PATCH 46/48] Pointed net452 target on *nix to Mono assemblies --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 5a5fef89e3..285f2daf2b 100755 --- a/build.sh +++ b/build.sh @@ -51,5 +51,8 @@ fi # RUN BUILD SCRIPT ########################################################################### +# Point net452 to Mono assemblies +export FrameworkPathOverride=$(dirname $(which mono))/../lib/mono/4.5/ + # Start Cake exec dotnet "$CAKE_DLL" "$@" From d0b713ba7f26993d2aa00cb33ce973525a461da2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Thu, 1 Jun 2017 22:27:26 +0200 Subject: [PATCH 47/48] Added Mono back on Travis --- .travis.yml | 4 +++- .../Nancy.ViewEngines.DotLiquid.Tests.csproj | 4 ---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a2d1f554e..0cddf663f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: csharp -mono: none +mono: alpha sudo: required dist: trusty addons: @@ -10,6 +10,8 @@ addons: - libicu-dev - libssl-dev - libunwind8 +env: + - MONO_TLS_PROVIDER=legacy script: ./build.sh --verbosity=diagnostic notifications: email: diff --git a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj index 001687b4c5..7d35ef15ae 100644 --- a/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj +++ b/test/Nancy.ViewEngines.DotLiquid.Tests/Nancy.ViewEngines.DotLiquid.Tests.csproj @@ -9,10 +9,6 @@ - - - - From e48bb0e640715441666fe1e25805ffdc6e55a8b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20H=C3=A5kansson?= Date: Fri, 2 Jun 2017 10:24:00 +0200 Subject: [PATCH 48/48] Improved test execution task --- build.cake | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/build.cake b/build.cake index 875f6ec263..0d2c9a9940 100644 --- a/build.cake +++ b/build.cake @@ -68,14 +68,16 @@ Task("Compile") var content = System.IO.File.ReadAllText(project.FullPath, Encoding.UTF8); - if (IsRunningOnUnix() && content.Contains(">" + fullFrameworkTarget + "<")) { + if (IsRunningOnUnix() && content.Contains(">" + fullFrameworkTarget + "<")) + { Information(project.GetFilename() + " only supports " +fullFrameworkTarget + " and cannot be built on *nix. Skipping."); continue; } DotNetCoreBuild(project.GetDirectory().FullPath, new DotNetCoreBuildSettings { ArgumentCustomization = args => { - if (IsRunningOnUnix()) { + if (IsRunningOnUnix()) + { args.Append(string.Concat("-f ", project.GetDirectory().GetDirectoryName().Contains(".Tests") ? netCoreTarget : netStandardTarget)); } @@ -135,7 +137,8 @@ Task("Publish-NuGet") .Description("Pushes the nuget packages in the nuget folder to a NuGet source. Also publishes the packages into the feeds.") .Does(() => { - if(string.IsNullOrWhiteSpace(apiKey)) { + if(string.IsNullOrWhiteSpace(apiKey)) + { throw new CakeException("No NuGet API key provided. You need to pass in --apikey=\"xyz\""); } @@ -234,8 +237,15 @@ Task("Test") .IsDependentOn("Compile") .Does(() => { + /* + Exclude Nancy.ViewEngines.Spark.Tests from test execution until their problem + with duplicate assembly references (if the same assembly exists more than once + in the application domain, it fails to compile the views) has been fixed. + */ + var projects = - GetFiles("./test/**/*.csproj"); + GetFiles("./test/**/*.csproj") - + GetFiles("./test/Nancy.ViewEngines.Spark.Tests/Nancy.ViewEngines.Spark.Tests.csproj"); if (projects.Count == 0) { @@ -247,21 +257,28 @@ Task("Test") var content = System.IO.File.ReadAllText(project.FullPath, Encoding.UTF8); - if (IsRunningOnUnix() && content.Contains(">" + fullFrameworkTarget + "<")) { + if (IsRunningOnUnix() && content.Contains(">" + fullFrameworkTarget + "<")) + { Information(project.GetFilename() + " only supports " +fullFrameworkTarget + " and tests cannot be executed on *nix. Skipping."); continue; } var settings = new ProcessSettings { - Arguments = string.Concat("xunit -configuration ", configuration, " -nobuild -verbose"), + Arguments = string.Concat("xunit -configuration ", configuration, " -nobuild"), WorkingDirectory = project.GetDirectory() }; - if (IsRunningOnUnix()) { + if (IsRunningOnUnix()) + { settings.Arguments.Append(string.Concat("-framework ", netCoreTarget)); } - StartProcess("dotnet", settings); + Information("Executing tests for " + project.GetFilename() + " with arguments: " + settings.Arguments.Render()); + + if (StartProcess("dotnet", settings) != 0) + { + Error("One or more tests failed during execution of: " + project.GetFilename()); + } } }); @@ -270,7 +287,8 @@ Task("Update-Version") { Information("Setting version to " + version); - if(string.IsNullOrWhiteSpace(version)) { + if(string.IsNullOrWhiteSpace(version)) + { throw new CakeException("No version specified! You need to pass in --targetversion=\"x.y.z\""); }