mirror of
				https://github.com/Wind4/vlmcsd.git
				synced 2025-11-04 06:42:16 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			237 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			237 lines
		
	
	
		
			11 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
<?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>
 | 
						|
    <ClCompile Include="src\crypto.c" />
 | 
						|
    <ClCompile Include="src\crypto_internal.c" />
 | 
						|
    <ClCompile Include="src\crypto_openssl.c" />
 | 
						|
    <ClCompile Include="src\dns_srv.c" />
 | 
						|
    <ClCompile Include="src\endian.c" />
 | 
						|
    <ClCompile Include="src\helpers.c" />
 | 
						|
    <ClCompile Include="src\kms.c" />
 | 
						|
    <ClCompile Include="src\network.c" />
 | 
						|
    <ClCompile Include="src\ns_name.c" />
 | 
						|
    <ClCompile Include="src\ns_parse.c" />
 | 
						|
    <ClCompile Include="src\output.c" />
 | 
						|
    <ClCompile Include="src\rpc.c" />
 | 
						|
    <ClCompile Include="src\shared_globals.c" />
 | 
						|
    <ClCompile Include="src\vlmcs.c" />
 | 
						|
  </ItemGroup>
 | 
						|
  <ItemGroup>
 | 
						|
    <ClInclude Include="src\config.h" />
 | 
						|
    <ClInclude Include="src\crypto.h" />
 | 
						|
    <ClInclude Include="src\crypto_internal.h" />
 | 
						|
    <ClInclude Include="src\crypto_openssl.h" />
 | 
						|
    <ClInclude Include="src\crypto_polarssl.h" />
 | 
						|
    <ClInclude Include="src\dns_srv.h" />
 | 
						|
    <ClInclude Include="src\endian.h" />
 | 
						|
    <ClInclude Include="src\helpers.h" />
 | 
						|
    <ClInclude Include="src\kms.h" />
 | 
						|
    <ClInclude Include="src\network.h" />
 | 
						|
    <ClInclude Include="src\ns_name.h" />
 | 
						|
    <ClInclude Include="src\ns_parse.h" />
 | 
						|
    <ClInclude Include="src\output.h" />
 | 
						|
    <ClInclude Include="src\rpc.h" />
 | 
						|
    <ClInclude Include="src\shared_globals.h" />
 | 
						|
    <ClInclude Include="src\types.h" />
 | 
						|
    <ClInclude Include="src\vlmcs.h" />
 | 
						|
  </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>
 | 
						|
    <OutDir>$(ProjectDir)VisualStudio-Linux-Remote\bin\$(Platform)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
 | 
						|
    <RemoteLdToolExe>gcc</RemoteLdToolExe>
 | 
						|
    <IncludePath>$(IncludePath);$(ISenseIncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | 
						|
    <TargetName>vlmcs-x64-glibc</TargetName>
 | 
						|
    <TargetExt />
 | 
						|
    <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
 | 
						|
    <IncludePath>$(IncludePath);$(ISenseIncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
 | 
						|
    <OutDir>$(ProjectDir)bin\</OutDir>
 | 
						|
    <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
 | 
						|
    <RemoteLdToolExe>gcc</RemoteLdToolExe>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
 | 
						|
    <IncludePath>$(IncludePath);$(ISenseIncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
 | 
						|
    <TargetName>vlmcs</TargetName>
 | 
						|
    <TargetExt />
 | 
						|
    <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
 | 
						|
    <SourcePath>
 | 
						|
    </SourcePath>
 | 
						|
    <OutDir>$(ProjectDir)VisualStudio-Linux-Remote\bin\$(Platform)\$(Configuration)\</OutDir>
 | 
						|
    <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
 | 
						|
    <RemoteLdToolExe>gcc</RemoteLdToolExe>
 | 
						|
  </PropertyGroup>
 | 
						|
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
 | 
						|
    <TargetName>vlmcs-x86-glibc</TargetName>
 | 
						|
    <TargetExt />
 | 
						|
    <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
 | 
						|
    <IncludePath>$(IncludePath);$(ISenseIncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
 | 
						|
    <OutDir>$(ProjectDir)bin\</OutDir>
 | 
						|
    <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcs\obj\$(Platform)\$(Configuration)\</IntDir>
 | 
						|
    <RemoteLdToolExe>gcc</RemoteLdToolExe>
 | 
						|
  </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>
 | 
						|
    </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>
 | 
						|
    </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> |