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

Fix Windows build

parent 2c328a48
...@@ -163,6 +163,11 @@ ...@@ -163,6 +163,11 @@
<ClInclude Include="..\..\src\MQTTClient.h" /> <ClInclude Include="..\..\src\MQTTClient.h" />
<ClInclude Include="..\..\src\MQTTClientPersistence.h" /> <ClInclude Include="..\..\src\MQTTClientPersistence.h" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\paho-mqtt3cs\paho-mqtt3cs.vcxproj">
<Project>{17f07f98-aa5f-4373-9877-992a341d650a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </ImportGroup>
......
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<ClCompile> <ClCompile>
<WarningLevel>Level3</WarningLevel> <WarningLevel>Level3</WarningLevel>
<PrecompiledHeader>Use</PrecompiledHeader> <PrecompiledHeader>NotUsing</PrecompiledHeader>
<Optimization>MaxSpeed</Optimization> <Optimization>MaxSpeed</Optimization>
<FunctionLevelLinking>true</FunctionLevelLinking> <FunctionLevelLinking>true</FunctionLevelLinking>
<IntrinsicFunctions>true</IntrinsicFunctions> <IntrinsicFunctions>true</IntrinsicFunctions>
......
...@@ -166,6 +166,11 @@ ...@@ -166,6 +166,11 @@
<ItemGroup> <ItemGroup>
<ClCompile Include="..\..\test\test3.c" /> <ClCompile Include="..\..\test\test3.c" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<ProjectReference Include="..\paho-mqtt3cs\paho-mqtt3cs.vcxproj">
<Project>{17f07f98-aa5f-4373-9877-992a341d650a}</Project>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets"> <ImportGroup Label="ExtensionTargets">
</ImportGroup> </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