Ignore:
Timestamp:
Dec 18, 2008, 8:03:25 PM (15 years ago)
Author:
rryu
Message:

とりあえずOptimus Mini Threeに対応してみた。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r115 r117  
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
    4     <ProductVersion>9.0.30729</ProductVersion>
     4    <ProductVersion>9.0.21022</ProductVersion>
    55    <SchemaVersion>2.0</SchemaVersion>
    66    <ProjectGuid>{60DE0E19-7B98-41E8-8001-A8C7A75AF08E}</ProjectGuid>
     
    150150      <SubType>Form</SubType>
    151151    </Compile>
     152    <Compile Include="IOptimusMini.cs">
     153      <SubType>Code</SubType>
     154    </Compile>
    152155    <Compile Include="MacFaceApp.cs">
    153156      <SubType>Code</SubType>
     
    252255    <Content Include="kikiki-rin.mcface\note.tiff" />
    253256    <Content Include="kikiki-rin.mcface\shock.tiff" />
     257    <Content Include="OptimusMini.dll" />
    254258  </ItemGroup>
    255259  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    256260  <PropertyGroup>
    257261    <PreBuildEvent>"$(ProjectDir)PreBuild_GenerateAssemblyInfoVersionPart.cmd" &gt; "$(ProjectDir)AssemblyInfoVersionPart.cs"</PreBuildEvent>
    258     <PostBuildEvent>xcopy /Y /I "$(ProjectDir)default.mcface" "$(TargetDir)default.mcface"</PostBuildEvent>
     262    <PostBuildEvent>xcopy /Y /I "$(ProjectDir)default.mcface" "$(TargetDir)default.mcface"
     263copy "$(ProjectDir)OptimusMini.dll" "$(TargetDir)OptimusMini.dll"
     264</PostBuildEvent>
    259265  </PropertyGroup>
    260266</Project>
Note: See TracChangeset for help on using the changeset viewer.