Added .vs and .vscode to .gitignore. Reverted control subtype change introduced

inadvertently with commit c1256c7734 before the
issue was fixed in commit 2a575b01a5.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2018-11-13 10:21:25 +00:00 committed by Mihaela Stoica
parent f5174e5bfe
commit 3f64c26d87
2 changed files with 11 additions and 8 deletions

3
.gitignore vendored
View File

@ -48,3 +48,6 @@ UpgradeLog*.XML
UpgradeLog*.htm
ServiceFabricBackup/
*.rptproj.bak
.vs
.vscode

View File

@ -204,7 +204,7 @@
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Controls\Tags\TagsEditor.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\UpsellPage.cs">
<SubType>UserControl</SubType>
@ -446,7 +446,7 @@
<DependentUpon>DockerDetailsPage.cs</DependentUpon>
</Compile>
<Compile Include="TabPages\HomePage.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="TabPages\HomePage.Designer.cs">
<DependentUpon>HomePage.cs</DependentUpon>
@ -551,13 +551,13 @@
<DependentUpon>PerfmonAlertOptionsPage.cs</DependentUpon>
</Compile>
<Compile Include="Controls\BlueBorderPanel.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\ArchiveMaintainer.cs">
</Compile>
<Compile Include="Controls\CustomDataGraph\DataArchive.cs" />
<Compile Include="Controls\CustomDataGraph\GraphList.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\GraphList.Designer.cs">
<DependentUpon>GraphList.cs</DependentUpon>
@ -571,7 +571,7 @@
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DoubleBufferedPanel.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\DoubleBufferedPanel.Designer.cs">
<DependentUpon>DoubleBufferedPanel.cs</DependentUpon>
@ -924,13 +924,13 @@
<DependentUpon>DataKey.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlot.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlot.designer.cs">
<DependentUpon>DataPlot.cs</DependentUpon>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlotNav.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\CustomDataGraph\DataPlotNav.designer.cs">
<DependentUpon>DataPlotNav.cs</DependentUpon>
@ -1029,7 +1029,7 @@
<DependentUpon>FolderChangeDialog.cs</DependentUpon>
</Compile>
<Compile Include="Controls\Folders\FolderEditor.cs">
<SubType>UserControl</SubType>
<SubType>Component</SubType>
</Compile>
<Compile Include="Controls\Folders\FolderListItem.cs" />
<Compile Include="Dialogs\NewTagDialog.cs">