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 'UVtools.WPF/UVtools.WPF.csproj')
-rw-r--r--UVtools.WPF/UVtools.WPF.csproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/UVtools.WPF/UVtools.WPF.csproj b/UVtools.WPF/UVtools.WPF.csproj
index 15aaf26..3c153db 100644
--- a/UVtools.WPF/UVtools.WPF.csproj
+++ b/UVtools.WPF/UVtools.WPF.csproj
@@ -12,7 +12,7 @@
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/sn4k3/UVtools</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
- <Version>2.0.0</Version>
+ <Version>2.1.0</Version>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
@@ -48,9 +48,6 @@
<None Remove="Assets\Icons\UVtools.ico" />
</ItemGroup>
<ItemGroup>
- <None Update="libcvextern.dylib">
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </None>
<None Update="libcvextern.so">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
@@ -88,6 +85,9 @@
<Compile Update="Controls\Tools\ToolLayerRemoveControl.axaml.cs">
<DependentUpon>ToolLayerRemoveControl.axaml</DependentUpon>
</Compile>
+ <Compile Update="Controls\Tools\ToolRedrawModelControl.axaml.cs">
+ <DependentUpon>ToolRedrawModelControl.axaml</DependentUpon>
+ </Compile>
<Compile Update="Controls\Tools\ToolResizeControl.axaml.cs">
<DependentUpon>ToolResizeControl.axaml</DependentUpon>
</Compile>