Skip to content

Commit 6441c47

Browse files
committed
Do not compile Test Assembly on Debug and Release build configurations to avoid placing plugins assemblies in the root folder. Temporary solution while we can find the best method to load and run the tests.
1 parent 8c96904 commit 6441c47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

FlashDevelop.sln

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,9 @@ Global
358358
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
359359
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Debug|Any CPU.Build.0 = Debug|Any CPU
360360
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Debug|x86.ActiveCfg = Debug|x86
361-
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Debug|x86.Build.0 = Debug|x86
362361
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Release|Any CPU.ActiveCfg = Release|Any CPU
363362
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Release|Any CPU.Build.0 = Release|Any CPU
364-
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Release|x86.ActiveCfg = Release|Any CPU
363+
{ABC71D26-295C-4C6C-B6DE-320AD49EEF79}.Release|x86.ActiveCfg = Release|x86
365364
EndGlobalSection
366365
GlobalSection(SolutionProperties) = preSolution
367366
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)