Skip to content

Commit

Permalink
Fixed typos in file names. (#2519)
Browse files Browse the repository at this point in the history
Fixed typos in file names: renamed some files and amended corresponding project file
  • Loading branch information
mtx500 authored Feb 14, 2024
1 parent a391266 commit 339cd24
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Applications/ClientControls.Net4/UA Client Controls.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Browse\AttrbuteListCtrl.Designer.cs">
<Compile Include="Browse\AttributeListCtrl.Designer.cs">
<DependentUpon>AttributeListCtrl.cs</DependentUpon>
</Compile>
<Compile Include="Browse\AttributeListCtrl.cs">
Expand Down Expand Up @@ -112,11 +112,11 @@
<Compile Include="Common\ClientUtils.Designer.cs">
<DependentUpon>ClientUtils.cs</DependentUpon>
</Compile>
<Compile Include="Common\Client\AttrributesListViewCtrl.cs">
<Compile Include="Common\Client\AttributesListViewCtrl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Common\Client\AttrributesListViewCtrl.Designer.cs">
<DependentUpon>AttrributesListViewCtrl.cs</DependentUpon>
<Compile Include="Common\Client\AttributesListViewCtrl.Designer.cs">
<DependentUpon>AttributesListViewCtrl.cs</DependentUpon>
</Compile>
<Compile Include="Common\Client\BrowseNodeCtrl.cs">
<SubType>UserControl</SubType>
Expand Down Expand Up @@ -656,8 +656,8 @@
<DependentUpon>ClientUtils.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Common\Client\AttrributesListViewCtrl.resx">
<DependentUpon>AttrributesListViewCtrl.cs</DependentUpon>
<EmbeddedResource Include="Common\Client\AttributesListViewCtrl.resx">
<DependentUpon>AttributesListViewCtrl.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="Common\Client\BrowseNodeCtrl.resx">
Expand Down

0 comments on commit 339cd24

Please sign in to comment.