Make TVApps displays app list temporarily
[profile/tv/apps/dotnet/home.git] / TVApps / TVApps / TVApps.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
7     <ProjectGuid>{FD8C0EF4-6CEA-4421-85B7-7AC8592738C6}</ProjectGuid>
8     <OutputType>Library</OutputType>
9     <RootNamespace>TVApps</RootNamespace>
10     <AssemblyName>TVApps</AssemblyName>
11     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
12     <TargetFrameworkProfile>Profile259</TargetFrameworkProfile>
13     <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
14     <NuGetPackageImportStamp>
15     </NuGetPackageImportStamp>
16   </PropertyGroup>
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>portable</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <ConsolePause>false</ConsolePause>
26   </PropertyGroup>
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28     <DebugType>portable</DebugType>
29     <Optimize>true</Optimize>
30     <OutputPath>bin\Release\</OutputPath>
31     <DefineConstants>TRACE</DefineConstants>
32     <ErrorReport>prompt</ErrorReport>
33     <WarningLevel>4</WarningLevel>
34     <ConsolePause>false</ConsolePause>
35   </PropertyGroup>
36   <ItemGroup>
37     <Compile Include="Controls\AppItemCell.xaml.cs">
38       <DependentUpon>AppItemCell.xaml</DependentUpon>
39     </Compile>
40     <Compile Include="Controls\AppListView.xaml.cs">
41       <DependentUpon>AppListView.xaml</DependentUpon>
42     </Compile>
43     <Compile Include="Models\AppItem.cs" />
44     <Compile Include="TVApps.cs" />
45     <Compile Include="Properties\AssemblyInfo.cs" />
46     <Compile Include="Utils\DebuggingUtils.cs" />
47     <Compile Include="Utils\IApplicationManagerAPIs.cs" />
48     <Compile Include="Utils\IDebuggingAPIs.cs" />
49     <Compile Include="ViewModels\AppsListViewModel.cs" />
50     <Compile Include="Views\MainPage.xaml.cs">
51       <DependentUpon>MainPage.xaml</DependentUpon>
52     </Compile>
53   </ItemGroup>
54   <ItemGroup>
55     <EmbeddedResource Include="Views\MainPage.xaml">
56       <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
57       <SubType>Designer</SubType>
58     </EmbeddedResource>
59   </ItemGroup>
60   <ItemGroup>
61     <EmbeddedResource Include="Controls\AppListView.xaml">
62       <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
63       <SubType>Designer</SubType>
64     </EmbeddedResource>
65   </ItemGroup>
66   <ItemGroup>
67     <EmbeddedResource Include="Controls\AppItemCell.xaml">
68       <Generator>MSBuild:UpdateDesignTimeXaml</Generator>
69       <SubType>Designer</SubType>
70     </EmbeddedResource>
71   </ItemGroup>
72   <ItemGroup>
73     <Reference Include="Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
74       <HintPath>..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath>
75       <Private>True</Private>
76     </Reference>
77     <Reference Include="Xamarin.Forms.Platform, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
78       <HintPath>..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath>
79       <Private>True</Private>
80     </Reference>
81     <Reference Include="Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, processorArchitecture=MSIL">
82       <HintPath>..\..\packages\Xamarin.Forms.2.3.3.193\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
83       <Private>True</Private>
84     </Reference>
85   </ItemGroup>
86   <ItemGroup>
87     <None Include="packages.config" />
88   </ItemGroup>
89   <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
90   <Import Project="..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
91   <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
92     <PropertyGroup>
93       <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
94     </PropertyGroup>
95     <Error Condition="!Exists('..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\packages\Xamarin.Forms.2.3.3.193\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets'))" />
96   </Target>
97   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98                 Other similar extension points exist, see Microsoft.Common.targets.
99         <Target Name="BeforeBuild">
100         </Target>
101         <Target Name="AfterBuild">
102         </Target>
103         -->
104 </Project>