diff --git a/Qwilight/Assets/ARM64/Microsoft.WindowsAppRuntime.Bootstrap.dll b/Qwilight/Assets/ARM64/Microsoft.WindowsAppRuntime.Bootstrap.dll deleted file mode 100644 index b4a475a..0000000 --- a/Qwilight/Assets/ARM64/Microsoft.WindowsAppRuntime.Bootstrap.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ebbf4b33df00b5af1f60f82055909f261a659b327b148d837d552910abe1f429 -size 194480 diff --git a/Qwilight/Assets/ARM64/windowsappruntimeinstall-arm64.exe b/Qwilight/Assets/ARM64/windowsappruntimeinstall-arm64.exe index 802acc8..6bd0ef8 100644 --- a/Qwilight/Assets/ARM64/windowsappruntimeinstall-arm64.exe +++ b/Qwilight/Assets/ARM64/windowsappruntimeinstall-arm64.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:50f15718ba98c97c8684b2b0e8b80f9956038b18570ed18c568123530ae3e691 -size 66005440 +oid sha256:84a4a5b2b95aa01ee7c8bbf766cba850de523688ce28aa73ff1f871b0bba283b +size 63543728 diff --git a/Qwilight/Assets/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll b/Qwilight/Assets/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll deleted file mode 100644 index beede3f..0000000 --- a/Qwilight/Assets/x64/Microsoft.WindowsAppRuntime.Bootstrap.dll +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dca6c76137a21eb065333fbc5dbc554a0c0cd340823d3d8a96a4a7caa8680019 -size 193464 diff --git a/Qwilight/Assets/x64/windowsappruntimeinstall-x64.exe b/Qwilight/Assets/x64/windowsappruntimeinstall-x64.exe index c57ef50..7649b92 100644 --- a/Qwilight/Assets/x64/windowsappruntimeinstall-x64.exe +++ b/Qwilight/Assets/x64/windowsappruntimeinstall-x64.exe @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d7b5fc57659df349f251b211e704bf36551428a9ae732e3451ee671f2d9281e9 -size 65994272 +oid sha256:ee93821dc4702b131342347d4a7b1a07b57c211e6c13db3f20b0b7cb3c16779f +size 63535536 diff --git a/Qwilight/Qwilight.csproj b/Qwilight/Qwilight.csproj index 448c427..d6f0811 100644 --- a/Qwilight/Qwilight.csproj +++ b/Qwilight/Qwilight.csproj @@ -23,10 +23,6 @@ true - - - - $(DefineConstants);X64 x64 @@ -283,9 +279,6 @@ Always - - Always - Always diff --git a/Qwilight/View/QwilightClass.xaml.cs b/Qwilight/View/QwilightClass.xaml.cs index f568d16..0d6a5cd 100644 --- a/Qwilight/View/QwilightClass.xaml.cs +++ b/Qwilight/View/QwilightClass.xaml.cs @@ -53,7 +53,6 @@ ProfileOptimization.SetProfileRoot(QwilightComponent.QwilightEntryPath); ProfileOptimization.StartProfile("Qwilight.$"); - Utility.CopyFile(Path.Combine(QwilightComponent.CPUAssetsEntryPath, "Microsoft.WindowsAppRuntime.Bootstrap.dll"), Path.Combine(AppContext.BaseDirectory, "Microsoft.WindowsAppRuntime.Bootstrap.dll")); if (!Bootstrap.TryInitialize(65540U, out _)) { #if X64