2020-03-14 20:59:37 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "boinc.props" />
<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 > 16.0</VCProjectVersion>
<ProjectGuid > {D3E5B5B5-4FB1-4877-9B2C-6708B3D568F7}</ProjectGuid>
<RootNamespace > vcpkg3rdpartydependencies</RootNamespace>
2020-06-29 05:34:42 +00:00
<ProjectName > vcpkg_3rdparty_dependencies</ProjectName>
2020-03-14 20:59:37 +00:00
</PropertyGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" Label= "Configuration" >
<ConfigurationType > Application</ConfigurationType>
<UseDebugLibraries > true</UseDebugLibraries>
<PlatformToolset > v142</PlatformToolset>
<CharacterSet > Unicode</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" Label= "Configuration" >
<ConfigurationType > Application</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|x64'" >
<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|x64'" >
<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|x64'" >
<LinkIncremental > true</LinkIncremental>
2020-06-22 10:43:54 +00:00
<OutDir > $(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir>
<IntDir > $(SolutionDir)Build\$(Platform)\$(Configuration)\$(ProjectName)\obj\</IntDir>
2020-03-14 20:59:37 +00:00
</PropertyGroup>
<PropertyGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<LinkIncremental > false</LinkIncremental>
2020-06-22 10:43:54 +00:00
<OutDir > $(SolutionDir)Build\$(Platform)\$(Configuration)\</OutDir>
<IntDir > $(SolutionDir)Build\$(Platform)\$(Configuration)\$(ProjectName)\obj\</IntDir>
2020-03-14 20:59:37 +00:00
</PropertyGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Debug|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > _DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition= "'$(Configuration)|$(Platform)'=='Release|x64'" >
<ClCompile >
<WarningLevel > Level3</WarningLevel>
<FunctionLevelLinking > true</FunctionLevelLinking>
<IntrinsicFunctions > true</IntrinsicFunctions>
<SDLCheck > true</SDLCheck>
<PreprocessorDefinitions > NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<ConformanceMode > true</ConformanceMode>
</ClCompile>
<Link >
<SubSystem > Console</SubSystem>
<EnableCOMDATFolding > true</EnableCOMDATFolding>
<OptimizeReferences > true</OptimizeReferences>
<GenerateDebugInformation > true</GenerateDebugInformation>
</Link>
</ItemDefinitionGroup>
<ItemGroup >
</ItemGroup>
<Import Project= "$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label= "ExtensionTargets" >
</ImportGroup>
2020-12-23 12:11:00 +00:00
<PropertyGroup >
<CudaGuardFile > $(CudaRootDir)\cuda.10.2.lock</CudaGuardFile>
</PropertyGroup>
<Target Name= "CleanUpCudaFolder" BeforeTargets= "CreateFolders" Condition= "Exists($(CudaRootDir)) And !Exists($(CudaGuardFile))" >
<RemoveDir Directories= "$(CudaRootDir)" />
</Target>
<Target Name= "CreateFolders" BeforeTargets= "InstallVcpkg" DependsOnTargets= "CleanUpCudaFolder" Condition= "!Exists($(VcpkgRootDir)) Or !Exists($(CudaRootDir))" >
2020-03-14 20:59:37 +00:00
<MakeDir Directories= "$(VcpkgRootDir)" />
<MakeDir Directories= "$(CudaRootDir)" />
</Target>
2020-12-23 12:11:00 +00:00
<Target Name= "DownloadCUDA" BeforeTargets= "InstallVcpkg" DependsOnTargets= "CreateFolders" AfterTargets= "CreateFolders" Condition= "!Exists($(CudaNvccPath)) And !Exists($(CudaGuardFile))" >
2020-03-14 20:59:37 +00:00
<DownloadFile SourceUrl= "https://www.7-zip.org/a/7za920.zip" DestinationFolder= "$(TMP)" />
2020-06-22 10:43:54 +00:00
<Unzip SourceFiles= "$(TMP)\7za920.zip" DestinationFolder= "$(TMP)\7z" OverwriteReadOnlyFiles= "true" />
2020-03-14 20:59:37 +00:00
<DownloadFile SourceUrl= "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/network_installers/windows/x86_64/wddm2/nvcc.exe" DestinationFolder= "$(TMP)" />
2020-06-22 10:43:54 +00:00
<Exec Command= "$(TMP)\7z\7za x $(TMP)\nvcc.exe -onvcc -aoa" WorkingDirectory= "$(CudaRootDir)" ConsoleToMSBuild= "true" />
2020-03-14 20:59:37 +00:00
<DownloadFile SourceUrl= "http://developer.download.nvidia.com/compute/cuda/10.2/Prod/network_installers/windows/x86_64/wddm2/cublas_dev.exe" DestinationFolder= "$(TMP)" />
2020-06-22 10:43:54 +00:00
<Exec Command= "$(TMP)\7z\7za x $(TMP)\cublas_dev.exe -onvcc -aoa" WorkingDirectory= "$(CudaRootDir)" ConsoleToMSBuild= "true" />
2020-12-23 12:11:00 +00:00
<Touch Files= "$(CudaGuardFile)" AlwaysCreate= "true" />
2020-03-14 20:59:37 +00:00
</Target>
2020-08-05 23:51:55 +00:00
<Target Name= "InstallVcpkg" BeforeTargets= "Build3rdPartyLibraries" DependsOnTargets= "CreateFolders" AfterTargets= "DownloadCUDA" >
2020-03-14 20:59:37 +00:00
<Exec Command= "git clone https://github.com/microsoft/vcpkg ." WorkingDirectory= "$(VcpkgRootDir)" ConsoleToMSBuild= "true" Condition= "!Exists($(VcpkgExe))" />
<Exec Command= "git pull" WorkingDirectory= "$(VcpkgRootDir)" ConsoleToMSBuild= "true" />
<Exec Command= "bootstrap-vcpkg.bat" WorkingDirectory= "$(VcpkgRootDir)" ConsoleToMSBuild= "true" />
</Target>
2020-08-05 23:51:55 +00:00
<Target Name= "Build3rdPartyLibraries" BeforeTargets= "ClCompile" DependsOnTargets= "InstallVcpkg" AfterTargets= "InstallVcpkg" >
2020-09-22 20:48:37 +00:00
<Exec Command= "vcpkg.exe install openssl curl[core,openssl] freetype[core,bzip2,png] ftgl wxwidgets opencl rappture gtest --overlay-triplets=../../vcpkg_ports/triplets/$(VcpkgTripletConfig) --triplet $(VcpkgTripletName) --clean-after-build" WorkingDirectory= "$(VcpkgRootDir)" ConsoleToMSBuild= "true" />
2020-09-06 01:13:49 +00:00
<Exec Command= "vcpkg.exe upgrade --no-dry-run --overlay-triplets=../../vcpkg_ports/triplets/$(VcpkgTripletConfig) --triplet $(VcpkgTripletName)" WorkingDirectory= "$(VcpkgRootDir)" ConsoleToMSBuild= "true" />
2020-03-14 20:59:37 +00:00
</Target>
2020-06-29 05:34:42 +00:00
</Project>