diff --git a/Plugins/Wox.Plugin.BrowserBookmark/Languages/en.xaml b/Plugins/Wox.Plugin.BrowserBookmark/Languages/en.xaml
new file mode 100644
index 0000000000..7db78333be
--- /dev/null
+++ b/Plugins/Wox.Plugin.BrowserBookmark/Languages/en.xaml
@@ -0,0 +1,9 @@
+
+
+
+ Browser Bookmarks
+ Search your browser bookmarks
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.BrowserBookmark/Languages/tr.xaml b/Plugins/Wox.Plugin.BrowserBookmark/Languages/tr.xaml
new file mode 100644
index 0000000000..847d28c7bb
--- /dev/null
+++ b/Plugins/Wox.Plugin.BrowserBookmark/Languages/tr.xaml
@@ -0,0 +1,9 @@
+
+
+
+ Yer İşaretleri
+ Tarayıcılarınızdaki yer işaretlerini arayın.
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.BrowserBookmark/Main.cs b/Plugins/Wox.Plugin.BrowserBookmark/Main.cs
index af9299b874..cb1f0d654b 100644
--- a/Plugins/Wox.Plugin.BrowserBookmark/Main.cs
+++ b/Plugins/Wox.Plugin.BrowserBookmark/Main.cs
@@ -5,7 +5,7 @@ using Wox.Plugin.SharedCommands;
namespace Wox.Plugin.BrowserBookmark
{
- public class Main : IPlugin, IReloadable
+ public class Main : IPlugin, IReloadable, IPluginI18n
{
private PluginInitContext context;
@@ -55,5 +55,16 @@ namespace Wox.Plugin.BrowserBookmark
cachedBookmarks = Bookmarks.LoadAllBookmarks();
}
+
+ public string GetTranslatedPluginTitle()
+ {
+ return context.API.GetTranslation("wox_plugin_browserbookmark_plugin_name");
+ }
+
+ public string GetTranslatedPluginDescription()
+ {
+ return context.API.GetTranslation("wox_plugin_browserbookmark_plugin_description");
+ }
+
}
}
diff --git a/Plugins/Wox.Plugin.BrowserBookmark/Wox.Plugin.BrowserBookmark.csproj b/Plugins/Wox.Plugin.BrowserBookmark/Wox.Plugin.BrowserBookmark.csproj
index 4252438c4d..0be10b913a 100644
--- a/Plugins/Wox.Plugin.BrowserBookmark/Wox.Plugin.BrowserBookmark.csproj
+++ b/Plugins/Wox.Plugin.BrowserBookmark/Wox.Plugin.BrowserBookmark.csproj
@@ -82,6 +82,11 @@
Always
+
+ Designer
+ MSBuild:Compile
+ PreserveNewest
+
Always
@@ -99,6 +104,13 @@
Wox.Plugin
+
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
+
diff --git a/Plugins/Wox.Plugin.Calculator/Languages/tr.xaml b/Plugins/Wox.Plugin.Calculator/Languages/tr.xaml
new file mode 100644
index 0000000000..51c5b9b2b9
--- /dev/null
+++ b/Plugins/Wox.Plugin.Calculator/Languages/tr.xaml
@@ -0,0 +1,10 @@
+
+
+ Hesap Makinesi
+ Matematiksel hesaplamalar yapmaya yarar. (5*3-2 yazmayı deneyin)
+ Sayı değil (NaN)
+ İfade hatalı ya da eksik. (Parantez koymayı mı unuttunuz?)
+ Bu sayıyı panoya kopyala
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj b/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj
index 8fd3169a84..cf7ce1241f 100644
--- a/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj
+++ b/Plugins/Wox.Plugin.Calculator/Wox.Plugin.Calculator.csproj
@@ -111,6 +111,13 @@
PreserveNewest
+
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
+
diff --git a/Plugins/Wox.Plugin.Color/Languages/tr.xaml b/Plugins/Wox.Plugin.Color/Languages/tr.xaml
new file mode 100644
index 0000000000..c3224f517a
--- /dev/null
+++ b/Plugins/Wox.Plugin.Color/Languages/tr.xaml
@@ -0,0 +1,8 @@
+
+
+ Renkler
+ Hex kodunu girdiğiniz renkleri görüntülemeye yarar.(#000 yazmayı deneyin)
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj b/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj
index 0b0dc560d8..f5b1ff1607 100644
--- a/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj
+++ b/Plugins/Wox.Plugin.Color/Wox.Plugin.Color.csproj
@@ -105,6 +105,13 @@
PreserveNewest
+
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
+
+ Sil
+ Düzenle
+ Ekle
+ Konum
+ İndekslenecek Uzantılar
+ Yeniden İndeksle
+ İndeksleniyor
+ Başlat Menüsünü İndeksle
+ Registry'i İndeksle
+ Uzantılar
+ Derinlik
+
+ Dizin:
+ Gözat
+ Dosya Uzantıları:
+ Maksimum Arama Derinliği (Limitsiz için -1):
+
+ İşlem yapmak istediğiniz klasörü seçin.
+ {0} klasörünü silmek istediğinize emin misiniz?
+
+ Güncelle
+ Wox yalnızca aşağıdaki uzantılara sahip dosyaları indeksleyecektir:
+ (Her uzantıyı ; işareti ile ayırın)
+ Dosya uzantıları başarıyla güncellendi
+ Dosya uzantıları boş olamaz
+
+ Yönetici Olarak Çalıştır
+ İçeren Klasörü Aç
+
+ Program
+ Programları Wox'tan arayın
+
+ Geçersiz Konum
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj b/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj
index ae0a83c54f..322a873508 100644
--- a/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj
+++ b/Plugins/Wox.Plugin.Program/Wox.Plugin.Program.csproj
@@ -130,6 +130,11 @@
Designer
PreserveNewest
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
MSBuild:Compile
Designer
diff --git a/Plugins/Wox.Plugin.Shell/Languages/tr.xaml b/Plugins/Wox.Plugin.Shell/Languages/tr.xaml
new file mode 100644
index 0000000000..268b882533
--- /dev/null
+++ b/Plugins/Wox.Plugin.Shell/Languages/tr.xaml
@@ -0,0 +1,12 @@
+
+
+ Win+R kısayolunu kullan
+ Çalıştırma sona erdikten sonra komut istemini kapatma
+ Kabuk
+ Wox üzerinden komut istemini kullanmanızı sağlar. Komutlar > işareti ile başlamalıdır.
+ Bu komut {0} kez çalıştırıldı
+ Komut isteminde çalıştır
+ Yönetici Olarak Çalıştır
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj b/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj
index 3ba77d86da..2291f78bb8 100644
--- a/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj
+++ b/Plugins/Wox.Plugin.Shell/Wox.Plugin.Shell.csproj
@@ -118,6 +118,11 @@
Designer
PreserveNewest
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
MSBuild:Compile
Designer
diff --git a/Plugins/Wox.Plugin.Sys/Languages/en.xaml b/Plugins/Wox.Plugin.Sys/Languages/en.xaml
index 0d3fb8e61f..9aa958689d 100644
--- a/Plugins/Wox.Plugin.Sys/Languages/en.xaml
+++ b/Plugins/Wox.Plugin.Sys/Languages/en.xaml
@@ -2,6 +2,7 @@
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=mscorlib">
+
Command
Description
@@ -14,6 +15,15 @@
Tweak this app
Put computer to sleep
Empty recycle bin
+ Hibernate computer
+ Save all Wox settings
+ Reloads plugin data with new content added after Wox started. Plugins need to have this feature already added.
+
+
+ Success
+ All Wox settings saved
+ Are you sure you want to shut the computer down?
+ Are you sure you want to restart the computer?
System Commands
Provides System related commands. e.g. shutdown, lock, settings etc.
diff --git a/Plugins/Wox.Plugin.Sys/Languages/tr.xaml b/Plugins/Wox.Plugin.Sys/Languages/tr.xaml
new file mode 100644
index 0000000000..5111aa7785
--- /dev/null
+++ b/Plugins/Wox.Plugin.Sys/Languages/tr.xaml
@@ -0,0 +1,32 @@
+
+
+
+ Komut
+ Açıklama
+
+ Bilgisayarı Kapat
+ Yeniden Başlat
+ Oturumu Kapat
+ Bilgisayarı Kilitle
+ Wox'u Kapat
+ Wox'u Yeniden Başlat
+ Wox Ayarlarını Aç
+ Bilgisayarı Uyku Moduna Al
+ Geri Dönüşüm Kutusunu Boşalt
+ Bilgisayarı Askıya Al
+ Tüm Wox Ayarlarını Kaydet
+ Eklentilerin verilerini Wox'un açılışından sonra yapılan değişiklikleri için günceller. Eklentilerin bu özelliği zaten eklemiş olması gerekir.
+
+
+ Başarılı
+ Tüm Wox ayarları kaydedildi.
+ Bilgisayarı kapatmak istediğinize emin misiniz?
+ Bilgisayarı yeniden başlatmak istediğinize emin misiniz?
+
+
+ Sistem Komutları
+ Sistem ile ilgili komutlara erişim sağlar. ör. shutdown, lock, settings vb.
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.Sys/Main.cs b/Plugins/Wox.Plugin.Sys/Main.cs
index 6186b3cacc..7effe4ef83 100644
--- a/Plugins/Wox.Plugin.Sys/Main.cs
+++ b/Plugins/Wox.Plugin.Sys/Main.cs
@@ -85,8 +85,9 @@ namespace Wox.Plugin.Sys
IcoPath = "Images\\shutdown.png",
Action = c =>
{
- var reuslt = MessageBox.Show("Are you sure you want to shut the computer down?",
- "Shutdown Computer?", MessageBoxButton.YesNo, MessageBoxImage.Warning);
+ var reuslt = MessageBox.Show(context.API.GetTranslation("wox_plugin_sys_dlgtext_shutdown_computer"),
+ context.API.GetTranslation("wox_plugin_sys_shutdown_computer"),
+ MessageBoxButton.YesNo, MessageBoxImage.Warning);
if (reuslt == MessageBoxResult.Yes)
{
Process.Start("shutdown", "/s /t 0");
@@ -101,8 +102,9 @@ namespace Wox.Plugin.Sys
IcoPath = "Images\\restart.png",
Action = c =>
{
- var result = MessageBox.Show("Are you sure you want to restart the computer?",
- "Restart Computer?", MessageBoxButton.YesNo, MessageBoxImage.Warning);
+ var result = MessageBox.Show(context.API.GetTranslation("wox_plugin_sys_dlgtext_restart_computer"),
+ context.API.GetTranslation("wox_plugin_sys_restart_computer"),
+ MessageBoxButton.YesNo, MessageBoxImage.Warning);
if (result == MessageBoxResult.Yes)
{
Process.Start("shutdown", "/r /t 0");
@@ -112,7 +114,7 @@ namespace Wox.Plugin.Sys
},
new Result
{
- Title = "Log off",
+ Title = "Log Off",
SubTitle = context.API.GetTranslation("wox_plugin_sys_log_off"),
IcoPath = "Images\\logoff.png",
Action = c => ExitWindowsEx(EWX_LOGOFF, 0)
@@ -138,7 +140,7 @@ namespace Wox.Plugin.Sys
new Result
{
Title = "Hibernate",
- SubTitle = "Hibernate computer",
+ SubTitle = context.API.GetTranslation("wox_plugin_sys_hibernate"),
IcoPath = "Images\\sleep.png", // Icon change needed
Action = c => FormsApplication.SetSuspendState(PowerState.Hibernate, false, false)
},
@@ -177,12 +179,13 @@ namespace Wox.Plugin.Sys
new Result
{
Title = "Save Settings",
- SubTitle = "Save all Wox settings",
+ SubTitle = context.API.GetTranslation("wox_plugin_sys_save_all_settings"),
IcoPath = "Images\\app.png",
Action = c =>
{
context.API.SaveAppAllSettings();
- context.API.ShowMsg("Success","All Wox settings saved");
+ context.API.ShowMsg(context.API.GetTranslation("wox_plugin_sys_dlgtitle_success"),
+ context.API.GetTranslation("wox_plugin_sys_dlgtext_all_settings_saved"));
return true;
}
},
@@ -208,10 +211,10 @@ namespace Wox.Plugin.Sys
return true;
}
},
- new Result
+ new Result
{
Title = "Reload Plugin Data",
- SubTitle = "Reloads plugin data with new content added after Wox started. Plugins need to have this feature already added.",
+ SubTitle = context.API.GetTranslation("wox_plugin_sys_reload_plugin_data"),
IcoPath = "Images\\app.png",
Action = c =>
{
diff --git a/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj b/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj
index eeccb363e5..e1a334bb3a 100644
--- a/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj
+++ b/Plugins/Wox.Plugin.Sys/Wox.Plugin.Sys.csproj
@@ -102,6 +102,11 @@
Designer
PreserveNewest
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
MSBuild:Compile
Designer
diff --git a/Plugins/Wox.Plugin.Url/Languages/tr.xaml b/Plugins/Wox.Plugin.Url/Languages/tr.xaml
new file mode 100644
index 0000000000..a82b55ff29
--- /dev/null
+++ b/Plugins/Wox.Plugin.Url/Languages/tr.xaml
@@ -0,0 +1,15 @@
+
+
+ URL'yi Aç: {0}
+ URL Açılamıyor: {0}
+
+ URL
+ Wox'a yazılan URL'leri açar
+
+ Tarayıcınızın konumunu ayarlayın:
+ Seç
+ Uygula
+ Programlar (*.exe)|*.exe|Tüm Dosyalar|*.*
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj b/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj
index ee0e09c18f..515d240b72 100644
--- a/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj
+++ b/Plugins/Wox.Plugin.Url/Wox.Plugin.Url.csproj
@@ -112,6 +112,11 @@
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
Designer
MSBuild:Compile
diff --git a/Plugins/Wox.Plugin.WebSearch/Languages/tr.xaml b/Plugins/Wox.Plugin.WebSearch/Languages/tr.xaml
new file mode 100644
index 0000000000..1a3951faf7
--- /dev/null
+++ b/Plugins/Wox.Plugin.WebSearch/Languages/tr.xaml
@@ -0,0 +1,32 @@
+
+
+ Sil
+ Düzenle
+ Ekle
+ Onayla
+ Anahtar Kelime
+ URL
+ Ara:
+ Arama önerilerini etkinleştir
+ Lütfen bir web araması seçin
+ {0} aramasını silmek istediğinize emin misiniz?
+
+
+ Başlık
+ Etkin
+ Simge Seç
+ Simge
+ İptal
+ Geçersiz web araması
+ Lütfen bir başlık giriniz
+ Lütfen anahtar kelime giriniz
+ Lütfen bir URL giriniz
+ Anahtar kelime zaten mevcut. Lütfen yeni bir tane seçiniz.
+ Başarılı
+
+ Web Araması
+ Web üzerinde arama yapmanızı sağlar
+
+
\ No newline at end of file
diff --git a/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj b/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj
index 858b6fd433..e2237dab1a 100644
--- a/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj
+++ b/Plugins/Wox.Plugin.WebSearch/Wox.Plugin.WebSearch.csproj
@@ -154,6 +154,11 @@
Designer
PreserveNewest
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
MSBuild:Compile
Designer
diff --git a/Wox.Core/Resource/AvailableLanguages.cs b/Wox.Core/Resource/AvailableLanguages.cs
index d650723db2..e6c1e07f26 100644
--- a/Wox.Core/Resource/AvailableLanguages.cs
+++ b/Wox.Core/Resource/AvailableLanguages.cs
@@ -21,6 +21,7 @@ namespace Wox.Core.Resource
public static Language Italian = new Language("it", "Italiano");
public static Language Norwegian_Bokmal = new Language("nb-NO", "Norsk Bokmål");
public static Language Slovak = new Language("sk", "Slovenský");
+ public static Language Turkish = new Language("tr", "Türkçe");
public static List GetAvailableLanguages()
{
@@ -42,7 +43,8 @@ namespace Wox.Core.Resource
Portuguese_BR,
Italian,
Norwegian_Bokmal,
- Slovak
+ Slovak,
+ Turkish
};
return languages;
}
diff --git a/Wox/Languages/en.xaml b/Wox/Languages/en.xaml
index 75654dbf9c..ae8041121c 100644
--- a/Wox/Languages/en.xaml
+++ b/Wox/Languages/en.xaml
@@ -33,6 +33,7 @@
Select
Hide Wox on startup
Hide tray icon
+ Query Search Precision
Plugin
diff --git a/Wox/Languages/tr.xaml b/Wox/Languages/tr.xaml
new file mode 100644
index 0000000000..82445e2ac7
--- /dev/null
+++ b/Wox/Languages/tr.xaml
@@ -0,0 +1,145 @@
+
+
+ Kısayol tuşu ataması başarısız oldu: {0}
+ {0} başlatılamıyor
+ Geçersiz Wox eklenti dosyası formatı
+ Bu sorgu için başa sabitle
+ Sabitlemeyi kaldır
+ Sorguyu çalıştır: {0}
+ Son çalıştırma zamanı: {0}
+ Aç
+ Ayarlar
+ Hakkında
+ Çıkış
+
+
+ Wox Ayarları
+ Genel
+ Wox'u başlangıçta başlat
+ Odak pencereden ayrıldığında Wox'u gizle
+ Güncelleme bildirimlerini gösterme
+ Pencere konumunu hatırla
+ Dil
+ Pencere açıldığında
+ Son sorguyu sakla
+ Son sorguyu sakla ve tümünü seç
+ Sorgu kutusunu temizle
+ Maksimum sonuç sayısı
+ Tam ekran modunda kısayol tuşunu gözardı et
+ Python Konumu
+ Otomatik Güncelle
+ Seç
+ Başlangıçta Wox'u gizle
+ Sistem çekmecesi simgesini gizle
+ Sorgu Arama Hassasiyeti
+
+
+ Eklentiler
+ Daha fazla eklenti bul
+ Devre Dışı
+ Anahtar Kelimeler
+ Eklenti Klasörü
+ Yapımcı
+ Açılış Süresi: {0}ms
+ Sorgu Süresi: {0}ms
+
+
+ Temalar
+ Daha fazla tema bul
+ Merhaba Wox
+ Pencere Yazı Tipi
+ Sonuç Yazı Tipi
+ Pencere Modu
+ Saydamlık
+ {0} isimli tema bulunamadı, varsayılan temaya dönülüyor.
+ {0} isimli tema yüklenirken hata oluştu, varsayılan temaya dönülüyor.
+
+
+ Kısayol Tuşu
+ Wox Kısayolu
+ Özel Sorgu Kısayolları
+ Sil
+ Düzenle
+ Ekle
+ Lütfen bir öğe seçin
+ {0} eklentisi için olan kısayolu silmek istediğinize emin misiniz?
+
+
+ Vekil Sunucu
+ HTTP vekil sunucuyu etkinleştir.
+ Sunucu Adresi
+ Port
+ Kullanıcı Adı
+ Parola
+ Ayarları Sına
+ Kaydet
+ Sunucu adresi boş olamaz
+ Port boş olamaz
+ Port biçimi geçersiz
+ Vekil sunucu ayarları başarıyla kaydedildi
+ Vekil sunucu doğru olarak ayarlandı
+ Vekil sunucuya bağlanılırken hata oluştu
+
+
+ Hakkında
+ Web Sitesi
+ Sürüm
+ Şu ana kadar Wox'u {0} kez aktifleştirdiniz.
+ Güncellemeleri Kontrol Et
+ Uygulamanın yeni sürümü ({0}) mevcut, Lütfen Wox'u yeniden başlatın.
+ Güncelleme kontrolü başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın api.github.com adresine ulaşabilir olduğunu kontrol edin.
+
+ Güncellemenin yüklenmesi başarısız oldu. Lütfen bağlantınız ve vekil sunucu ayarlarınızın github-cloud.s3.amazonaws.com
+ adresine ulaşabilir olduğunu kontrol edin ya da https://github.com/Wox-launcher/Wox/releases adresinden güncellemeyi elle indirin.
+
+ Sürüm Notları:
+
+
+ Eski Anahtar Kelime
+ Yeni Anahtar Kelime
+ İptal
+ Tamam
+ Belirtilen eklenti bulunamadı
+ Yeni anahtar kelime boş olamaz
+ Yeni anahtar kelime başka bir eklentiye atanmış durumda. Lütfen başka bir anahtar kelime seçin
+ Başarılı
+ Anahtar kelime belirlemek istemiyorsanız * kullanın
+
+
+ Önizleme
+ Kısayol tuşu kullanılabilir değil, lütfen başka bir kısayol tuşu seçin
+ Geçersiz eklenti kısayol tuşu
+ Güncelle
+
+
+ Kısayol tuşu kullanılabilir değil
+
+
+ Sürüm
+ Tarih
+ Sorunu çözebilmemiz için lütfen uygulamanın ne yaparken çöktüğünü belirtin.
+ Raporu Gönder
+ İptal
+ Genel
+ Özel Durumlar
+ Özel Durum Tipi
+ Kaynak
+ Yığın İzleme
+ Gönderiliyor
+ Hata raporu başarıyla gönderildi
+ Hata raporu gönderimi başarısız oldu
+ Wox'ta bir hata oluştu
+
+
+ Wox'un yeni bir sürümü ({0}) mevcut
+ Güncellemelerin kurulması sırasında bir hata oluştu
+ Güncelle
+ İptal
+ Bu güncelleme Wox'u yeniden başlatacaktır
+ Aşağıdaki dosyalar güncelleştirilecektir
+ Güncellenecek dosyalar
+ Güncelleme açıklaması
+
+
\ No newline at end of file
diff --git a/Wox/SettingWindow.xaml b/Wox/SettingWindow.xaml
index 577b3ea9ec..86d6a345a9 100644
--- a/Wox/SettingWindow.xaml
+++ b/Wox/SettingWindow.xaml
@@ -56,7 +56,7 @@
-
+
diff --git a/Wox/Wox.csproj b/Wox/Wox.csproj
index faa10af787..ef77148291 100644
--- a/Wox/Wox.csproj
+++ b/Wox/Wox.csproj
@@ -313,6 +313,11 @@
Designer
PreserveNewest
+
+ MSBuild:Compile
+ Designer
+ PreserveNewest
+
MSBuild:Compile
Designer
@@ -377,7 +382,7 @@
MSBuild:Compile
Designer
- PreserveNewest
+ PreserveNewest
MSBuild:Compile