OpenHardwareMonitor.csproj
changeset 230 9abe65430da1
parent 225 04dbd92d1116
child 295 a1c06df9928d
     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>