We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9665c2 commit 51fd110Copy full SHA for 51fd110
package/WindowsManaged/DevolutionsGateway.csproj
@@ -37,8 +37,11 @@
37
<Reference Include="System.Windows.Forms" />
38
</ItemGroup>
39
<ItemGroup>
40
+ <Compile Update="Controls\FileBrowseButton.cs">
41
+ <SubType>Component</SubType>
42
+ </Compile>
43
<Compile Update="Dialogs\NgrokListenersDialog.cs" />
- <Compile Update="Dialogs\PublicKeyServerDialog.cs"/>
44
+ <Compile Update="Dialogs\PublicKeyServerDialog.cs" />
45
<Compile Update="Dialogs\WebClientDialog.cs" />
46
<Compile Update="Dialogs\SummaryDialog.cs" />
47
<Compile Update="Dialogs\ServiceDialog.cs" />
0 commit comments