diff --git a/.gitignore b/.gitignore index 8f100b47..92698fc0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,9 @@ +bin/ +obj/ +Build/ +Debug/ +Release/ + ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. ## @@ -7,6 +13,8 @@ *.rsuser *.suo *.user +*.lock.json +LaunchSettings.json *.userosscache *.sln.docstates @@ -127,6 +135,9 @@ ipch/ # TFS 2012 Local Workspace $tf/ +# Tests +Tests/LibraryTests/TestResults/ + # Guidance Automation Toolkit *.gpState @@ -234,6 +245,7 @@ _pkginfo.txt ClientBin/ ~$* *~ +/testenvironments.json *.dbmdl *.dbproj.schemaview *.jfm diff --git a/Tests/LibraryTests/LibraryTests.csproj b/Tests/LibraryTests/LibraryTests.csproj index 64d386ca..cab435e9 100644 --- a/Tests/LibraryTests/LibraryTests.csproj +++ b/Tests/LibraryTests/LibraryTests.csproj @@ -1,49 +1,55 @@  + - net8.0;net48;net462 + net8.0;net48;net46 portable LibraryTests LibraryTests false Latest ../../SigningKey.snk - true - true + true + true + + - - - - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - - - - + + + + + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + + + + + - - - - runtime; build; native; contentfiles; analyzers; buildtransitive - all - + + + + runtime; build; native; contentfiles; analyzers; buildtransitive + all + - - + + + @@ -53,19 +59,20 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - - - + + + PreserveNewest - \ No newline at end of file + +