Ignore:
Timestamp:
Dec 21, 2008, 9:45:37 PM (15 years ago)
Author:
mayuki
Message:

64bit環境で残念なことになっていたのをとりあえず回避。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r118 r119  
    102102    <UseVSHostingProcess>true</UseVSHostingProcess>
    103103  </PropertyGroup>
     104  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     105    <DebugSymbols>true</DebugSymbols>
     106    <OutputPath>bin\x86\Debug\</OutputPath>
     107    <DefineConstants>DEBUG;TRACE</DefineConstants>
     108    <BaseAddress>285212672</BaseAddress>
     109    <FileAlignment>4096</FileAlignment>
     110    <DebugType>full</DebugType>
     111    <PlatformTarget>x86</PlatformTarget>
     112    <ErrorReport>prompt</ErrorReport>
     113  </PropertyGroup>
     114  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     115    <OutputPath>bin\x86\Release\</OutputPath>
     116    <DefineConstants>TRACE</DefineConstants>
     117    <BaseAddress>285212672</BaseAddress>
     118    <Optimize>true</Optimize>
     119    <FileAlignment>4096</FileAlignment>
     120    <PlatformTarget>x86</PlatformTarget>
     121    <ErrorReport>prompt</ErrorReport>
     122  </PropertyGroup>
    104123  <ItemGroup>
    105124    <Reference Include="System">
     
    150169      <SubType>Form</SubType>
    151170    </Compile>
    152     <Compile Include="IOptimusMini.cs">
     171    <Compile Include="OptimusMini.cs">
    153172      <SubType>Code</SubType>
    154173    </Compile>
Note: See TracChangeset for help on using the changeset viewer.