Fixed project file to include CommentDialog
This commit is contained in:
parent
c777ffd31b
commit
4a39f78e69
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user