61 lines
2.8 KiB
XML
61 lines
2.8 KiB
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<ItemGroup Label="ProjectConfigurations">
|
||
|
|
<ProjectConfiguration Include="Debug|x64">
|
||
|
|
<Configuration>Debug</Configuration>
|
||
|
|
<Platform>x64</Platform>
|
||
|
|
</ProjectConfiguration>
|
||
|
|
<ProjectConfiguration Include="Release|x64">
|
||
|
|
<Configuration>Release</Configuration>
|
||
|
|
<Platform>x64</Platform>
|
||
|
|
</ProjectConfiguration>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClCompile Include="Src\CVrZeroMQPubSub.cpp" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClInclude Include="Inc\IVrZeroMQPubSub.h" />
|
||
|
|
<ClInclude Include="_Inc\CVrZeroMQPubSub.h" />
|
||
|
|
</ItemGroup>
|
||
|
|
<PropertyGroup Label="Globals">
|
||
|
|
<VCProjectVersion>16.0</VCProjectVersion>
|
||
|
|
<ProjectGuid>{B2C3D4E5-F6A7-4B5C-9D8E-3F4A5B6C7D8E}</ProjectGuid>
|
||
|
|
<Keyword>Win32Proj</Keyword>
|
||
|
|
<RootNamespace>ZeroMQPubSub</RootNamespace>
|
||
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||
|
|
</PropertyGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v142</PlatformToolset>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
</PropertyGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
|
<ClCompile>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions);VR_MQPUBSUB_EXPORTS</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>.\Inc;.\_Inc;..\Depend\ZeroMQ\include</AdditionalIncludeDirectories>
|
||
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
||
|
|
</ClCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
|
<ClCompile>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions);VR_MQPUBSUB_EXPORTS</PreprocessorDefinitions>
|
||
|
|
<AdditionalIncludeDirectories>.\Inc;.\_Inc;..\Depend\ZeroMQ\include</AdditionalIncludeDirectories>
|
||
|
|
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
|
||
|
|
</ClCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
|
</Project>
|