MSBuildファイル(csproj)にて、partialクラスのまとめ方。(コードファイルの場合)
以下のようにする
<Compile Include="xxxxxx.cs"> <DependentUpon>xxxx.cs</DependentUpon> <SubType>Code</SubType> </Compile>