Skip to content

Instantly share code, notes, and snippets.

@kobake
Created June 12, 2013 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kobake/5763815 to your computer and use it in GitHub Desktop.
Save kobake/5763815 to your computer and use it in GitHub Desktop.
Partialクラスのファイルを元クラスの子として表示 ref: http://qiita.com/items/87239e4d50fe0031513c
<Compile Include="Forms\Form1.Hoge.cs">
<DependentUpon>Form1.cs</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="Forms\Form1.Hoge.cs" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment