Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r18 r27  
    8585                    HintPath = "..\..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
    8686                />
     87                <Reference
     88                    Name = "System.Management"
     89                    AssemblyName = "System.Management"
     90                    HintPath = "..\..\..\..\..\WINDOWS\Microsoft.NET\Framework\v1.1.4322\System.Management.dll"
     91                />
    8792            </References>
    8893        </Build>
     
    9196                <File
    9297                    RelPath = "AssemblyInfo.cs"
     98                    SubType = "Code"
     99                    BuildAction = "Compile"
     100                />
     101                <File
     102                    RelPath = "CPUUsage.cs"
     103                    SubType = "Code"
     104                    BuildAction = "Compile"
     105                />
     106                <File
     107                    RelPath = "CPUUsageCounter.cs"
    93108                    SubType = "Code"
    94109                    BuildAction = "Compile"
     
    105120                />
    106121                <File
    107                     RelPath = "HostStatistics.cs"
     122                    RelPath = "MemoryUsage.cs"
     123                    SubType = "Code"
     124                    BuildAction = "Compile"
     125                />
     126                <File
     127                    RelPath = "MemoryUsageCounter.cs"
    108128                    SubType = "Code"
    109129                    BuildAction = "Compile"
     
    111131                <File
    112132                    RelPath = "Part.cs"
     133                    SubType = "Code"
     134                    BuildAction = "Compile"
     135                />
     136                <File
     137                    RelPath = "Pentium4UsageCounter.cs"
    113138                    SubType = "Code"
    114139                    BuildAction = "Compile"
Note: See TracChangeset for help on using the changeset viewer.