summaryrefslogtreecommitdiff
path: root/plugins/NotesAndReminders/NotesReminders.vcxproj
blob: 3521facaa40284fe8c1d3551f5ae01e26c0828d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup Label="Globals">
    <ProjectGuid>{EEB57129-946C-4B98-8856-FDA501AE2A5E}</ProjectGuid>
    <ProjectName>NotesReminders</ProjectName>
    <XPDeprecationWarning>false</XPDeprecationWarning>
  </PropertyGroup>
  <ImportGroup Label="PropertySheets">
    <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" />
  </ImportGroup>
  <ItemGroup>
    <ClCompile Include="src\hotkeys.cpp" />
    <ClCompile Include="src\main.cpp" />
    <ClCompile Include="src\miscutils.cpp" />
    <ClCompile Include="src\notes.cpp" />
    <ClCompile Include="src\options.cpp" />
    <ClCompile Include="src\reminders.cpp" />
    <ClCompile Include="src\stdafx.cxx">
      <PrecompiledHeader>Create</PrecompiledHeader>
    </ClCompile>
    <ClInclude Include="src\miscutils.h" />
    <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>