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-10-14 20:41:30 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-10-14 20:41:30 +0300
commit89f5df35a877b146ad6ba05585a82ad9d39752e8 (patch)
tree692a1d76e6e8a4740e1eb523127bda3a959c5bc3 /UVtools.GUI/UVtools.GUI.csproj
parent4230f8753dd0fad63c0b1a4b496494a07ed7c114 (diff)
v0.8.5.0v0.8.5.0
* (Add) Tool - Calculator: Convert millimeters to pixels * (Add) Tool - Calculator: Find the optimal "Ligth-Off Delay" * (Add) Internal abstraction of display size to all file formats * (Add) Default demo file that loads on startup when no file is specified (this can be disable/enabled on settings)
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj14
1 files changed, 14 insertions, 0 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index e7a52b8..b098433 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -192,6 +192,12 @@
<Compile Include="Controls\Tools\CtrlToolEditEditParameters.Designer.cs">
<DependentUpon>CtrlToolEditEditParameters.cs</DependentUpon>
</Compile>
+ <Compile Include="Controls\Tools\CtrlToolCalculator.cs">
+ <SubType>UserControl</SubType>
+ </Compile>
+ <Compile Include="Controls\Tools\CtrlToolCalculator.Designer.cs">
+ <DependentUpon>CtrlToolCalculator.cs</DependentUpon>
+ </Compile>
<Compile Include="Controls\Tools\CtrlToolRepairLayers.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -368,6 +374,9 @@
<EmbeddedResource Include="Controls\Tools\CtrlToolEditEditParameters.resx">
<DependentUpon>CtrlToolEditEditParameters.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Controls\Tools\CtrlToolCalculator.resx">
+ <DependentUpon>CtrlToolCalculator.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Controls\Tools\CtrlToolRepairLayers.resx">
<DependentUpon>CtrlToolRepairLayers.cs</DependentUpon>
</EmbeddedResource>
@@ -463,6 +472,10 @@
<None Include="..\README.md">
<Link>README.md</Link>
</None>
+ <None Include="..\UVtools.CAD\UVtools_demo_file.sl1">
+ <Link>UVtools_demo_file.sl1</Link>
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </None>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
@@ -522,6 +535,7 @@
<None Include="Images\sync-16x16.png" />
<None Include="Images\object-group-16x16.png" />
<None Include="Images\square-root-16x16.png" />
+ <None Include="Images\calculator-16x16.png" />
<Content Include="Resources\pixel_edit.cur" />
<Content Include="UVtools.ico" />
<None Include="UVtools.png" />