Skip to content

Commit f467d5f

Browse files
committed
Remove unused WinRT using directives that fail without SupportedOSPlatformVersion
1 parent 708153e commit f467d5f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Crystallography.Controls/CrystalDatabase/CrystalDatabaseControl.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
using System.Threading;
1919
using System.Threading.Tasks;
2020
using System.Windows.Forms;
21-
using Windows.Media.Core;
22-
using Windows.UI.StartScreen;
21+
//using Windows.Media.Core; //260405Cl 未使用のWinRT参照を削除
22+
//using Windows.UI.StartScreen; //260405Cl 未使用のWinRT参照を削除
2323
using ZLinq;
2424
using static Community.CsharpSqlite.Sqlite3;
2525
using static System.Windows.Forms.VisualStyles.VisualStyleElement;

Crystallography/Euler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System;
66
using System.Collections.Generic;
77
using System.Linq;
8-
using Windows.Networking.BackgroundTransfer;
8+
//using Windows.Networking.BackgroundTransfer; //260405Cl 未使用のWinRT参照を削除
99
using DVec = MathNet.Numerics.LinearAlgebra.Double.DenseVector;
1010

1111
namespace Crystallography;

ReciPro/DiffractionSimulator/FormDiffractionSimulatorHolder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
using System.Linq;
66
using System.Security.Policy;
77
using System.Windows.Forms;
8-
using Windows.Devices.Radios;
8+
//using Windows.Devices.Radios; //260405Cl 未使用のWinRT参照を削除
99
#endregion
1010

1111
namespace ReciPro;

0 commit comments

Comments
 (0)