Skip to content

Instantly share code, notes, and snippets.

@devlights
Created March 14, 2016 02:05
Show Gist options
  • Select an option

  • Save devlights/b04778978b078bf4572f to your computer and use it in GitHub Desktop.

Select an option

Save devlights/b04778978b078bf4572f to your computer and use it in GitHub Desktop.
MSBuildファイル(csproj)にて、partialクラスのまとめ方。(コードファイルの場合)

以下のようにする

      <Compile Include="xxxxxx.cs">
        <DependentUpon>xxxx.cs</DependentUpon>
        <SubType>Code</SubType>
      </Compile>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment