diff options
| author | George Hazan <ghazan@miranda.im> | 2021-05-13 11:45:07 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-05-13 11:45:07 +0300 |
| commit | b9abdafff215858880890ec5aaacd5ea9bb880f1 (patch) | |
| tree | dfa5b0494b1698cbef370e0a35862e7037ea90d7 /plugins/QuickSearch/quicksearch.vcxproj | |
| parent | 1aecfbf8295912ccfc26bdbd9d745aed96966e66 (diff) | |
welcome back to C++, QuickSearch
Diffstat (limited to 'plugins/QuickSearch/quicksearch.vcxproj')
| -rw-r--r-- | plugins/QuickSearch/quicksearch.vcxproj | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/plugins/QuickSearch/quicksearch.vcxproj b/plugins/QuickSearch/quicksearch.vcxproj new file mode 100644 index 0000000000..c61516a7d4 --- /dev/null +++ b/plugins/QuickSearch/quicksearch.vcxproj @@ -0,0 +1,47 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <ItemGroup Label="ProjectConfigurations"> + <ProjectConfiguration Include="Debug|Win32"> + <Configuration>Debug</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Debug|x64"> + <Configuration>Debug</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|Win32"> + <Configuration>Release</Configuration> + <Platform>Win32</Platform> + </ProjectConfiguration> + <ProjectConfiguration Include="Release|x64"> + <Configuration>Release</Configuration> + <Platform>x64</Platform> + </ProjectConfiguration> + </ItemGroup> + <PropertyGroup Label="Globals"> + <ProjectName>QuickSearch</ProjectName> + <ProjectGuid>{3C3EAFC2-01FB-4BA8-8E47-42E0969C0D75}</ProjectGuid> + </PropertyGroup> + <ImportGroup Label="PropertySheets"> + <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> + </ImportGroup> + <ItemGroup> + <ClCompile Include="src\frame.cpp" /> + <ClCompile Include="src\options.cpp" /> + <ClCompile Include="src\main.cpp" /> + <ClCompile Include="src\stdafx.cxx"> + <PrecompiledHeader>Create</PrecompiledHeader> + </ClCompile> + <ClCompile Include="src\utils.cpp" /> + <ClCompile Include="src\window.cpp" /> + <ClCompile Include="src\window_misc.cpp" /> + <ClCompile Include="src\window_row.cpp" /> + <ClInclude Include="src\resource.h" /> + <ClInclude Include="src\stdafx.h" /> + <ClInclude Include="src\version.h" /> + </ItemGroup> + <ItemGroup> + <ResourceCompile Include="res\resource.rc" /> + <ResourceCompile Include="res\version.rc" /> + </ItemGroup> +</Project>
\ No newline at end of file |
