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:
Diffstat (limited to 'PrusaSL1Viewer/PrusaSL1Viewer.csproj')
-rw-r--r--PrusaSL1Viewer/PrusaSL1Viewer.csproj12
1 files changed, 12 insertions, 0 deletions
diff --git a/PrusaSL1Viewer/PrusaSL1Viewer.csproj b/PrusaSL1Viewer/PrusaSL1Viewer.csproj
index 7582f99..66038f7 100644
--- a/PrusaSL1Viewer/PrusaSL1Viewer.csproj
+++ b/PrusaSL1Viewer/PrusaSL1Viewer.csproj
@@ -149,6 +149,12 @@
<Compile Include="Controls\SplitButton.cs">
<SubType>Component</SubType>
</Compile>
+ <Compile Include="FrmRepairLayers.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="FrmRepairLayers.Designer.cs">
+ <DependentUpon>FrmRepairLayers.cs</DependentUpon>
+ </Compile>
<Compile Include="FrmMutation.cs">
<SubType>Form</SubType>
</Compile>
@@ -187,6 +193,9 @@
<EmbeddedResource Include="FrmAbout.resx">
<DependentUpon>FrmAbout.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="FrmRepairLayers.resx">
+ <DependentUpon>FrmRepairLayers.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="FrmMutation.resx">
<DependentUpon>FrmMutation.cs</DependentUpon>
</EmbeddedResource>
@@ -278,6 +287,9 @@
<None Include="Images\eye-16x16.png" />
<None Include="Images\filter-filled-16x16.png" />
<None Include="Images\eye-24x24.png" />
+ <None Include="Images\refresh-16x16.png" />
+ <None Include="Images\pointer-16x16.png" />
+ <None Include="Images\delete-16x16.png" />
<Content Include="License-LGPL.txt" />
<Content Include="PrusaSL1Viewer.ico" />
</ItemGroup>