Added informaton to notifications dll (#2687)

Added informaton to notifications dll
This commit is contained in:
Yevhenii Holovachov
2020-05-07 12:01:01 +03:00
committed by GitHub
parent 1891bd494c
commit febacfcb79
4 changed files with 48 additions and 0 deletions

View File

@@ -173,6 +173,7 @@
<ItemGroup>
<ClInclude Include="framework.h" />
<ClInclude Include="pch.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<ClCompile Include="dllmain.cpp" />
@@ -192,6 +193,9 @@
<Project>{031AC72E-FA28-4AB7-B690-6F7B9C28AA73}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="notifications_dll.rc" />
</ItemGroup>
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
<PropertyGroup>
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>