1.1 --- a/OpenHardwareMonitor.csproj Sun Jul 18 17:08:33 2010 +0000
1.2 +++ b/OpenHardwareMonitor.csproj Sat Jul 24 20:15:49 2010 +0000
1.3 @@ -61,6 +61,9 @@
1.4 </Reference>
1.5 </ItemGroup>
1.6 <ItemGroup>
1.7 + <Compile Include="GUI\PlotPanel.cs">
1.8 + <SubType>UserControl</SubType>
1.9 + </Compile>
1.10 <Compile Include="GUI\ReportForm.cs">
1.11 <SubType>Form</SubType>
1.12 </Compile>
1.13 @@ -82,6 +85,9 @@
1.14 </Compile>
1.15 <Compile Include="GUI\ResetMinMaxVisitor.cs" />
1.16 <Compile Include="GUI\SensorNotifyIcon.cs" />
1.17 + <Compile Include="GUI\SplitContainerAdv.cs">
1.18 + <SubType>Component</SubType>
1.19 + </Compile>
1.20 <Compile Include="GUI\SystemTray.cs" />
1.21 <Compile Include="GUI\StartupManager.cs" />
1.22 <Compile Include="GUI\TaskScheduler.cs" />
1.23 @@ -148,12 +154,6 @@
1.24 <Compile Include="Utilities\IReadOnlyArray.cs" />
1.25 <Compile Include="Utilities\ListSet.cs" />
1.26 <Compile Include="Utilities\PInvokeDelegateFactory.cs" />
1.27 - <Compile Include="GUI\PlotPanel.cs">
1.28 - <SubType>UserControl</SubType>
1.29 - </Compile>
1.30 - <Compile Include="GUI\PlotPanel.Designer.cs">
1.31 - <DependentUpon>PlotPanel.cs</DependentUpon>
1.32 - </Compile>
1.33 <Compile Include="Program.cs" />
1.34 <Compile Include="Hardware\CPU\IntelCPU.cs" />
1.35 <Compile Include="Hardware\CPU\CPUGroup.cs" />
1.36 @@ -170,10 +170,6 @@
1.37 <DependentUpon>AboutBox.cs</DependentUpon>
1.38 <SubType>Designer</SubType>
1.39 </EmbeddedResource>
1.40 - <EmbeddedResource Include="GUI\PlotPanel.resx">
1.41 - <DependentUpon>PlotPanel.cs</DependentUpon>
1.42 - <SubType>Designer</SubType>
1.43 - </EmbeddedResource>
1.44 <EmbeddedResource Include="Resources\ati.png">
1.45 </EmbeddedResource>
1.46 <EmbeddedResource Include="Resources\bigng.png" />