Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2020-09-09 20:53:41 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-09 20:53:41 +0300
commit710caf513a67d7eed1804af536c4b54cb4a5792d (patch)
tree2e68acf1452db740e7d8bc0d37e4e3701fb557cc /UVtools.GUI/UVtools.GUI.csproj
parentde2059fb5b49e4fdfc8fbea4f9ec70a405de3a92 (diff)
Convert pixel dimming to toolwindow
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj18
1 files changed, 9 insertions, 9 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index f818526..e7aa69a 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -170,6 +170,12 @@
<Compile Include="Controls\SplitButton.cs">
<SubType>Component</SubType>
</Compile>
+ <Compile Include="Controls\Tools\CtrlToolPixelDimming.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Controls\Tools\CtrlToolPixelDimming.Designer.cs">
+ <DependentUpon>CtrlToolPixelDimming.cs</DependentUpon>
+ </Compile>
<Compile Include="Controls\Tools\CtrlToolMask.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -271,12 +277,6 @@
<Compile Include="Forms\FrmMutationThreshold.Designer.cs">
<DependentUpon>FrmMutationThreshold.cs</DependentUpon>
</Compile>
- <Compile Include="Forms\FrmMutationPixelDimming.cs">
- <SubType>Form</SubType>
- </Compile>
- <Compile Include="Forms\FrmMutationPixelDimming.Designer.cs">
- <DependentUpon>FrmMutationPixelDimming.cs</DependentUpon>
- </Compile>
<Compile Include="Forms\FrmToolWindow.cs">
<SubType>Form</SubType>
</Compile>
@@ -330,6 +330,9 @@
<EmbeddedResource Include="Controls\CtrlToolWindowContent.resx">
<DependentUpon>CtrlToolWindowContent.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Controls\Tools\CtrlToolPixelDimming.resx">
+ <DependentUpon>CtrlToolPixelDimming.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Controls\Tools\CtrlToolMask.resx">
<DependentUpon>CtrlToolMask.cs</DependentUpon>
</EmbeddedResource>
@@ -381,9 +384,6 @@
<EmbeddedResource Include="Forms\FrmMutationThreshold.resx">
<DependentUpon>FrmMutationThreshold.cs</DependentUpon>
</EmbeddedResource>
- <EmbeddedResource Include="Forms\FrmMutationPixelDimming.resx">
- <DependentUpon>FrmMutationPixelDimming.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="Forms\FrmToolWindow.resx">
<DependentUpon>FrmToolWindow.cs</DependentUpon>
</EmbeddedResource>