Changeset 122


Ignore:
Timestamp:
Feb 20, 2009, 11:51:59 PM (15 years ago)
Author:
rryu
Message:

MacFace::MachineStatusクラスをとりあえず追加。

Location:
trunk/MacFaceLibrary
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceLibrary/MacFaceLibrary.csproj

    r121 r122  
    5454  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    5555    <OutputPath>bin\Release\</OutputPath>
    56     <AllowUnsafeBlocks>false</AllowUnsafeBlocks>
     56    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    5757    <BaseAddress>285212672</BaseAddress>
    5858    <CheckForOverflowUnderflow>false</CheckForOverflowUnderflow>
     
    9696      <SubType>Code</SubType>
    9797    </Compile>
     98    <Compile Include="MachineStatus.cs" />
    9899    <Compile Include="NtKernel.cs" />
    99100    <Compile Include="CPUStatistics.cs">
Note: See TracChangeset for help on using the changeset viewer.