1.1 --- a/OpenHardwareMonitor.csproj Sat Mar 27 19:55:09 2010 +0000
1.2 +++ b/OpenHardwareMonitor.csproj Fri Apr 02 16:05:07 2010 +0000
1.3 @@ -54,10 +54,17 @@
1.4 <Reference Include="System.Data" />
1.5 <Reference Include="System.Drawing" />
1.6 <Reference Include="System.Management" />
1.7 + <Reference Include="System.Web" />
1.8 <Reference Include="System.Windows.Forms" />
1.9 <Reference Include="System.Xml" />
1.10 </ItemGroup>
1.11 <ItemGroup>
1.12 + <Compile Include="GUI\CrashReportForm.cs">
1.13 + <SubType>Form</SubType>
1.14 + </Compile>
1.15 + <Compile Include="GUI\CrashReportForm.Designer.cs">
1.16 + <DependentUpon>CrashReportForm.cs</DependentUpon>
1.17 + </Compile>
1.18 <Compile Include="GUI\ParameterForm.cs">
1.19 <SubType>Form</SubType>
1.20 </Compile>
1.21 @@ -99,7 +106,6 @@
1.22 <Compile Include="Hardware\ATI\ATIGroup.cs" />
1.23 <Compile Include="Hardware\ATI\ATIGPU.cs" />
1.24 <Compile Include="Utilities\Config.cs" />
1.25 - <Compile Include="Utilities\CrashReport.cs" />
1.26 <Compile Include="Utilities\EmbeddedResources.cs" />
1.27 <Compile Include="GUI\HardwareNode.cs" />
1.28 <Compile Include="Hardware\IGroup.cs" />
1.29 @@ -179,6 +185,9 @@
1.30 <EmbeddedResource Include="Resources\flow.png" />
1.31 </ItemGroup>
1.32 <ItemGroup>
1.33 + <EmbeddedResource Include="GUI\CrashReportForm.resx">
1.34 + <DependentUpon>CrashReportForm.cs</DependentUpon>
1.35 + </EmbeddedResource>
1.36 <EmbeddedResource Include="Resources\mainboard.png" />
1.37 </ItemGroup>
1.38 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />