Changeset 118


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

ビルド時にOptimusのDllをコピーするのをxcopyではなく、MSBuildがやるようにファイルのプロパティを変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MacFaceFloat.csproj

    r117 r118  
    22  <PropertyGroup>
    33    <ProjectType>Local</ProjectType>
    4     <ProductVersion>9.0.21022</ProductVersion>
     4    <ProductVersion>9.0.30729</ProductVersion>
    55    <SchemaVersion>2.0</SchemaVersion>
    66    <ProjectGuid>{60DE0E19-7B98-41E8-8001-A8C7A75AF08E}</ProjectGuid>
     
    255255    <Content Include="kikiki-rin.mcface\note.tiff" />
    256256    <Content Include="kikiki-rin.mcface\shock.tiff" />
    257     <Content Include="OptimusMini.dll" />
     257    <Content Include="OptimusMini.dll">
     258      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     259    </Content>
    258260  </ItemGroup>
    259261  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
     
    261263    <PreBuildEvent>"$(ProjectDir)PreBuild_GenerateAssemblyInfoVersionPart.cmd" &gt; "$(ProjectDir)AssemblyInfoVersionPart.cs"</PreBuildEvent>
    262264    <PostBuildEvent>xcopy /Y /I "$(ProjectDir)default.mcface" "$(TargetDir)default.mcface"
    263 copy "$(ProjectDir)OptimusMini.dll" "$(TargetDir)OptimusMini.dll"
    264265</PostBuildEvent>
    265266  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.