mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Windows shellext: Add rc for OCUtil #6554
To set the dll's metadata. Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
d446431804
commit
c6fc46aa09
@ -5,6 +5,7 @@ add_library(OCUtil SHARED
|
||||
RemotePathChecker.cpp
|
||||
stdafx.cpp
|
||||
StringUtil.cpp
|
||||
OCUtil.rc
|
||||
)
|
||||
|
||||
target_include_directories(OCUtil
|
||||
|
||||
BIN
shell_integration/windows/OCUtil/OCUtil.rc
Normal file
BIN
shell_integration/windows/OCUtil/OCUtil.rc
Normal file
Binary file not shown.
@ -169,8 +169,11 @@
|
||||
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
|
||||
</ClCompile>
|
||||
<ClCompile Include="StringUtil.cpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ResourceCompile Include="OCUtil.rc" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user