Add PInvoke/Array tests (#19266)
[platform/upstream/coreclr.git] / tests / src / Interop / PInvoke / Array / MarshalArrayAsParam / AsDefault / AsDefaultTest.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.props))\dir.props" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <AssemblyName>AsDefaultTest</AssemblyName>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{F1E66554-8C8E-4141-85CF-D0CD6A0CD0B0}</ProjectGuid>
10     <OutputType>Exe</OutputType>
11     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
12     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\..\..\</SolutionDir>
13     <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
14   </PropertyGroup>
15   <!-- Default configurations to help VS understand the configurations -->
16   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"></PropertyGroup>
17   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"></PropertyGroup>
18   <ItemGroup>
19     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
20       <Visible>False</Visible>
21     </CodeAnalysisDependentAssemblyPaths>
22   </ItemGroup>
23   <ItemGroup>
24     <Compile Include="*.cs" />
25   </ItemGroup>
26   <ItemGroup>
27     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
28   </ItemGroup>
29   <ItemGroup>
30     <ProjectReference Include="..\LPArrayNative\CMakeLists.txt" />
31   </ItemGroup>
32   <Import Project="../../../../Interop.settings.targets" />
33   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
34 </Project>