mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-24 22:06:59 +01:00
Added .vs and .vscode to .gitignore. Reverted control subtype change introduced
inadvertently with commitc1256c7734
before the issue was fixed in commit2a575b01a5
. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
f5174e5bfe
commit
3f64c26d87
3
.gitignore
vendored
3
.gitignore
vendored
@ -48,3 +48,6 @@ UpgradeLog*.XML
|
||||
UpgradeLog*.htm
|
||||
ServiceFabricBackup/
|
||||
*.rptproj.bak
|
||||
|
||||
.vs
|
||||
.vscode
|
||||
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user