summaryrefslogtreecommitdiff
path: root/src/core/stdpopup/stdpopup.vcxproj
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-05 19:56:19 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-05 19:56:19 +0300
commit8a1ff32e54b39ceef22df61bda17bbfda94918fc (patch)
tree89acd8621cda6795b42f59c0226e78ebda4f9f36 /src/core/stdpopup/stdpopup.vcxproj
parenta9a1da437a9388a34c35a62992130480d8e5986c (diff)
fixes #1876 (YAPP renamed to StdPopup, to popup service be always present)
Diffstat (limited to 'src/core/stdpopup/stdpopup.vcxproj')
-rw-r--r--src/core/stdpopup/stdpopup.vcxproj28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/core/stdpopup/stdpopup.vcxproj b/src/core/stdpopup/stdpopup.vcxproj
new file mode 100644
index 0000000000..bf4b3a03c2
--- /dev/null
+++ b/src/core/stdpopup/stdpopup.vcxproj
@@ -0,0 +1,28 @@
+<?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>StdPopup</ProjectName>
+ <ProjectGuid>{B6FC188B-8E54-4197-9444-8BADE9AA75E2}</ProjectGuid>
+ </PropertyGroup>
+ <ImportGroup Label="PropertySheets">
+ <Import Project="$(ProjectDir)..\..\..\build\vc.common\core.props" />
+ </ImportGroup>
+</Project> \ No newline at end of file