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-11 05:06:56 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-09-11 05:06:56 +0300
commita20ac92540ced88d87b99594d79c51481ca9e8ca (patch)
tree87fae028075761a8402992525af48daca54833e4 /UVtools.GUI/UVtools.GUI.csproj
parent81288a78d9823c4c55afc497f19ae86e74a0af4f (diff)
fixes
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj15
1 files changed, 8 insertions, 7 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index 3152bd0..c020e9d 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -413,14 +413,9 @@
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
- <LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
+ <LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
- <Compile Include="Properties\Resources.Designer.cs">
- <AutoGen>True</AutoGen>
- <DependentUpon>Resources.resx</DependentUpon>
- <DesignTime>True</DesignTime>
- </Compile>
<None Include="..\CHANGELOG.md">
<Link>CHANGELOG.md</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
@@ -441,6 +436,11 @@
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
+ <Compile Include="Properties\Resources.Designer.cs">
+ <AutoGen>True</AutoGen>
+ <DesignTime>True</DesignTime>
+ <DependentUpon>Resources.resx</DependentUpon>
+ </Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
@@ -487,6 +487,7 @@
<None Include="Images\file-import-16x16.png" />
<None Include="Images\plus-16x16.png" />
<None Include="Images\minus_16x16.png" />
+ <None Include="Images\sync-16x16.png" />
<Content Include="UVtools.ico" />
<None Include="UVtools.png" />
<None Include="Images\Exit-16x16.png" />
@@ -497,7 +498,7 @@
<None Include="Images\Global-Network-icon-16x16.png" />
<None Include="Images\Convert-16x16.png" />
<None Include="Images\layers-16x16.png" />
- <None Include="Images\Rotate-16x16.png" />
+ <None Include="Images\undo-16x16.png" />
<None Include="Images\Back-16x16.png" />
<None Include="Images\Next-16x16.png" />
<None Include="Images\Save-16x16.png" />