summaryrefslogtreecommitdiff
path: root/matlab/test/Ice/slicing/exceptions/msbuild/test.proj
blob: 79e73cb941945f4e281222eada2d343b06935cf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <PropertyGroup>
    <SliceOutputDir>$(MSBuildThisFileDirectory)..\generated</SliceOutputDir>
  </PropertyGroup>
  <ItemGroup>
      <Slice Include="..\*.ice" />
  </ItemGroup>
  <Import Project="..\..\..\..\..\msbuild\ice.tests.props" />
</Project>