summaryrefslogtreecommitdiff
path: root/php/lib/IcePatch2/msbuild/icepatch2.proj
blob: 3c76285b2c35526cd6372c5939e76bccaa4c63d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup Label="IceBuilder">
        <IceBuilderAdditionalOptions>--ice</IceBuilderAdditionalOptions>
        <IceBuilderOutputDir>..</IceBuilderOutputDir>
        <IceBuilderBaseDirectoryForGeneratedInclude>IcePatch2</IceBuilderBaseDirectoryForGeneratedInclude>
        <IceBuilderDependFile>$(MSBuildProjectDirectory)\IceBuilder.d</IceBuilderDependFile>
        <IceBuilderCommandLog>$(MSBuildProjectDirectory)\IceBuilder.command.log</IceBuilderCommandLog>
    </PropertyGroup>
    <Import Project="..\..\..\msbuild\ice.props" />
    <Import Project="$(IceBuilderPhpProps)" />
    <ItemGroup>
        <IceBuilder Include="..\..\..\..\slice\IcePatch2\FileInfo.ice" />
        <IceBuilder Include="..\..\..\..\slice\IcePatch2\FileServer.ice" />
    </ItemGroup>
    <Target Name="Build"/>
    <Target Name="Clean"/>
    <Import Project="$(IceBuilderPhpTargets)" />
</Project>