| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232 |
- <?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\endian.c" />
- <ClCompile Include="src\helpers.c" />
- <ClCompile Include="src\kms.c" />
- <ClCompile Include="src\network.c" />
- <ClCompile Include="src\output.c" />
- <ClCompile Include="src\rpc.c" />
- <ClCompile Include="src\shared_globals.c" />
- <ClCompile Include="src\vlmcsd.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\endian.h" />
- <ClInclude Include="src\helpers.h" />
- <ClInclude Include="src\kms.h" />
- <ClInclude Include="src\network.h" />
- <ClInclude Include="src\ntservice.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\vlmcsd.h" />
- </ItemGroup>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{cc2fbe0b-b9df-4306-88a1-20706bbd2b0c}</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>vlmcsd-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>vlmcsd</TargetName>
- <TargetExt />
- <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
- <SourcePath>
- </SourcePath>
- <OutDir>$(ProjectDir)VisualStudio-Linux-Remote\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcsd\obj\$(Platform)\$(Configuration)\</IntDir>
- <RemoteLdToolExe>gcc</RemoteLdToolExe>
- <IncludePath>$(IncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <TargetName>vlmcsd-x64-glibc</TargetName>
- <TargetExt />
- <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
- <IncludePath>$(IncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
- <OutDir>$(ProjectDir)bin\</OutDir>
- <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcsd\obj\$(Platform)\$(Configuration)\</IntDir>
- <RemoteLdToolExe>gcc</RemoteLdToolExe>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x86'">
- <IncludePath>$(IncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
- <TargetName>vlmcsd</TargetName>
- <TargetExt />
- <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
- <SourcePath>
- </SourcePath>
- <OutDir>$(ProjectDir)VisualStudio-Linux-Remote\bin\$(Platform)\$(Configuration)\</OutDir>
- <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcsd\obj\$(Platform)\$(Configuration)\</IntDir>
- <RemoteLdToolExe>gcc</RemoteLdToolExe>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x86'">
- <TargetName>vlmcsd-x86-glibc</TargetName>
- <TargetExt />
- <RemoteCCompileToolExe>gcc</RemoteCCompileToolExe>
- <IncludePath>$(IncludePath);$(SolutionDir)..\VisualStudio-Linux-Remote\toolchains\gcc5-x86_64-linux-gnu\usr\include</IncludePath>
- <OutDir>$(ProjectDir)bin\</OutDir>
- <IntDir>$(ProjectDir)VisualStudio-Linux-Remote\vlmcsd\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>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>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>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>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>
|