Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runtime/dotnet/customaction/CustomAction.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "customaction", "customaction.csproj", "{2B5E9A3A-880D-4DEC-B76E-2AFDA3F05597}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "customaction", "Microsoft.BotFramework.Composer.CustomAction.csproj", "{2B5E9A3A-880D-4DEC-B76E-2AFDA3F05597}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<ItemGroup>
<Folder Include="Action\" />
<Folder Include="Schema\" />
<Folder Include="Schemas\" />
</ItemGroup>

<ItemGroup>
Expand Down