2016-10-14 07:28:23 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<!--
|
|
|
|
|
<ProjectConfiguration Include="Debug|ARM">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|ARM">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>ARM</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
-->
|
|
|
|
|
<ProjectConfiguration Include="Debug|x86">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x86</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x86">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x86</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<ClCompile Include="crypto.c" />
|
|
|
|
|
<ClCompile Include="crypto_internal.c" />
|
|
|
|
|
<ClCompile Include="crypto_openssl.c" />
|
|
|
|
|
<ClCompile Include="dns_srv.c" />
|
|
|
|
|
<ClCompile Include="endian.c" />
|
|
|
|
|
<ClCompile Include="helpers.c" />
|
|
|
|
|
<ClCompile Include="kms.c" />
|
|
|
|
|
<ClCompile Include="network.c" />
|
|
|
|
|
<ClCompile Include="ns_name.c" />
|
|
|
|
|
<ClCompile Include="ns_parse.c" />
|
|
|
|
|
<ClCompile Include="output.c" />
|
|
|
|
|
<ClCompile Include="rpc.c" />
|
|
|
|
|
<ClCompile Include="shared_globals.c" />
|
|
|
|
|
<ClCompile Include="vlmcs.c" />
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<ClInclude Include="config.h" />
|
|
|
|
|
<ClInclude Include="crypto.h" />
|
|
|
|
|
<ClInclude Include="crypto_internal.h" />
|
|
|
|
|
<ClInclude Include="crypto_openssl.h" />
|
|
|
|
|
<ClInclude Include="crypto_polarssl.h" />
|
|
|
|
|
<ClInclude Include="dns_srv.h" />
|
|
|
|
|
<ClInclude Include="endian.h" />
|
|
|
|
|
<ClInclude Include="helpers.h" />
|
|
|
|
|
<ClInclude Include="kms.h" />
|
|
|
|
|
<ClInclude Include="network.h" />
|
|
|
|
|
<ClInclude Include="ns_name.h" />
|
|
|
|
|
<ClInclude Include="ns_parse.h" />
|
|
|
|
|
<ClInclude Include="output.h" />
|
|
|
|
|
<ClInclude Include="rpc.h" />
|
|
|
|
|
<ClInclude Include="shared_globals.h" />
|
|
|
|
|
<ClInclude Include="types.h" />
|
|
|
|
|
<ClInclude Include="vlmcs.h" />
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{1ED83566-8AE1-4EE8-9B62-37188A7AC7CA}</ProjectGuid>
|
|
|
|
|
<Keyword>Linux</Keyword>
|
|
|
|
|
<RootNamespace>VisualStudio_Linux_Remote</RootNamespace>
|
|
|
|
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|
|
|
|
<ApplicationType>Linux</ApplicationType>
|
|
|
|
|
<ApplicationTypeRevision>1.0</ApplicationTypeRevision>
|
|
|
|
|
<TargetLinuxPlatform>Generic</TargetLinuxPlatform>
|
|
|
|
|
<LinuxProjectType>{D51BCBC9-82E9-4017-911E-C93873C4EA2B}</LinuxProjectType>
|
|
|
|
|
<ProjectName>vlmcs-gcc5</ProjectName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings" />
|
|
|
|
|
<ImportGroup Label="Shared" />
|
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<TargetName>vlmcs</TargetName>
|
|
|
|
|
<TargetExt />
|
|
|
|
|
<RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
|
|
|
|
|
<SourcePath>
|
|
|
|
|
</SourcePath>
|
|
|
|
|
<RemoteLdToolExe>gcc</RemoteLdToolExe>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IncludePath>$(IncludePath);$(ISenseIncludePath);$(ProjectDir)VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
|
|
|
|
|
<IntDir>$(ProjectDir)vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<TargetName>vlmcs-x64-glibc</TargetName>
|
|
|
|
|
<TargetExt />
|
|
|
|
|
<RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IncludePath>$(IncludePath);$(ISenseIncludePath);$(ProjectDir)VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
<RemoteLdToolExe>gcc</RemoteLdToolExe>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IntDir>$(ProjectDir)vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IncludePath>$(IncludePath);$(ISenseIncludePath);$(ProjectDir)VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
<TargetName>vlmcs</TargetName>
|
|
|
|
|
<TargetExt />
|
|
|
|
|
<RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
|
|
|
|
|
<SourcePath>
|
|
|
|
|
</SourcePath>
|
|
|
|
|
<RemoteLdToolExe>gcc</RemoteLdToolExe>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IntDir>$(ProjectDir)vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
|
<TargetName>vlmcs-x86-glibc</TargetName>
|
|
|
|
|
<TargetExt />
|
|
|
|
|
<RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IncludePath>$(IncludePath);$(ISenseIncludePath);$(ProjectDir)VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
|
|
|
|
|
<OutDir>$(SolutionDir)bin\</OutDir>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
<RemoteLdToolExe>gcc</RemoteLdToolExe>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<IntDir>$(ProjectDir)vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PreprocessorDefinitions>USE_THREADS;_PEDANTIC</PreprocessorDefinitions>
|
|
|
|
|
<ThreadSafeStatics>
|
|
|
|
|
</ThreadSafeStatics>
|
|
|
|
|
<ExceptionHandling>Disabled</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>
|
|
|
|
|
</RuntimeTypeInfo>
|
|
|
|
|
<AdditionalOptions>-Wno-sign-conversion -Wno-conversion -m64 -std=gnu89 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<CLanguageStandard>gnu99</CLanguageStandard>
|
|
|
|
|
<CppLanguageStandard>c++98</CppLanguageStandard>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<LibraryDependencies>resolv;pthread;%(LibraryDependencies)</LibraryDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MinSize</Optimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<LinkTimeOptimization>true</LinkTimeOptimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<NoCommonBlocks>true</NoCommonBlocks>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions);USE_THREADS</PreprocessorDefinitions>
|
|
|
|
|
<ThreadSafeStatics />
|
|
|
|
|
<RelaxIEEE>true</RelaxIEEE>
|
|
|
|
|
<SymbolsHiddenByDefault>true</SymbolsHiddenByDefault>
|
|
|
|
|
<ExceptionHandling>Disabled</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo />
|
|
|
|
|
<CLanguageStandard>c99</CLanguageStandard>
|
|
|
|
|
<CppLanguageStandard>c++98</CppLanguageStandard>
|
|
|
|
|
<AdditionalOptions>-Wno-sign-conversion -Wno-conversion -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants -ffunction-sections -fdata-sections -pipe -std=gnu89 -m64 %(AdditionalOptions)</AdditionalOptions>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<LibraryDependencies>resolv;pthread;%(LibraryDependencies)</LibraryDependencies>
|
|
|
|
|
<DebuggerSymbolInformation>OmitAllSymbolInformation</DebuggerSymbolInformation>
|
|
|
|
|
<Relocation>false</Relocation>
|
|
|
|
|
<FunctionBinding>false</FunctionBinding>
|
|
|
|
|
<AdditionalOptions>-Wl,--gc-sections,-z,norelro -fwhole-program %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PreprocessorDefinitions>USE_THREADS;_PEDANTIC</PreprocessorDefinitions>
|
|
|
|
|
<ThreadSafeStatics>
|
|
|
|
|
</ThreadSafeStatics>
|
|
|
|
|
<ExceptionHandling>Disabled</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo>
|
|
|
|
|
</RuntimeTypeInfo>
|
|
|
|
|
<AdditionalOptions>-Wno-sign-conversion -Wno-conversion -m32 -std=gnu89 %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
<CLanguageStandard>gnu99</CLanguageStandard>
|
|
|
|
|
<CppLanguageStandard>c++98</CppLanguageStandard>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<LibraryDependencies>resolv;pthread;%(LibraryDependencies)</LibraryDependencies>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<Optimization>MinSize</Optimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<LinkTimeOptimization>true</LinkTimeOptimization>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<NoCommonBlocks>true</NoCommonBlocks>
|
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions);USE_THREADS</PreprocessorDefinitions>
|
|
|
|
|
<ThreadSafeStatics />
|
|
|
|
|
<RelaxIEEE>true</RelaxIEEE>
|
|
|
|
|
<SymbolsHiddenByDefault>true</SymbolsHiddenByDefault>
|
|
|
|
|
<ExceptionHandling>Disabled</ExceptionHandling>
|
|
|
|
|
<RuntimeTypeInfo />
|
|
|
|
|
<CLanguageStandard>c99</CLanguageStandard>
|
|
|
|
|
<CppLanguageStandard>c++98</CppLanguageStandard>
|
|
|
|
|
<AdditionalOptions>-Wno-sign-conversion -Wno-conversion -fno-stack-protector -fno-unwind-tables -fno-asynchronous-unwind-tables -fmerge-all-constants -ffunction-sections -fdata-sections -pipe -std=gnu89 -m32 %(AdditionalOptions)</AdditionalOptions>
|
2016-10-24 15:32:24 +02:00
|
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2016-10-14 07:28:23 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<LibraryDependencies>resolv;pthread;%(LibraryDependencies)</LibraryDependencies>
|
|
|
|
|
<DebuggerSymbolInformation>OmitAllSymbolInformation</DebuggerSymbolInformation>
|
|
|
|
|
<Relocation>false</Relocation>
|
|
|
|
|
<FunctionBinding>false</FunctionBinding>
|
|
|
|
|
<AdditionalOptions>-Wl,--gc-sections,-z,norelro -fwhole-program %(AdditionalOptions)</AdditionalOptions>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets" />
|
|
|
|
|
</Project>
|