Sin descripción

ViewShotExample.csproj 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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)' == '' ">x86</Platform>
  7. <ProjectGuid>{385046CD-7621-4286-9E49-4CA26B4A9C23}</ProjectGuid>
  8. <OutputType>AppContainerExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ViewShotExample</RootNamespace>
  11. <AssemblyName>ViewShotExample</AssemblyName>
  12. <DefaultLanguage>en-US</DefaultLanguage>
  13. <TargetPlatformIdentifier>UAP</TargetPlatformIdentifier>
  14. <TargetPlatformVersion>10.0.10586.0</TargetPlatformVersion>
  15. <TargetPlatformMinVersion>10.0.10240.0</TargetPlatformMinVersion>
  16. <MinimumVisualStudioVersion>14</MinimumVisualStudioVersion>
  17. <FileAlignment>512</FileAlignment>
  18. <ProjectTypeGuids>{A5A43C5B-DE2A-4C0C-9213-0A381AF9435A};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  19. <PackageCertificateKeyFile>ViewShotExample_TemporaryKey.pfx</PackageCertificateKeyFile>
  20. </PropertyGroup>
  21. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  22. <DebugSymbols>true</DebugSymbols>
  23. <OutputPath>bin\x86\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  25. <NoWarn>;2008</NoWarn>
  26. <DebugType>full</DebugType>
  27. <PlatformTarget>x86</PlatformTarget>
  28. <UseVSHostingProcess>false</UseVSHostingProcess>
  29. <ErrorReport>prompt</ErrorReport>
  30. <Prefer32Bit>true</Prefer32Bit>
  31. </PropertyGroup>
  32. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugBundle|x86'">
  33. <DebugSymbols>true</DebugSymbols>
  34. <OutputPath>bin\x86\DebugBundle\</OutputPath>
  35. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;BUNDLE</DefineConstants>
  36. <NoWarn>;2008</NoWarn>
  37. <NoStdLib>true</NoStdLib>
  38. <DebugType>full</DebugType>
  39. <PlatformTarget>x86</PlatformTarget>
  40. <UseVSHostingProcess>false</UseVSHostingProcess>
  41. <ErrorReport>prompt</ErrorReport>
  42. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  43. <Prefer32Bit>true</Prefer32Bit>
  44. </PropertyGroup>
  45. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  46. <OutputPath>bin\x86\Release\</OutputPath>
  47. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  48. <Optimize>true</Optimize>
  49. <NoWarn>;2008</NoWarn>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <UseVSHostingProcess>false</UseVSHostingProcess>
  53. <ErrorReport>prompt</ErrorReport>
  54. <Prefer32Bit>true</Prefer32Bit>
  55. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBundle|x86'">
  58. <OutputPath>bin\x86\ReleaseBundle\</OutputPath>
  59. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;BUNDLE</DefineConstants>
  60. <Optimize>true</Optimize>
  61. <NoWarn>;2008</NoWarn>
  62. <NoStdLib>true</NoStdLib>
  63. <DebugType>pdbonly</DebugType>
  64. <PlatformTarget>x86</PlatformTarget>
  65. <UseVSHostingProcess>false</UseVSHostingProcess>
  66. <ErrorReport>prompt</ErrorReport>
  67. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  68. <Prefer32Bit>true</Prefer32Bit>
  69. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  70. </PropertyGroup>
  71. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  72. <DebugSymbols>true</DebugSymbols>
  73. <OutputPath>bin\ARM\Debug\</OutputPath>
  74. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  75. <NoWarn>;2008</NoWarn>
  76. <DebugType>full</DebugType>
  77. <PlatformTarget>ARM</PlatformTarget>
  78. <UseVSHostingProcess>false</UseVSHostingProcess>
  79. <ErrorReport>prompt</ErrorReport>
  80. <Prefer32Bit>true</Prefer32Bit>
  81. </PropertyGroup>
  82. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugBundle|ARM'">
  83. <DebugSymbols>true</DebugSymbols>
  84. <OutputPath>bin\ARM\DebugBundle\</OutputPath>
  85. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;BUNDLE</DefineConstants>
  86. <NoWarn>;2008</NoWarn>
  87. <NoStdLib>true</NoStdLib>
  88. <DebugType>full</DebugType>
  89. <PlatformTarget>ARM</PlatformTarget>
  90. <UseVSHostingProcess>false</UseVSHostingProcess>
  91. <ErrorReport>prompt</ErrorReport>
  92. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  93. <Prefer32Bit>true</Prefer32Bit>
  94. </PropertyGroup>
  95. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  96. <OutputPath>bin\ARM\Release\</OutputPath>
  97. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  98. <Optimize>true</Optimize>
  99. <NoWarn>;2008</NoWarn>
  100. <DebugType>pdbonly</DebugType>
  101. <PlatformTarget>ARM</PlatformTarget>
  102. <UseVSHostingProcess>false</UseVSHostingProcess>
  103. <ErrorReport>prompt</ErrorReport>
  104. <Prefer32Bit>true</Prefer32Bit>
  105. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  106. </PropertyGroup>
  107. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBundle|ARM'">
  108. <OutputPath>bin\ARM\ReleaseBundle\</OutputPath>
  109. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;BUNDLE</DefineConstants>
  110. <Optimize>true</Optimize>
  111. <NoWarn>;2008</NoWarn>
  112. <NoStdLib>true</NoStdLib>
  113. <DebugType>pdbonly</DebugType>
  114. <PlatformTarget>ARM</PlatformTarget>
  115. <UseVSHostingProcess>false</UseVSHostingProcess>
  116. <ErrorReport>prompt</ErrorReport>
  117. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  118. <Prefer32Bit>true</Prefer32Bit>
  119. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  122. <DebugSymbols>true</DebugSymbols>
  123. <OutputPath>bin\x64\Debug\</OutputPath>
  124. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  125. <NoWarn>;2008</NoWarn>
  126. <DebugType>full</DebugType>
  127. <PlatformTarget>x64</PlatformTarget>
  128. <UseVSHostingProcess>false</UseVSHostingProcess>
  129. <ErrorReport>prompt</ErrorReport>
  130. <Prefer32Bit>true</Prefer32Bit>
  131. </PropertyGroup>
  132. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'DebugBundle|x64'">
  133. <DebugSymbols>true</DebugSymbols>
  134. <OutputPath>bin\x64\DebugBundle\</OutputPath>
  135. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;BUNDLE</DefineConstants>
  136. <NoWarn>;2008</NoWarn>
  137. <NoStdLib>true</NoStdLib>
  138. <DebugType>full</DebugType>
  139. <PlatformTarget>x64</PlatformTarget>
  140. <UseVSHostingProcess>false</UseVSHostingProcess>
  141. <ErrorReport>prompt</ErrorReport>
  142. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  143. <Prefer32Bit>true</Prefer32Bit>
  144. </PropertyGroup>
  145. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  146. <OutputPath>bin\x64\Release\</OutputPath>
  147. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  148. <Optimize>true</Optimize>
  149. <NoWarn>;2008</NoWarn>
  150. <DebugType>pdbonly</DebugType>
  151. <PlatformTarget>x64</PlatformTarget>
  152. <UseVSHostingProcess>false</UseVSHostingProcess>
  153. <ErrorReport>prompt</ErrorReport>
  154. <Prefer32Bit>true</Prefer32Bit>
  155. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  156. </PropertyGroup>
  157. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseBundle|x64'">
  158. <OutputPath>bin\x64\ReleaseBundle\</OutputPath>
  159. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP;CODE_ANALYSIS;BUNDLE</DefineConstants>
  160. <Optimize>true</Optimize>
  161. <NoWarn>;2008</NoWarn>
  162. <NoStdLib>true</NoStdLib>
  163. <DebugType>pdbonly</DebugType>
  164. <PlatformTarget>x64</PlatformTarget>
  165. <UseVSHostingProcess>false</UseVSHostingProcess>
  166. <ErrorReport>prompt</ErrorReport>
  167. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  168. <Prefer32Bit>true</Prefer32Bit>
  169. <UseDotNetNativeToolchain>true</UseDotNetNativeToolchain>
  170. </PropertyGroup>
  171. <ItemGroup>
  172. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  173. <None Include="project.json" />
  174. </ItemGroup>
  175. <ItemGroup>
  176. <Compile Include="App.xaml.cs">
  177. <DependentUpon>App.xaml</DependentUpon>
  178. </Compile>
  179. <Compile Include="MainPage.cs" />
  180. <Compile Include="Properties\AssemblyInfo.cs" />
  181. </ItemGroup>
  182. <ItemGroup>
  183. <AppxManifest Include="Package.appxmanifest">
  184. <SubType>Designer</SubType>
  185. </AppxManifest>
  186. <None Include="ViewShotExample_TemporaryKey.pfx" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <Content Include="Properties\Default.rd.xml" />
  190. <Content Include="Assets\LockScreenLogo.scale-200.png" />
  191. <Content Include="Assets\SplashScreen.scale-200.png" />
  192. <Content Include="Assets\Square150x150Logo.scale-200.png" />
  193. <Content Include="Assets\Square44x44Logo.scale-200.png" />
  194. <Content Include="Assets\Square44x44Logo.targetsize-24_altform-unplated.png" />
  195. <Content Include="Assets\StoreLogo.png" />
  196. <Content Include="Assets\Wide310x150Logo.scale-200.png" />
  197. </ItemGroup>
  198. <ItemGroup>
  199. <ApplicationDefinition Include="App.xaml">
  200. <Generator>MSBuild:Compile</Generator>
  201. <SubType>Designer</SubType>
  202. </ApplicationDefinition>
  203. </ItemGroup>
  204. <ItemGroup>
  205. <ProjectReference Include="..\..\node_modules\react-native-video\windows\ReactNativeVideo\ReactNativeVideo.csproj">
  206. <Project>{e8f5f57f-757e-4237-ad23-f7a8755427cd}</Project>
  207. <Name>ReactNativeVideo</Name>
  208. </ProjectReference>
  209. <ProjectReference Include="..\..\node_modules\react-native-view-shot\windows\RNViewShot\RNViewShot.csproj">
  210. <Project>{391A35D0-FEBA-11E6-9171-BD5177E581B7}</Project>
  211. <Name>RNViewShot</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\..\node_modules\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
  214. <Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
  215. <Name>ReactNative</Name>
  216. </ProjectReference>
  217. </ItemGroup>
  218. <ItemGroup Condition="'$(Configuration)' == 'ReleaseBundle' or '$(Configuration)' == 'DebugBundle'">
  219. <Content Include="ReactAssets\**\*">
  220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  221. </Content>
  222. </ItemGroup>
  223. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  224. <VisualStudioVersion>14.0</VisualStudioVersion>
  225. </PropertyGroup>
  226. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  227. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  228. Other similar extension points exist, see Microsoft.Common.targets.
  229. <Target Name="BeforeBuild">
  230. </Target>
  231. <Target Name="AfterBuild">
  232. </Target>
  233. -->
  234. </Project>