summaryrefslogtreecommitdiff
path: root/tests/src/Interop/WinRT/NETClients/Bindings/NETClientBindings.csproj
blob: a18f74b79504cdeddfe5207f9c2ddb31886a0ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <AssemblyName>NETClientBindings</AssemblyName>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{85C57688-DA98-4DE3-AC9B-526E4747434C}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <ProjectTypeGuids>{209912F9-0DA1-4184-9CC1-8D583BAF4A28};{87799F5D-CEBD-499D-BDBA-B2C6105CD766}</ProjectTypeGuids>
    <!-- Test unsupported outside of windows -->
    <TestUnsupportedOutsideWindows>true</TestUnsupportedOutsideWindows>
    <DisableProjectBuild Condition="'$(TargetsUnix)' == 'true'">true</DisableProjectBuild>
    <DisableProjectBuild Condition="'$(Platform)' == 'arm' or '$(Platform)' == 'arm64'">true</DisableProjectBuild>
    <!-- WinRT interop is not compatible with unloadability -->
    <UnloadabilityIncompatible>true</UnloadabilityIncompatible>
  </PropertyGroup>
  <!-- Default configurations to help VS understand the configurations -->
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  </PropertyGroup>
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="../../Contracts/Component.Contracts.cs" />
    <Compile Include="../../Contracts/WindowsRuntimeImportAttribute.cs" />
    <Compile Include="../../Contracts/NativeComponent.cs" />
    <Compile Include="Program.cs" />
    <Compile Include="BindingTests.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="../../NativeComponent/CMakeLists.txt" />
    <ProjectReference Include="../../../../Common/CoreCLRTestLibrary/CoreCLRTestLibrary.csproj" />
  </ItemGroup>
  <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>