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-07-28 05:56:49 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-07-28 05:56:49 +0300
commit858bc33d2d8518ac0aa0ad06be7c65c68071434e (patch)
tree19586b232404dffe58cff9ed969eecf69fc3556d /UVtools.GUI/UVtools.GUI.csproj
parentc76a68c29bc041c571b30995ec59c03d27b4ceea (diff)
v0.6.3.4v0.6.3.4
* (Add) Mutator: Threshold pixels * (Change) Mutator: PyrDownUp - Name to "Big Blur" and add better description of the effect * (Change) Mutator: SmoothMedian - Better description * (Change) Mutator: SmoothGaussian - Better description * (Fix) Tool: Layer Re-Height - When go lower heights the pixels count per layer statistics are lost * (Fix) "Pixel Edit" has the old tooltip text (#14) * (Fix) Readme: Text fixes (#14)
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj9
1 files changed, 9 insertions, 0 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index 0c92564..a45810c 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -159,6 +159,12 @@
<Compile Include="Forms\FrmInstallPEProfiles.Designer.cs">
<DependentUpon>FrmInstallPEProfiles.cs</DependentUpon>
</Compile>
+ <Compile Include="Forms\FrmMutationThreshold.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Forms\FrmMutationThreshold.Designer.cs">
+ <DependentUpon>FrmMutationThreshold.cs</DependentUpon>
+ </Compile>
<Compile Include="Forms\FrmMutationPixelDimming.cs">
<SubType>Form</SubType>
</Compile>
@@ -259,6 +265,9 @@
<EmbeddedResource Include="Forms\FrmInstallPEProfiles.resx">
<DependentUpon>FrmInstallPEProfiles.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Forms\FrmMutationThreshold.resx">
+ <DependentUpon>FrmMutationThreshold.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Forms\FrmMutationPixelDimming.resx">
<DependentUpon>FrmMutationPixelDimming.cs</DependentUpon>
</EmbeddedResource>