Xamarin Insights.WindowsPhone.csproj 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{28B6C7FC-CF32-49DF-8842-287A7D836BB9}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Xamarin_Insights.WindowsPhone</RootNamespace>
  11. <AssemblyName>Xamarin Insights.WindowsPhone</AssemblyName>
  12. <DefaultLanguage>es-ES</DefaultLanguage>
  13. <TargetPlatformVersion>8.1</TargetPlatformVersion>
  14. <MinimumVisualStudioVersion>12</MinimumVisualStudioVersion>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{76F1466A-8B6D-4E39-A767-685A06062A39};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <PlatformTarget>AnyCPU</PlatformTarget>
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <PlatformTarget>AnyCPU</PlatformTarget>
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\ARM\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  41. <NoWarn>;2008</NoWarn>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>ARM</PlatformTarget>
  44. <UseVSHostingProcess>false</UseVSHostingProcess>
  45. <ErrorReport>prompt</ErrorReport>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  49. <OutputPath>bin\ARM\Release\</OutputPath>
  50. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <NoWarn>;2008</NoWarn>
  53. <DebugType>pdbonly</DebugType>
  54. <PlatformTarget>ARM</PlatformTarget>
  55. <UseVSHostingProcess>false</UseVSHostingProcess>
  56. <ErrorReport>prompt</ErrorReport>
  57. <Prefer32Bit>true</Prefer32Bit>
  58. </PropertyGroup>
  59. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  60. <DebugSymbols>true</DebugSymbols>
  61. <OutputPath>bin\x86\Debug\</OutputPath>
  62. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  63. <NoWarn>;2008</NoWarn>
  64. <DebugType>full</DebugType>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <UseVSHostingProcess>false</UseVSHostingProcess>
  67. <ErrorReport>prompt</ErrorReport>
  68. <Prefer32Bit>true</Prefer32Bit>
  69. </PropertyGroup>
  70. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  71. <OutputPath>bin\x86\Release\</OutputPath>
  72. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_PHONE_APP</DefineConstants>
  73. <Optimize>true</Optimize>
  74. <NoWarn>;2008</NoWarn>
  75. <DebugType>pdbonly</DebugType>
  76. <PlatformTarget>x86</PlatformTarget>
  77. <UseVSHostingProcess>false</UseVSHostingProcess>
  78. <ErrorReport>prompt</ErrorReport>
  79. <Prefer32Bit>true</Prefer32Bit>
  80. </PropertyGroup>
  81. <ItemGroup>
  82. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  83. <None Include="packages.config" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="App.xaml.cs">
  87. <DependentUpon>App.xaml</DependentUpon>
  88. </Compile>
  89. <Compile Include="DebugTrace.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Setup.cs" />
  92. <Compile Include="Views\FirstView.xaml.cs">
  93. <DependentUpon>FirstView.xaml</DependentUpon>
  94. </Compile>
  95. <Compile Include="Views\SecondView.xaml.cs">
  96. <DependentUpon>SecondView.xaml</DependentUpon>
  97. </Compile>
  98. <Compile Include="Views\ThirdView.xaml.cs">
  99. <DependentUpon>ThirdView.xaml</DependentUpon>
  100. </Compile>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <AppxManifest Include="Package.appxmanifest">
  104. <SubType>Designer</SubType>
  105. </AppxManifest>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Content Include="Assets\Logo.scale-240.png" />
  109. <Content Include="Assets\SmallLogo.scale-240.png" />
  110. <Content Include="Assets\SplashScreen.scale-240.png" />
  111. <Content Include="Assets\Square71x71Logo.scale-240.png" />
  112. <Content Include="Assets\StoreLogo.scale-240.png" />
  113. <Content Include="Assets\WideLogo.scale-240.png" />
  114. </ItemGroup>
  115. <ItemGroup>
  116. <ApplicationDefinition Include="App.xaml">
  117. <Generator>MSBuild:Compile</Generator>
  118. <SubType>Designer</SubType>
  119. </ApplicationDefinition>
  120. <Page Include="Views\FirstView.xaml">
  121. <Generator>MSBuild:Compile</Generator>
  122. <SubType>Designer</SubType>
  123. </Page>
  124. <Page Include="Views\SecondView.xaml">
  125. <SubType>Designer</SubType>
  126. <Generator>MSBuild:Compile</Generator>
  127. </Page>
  128. <Page Include="Views\ThirdView.xaml">
  129. <SubType>Designer</SubType>
  130. <Generator>MSBuild:Compile</Generator>
  131. </Page>
  132. </ItemGroup>
  133. <ItemGroup>
  134. <Reference Include="Cirrious.CrossCore">
  135. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\wpa81\Cirrious.CrossCore.dll</HintPath>
  136. <Private>True</Private>
  137. </Reference>
  138. <Reference Include="Cirrious.CrossCore.WindowsCommon">
  139. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\wpa81\Cirrious.CrossCore.WindowsCommon.dll</HintPath>
  140. </Reference>
  141. <Reference Include="Cirrious.MvvmCross">
  142. <HintPath>..\packages\MvvmCross.HotTuna.MvvmCrossLibraries.3.5.0\lib\wpa81\Cirrious.MvvmCross.dll</HintPath>
  143. <Private>True</Private>
  144. </Reference>
  145. <Reference Include="Cirrious.MvvmCross.Localization">
  146. <HintPath>..\packages\MvvmCross.HotTuna.CrossCore.3.5.0\lib\wpa81\Cirrious.MvvmCross.Localization.dll</HintPath>
  147. </Reference>
  148. <Reference Include="Cirrious.MvvmCross.WindowsCommon">
  149. <HintPath>..\packages\MvvmCross.HotTuna.MvvmCrossLibraries.3.5.0\lib\wpa81\Cirrious.MvvmCross.WindowsCommon.dll</HintPath>
  150. <Private>True</Private>
  151. </Reference>
  152. </ItemGroup>
  153. <ItemGroup>
  154. <ProjectReference Include="..\Xamarin Insights\Xamarin Insights.Core.csproj">
  155. <Project>{18d6000f-1b87-4db3-87a1-fd817ad8a253}</Project>
  156. <Name>Xamarin Insights.Core</Name>
  157. </ProjectReference>
  158. </ItemGroup>
  159. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' ">
  160. <VisualStudioVersion>12.0</VisualStudioVersion>
  161. </PropertyGroup>
  162. <PropertyGroup Condition=" '$(TargetPlatformIdentifier)' == '' ">
  163. <TargetPlatformIdentifier>WindowsPhoneApp</TargetPlatformIdentifier>
  164. </PropertyGroup>
  165. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>