Remove excessive wxExtend dependency to parallelize building

Updater is static library and does not require linking wxExtend library.

Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
Simon Rozman 2020-02-12 13:07:17 +01:00
parent 82e69f072d
commit 4846cdbc9f

View File

@ -54,11 +54,6 @@
<ItemGroup> <ItemGroup>
<ResourceCompile Include="..\res\Updater.rc" /> <ResourceCompile Include="..\res\Updater.rc" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\lib\wxExtend\build\wxExtendLib-16.0.vcxproj">
<Project>{D3E29951-D9F5-486D-A167-20AE8E90B1FA}</Project>
</ProjectReference>
</ItemGroup>
<PropertyGroup Label="Globals"> <PropertyGroup Label="Globals">
<ProjectGuid>{990D8CF9-4457-4DC0-AA18-4968EF434741}</ProjectGuid> <ProjectGuid>{990D8CF9-4457-4DC0-AA18-4968EF434741}</ProjectGuid>
<RootNamespace>Updater</RootNamespace> <RootNamespace>Updater</RootNamespace>