Skip to content

Commit f866ce5

Browse files
committed
Fix Nuke warning on build
1 parent 2f8efbc commit f866ce5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

DendroDocs.Client.sln

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Global
2929
{BFF0D0F3-48C4-4762-9559-96148CF533BD}.Debug|Any CPU.Build.0 = Debug|Any CPU
3030
{BFF0D0F3-48C4-4762-9559-96148CF533BD}.Release|Any CPU.ActiveCfg = Release|Any CPU
3131
{BFF0D0F3-48C4-4762-9559-96148CF533BD}.Release|Any CPU.Build.0 = Release|Any CPU
32-
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Debug|Any CPU.Build.0 = Debug|Any CPU
33-
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Release|Any CPU.Build.0 = Release|Any CPU
32+
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33+
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC}.Release|Any CPU.ActiveCfg = Release|Any CPU
3434
EndGlobalSection
3535
GlobalSection(SolutionProperties) = preSolution
3636
HideSolutionNode = FALSE
@@ -40,4 +40,7 @@ Global
4040
{BFF0D0F3-48C4-4762-9559-96148CF533BD} = {0AB3BF05-4346-4AA6-1389-037BE0695223}
4141
{4056BD12-5FA8-4D2E-274A-7E85E858A5FC} = {DEE5DD87-39C1-BF34-B639-A387DCCF972B}
4242
EndGlobalSection
43+
GlobalSection(ExtensibilityGlobals) = postSolution
44+
SolutionGuid = {7EF18451-87B7-42E1-B48D-E49C62A12DC3}
45+
EndGlobalSection
4346
EndGlobal

0 commit comments

Comments
 (0)