зеркало из https://github.com/nextcloud/desktop.git
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:
Родитель
d446431804
Коммит
c6fc46aa09
|
@ -5,6 +5,7 @@ add_library(OCUtil SHARED
|
|||
RemotePathChecker.cpp
|
||||
stdafx.cpp
|
||||
StringUtil.cpp
|
||||
OCUtil.rc
|
||||
)
|
||||
|
||||
target_include_directories(OCUtil
|
||||
|
|
Двоичный файл не отображается.
|
@ -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>
|
||||
|
|
Загрузка…
Ссылка в новой задаче