Commit 64fb0d6d authored by Ian Craggs's avatar Ian Craggs

Fix Windows build

parent 2c328a48
......@@ -163,6 +163,11 @@
<ClInclude Include="..\..\src\MQTTClient.h" />
<ClInclude Include="..\..\src\MQTTClientPersistence.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\paho-mqtt3cs\paho-mqtt3cs.vcxproj">
<Project>{17f07f98-aa5f-4373-9877-992a341d650a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
......@@ -65,7 +65,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile>
<WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader>
<PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions>
......
......@@ -166,6 +166,11 @@
<ItemGroup>
<ClCompile Include="..\..\test\test3.c" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\paho-mqtt3cs\paho-mqtt3cs.vcxproj">
<Project>{17f07f98-aa5f-4373-9877-992a341d650a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment