32e91a01a93604480b1548085f8ae509c8ffe96c
[profile/tv/apps/dotnet/home.git] / HomeUnitTest / HomeUnitTest.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="15.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{1F2DB8A0-7D1E-4BA3-BF27-335D033C572C}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>HomeUnitTest</RootNamespace>
11     <AssemblyName>HomeUnitTest</AssemblyName>
12     <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
15     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">15.0</VisualStudioVersion>
16     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
17     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
18     <IsCodedUITest>False</IsCodedUITest>
19     <TestProjectType>UnitTest</TestProjectType>
20     <NuGetPackageImportStamp>
21     </NuGetPackageImportStamp>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24     <DebugSymbols>true</DebugSymbols>
25     <DebugType>full</DebugType>
26     <Optimize>false</Optimize>
27     <OutputPath>bin\Debug\</OutputPath>
28     <DefineConstants>TRACE;DEBUG</DefineConstants>
29     <ErrorReport>prompt</ErrorReport>
30     <WarningLevel>4</WarningLevel>
31   </PropertyGroup>
32   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33     <DebugType>pdbonly</DebugType>
34     <Optimize>true</Optimize>
35     <OutputPath>bin\Release\</OutputPath>
36     <DefineConstants>TRACE</DefineConstants>
37     <ErrorReport>prompt</ErrorReport>
38     <WarningLevel>4</WarningLevel>
39   </PropertyGroup>
40   <ItemGroup>
41     <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
42       <HintPath>..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
43     </Reference>
44     <Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
45       <HintPath>..\packages\MSTest.TestFramework.1.1.11\lib\net45\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
46     </Reference>
47     <Reference Include="System" />
48     <Reference Include="System.Core" />
49   </ItemGroup>
50   <ItemGroup>
51     <Compile Include="AppShortcutTestCases.cs" />
52     <Compile Include="ManagedAppsTestCases.cs" />
53     <Compile Include="RecentTestCases.cs" />
54     <Compile Include="Properties\AssemblyInfo.cs" />
55   </ItemGroup>
56   <ItemGroup>
57     <ProjectReference Include="..\LibTVRefCommonPortable\LibTVRefCommonPortable.csproj">
58       <Project>{67f9d3a8-f71e-4428-913f-c37ae82cdb24}</Project>
59       <Name>LibTVRefCommonPortable</Name>
60     </ProjectReference>
61   </ItemGroup>
62   <ItemGroup>
63     <None Include="packages.config" />
64   </ItemGroup>
65   <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
66   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
68     <PropertyGroup>
69       <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
70     </PropertyGroup>
71     <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.props'))" />
72     <Error Condition="!Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets'))" />
73   </Target>
74   <Import Project="..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.1.1.11\build\net45\MSTest.TestAdapter.targets')" />
75 </Project>