|
|
@ -0,0 +1,180 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
|
|
<ItemGroup Label="ProjectConfigurations"> |
|
|
|
<ProjectConfiguration Include="Debug|Win32"> |
|
|
|
<Configuration>Debug</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
<ProjectConfiguration Include="Release|Win32"> |
|
|
|
<Configuration>Release</Configuration> |
|
|
|
<Platform>Win32</Platform> |
|
|
|
</ProjectConfiguration> |
|
|
|
</ItemGroup> |
|
|
|
<PropertyGroup Label="Globals"> |
|
|
|
<VCProjectVersion>15.0</VCProjectVersion> |
|
|
|
<ProjectGuid>{644D1BA4-084C-47B2-8A9E-00A8D9F9A35C}</ProjectGuid> |
|
|
|
<Keyword>Win32Proj</Keyword> |
|
|
|
<RootNamespace>pEpJSONServerAdapter</RootNamespace> |
|
|
|
<WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>true</UseDebugLibraries> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType> |
|
|
|
<UseDebugLibraries>false</UseDebugLibraries> |
|
|
|
<PlatformToolset>v142</PlatformToolset> |
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization> |
|
|
|
<CharacterSet>Unicode</CharacterSet> |
|
|
|
</PropertyGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
|
|
|
<ImportGroup Label="ExtensionSettings"> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="Shared"> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
|
|
|
</ImportGroup> |
|
|
|
<PropertyGroup Label="UserMacros" /> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<LinkIncremental>true</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<LinkIncremental>false</LinkIncremental> |
|
|
|
</PropertyGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<Optimization>Disabled</Optimization> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<ConformanceMode>true</ConformanceMode> |
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)pEpJSONServerAdapter\libevent-2.0.22-stable\WIN32-Code;$(SolutionDir)pEpJSONServerAdapter\libevent-2.0.22-stable\include;$(SolutionDir)pEpJSONServerAdapter\libevent-2.0.22-stable;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<UndefinePreprocessorDefinitions>%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions> |
|
|
|
<AdditionalOptions>-D__PRETTY_FUNCTION__=__FUNCSIG__ %(AdditionalOptions)</AdditionalOptions> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
|
|
|
<ClCompile> |
|
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader> |
|
|
|
<WarningLevel>Level3</WarningLevel> |
|
|
|
<Optimization>MaxSpeed</Optimization> |
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking> |
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions> |
|
|
|
<SDLCheck>true</SDLCheck> |
|
|
|
<PreprocessorDefinitions>WIN32;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
|
|
|
<ConformanceMode>true</ConformanceMode> |
|
|
|
<AdditionalIncludeDirectories>$(SolutionDir);$(SolutionDir)pEpJSONServerAdapter\libevent-2.0.22-stable\WIN32-Code;$(SolutionDir)pEpJSONServerAdapter\libevent-2.0.22-stable\include;$(SolutionDir)pEpJSONServerAdapter\libevent-2.0.22-stable;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
|
|
|
<UndefinePreprocessorDefinitions>%(UndefinePreprocessorDefinitions)</UndefinePreprocessorDefinitions> |
|
|
|
<AdditionalOptions>-D__PRETTY_FUNCTION__=__FUNCSIG__ %(AdditionalOptions)</AdditionalOptions> |
|
|
|
</ClCompile> |
|
|
|
<Link> |
|
|
|
<SubSystem>Console</SubSystem> |
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding> |
|
|
|
<OptimizeReferences>true</OptimizeReferences> |
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation> |
|
|
|
<AdditionalDependencies>%(AdditionalDependencies)</AdditionalDependencies> |
|
|
|
</Link> |
|
|
|
</ItemDefinitionGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClInclude Include="..\..\server\base64.hh" /> |
|
|
|
<ClInclude Include="..\..\server\context.hh" /> |
|
|
|
<ClInclude Include="..\..\server\c_string.hh" /> |
|
|
|
<ClInclude Include="..\..\server\daemonize.hh" /> |
|
|
|
<ClInclude Include="..\..\server\ev_server.hh" /> |
|
|
|
<ClInclude Include="..\..\server\function_map.hh" /> |
|
|
|
<ClInclude Include="..\..\server\inout.hh" /> |
|
|
|
<ClInclude Include="..\..\server\json-adapter.hh" /> |
|
|
|
<ClInclude Include="..\..\server\json_rpc.hh" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_error_position.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_reader.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_stream_reader.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_utils.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_value.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_writer.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_writer_options.h" /> |
|
|
|
<ClInclude Include="..\..\server\json_spirit\json_spirit_writer_template.h" /> |
|
|
|
<ClInclude Include="..\..\server\logger.hh" /> |
|
|
|
<ClInclude Include="..\..\server\logger_config.hh" /> |
|
|
|
<ClInclude Include="..\..\server\nfc.hh" /> |
|
|
|
<ClInclude Include="..\..\server\nfc_sets.hh" /> |
|
|
|
<ClInclude Include="..\..\server\nulllogger.hh" /> |
|
|
|
<ClInclude Include="..\..\server\pEp-types.hh" /> |
|
|
|
<ClInclude Include="..\..\server\pEp-utils-json.hh" /> |
|
|
|
<ClInclude Include="..\..\server\pEp-utils.hh" /> |
|
|
|
<ClInclude Include="..\..\server\prefix-config.hh" /> |
|
|
|
<ClInclude Include="..\..\server\registry.hh" /> |
|
|
|
<ClInclude Include="..\..\server\security-token.hh" /> |
|
|
|
<ClInclude Include="..\..\server\server_version.hh" /> |
|
|
|
<ClInclude Include="targetver.h" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ClCompile Include="..\..\server\base64.cc" /> |
|
|
|
<ClCompile Include="..\..\server\context.cc" /> |
|
|
|
<ClCompile Include="..\..\server\c_string.cc" /> |
|
|
|
<ClCompile Include="..\..\server\daemonize.cc" /> |
|
|
|
<ClCompile Include="..\..\server\ev_server.cc" /> |
|
|
|
<ClCompile Include="..\..\server\function_map.cc" /> |
|
|
|
<ClCompile Include="..\..\server\inout.cc" /> |
|
|
|
<ClCompile Include="..\..\server\json-adapter.cc" /> |
|
|
|
<ClCompile Include="..\..\server\json_rpc.cc" /> |
|
|
|
<ClCompile Include="..\..\server\json_spirit\json_spirit_reader.cpp" /> |
|
|
|
<ClCompile Include="..\..\server\json_spirit\json_spirit_value.cpp" /> |
|
|
|
<ClCompile Include="..\..\server\json_spirit\json_spirit_writer.cpp" /> |
|
|
|
<ClCompile Include="..\..\server\logger.cc" /> |
|
|
|
<ClCompile Include="..\..\server\nfc.cc" /> |
|
|
|
<ClCompile Include="..\..\server\nfc_sets.cc" /> |
|
|
|
<ClCompile Include="..\..\server\nulllogger.cc" /> |
|
|
|
<ClCompile Include="..\..\server\pEp-types.cc" /> |
|
|
|
<ClCompile Include="..\..\server\pEp-utils.cc" /> |
|
|
|
<ClCompile Include="..\..\server\prefix-config.cc" /> |
|
|
|
<ClCompile Include="..\..\server\registry.cc" /> |
|
|
|
<ClCompile Include="..\..\server\security-token.cc" /> |
|
|
|
<ClCompile Include="..\..\server\server_version.cc" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<None Include="packages.config" /> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ProjectReference Include="..\..\..\libpEpAdapter\libpEpAdapter\libpEpAdapter.vcxproj"> |
|
|
|
<Project>{ec44fec9-2f3a-4a0c-b60e-0f22aa43ef58}</Project> |
|
|
|
</ProjectReference> |
|
|
|
<ProjectReference Include="..\..\..\pEpEngine\build-windows\pEpEngine.vcxproj"> |
|
|
|
<Project>{146e69f8-e1da-456a-b048-6dd29d9acf6b}</Project> |
|
|
|
</ProjectReference> |
|
|
|
</ItemGroup> |
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
|
|
|
<ImportGroup Label="ExtensionTargets"> |
|
|
|
<Import Project="..\..\..\packages\boost.1.71.0.0\build\boost.targets" Condition="Exists('..\..\..\packages\boost.1.71.0.0\build\boost.targets')" /> |
|
|
|
<Import Project="..\..\..\packages\boost_filesystem-vc142.1.71.0.0\build\boost_filesystem-vc142.targets" Condition="Exists('..\..\..\packages\boost_filesystem-vc142.1.71.0.0\build\boost_filesystem-vc142.targets')" /> |
|
|
|
<Import Project="..\..\..\packages\boost_thread-vc142.1.71.0.0\build\boost_thread-vc142.targets" Condition="Exists('..\..\..\packages\boost_thread-vc142.1.71.0.0\build\boost_thread-vc142.targets')" /> |
|
|
|
<Import Project="..\..\..\packages\boost_date_time-vc142.1.71.0.0\build\boost_date_time-vc142.targets" Condition="Exists('..\..\..\packages\boost_date_time-vc142.1.71.0.0\build\boost_date_time-vc142.targets')" /> |
|
|
|
<Import Project="..\..\..\packages\boost_chrono-vc142.1.71.0.0\build\boost_chrono-vc142.targets" Condition="Exists('..\..\..\packages\boost_chrono-vc142.1.71.0.0\build\boost_chrono-vc142.targets')" /> |
|
|
|
<Import Project="..\..\..\packages\boost_program_options-vc142.1.71.0.0\build\boost_program_options-vc142.targets" Condition="Exists('..\..\..\packages\boost_program_options-vc142.1.71.0.0\build\boost_program_options-vc142.targets')" /> |
|
|
|
</ImportGroup> |
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
|
|
|
<PropertyGroup> |
|
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText> |
|
|
|
</PropertyGroup> |
|
|
|
<Error Condition="!Exists('..\..\..\packages\boost.1.71.0.0\build\boost.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\boost.1.71.0.0\build\boost.targets'))" /> |
|
|
|
<Error Condition="!Exists('..\..\..\packages\boost_filesystem-vc142.1.71.0.0\build\boost_filesystem-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\boost_filesystem-vc142.1.71.0.0\build\boost_filesystem-vc142.targets'))" /> |
|
|
|
<Error Condition="!Exists('..\..\..\packages\boost_thread-vc142.1.71.0.0\build\boost_thread-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\boost_thread-vc142.1.71.0.0\build\boost_thread-vc142.targets'))" /> |
|
|
|
<Error Condition="!Exists('..\..\..\packages\boost_date_time-vc142.1.71.0.0\build\boost_date_time-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\boost_date_time-vc142.1.71.0.0\build\boost_date_time-vc142.targets'))" /> |
|
|
|
<Error Condition="!Exists('..\..\..\packages\boost_chrono-vc142.1.71.0.0\build\boost_chrono-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\boost_chrono-vc142.1.71.0.0\build\boost_chrono-vc142.targets'))" /> |
|
|
|
<Error Condition="!Exists('..\..\..\packages\boost_program_options-vc142.1.71.0.0\build\boost_program_options-vc142.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\packages\boost_program_options-vc142.1.71.0.0\build\boost_program_options-vc142.targets'))" /> |
|
|
|
</Target> |
|
|
|
</Project> |