Renamed folder from Wmi to WMI also in the project file.
authormoel.mich
Sun, 17 Oct 2010 16:13:20 +0000
changeset 2309abe65430da1
parent 229 940d86b60be7
child 231 30f5a06f5d8a
Renamed folder from Wmi to WMI also in the project file.
OpenHardwareMonitor.csproj
     1.1 --- a/OpenHardwareMonitor.csproj	Sun Oct 17 16:10:08 2010 +0000
     1.2 +++ b/OpenHardwareMonitor.csproj	Sun Oct 17 16:13:20 2010 +0000
     1.3 @@ -128,10 +128,10 @@
     1.4      <Compile Include="GUI\SensorNode.cs" />
     1.5      <Compile Include="Utilities\EmbeddedResources.cs" />
     1.6      <Compile Include="Utilities\IconFactory.cs" />
     1.7 -    <Compile Include="Wmi\Hardware.cs" />
     1.8 -    <Compile Include="Wmi\IWmiObject.cs" />
     1.9 -    <Compile Include="Wmi\Sensor.cs" />
    1.10 -    <Compile Include="Wmi\WmiProvider.cs">
    1.11 +    <Compile Include="WMI\Hardware.cs" />
    1.12 +    <Compile Include="WMI\IWmiObject.cs" />
    1.13 +    <Compile Include="WMI\Sensor.cs" />
    1.14 +    <Compile Include="WMI\WmiProvider.cs">
    1.15        <SubType>Component</SubType>
    1.16      </Compile>
    1.17    </ItemGroup>