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-08-27 05:15:20 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2020-08-27 05:15:20 +0300
commit4e4f3caffa5f38f0d86122d203b9cfc48093e4a3 (patch)
tree1fe4b2f4bc8e950180a10252b9a68424886ee1b0 /UVtools.GUI/UVtools.GUI.csproj
parentba5b52791eccaf7c4be62ddd27c5845842685383 (diff)
v0.6.7.1v0.6.7.1
* (Add) Menu - Help - Benchmark: Run benchmark test to measure system performance * (Fix) Properties listview trigger an error when there are no groups to show * (Fix) Elfin: "(Number of Slices = x)" to ";Number of Slices = x" (#24)
Diffstat (limited to 'UVtools.GUI/UVtools.GUI.csproj')
-rw-r--r--UVtools.GUI/UVtools.GUI.csproj13
1 files changed, 12 insertions, 1 deletions
diff --git a/UVtools.GUI/UVtools.GUI.csproj b/UVtools.GUI/UVtools.GUI.csproj
index 38c3856..c193df3 100644
--- a/UVtools.GUI/UVtools.GUI.csproj
+++ b/UVtools.GUI/UVtools.GUI.csproj
@@ -131,7 +131,7 @@
<Private>True</Private>
</Reference>
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0-preview.7.20364.11\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
+ <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.5.0.0-preview.8.20407.11\lib\net45\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Extensions, Version=4.1.1.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
<HintPath>..\packages\System.Runtime.Extensions.4.3.1\lib\net462\System.Runtime.Extensions.dll</HintPath>
@@ -145,6 +145,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Controls\BenchmarkTest.cs" />
<Compile Include="Controls\CtrlKernel.cs">
<SubType>UserControl</SubType>
</Compile>
@@ -156,6 +157,12 @@
<Compile Include="Controls\SplitButton.cs">
<SubType>Component</SubType>
</Compile>
+ <Compile Include="Forms\FrmBenchmark.cs">
+ <SubType>Form</SubType>
+ </Compile>
+ <Compile Include="Forms\FrmBenchmark.Designer.cs">
+ <DependentUpon>FrmBenchmark.cs</DependentUpon>
+ </Compile>
<Compile Include="Forms\FrmInstallPEProfiles.cs">
<SubType>Form</SubType>
</Compile>
@@ -292,6 +299,9 @@
<EmbeddedResource Include="Forms\FrmAbout.resx">
<DependentUpon>FrmAbout.cs</DependentUpon>
</EmbeddedResource>
+ <EmbeddedResource Include="Forms\FrmBenchmark.resx">
+ <DependentUpon>FrmBenchmark.cs</DependentUpon>
+ </EmbeddedResource>
<EmbeddedResource Include="Forms\FrmInstallPEProfiles.resx">
<DependentUpon>FrmInstallPEProfiles.cs</DependentUpon>
</EmbeddedResource>
@@ -424,6 +434,7 @@
<None Include="Images\list-16x16.png" />
<None Include="Images\mask-16x16.png" />
<None Include="Images\copy_16x16.png" />
+ <None Include="Images\microchip_16x16.png" />
<Content Include="UVtools.ico" />
<None Include="UVtools.png" />
<None Include="Images\Exit-16x16.png" />