devlights
3/14/2016 - 2:05 AM

MSBuildファイル(csproj)にて、partialクラスのまとめ方。(コードファイルの場合)

MSBuildファイル(csproj)にて、partialクラスのまとめ方。(コードファイルの場合)

以下のようにする

      <Compile Include="xxxxxx.cs">
        <DependentUpon>xxxx.cs</DependentUpon>
        <SubType>Code</SubType>
      </Compile>