<?xml version="1.0" encoding="utf-8"?> <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> <PropertyGroup> <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> <ProjectGuid>{CD1AD3A1-EEEB-47C5-BB7E-43B59BDC9635}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>AutoTypeSearch</RootNamespace> <AssemblyName>AutoTypeSearch</AssemblyName> <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> <DebugType>full</DebugType> <Optimize>false</Optimize> <OutputPath>..\..\KeePass-Source\Build\KeePass\Debug\Plugins\AutoTypeSearch\</OutputPath> <DefineConstants>DEBUG;TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> <DebugType>pdbonly</DebugType> <Optimize>false</Optimize> <OutputPath>bin\Release\</OutputPath> <DefineConstants>TRACE</DefineConstants> <ErrorReport>prompt</ErrorReport> <WarningLevel>4</WarningLevel> <Prefer32Bit>false</Prefer32Bit> </PropertyGroup> <Choose> <When Condition="'$(Configuration)'=='Debug'" /> <Otherwise /> </Choose> <ItemGroup> <Reference Include="KeePass, Version=2.44.0.26773, Culture=neutral, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>C:\Program Files (x86)\KeePass Password Safe 2\KeePass.exe</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xml" /> </ItemGroup> <ItemGroup> <Compile Include="Actions.cs" /> <Compile Include="AutoTypeSearchExt.cs" /> <Compile Include="EditableStringList.cs" /> <Compile Include="HotKeyManager.cs" /> <Compile Include="NativeMethods.cs" /> <Compile Include="Options.cs"> <SubType>UserControl</SubType> </Compile> <Compile Include="Options.Designer.cs"> <DependentUpon>Options.cs</DependentUpon> </Compile> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Properties\Resources.Designer.cs"> <AutoGen>True</AutoGen> <DesignTime>True</DesignTime> <DependentUpon>Resources.resx</DependentUpon> </Compile> <Compile Include="Properties\Settings.Designer.cs"> <AutoGen>True</AutoGen> <DesignTimeSharedInput>True</DesignTimeSharedInput> <DependentUpon>Settings.settings</DependentUpon> </Compile> <Compile Include="Searcher.cs" /> <Compile Include="SearchResult.cs" /> <Compile Include="SearchResults.cs" /> <Compile Include="SearchWindow.cs"> <SubType>Form</SubType> </Compile> <Compile Include="SearchWindow.Designer.cs"> <DependentUpon>SearchWindow.cs</DependentUpon> </Compile> <Compile Include="WatermarkTextBox.cs"> <SubType>Component</SubType> </Compile> </ItemGroup> <ItemGroup> <EmbeddedResource Include="EditableStringList.resx"> <DependentUpon>EditableStringList.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Options.resx"> <DependentUpon>Options.cs</DependentUpon> </EmbeddedResource> <EmbeddedResource Include="Properties\Resources.resx"> <Generator>ResXFileCodeGenerator</Generator> <LastGenOutput>Resources.Designer.cs</LastGenOutput> </EmbeddedResource> <EmbeddedResource Include="SearchWindow.resx"> <DependentUpon>SearchWindow.cs</DependentUpon> </EmbeddedResource> </ItemGroup> <ItemGroup> <None Include="app.config" /> <None Include="Properties\Settings.settings"> <Generator>SettingsSingleFileGenerator</Generator> <LastGenOutput>Settings.Designer.cs</LastGenOutput> </None> </ItemGroup> <ItemGroup> <EmbeddedResource Include="Throbber.gif" /> </ItemGroup> <ItemGroup> <None Include="Info.png" /> </ItemGroup> <ItemGroup> <None Include="Delete.png" /> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <PropertyGroup> <PostBuildEvent>IF $(ConfigurationName) == Release "$(ProjectDir)..\CreatePlgX.bat"</PostBuildEvent> </PropertyGroup> <!-- To modify your build process, add your task inside one of the targets below and uncomment it. Other similar extension points exist, see Microsoft.Common.targets. <Target Name="BeforeBuild"> </Target> <Target Name="AfterBuild"> </Target> --> </Project>