Renamed folder from Wmi to WMI also in the project file.

This commit is contained in:
Michael Möller 2010-10-17 16:13:20 +00:00
parent 83750e66b6
commit edec08400d

View File

@ -128,10 +128,10 @@
<Compile Include="GUI\SensorNode.cs" />
<Compile Include="Utilities\EmbeddedResources.cs" />
<Compile Include="Utilities\IconFactory.cs" />
<Compile Include="Wmi\Hardware.cs" />
<Compile Include="Wmi\IWmiObject.cs" />
<Compile Include="Wmi\Sensor.cs" />
<Compile Include="Wmi\WmiProvider.cs">
<Compile Include="WMI\Hardware.cs" />
<Compile Include="WMI\IWmiObject.cs" />
<Compile Include="WMI\Sensor.cs" />
<Compile Include="WMI\WmiProvider.cs">
<SubType>Component</SubType>
</Compile>
</ItemGroup>