OpenHardwareMonitorLib.csproj
changeset 165 813d8bc3192f
child 166 fa9dfbfc4145
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/OpenHardwareMonitorLib.csproj	Sun Aug 08 13:57:26 2010 +0000
     1.3 @@ -0,0 +1,101 @@
     1.4 +<?xml version="1.0" encoding="utf-8"?>
     1.5 +<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1.6 +  <PropertyGroup>
     1.7 +    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     1.8 +    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     1.9 +    <ProductVersion>9.0.30729</ProductVersion>
    1.10 +    <SchemaVersion>2.0</SchemaVersion>
    1.11 +    <ProjectGuid>{B0397530-545A-471D-BB74-027AE456DF1A}</ProjectGuid>
    1.12 +    <OutputType>Library</OutputType>
    1.13 +    <AppDesignerFolder>Properties</AppDesignerFolder>
    1.14 +    <RootNamespace>OpenHardwareMonitor</RootNamespace>
    1.15 +    <AssemblyName>OpenHardwareMonitorLib</AssemblyName>
    1.16 +    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
    1.17 +    <FileAlignment>512</FileAlignment>
    1.18 +    <TargetFrameworkSubset>
    1.19 +    </TargetFrameworkSubset>
    1.20 +  </PropertyGroup>
    1.21 +  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    1.22 +    <DebugSymbols>true</DebugSymbols>
    1.23 +    <DebugType>full</DebugType>
    1.24 +    <Optimize>false</Optimize>
    1.25 +    <OutputPath>Bin\Debug\</OutputPath>
    1.26 +    <DefineConstants>TRACE;DEBUG</DefineConstants>
    1.27 +    <ErrorReport>prompt</ErrorReport>
    1.28 +    <WarningLevel>4</WarningLevel>
    1.29 +  </PropertyGroup>
    1.30 +  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    1.31 +    <DebugType>none</DebugType>
    1.32 +    <Optimize>true</Optimize>
    1.33 +    <OutputPath>Bin\Release\</OutputPath>
    1.34 +    <DefineConstants>TRACE</DefineConstants>
    1.35 +    <ErrorReport>prompt</ErrorReport>
    1.36 +    <WarningLevel>4</WarningLevel>
    1.37 +  </PropertyGroup>
    1.38 +  <ItemGroup>
    1.39 +    <Reference Include="System" />
    1.40 +    <Reference Include="System.Management" />
    1.41 +  </ItemGroup>
    1.42 +  <ItemGroup>
    1.43 +    <Compile Include="Hardware\ATI\ADL.cs" />
    1.44 +    <Compile Include="Hardware\ATI\ATIGPU.cs" />
    1.45 +    <Compile Include="Hardware\ATI\ATIGroup.cs" />
    1.46 +    <Compile Include="Hardware\Computer.cs" />
    1.47 +    <Compile Include="Hardware\CPU\AMD0FCPU.cs" />
    1.48 +    <Compile Include="Hardware\CPU\AMD10CPU.cs" />
    1.49 +    <Compile Include="Hardware\CPU\CPUGroup.cs" />
    1.50 +    <Compile Include="Hardware\CPU\CPUID.cs" />
    1.51 +    <Compile Include="Hardware\CPU\CPULoad.cs" />
    1.52 +    <Compile Include="Hardware\CPU\IntelCPU.cs" />
    1.53 +    <Compile Include="Hardware\Hardware.cs" />
    1.54 +    <Compile Include="Hardware\HDD\HDD.cs" />
    1.55 +    <Compile Include="Hardware\HDD\HDDGroup.cs" />
    1.56 +    <Compile Include="Hardware\HDD\SMART.cs" />
    1.57 +    <Compile Include="Hardware\IComputer.cs" />
    1.58 +    <Compile Include="Hardware\Identifier.cs" />
    1.59 +    <Compile Include="Hardware\IElement.cs" />
    1.60 +    <Compile Include="Hardware\IGroup.cs" />
    1.61 +    <Compile Include="Hardware\IHardware.cs" />
    1.62 +    <Compile Include="Hardware\IParameter.cs" />
    1.63 +    <Compile Include="Hardware\ISensor.cs" />
    1.64 +    <Compile Include="Hardware\IVisitor.cs" />
    1.65 +    <Compile Include="Hardware\LPC\Chip.cs" />
    1.66 +    <Compile Include="Hardware\LPC\F718XX.cs" />
    1.67 +    <Compile Include="Hardware\LPC\ISuperIO.cs" />
    1.68 +    <Compile Include="Hardware\LPC\IT87XX.cs" />
    1.69 +    <Compile Include="Hardware\LPC\LMSensors.cs" />
    1.70 +    <Compile Include="Hardware\LPC\LPCIO.cs" />
    1.71 +    <Compile Include="Hardware\LPC\W836XX.cs" />
    1.72 +    <Compile Include="Hardware\Mainboard\Mainboard.cs" />
    1.73 +    <Compile Include="Hardware\Mainboard\MainboardGroup.cs" />
    1.74 +    <Compile Include="Hardware\Mainboard\Manufacturer.cs" />
    1.75 +    <Compile Include="Hardware\Mainboard\Model.cs" />
    1.76 +    <Compile Include="Hardware\Mainboard\SMBIOS.cs" />
    1.77 +    <Compile Include="Hardware\Mainboard\SuperIOHardware.cs" />
    1.78 +    <Compile Include="Hardware\Nvidia\NVAPI.cs" />
    1.79 +    <Compile Include="Hardware\Nvidia\NvidiaGPU.cs" />
    1.80 +    <Compile Include="Hardware\Nvidia\NvidiaGroup.cs" />
    1.81 +    <Compile Include="Hardware\Parameter.cs" />
    1.82 +    <Compile Include="Hardware\Sensor.cs" />
    1.83 +    <Compile Include="Hardware\SensorVisitor.cs" />
    1.84 +    <Compile Include="Hardware\TBalancer\FTD2XX.cs" />
    1.85 +    <Compile Include="Hardware\TBalancer\TBalancer.cs" />
    1.86 +    <Compile Include="Hardware\TBalancer\TBalancerGroup.cs" />
    1.87 +    <Compile Include="Hardware\WinRing0.cs" />
    1.88 +    <Compile Include="Hardware\ISettings.cs" />
    1.89 +    <Compile Include="Properties\AssemblyInfo.cs" />
    1.90 +    <Compile Include="Hardware\HexStringArray.cs" />
    1.91 +    <Compile Include="Collections\IReadOnlyArray.cs" />
    1.92 +    <Compile Include="Collections\ListSet.cs" />
    1.93 +    <Compile Include="Hardware\PInvokeDelegateFactory.cs" />
    1.94 +    <Compile Include="Collections\ReadOnlyArray.cs" />
    1.95 +  </ItemGroup>
    1.96 +  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    1.97 +  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    1.98 +       Other similar extension points exist, see Microsoft.Common.targets.
    1.99 +  <Target Name="BeforeBuild">
   1.100 +  </Target>
   1.101 +  <Target Name="AfterBuild">
   1.102 +  </Target>
   1.103 +  -->
   1.104 +</Project>
   1.105 \ No newline at end of file