75 lines
3.7 KiB
XML
75 lines
3.7 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>
|
||
|
|
<PropertyGroup Label="Globals">
|
||
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
||
|
|
<ProjectGuid>{B1A2C3D4-0001-4000-8000-000000000001}</ProjectGuid>
|
||
|
|
<RootNamespace>anscloudcommon</RootNamespace>
|
||
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion>
|
||
|
|
<ProjectName>anscloud-common</ProjectName>
|
||
|
|
</PropertyGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
</PropertyGroup>
|
||
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
||
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
||
|
|
<PlatformToolset>v143</PlatformToolset>
|
||
|
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
||
|
|
</PropertyGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
|
<ImportGroup Label="PropertySheets">
|
||
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
||
|
|
</ImportGroup>
|
||
|
|
<PropertyGroup>
|
||
|
|
<OutDir>$(SolutionDir)bin\$(Configuration)\</OutDir>
|
||
|
|
<IntDir>$(SolutionDir)obj\$(ProjectName)\$(Configuration)\</IntDir>
|
||
|
|
</PropertyGroup>
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||
|
|
<ClCompile>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>_DEBUG;_LIB;ANSCLOUD_COMMON_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<ConformanceMode>true</ConformanceMode>
|
||
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
||
|
|
<AdditionalIncludeDirectories>$(ProjectDir)include;$(SolutionDir)packages\nlohmann-json\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ClCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||
|
|
<ClCompile>
|
||
|
|
<WarningLevel>Level3</WarningLevel>
|
||
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
||
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
||
|
|
<SDLCheck>true</SDLCheck>
|
||
|
|
<PreprocessorDefinitions>NDEBUG;_LIB;ANSCLOUD_COMMON_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
<ConformanceMode>true</ConformanceMode>
|
||
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
||
|
|
<AdditionalIncludeDirectories>$(ProjectDir)include;$(SolutionDir)packages\nlohmann-json\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
||
|
|
</ClCompile>
|
||
|
|
</ItemDefinitionGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClInclude Include="include\anscloud\common\types.h" />
|
||
|
|
<ClInclude Include="include\anscloud\common\i_message_broker.h" />
|
||
|
|
<ClInclude Include="include\anscloud\common\json_serializer.h" />
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ClCompile Include="src\types.cpp" />
|
||
|
|
<ClCompile Include="src\json_serializer.cpp" />
|
||
|
|
</ItemGroup>
|
||
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
|
</Project>
|