d40546fa54d525c279ba90b58394ae54077392e8
[platform/upstream/coreclr.git] / tests / src / managed / Compilation / Compilation.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>Compilation</AssemblyName>
8     <SchemaVersion>2.0</SchemaVersion>
9     <ProjectGuid>{39DD9A75-2535-4EBD-94A4-C7DF7EF12CF5}</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     <RestorePackages>true</RestorePackages>
17     <NuGetPackageImportStamp>7a9bfb7d</NuGetPackageImportStamp>
18     <DefineConstants>$(DefineConstants);STATIC</DefineConstants>
19   </PropertyGroup>
20   <!-- Default configurations to help VS understand the configurations -->
21   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
22   </PropertyGroup>
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
24   </PropertyGroup>
25   <ItemGroup>
26     <CodeAnalysisDependentAssemblyPaths Condition=" '$(VS100COMNTOOLS)' != '' " Include="$(VS100COMNTOOLS)..\IDE\PrivateAssemblies">
27       <Visible>False</Visible>
28     </CodeAnalysisDependentAssemblyPaths>
29   </ItemGroup>
30   <ItemGroup>
31     <Compile Include="Compilation.cs" />
32   </ItemGroup>
33   <ItemGroup>
34     <Content Include="HelloWorld.cs">
35       <CopyToOutputDirectory>Always</CopyToOutputDirectory>
36     </Content>
37   </ItemGroup>
38   <ItemGroup>
39     <None Include="packages.config" />
40     <None Include="app.config" />
41   </ItemGroup>
42   <ItemGroup>
43     <Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
44   </ItemGroup>
45   <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
46 </Project>