チェンジセット 1680 (default)


以下の違いを無視:
日時:
2024/09/01 22:11:33 (5週前)
更新者:
hizuya@…
ログメッセージ:
  • アーカイブファイルに不要なファイルが含まれている問題を修正。
  • Build.proj の対象プロジェクトの定義の順番を読みやすくなるように変更。
ファイル:
1個の更新

凡例:

未変更
追加
削除
  • framework/trunk/Build.proj

    r1591 r1680  
    288288  <!-- Define the build projects --> 
    289289  <ItemGroup> 
     290    <!-- MSBuild library projects --> 
    290291    <BuildProjects Include="BuildLibrary\BuildLibrary.csproj"> 
    291292      <Build>true</Build> 
    292293      <Runtime>true</Runtime> 
    293294    </BuildProjects> 
     295 
     296    <!-- Native library projects --> 
    294297    <BuildProjects Include="NativeLibrary\NativeLibrary.vcxproj"> 
    295298      <Native>true</Native> 
    296299    </BuildProjects> 
     300 
     301    <!-- .NET library projects --> 
    297302    <BuildProjects Include="CoreLibrary\CoreLibrary.csproj"> 
    298303      <Runtime>true</Runtime> 
     
    306311      <WebApplicationRuntime>true</WebApplicationRuntime> 
    307312    </BuildProjects> 
    308     <BuildProjects Include="TestImplementationLibrary\TestImplementationLibrary.csproj"> 
    309       <Runtime>true</Runtime> 
    310       <WebApplicationRuntime>true</WebApplicationRuntime> 
    311     </BuildProjects> 
    312313    <BuildProjects Include="TestLibrary\TestLibrary.csproj"> 
    313314      <Runtime>true</Runtime> 
    314315      <WebApplicationRuntime>true</WebApplicationRuntime> 
    315316    </BuildProjects> 
     317 
     318    <!-- NUnit runtime projects --> 
     319    <BuildProjects Include="TestImplementationLibrary\TestImplementationLibrary.csproj"> 
     320      <NUnitRuntime>true</NUnitRuntime> 
     321      <WebApplicationRuntime>true</WebApplicationRuntime> 
     322    </BuildProjects> 
     323    <BuildProjects Include="WebApplication\WebApplication.csproj"> 
     324      <NUnitRuntime>true</NUnitRuntime> 
     325      <WebApplicationRuntime>true</WebApplicationRuntime> 
     326    </BuildProjects> 
     327 
     328    <!-- NUnit test projects --> 
    316329    <BuildProjects Include="CoreTest\CoreTest.csproj"> 
    317330      <NUnit>true</NUnit> 
     
    319332    <BuildProjects Include="ServiceProcessTest\ServiceProcessTest.csproj"> 
    320333      <NUnitRuntime>true</NUnitRuntime> 
    321     </BuildProjects> 
    322     <BuildProjects Include="WebApplication\WebApplication.csproj"> 
    323       <NUnitRuntime>true</NUnitRuntime> 
    324       <WebApplicationRuntime>true</WebApplicationRuntime> 
    325334    </BuildProjects> 
    326335    <BuildProjects Include="WebTest\WebTest.csproj"> 
詳しい使い方は TracChangeset を参照してください。