Fixed project file to include CommentDialog

This commit is contained in:
Michael Becker 2014-07-08 15:18:23 -04:00
parent c777ffd31b
commit 4a39f78e69

View File

@ -57,6 +57,10 @@
<Compile Include="Controls\ProgressPanel.Designer.cs">
<DependentUpon>ProgressPanel.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\FileSystem\CommentDialog.cs" />
<Compile Include="Dialogs\FileSystem\CommentDialog.Designer.cs">
<DependentUpon>CommentDialog.cs</DependentUpon>
</Compile>
<Compile Include="Dialogs\PropertyList\PropertyDetailsDialog.cs">
<SubType>Form</SubType>
</Compile>
@ -151,6 +155,9 @@
<EmbeddedResource Include="Controls\ProgressPanel.resx">
<DependentUpon>ProgressPanel.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\FileSystem\CommentDialog.resx">
<DependentUpon>CommentDialog.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Dialogs\PropertyList\PropertyDetailsDialog.resx">
<DependentUpon>PropertyDetailsDialog.cs</DependentUpon>
</EmbeddedResource>