From f7247e89ddced5e7fad2fdb905a72613aae7d5f7 Mon Sep 17 00:00:00 2001 From: "Valeriano A.R" Date: Sun, 28 May 2023 14:04:52 +0200 Subject: [PATCH] Add testing project for VAR.WebFormsCore. --- .../VAR.WebFormsCore.Tests.csproj | 28 +++++++++++++++++++ VAR.WebFormsCore.sln | 6 ++++ 2 files changed, 34 insertions(+) create mode 100644 VAR.WebFormsCore.Tests/VAR.WebFormsCore.Tests.csproj diff --git a/VAR.WebFormsCore.Tests/VAR.WebFormsCore.Tests.csproj b/VAR.WebFormsCore.Tests/VAR.WebFormsCore.Tests.csproj new file mode 100644 index 0000000..6326bf5 --- /dev/null +++ b/VAR.WebFormsCore.Tests/VAR.WebFormsCore.Tests.csproj @@ -0,0 +1,28 @@ + + + + net7.0 + enable + enable + + false + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + + + + diff --git a/VAR.WebFormsCore.sln b/VAR.WebFormsCore.sln index 632759a..6455396 100644 --- a/VAR.WebFormsCore.sln +++ b/VAR.WebFormsCore.sln @@ -6,6 +6,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VAR.WebFormsCore.TestWebApp EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VAR.WebFormsCore.AspNetCore", "VAR.WebFormsCore.AspNetCore\VAR.WebFormsCore.AspNetCore.csproj", "{378B98EF-9269-4B96-B894-1B0F9B24EEC2}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VAR.WebFormsCore.Tests", "VAR.WebFormsCore.Tests\VAR.WebFormsCore.Tests.csproj", "{B4096D63-E9BA-4FCA-9EED-C854BF7D1332}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -24,5 +26,9 @@ Global {378B98EF-9269-4B96-B894-1B0F9B24EEC2}.Debug|Any CPU.Build.0 = Debug|Any CPU {378B98EF-9269-4B96-B894-1B0F9B24EEC2}.Release|Any CPU.ActiveCfg = Release|Any CPU {378B98EF-9269-4B96-B894-1B0F9B24EEC2}.Release|Any CPU.Build.0 = Release|Any CPU + {B4096D63-E9BA-4FCA-9EED-C854BF7D1332}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {B4096D63-E9BA-4FCA-9EED-C854BF7D1332}.Debug|Any CPU.Build.0 = Debug|Any CPU + {B4096D63-E9BA-4FCA-9EED-C854BF7D1332}.Release|Any CPU.ActiveCfg = Release|Any CPU + {B4096D63-E9BA-4FCA-9EED-C854BF7D1332}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection EndGlobal