Skip to content

Commit ed4ba41

Browse files
committed
Add missing MSBuildTask project
1 parent 1f6cc12 commit ed4ba41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nanoFramework.Tools.MetadataProcessor.sln

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MetadataProcessor.Tests", "
2020
EndProject
2121
Project("{11A8DD76-328B-46DF-9F39-F559912D0360}") = "TestNFApp", "MetadataProcessor.Tests\TestNFApp\TestNFApp.nfproj", "{9E5E0766-701D-4266-9EBA-7B3E4338ED21}"
2222
EndProject
23+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MetadataProcessor.MsBuildTask", "MetadataProcessor.MsBuildTask\MetadataProcessor.MsBuildTask.csproj", "{9B18784E-1BF2-47D1-BDD1-85B678F883F9}"
24+
EndProject
2325
Global
2426
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2527
Debug|Any CPU = Debug|Any CPU
@@ -44,6 +46,10 @@ Global
4446
{9E5E0766-701D-4266-9EBA-7B3E4338ED21}.Release|Any CPU.ActiveCfg = Release|Any CPU
4547
{9E5E0766-701D-4266-9EBA-7B3E4338ED21}.Release|Any CPU.Build.0 = Release|Any CPU
4648
{9E5E0766-701D-4266-9EBA-7B3E4338ED21}.Release|Any CPU.Deploy.0 = Release|Any CPU
49+
{9B18784E-1BF2-47D1-BDD1-85B678F883F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50+
{9B18784E-1BF2-47D1-BDD1-85B678F883F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
51+
{9B18784E-1BF2-47D1-BDD1-85B678F883F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
52+
{9B18784E-1BF2-47D1-BDD1-85B678F883F9}.Release|Any CPU.Build.0 = Release|Any CPU
4753
EndGlobalSection
4854
GlobalSection(SolutionProperties) = preSolution
4955
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)