Move CoreCLR to the modern build tools and dnx
[platform/upstream/coreclr.git] / tests / src / Interop / ICastable / Castable.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>Castable</AssemblyName>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{95DFC527-4DC1-495E-97D7-E94EE1F7140D}</ProjectGuid>
10     <OutputType>Exe</OutputType>
11     <AppDesignerFolder>Properties</AppDesignerFolder>
12     <FileAlignment>512</FileAlignment>
13     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\11.0\UITestExtensionPackages</ReferencePath>
15     <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
16
17     <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18     <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
19     <ReferenceLocalMscorlib>true</ReferenceLocalMscorlib>
20   </PropertyGroup>
21   <!-- Default configurations to help VS understand the configurations -->
22   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
23   </PropertyGroup>
24   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
25   </PropertyGroup>
26   <ItemGroup>
27     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
28       <Visible>False</Visible>
29     </CodeAnalysisDependentAssemblyPaths>
30   </ItemGroup>
31   <ItemGroup>
32     <Compile Include="Castable.cs" />
33   </ItemGroup>
34   <ItemGroup>
35     <None Include="project.json" />
36     <None Include="app.config" />
37   </ItemGroup>
38   <ItemGroup>
39     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
40   </ItemGroup>
41   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
42 </Project>