Initial commit.

This commit is contained in:
2026-08-19 23:19:08 +02:00
commit 22e737d9c2
153 changed files with 11680 additions and 0 deletions
+65
View File
@@ -0,0 +1,65 @@
{
"configurations" : [
{
"id" : "F3231E68-357B-4ED7-98E9-F5767AB17024",
"name" : "Test Scheme Action",
"options" : {
}
}
],
"defaultOptions" : {
"performanceAntipatternCheckerEnabled" : true,
"targetForVariableExpansion" : {
"containerPath" : "container:",
"identifier" : "Website",
"name" : "Website"
},
"testInteropMode" : "complete"
},
"testTargets" : [
{
"target" : {
"containerPath" : "container:",
"identifier" : "WebsiteTests",
"name" : "WebsiteTests"
}
},
{
"target" : {
"containerPath" : "container:",
"identifier" : "WebsiteLibraryTests",
"name" : "WebsiteLibraryTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Persistence",
"identifier" : "PersistenceTests",
"name" : "PersistenceTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Localization",
"identifier" : "LocalizationTests",
"name" : "LocalizationTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Infrastructure",
"identifier" : "InfrastructureTests",
"name" : "InfrastructureTests"
}
},
{
"target" : {
"containerPath" : "container:..\/..\/Packages\/Utility",
"identifier" : "UtilityTests",
"name" : "UtilityTests"
}
}
],
"version" : 1
}