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-30 04:54:59 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-07-30 04:54:59 +0300
commite3c0840c2f167c111d7eb25ff75e086a3b823e04 (patch)
tree5889f5792acedeaf78e71e4a54d654beb441d275 /UVtools.GUI/UVtools.GUI.csproj
parent858bc33d2d8518ac0aa0ad06be7c65c68071434e (diff)
v0.6.4.0
* (Add) Tool: Change resolution * (Add) Log: Track every action you do on the program
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj13
1 files changed, 13 insertions, 0 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index a45810c..683b110 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -97,6 +97,9 @@
<Reference Include="Emgu.CV.Platform.NetStandard, Version=4.3.0.3890, Culture=neutral, PublicKeyToken=7281126722ab4438, processorArchitecture=MSIL">
<HintPath>..\packages\Emgu.CV.4.3.0.3890\lib\net461\Emgu.CV.Platform.NetStandard.dll</HintPath>
</Reference>
+ <Reference Include="ObjectListView, Version=2.9.1.25410, Culture=neutral, PublicKeyToken=b1c5bf581481bcd4, processorArchitecture=MSIL">
+ <HintPath>..\packages\ObjectListView.Official.2.9.2-alpha2\lib\net20\ObjectListView.dll</HintPath>
+ </Reference>
<Reference Include="System" />
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
@@ -150,6 +153,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Controls\ListViewColumnSorter.cs" />
+ <Compile Include="Controls\Log.cs" />
<Compile Include="Controls\SplitButton.cs">
<SubType>Component</SubType>
</Compile>
@@ -171,6 +175,12 @@
<Compile Include="Forms\FrmMutationPixelDimming.Designer.cs">
<DependentUpon>FrmMutationPixelDimming.cs</DependentUpon>
</Compile>
+ <Compile Include="Forms\FrmToolChangeResolution.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Forms\FrmToolChangeResolution.Designer.cs">
+ <DependentUpon>FrmToolChangeResolution.cs</DependentUpon>
+ </Compile>
<Compile Include="Forms\FrmToolLayerReHeight.cs">
<SubType>Form</SubType>
</Compile>
@@ -271,6 +281,9 @@
<EmbeddedResource Include="Forms\FrmMutationPixelDimming.resx">
<DependentUpon>FrmMutationPixelDimming.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Forms\FrmToolChangeResolution.resx">
+ <DependentUpon>FrmToolChangeResolution.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Forms\FrmToolLayerReHeight.resx">
<DependentUpon>FrmToolLayerReHeight.cs</DependentUpon>
</EmbeddedResource>