1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{2C9A3EB6-F0BE-4FD8-BB77-0524E33ADF7F}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >AutoComplete</RootNamespace >
10
+ <AssemblyName >AutoComplete</AssemblyName >
11
+ <TargetFrameworkVersion >v4.6.1</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14
+ <WarningLevel >4</WarningLevel >
15
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <PlatformTarget >AnyCPU</PlatformTarget >
19
+ <DebugSymbols >true</DebugSymbols >
20
+ <DebugType >full</DebugType >
21
+ <Optimize >false</Optimize >
22
+ <OutputPath >bin\Debug\</OutputPath >
23
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24
+ <ErrorReport >prompt</ErrorReport >
25
+ <WarningLevel >4</WarningLevel >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <PlatformTarget >AnyCPU</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <ItemGroup >
37
+ <Reference Include =" MaterialDesignColors, Version=1.2.0.325, Culture=neutral, processorArchitecture=MSIL" >
38
+ <HintPath >..\packages\MaterialDesignColors.1.2.0\lib\net45\MaterialDesignColors.dll</HintPath >
39
+ </Reference >
40
+ <Reference Include =" MaterialDesignThemes.Wpf, Version=2.6.0.325, Culture=neutral, processorArchitecture=MSIL" >
41
+ <HintPath >..\packages\MaterialDesignThemes.2.6.0\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath >
42
+ </Reference >
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Data" />
45
+ <Reference Include =" System.Xml" />
46
+ <Reference Include =" Microsoft.CSharp" />
47
+ <Reference Include =" System.Core" />
48
+ <Reference Include =" System.Xml.Linq" />
49
+ <Reference Include =" System.Data.DataSetExtensions" />
50
+ <Reference Include =" System.Net.Http" />
51
+ <Reference Include =" System.Xaml" >
52
+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
53
+ </Reference >
54
+ <Reference Include =" UIAutomationProvider" />
55
+ <Reference Include =" WindowsBase" />
56
+ <Reference Include =" PresentationCore" />
57
+ <Reference Include =" PresentationFramework" />
58
+ </ItemGroup >
59
+ <ItemGroup >
60
+ <ApplicationDefinition Include =" App.xaml" >
61
+ <Generator >MSBuild:Compile</Generator >
62
+ <SubType >Designer</SubType >
63
+ </ApplicationDefinition >
64
+ <Compile Include =" Model\DictionaryAutoCompleteModel.cs" />
65
+ <Compile Include =" NonTopmostPopup.cs" />
66
+ <Compile Include =" Strings.cs" />
67
+ <Page Include =" MainWindow.xaml" >
68
+ <Generator >MSBuild:Compile</Generator >
69
+ <SubType >Designer</SubType >
70
+ </Page >
71
+ <Compile Include =" App.xaml.cs" >
72
+ <DependentUpon >App.xaml</DependentUpon >
73
+ <SubType >Code</SubType >
74
+ </Compile >
75
+ <Compile Include =" AutoCompleteLogic.cs" />
76
+ <Compile Include =" MainWindow.xaml.cs" >
77
+ <DependentUpon >MainWindow.xaml</DependentUpon >
78
+ <SubType >Code</SubType >
79
+ </Compile >
80
+ </ItemGroup >
81
+ <ItemGroup >
82
+ <Compile Include =" Properties\AssemblyInfo.cs" >
83
+ <SubType >Code</SubType >
84
+ </Compile >
85
+ <Compile Include =" Properties\Resources.Designer.cs" >
86
+ <AutoGen >True</AutoGen >
87
+ <DesignTime >True</DesignTime >
88
+ <DependentUpon >Resources.resx</DependentUpon >
89
+ </Compile >
90
+ <Compile Include =" Properties\Settings.Designer.cs" >
91
+ <AutoGen >True</AutoGen >
92
+ <DependentUpon >Settings.settings</DependentUpon >
93
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
94
+ </Compile >
95
+ <EmbeddedResource Include =" Properties\Resources.resx" >
96
+ <Generator >ResXFileCodeGenerator</Generator >
97
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
98
+ </EmbeddedResource >
99
+ <None Include =" packages.config" />
100
+ <None Include =" Properties\Settings.settings" >
101
+ <Generator >SettingsSingleFileGenerator</Generator >
102
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
103
+ </None >
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <None Include =" App.config" />
107
+ </ItemGroup >
108
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109
+ </Project >
0 commit comments