RNViewShot.csproj 8.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  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)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{391A35D0-FEBA-11E6-9171-BD5177E581B7}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>RNViewShot</RootNamespace>
  11. <AssemblyName>RNViewShot</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. <ReactWindowsRoot>$(SolutionDir)..\node_modules</ReactWindowsRoot>
  20. </PropertyGroup>
  21. <PropertyGroup Condition=" '$(Configuration)' != 'Development'">
  22. <ReactWindowsRoot>..\..</ReactWindowsRoot>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. <DebugSymbols>true</DebugSymbols>
  27. <DebugType>full</DebugType>
  28. <Optimize>false</Optimize>
  29. <OutputPath>bin\Debug\</OutputPath>
  30. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  35. <PlatformTarget>AnyCPU</PlatformTarget>
  36. <DebugType>pdbonly</DebugType>
  37. <Optimize>true</Optimize>
  38. <OutputPath>bin\Release\</OutputPath>
  39. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  40. <ErrorReport>prompt</ErrorReport>
  41. <WarningLevel>4</WarningLevel>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  44. <PlatformTarget>x86</PlatformTarget>
  45. <DebugSymbols>true</DebugSymbols>
  46. <OutputPath>bin\x86\Debug\</OutputPath>
  47. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  48. <NoWarn>;2008</NoWarn>
  49. <DebugType>full</DebugType>
  50. <PlatformTarget>x86</PlatformTarget>
  51. <UseVSHostingProcess>false</UseVSHostingProcess>
  52. <ErrorReport>prompt</ErrorReport>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  55. <PlatformTarget>x86</PlatformTarget>
  56. <OutputPath>bin\x86\Release\</OutputPath>
  57. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  58. <Optimize>true</Optimize>
  59. <NoWarn>;2008</NoWarn>
  60. <DebugType>pdbonly</DebugType>
  61. <PlatformTarget>x86</PlatformTarget>
  62. <UseVSHostingProcess>false</UseVSHostingProcess>
  63. <ErrorReport>prompt</ErrorReport>
  64. </PropertyGroup>
  65. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|ARM'">
  66. <PlatformTarget>ARM</PlatformTarget>
  67. <DebugSymbols>true</DebugSymbols>
  68. <OutputPath>bin\ARM\Debug\</OutputPath>
  69. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  70. <NoWarn>;2008</NoWarn>
  71. <DebugType>full</DebugType>
  72. <PlatformTarget>ARM</PlatformTarget>
  73. <UseVSHostingProcess>false</UseVSHostingProcess>
  74. <ErrorReport>prompt</ErrorReport>
  75. </PropertyGroup>
  76. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|ARM'">
  77. <PlatformTarget>ARM</PlatformTarget>
  78. <OutputPath>bin\ARM\Release\</OutputPath>
  79. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  80. <Optimize>true</Optimize>
  81. <NoWarn>;2008</NoWarn>
  82. <DebugType>pdbonly</DebugType>
  83. <PlatformTarget>ARM</PlatformTarget>
  84. <UseVSHostingProcess>false</UseVSHostingProcess>
  85. <ErrorReport>prompt</ErrorReport>
  86. </PropertyGroup>
  87. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  88. <PlatformTarget>x64</PlatformTarget>
  89. <DebugSymbols>true</DebugSymbols>
  90. <OutputPath>bin\x64\Debug\</OutputPath>
  91. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  92. <NoWarn>;2008</NoWarn>
  93. <DebugType>full</DebugType>
  94. <PlatformTarget>x64</PlatformTarget>
  95. <UseVSHostingProcess>false</UseVSHostingProcess>
  96. <ErrorReport>prompt</ErrorReport>
  97. </PropertyGroup>
  98. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  99. <PlatformTarget>x64</PlatformTarget>
  100. <OutputPath>bin\x64\Release\</OutputPath>
  101. <DefineConstants>TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  102. <Optimize>true</Optimize>
  103. <NoWarn>;2008</NoWarn>
  104. <DebugType>pdbonly</DebugType>
  105. <PlatformTarget>x64</PlatformTarget>
  106. <UseVSHostingProcess>false</UseVSHostingProcess>
  107. <ErrorReport>prompt</ErrorReport>
  108. </PropertyGroup>
  109. <ItemGroup>
  110. <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->
  111. <None Include="project.json" />
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <Compile Include="RNViewShotModule.cs" />
  116. <Compile Include="RNViewShotPackage.cs" />
  117. <Compile Include="ViewShot.cs" />
  118. <EmbeddedResource Include="Properties\RNViewShot.rd.xml" />
  119. </ItemGroup>
  120. <ItemGroup>
  121. <ProjectReference Include="$(SolutionDir)..\node_modules\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
  122. <Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
  123. <Name>ReactNative</Name>
  124. </ProjectReference>
  125. </ItemGroup>
  126. <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '14.0' ">
  127. <VisualStudioVersion>14.0</VisualStudioVersion>
  128. </PropertyGroup>
  129. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|AnyCPU'">
  130. <DebugSymbols>true</DebugSymbols>
  131. <OutputPath>bin\Development\</OutputPath>
  132. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  133. <NoStdLib>true</NoStdLib>
  134. <DebugType>full</DebugType>
  135. <PlatformTarget>AnyCPU</PlatformTarget>
  136. <UseVSHostingProcess>false</UseVSHostingProcess>
  137. <ErrorReport>prompt</ErrorReport>
  138. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  139. </PropertyGroup>
  140. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|x86'">
  141. <DebugSymbols>true</DebugSymbols>
  142. <OutputPath>bin\x86\Development\</OutputPath>
  143. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  144. <NoWarn>;2008</NoWarn>
  145. <NoStdLib>true</NoStdLib>
  146. <DebugType>full</DebugType>
  147. <PlatformTarget>x86</PlatformTarget>
  148. <UseVSHostingProcess>false</UseVSHostingProcess>
  149. <ErrorReport>prompt</ErrorReport>
  150. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  151. </PropertyGroup>
  152. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|ARM'">
  153. <DebugSymbols>true</DebugSymbols>
  154. <OutputPath>bin\ARM\Development\</OutputPath>
  155. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  156. <NoWarn>;2008</NoWarn>
  157. <NoStdLib>true</NoStdLib>
  158. <DebugType>full</DebugType>
  159. <PlatformTarget>ARM</PlatformTarget>
  160. <UseVSHostingProcess>false</UseVSHostingProcess>
  161. <ErrorReport>prompt</ErrorReport>
  162. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|x64'">
  165. <DebugSymbols>true</DebugSymbols>
  166. <OutputPath>bin\x64\Development\</OutputPath>
  167. <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
  168. <NoWarn>;2008</NoWarn>
  169. <NoStdLib>true</NoStdLib>
  170. <DebugType>full</DebugType>
  171. <PlatformTarget>x64</PlatformTarget>
  172. <UseVSHostingProcess>false</UseVSHostingProcess>
  173. <ErrorReport>prompt</ErrorReport>
  174. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  175. </PropertyGroup>
  176. <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
  177. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  178. Other similar extension points exist, see Microsoft.Common.targets.
  179. <Target Name="BeforeBuild">
  180. </Target>
  181. <Target Name="AfterBuild">
  182. </Target>
  183. -->
  184. </Project>