Created
June 12, 2013 08:54
-
-
Save kobake/5763815 to your computer and use it in GitHub Desktop.
Partialクラスのファイルを元クラスの子として表示 ref: http://qiita.com/items/87239e4d50fe0031513c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… | |
<Compile Include="Forms\Form1.Hoge.cs"> | |
<DependentUpon>Form1.cs</DependentUpon> | |
<SubType>Code</SubType> | |
</Compile> | |
… |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… | |
<Compile Include="Forms\Form1.Hoge.cs" /> | |
… |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment