Fixed project file to include CommentDialog

This commit is contained in:
Michael Becker 2014-07-08 15:20:13 -04:00
parent 4a39f78e69
commit 939736e0c2

View File

@ -57,7 +57,9 @@
<Compile Include="Controls\ProgressPanel.Designer.cs">
<DependentUpon>ProgressPanel.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\FileSystem\CommentDialog.cs" />
<Compile Include="Dialogs\FileSystem\CommentDialog.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="Dialogs\FileSystem\CommentDialog.Designer.cs">
<DependentUpon>CommentDialog.cs</DependentUpon>
</Compile>