14 lines
529 B
XML
14 lines
529 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<Import Project="$(RepoRoot)/build/compile/LzmaArchive.targets" />
|
|
<Import Project="$(RepoRoot)/build/MSBuildExtensions.targets" />
|
|
|
|
<PropertyGroup>
|
|
<PublishDir>$(SdkOutputDirectory)</PublishDir>
|
|
</PropertyGroup>
|
|
|
|
<Target Name="ComposeSdk" DependsOnTargets="Prepare">
|
|
<MSBuild Projects="$(SrcDirectory)/redist/redist.csproj"
|
|
Targets="Publish" />
|
|
</Target>
|
|
</Project>
|