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-07 07:11:44 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-07 07:11:44 +0300
commitdcf85cb50919eb797497a956f118fd9125cf6d1d (patch)
tree0110c91e0c7c274a7c8a62105bca300d6e92726d /UVtools.GUI/UVtools.GUI.csproj
parent14d21f53e7797c76785fd281812469ca25d3a385 (diff)
Add layer import GUI
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj13
1 files changed, 4 insertions, 9 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index e286b5b..c548440 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -152,12 +152,6 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Controls\BenchmarkTest.cs" />
- <Compile Include="Controls\CtrlDescriptionPanel.cs">
- <SubType>UserControl</SubType>
- </Compile>
- <Compile Include="Controls\CtrlDescriptionPanel.Designer.cs">
- <DependentUpon>CtrlDescriptionPanel.cs</DependentUpon>
- </Compile>
<Compile Include="Controls\CtrlKernel.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -185,6 +179,7 @@
<SubType>Component</SubType>
</Compile>
<Compile Include="Extensions\BitmapExtension.cs" />
+ <Compile Include="Extensions\GUIExtensions.cs" />
<Compile Include="Forms\FrmBenchmark.cs">
<SubType>Form</SubType>
</Compile>
@@ -326,10 +321,8 @@
<Compile Include="Forms\PEProfileFolder.cs" />
<Compile Include="Mutation.cs" />
<Compile Include="Program.cs" />
+ <Compile Include="Properties\Annotations.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
- <EmbeddedResource Include="Controls\CtrlDescriptionPanel.resx">
- <DependentUpon>CtrlDescriptionPanel.cs</DependentUpon>
- </EmbeddedResource>
<EmbeddedResource Include="Controls\CtrlKernel.resx">
<DependentUpon>CtrlKernel.cs</DependentUpon>
</EmbeddedResource>
@@ -482,6 +475,8 @@
<None Include="Images\copy_16x16.png" />
<None Include="Images\microchip_16x16.png" />
<None Include="Images\file-import-16x16.png" />
+ <None Include="Images\plus-16x16.png" />
+ <None Include="Images\minus_16x16.png" />
<Content Include="UVtools.ico" />
<None Include="UVtools.png" />
<None Include="Images\Exit-16x16.png" />