diff --git a/AutoCompleteBox/AddNewItemsWithButton/AddNewItemsWithButton_WPF.csproj b/AutoCompleteBox/AddNewItemsWithButton/AddNewItemsWithButton_WPF.csproj deleted file mode 100644 index 6e3b92fda..000000000 --- a/AutoCompleteBox/AddNewItemsWithButton/AddNewItemsWithButton_WPF.csproj +++ /dev/null @@ -1,124 +0,0 @@ - - - - - Debug - AnyCPU - {052E1B45-DF3A-4D11-8F9F-54E828CFCB00} - WinExe - Properties - AddNewItemsWithButton - AddNewItemsWithButton - v4.0 - 512 - {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} - 4 - - - - - - - AnyCPU - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - AnyCPU - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - 4.0 - - - $(TELERIKWPFDIR)\Binaries\WPF40\Telerik.Windows.Controls.dll - - - $(TELERIKWPFDIR)\Binaries\WPF40\Telerik.Windows.Controls.Input.dll - - - - - - - - MSBuild:Compile - Designer - - - - - MSBuild:Compile - Designer - - - MSBuild:Compile - Designer - - - App.xaml - Code - - - - Example.xaml - - - MainWindow.xaml - Code - - - - - Code - - - True - True - Resources.resx - - - True - Settings.settings - True - - - ResXFileCodeGenerator - Resources.Designer.cs - - - SettingsSingleFileGenerator - Settings.Designer.cs - - - - - - - - - \ No newline at end of file diff --git a/AutoCompleteBox/AddNewItemsWithButton/App.xaml b/AutoCompleteBox/AddNewItemsWithButton/App.xaml deleted file mode 100644 index 82ded96a1..000000000 --- a/AutoCompleteBox/AddNewItemsWithButton/App.xaml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - diff --git a/AutoCompleteBox/AddNewItemsWithButton/App.xaml.cs b/AutoCompleteBox/AddNewItemsWithButton/App.xaml.cs deleted file mode 100644 index 336715876..000000000 --- a/AutoCompleteBox/AddNewItemsWithButton/App.xaml.cs +++ /dev/null @@ -1,16 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Configuration; -using System.Data; -using System.Linq; -using System.Windows; - -namespace AddNewItemsWithButton -{ - /// - /// Interaction logic for App.xaml - /// - public partial class App : Application - { - } -} diff --git a/AutoCompleteBox/AddNewItemsWithButton/Country.cs b/AutoCompleteBox/AddNewItemsWithButton/Country.cs deleted file mode 100644 index f0f9f747c..000000000 --- a/AutoCompleteBox/AddNewItemsWithButton/Country.cs +++ /dev/null @@ -1,12 +0,0 @@ - -namespace AddNewItemsWithButton -{ - public class Country - { - public string Name { get; set; } - - public string Capital { get; set; } - - public int Id { get; set; } - } -} diff --git a/AutoCompleteBox/AddNewItemsWithButton/Example.xaml b/AutoCompleteBox/AddNewItemsWithButton/Example.xaml deleted file mode 100644 index 0c87caffb..000000000 --- a/AutoCompleteBox/AddNewItemsWithButton/Example.xaml +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - - - - - - - - - - - -