@@ -164,6 +164,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nunit.agent.core.tests", "s
164
164
EndProject
165
165
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "FakeExtensions" , "src\TestData\FakeExtensions\FakeExtensions.csproj" , "{608AA86D-4090-33CA-0031-BD324E5A766E}"
166
166
EndProject
167
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "DirectTestAgent" , "src\NUnitCommon\DirectTestAgent\DirectTestAgent.csproj" , "{0E415863-1621-41DB-9DB0-36B5664DFF35}"
168
+ EndProject
167
169
Global
168
170
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
169
171
Debug| Any CPU = Debug| Any CPU
@@ -290,6 +292,10 @@ Global
290
292
{608AA86D-4090-33CA-0031-BD324E5A766E} .Debug| Any CPU .Build .0 = Debug| Any CPU
291
293
{608AA86D-4090-33CA-0031-BD324E5A766E} .Release| Any CPU .ActiveCfg = Release| Any CPU
292
294
{608AA86D-4090-33CA-0031-BD324E5A766E} .Release| Any CPU .Build .0 = Release| Any CPU
295
+ {0E415863-1621-41DB-9DB0-36B5664DFF35} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
296
+ {0E415863-1621-41DB-9DB0-36B5664DFF35} .Debug| Any CPU .Build .0 = Debug| Any CPU
297
+ {0E415863-1621-41DB-9DB0-36B5664DFF35} .Release| Any CPU .ActiveCfg = Release| Any CPU
298
+ {0E415863-1621-41DB-9DB0-36B5664DFF35} .Release| Any CPU .Build .0 = Release| Any CPU
293
299
EndGlobalSection
294
300
GlobalSection (SolutionProperties ) = preSolution
295
301
HideSolutionNode = FALSE
@@ -336,6 +342,7 @@ Global
336
342
{4FCFAF1C-1579-4A1C-BAF9-9627E39D7CDA} = {3B30D2E5-1587-4D68-B848-1BDDB3C24BFC}
337
343
{89258A3E-5B62-487A-9AE7-D7672CBF61F1} = {3B30D2E5-1587-4D68-B848-1BDDB3C24BFC}
338
344
{608AA86D-4090-33CA-0031-BD324E5A766E} = {37D508B2-91E0-4B32-869B-DFF9E68EA213}
345
+ {0E415863-1621-41DB-9DB0-36B5664DFF35} = {3B30D2E5-1587-4D68-B848-1BDDB3C24BFC}
339
346
EndGlobalSection
340
347
GlobalSection (ExtensibilityGlobals ) = postSolution
341
348
SolutionGuid = {D8E4FC26-5422-4C51-8BBC-D1AC0A578711}
0 commit comments