暫無描述

ViewShotExample.Net46.csproj 5.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  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>{2A3E5645-CC81-4577-A1AC-397A09B76546}</ProjectGuid>
  8. <OutputType>WinExe</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>ViewShotExample.Net46</RootNamespace>
  11. <AssemblyName>ViewShotExample.Net46</AssemblyName>
  12. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
  17. </PropertyGroup>
  18. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  19. <DebugSymbols>true</DebugSymbols>
  20. <OutputPath>bin\x86\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <DebugType>full</DebugType>
  23. <PlatformTarget>x86</PlatformTarget>
  24. <ErrorReport>prompt</ErrorReport>
  25. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  26. <Prefer32Bit>true</Prefer32Bit>
  27. </PropertyGroup>
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  29. <OutputPath>bin\x86\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <Optimize>true</Optimize>
  32. <DebugType>pdbonly</DebugType>
  33. <PlatformTarget>x86</PlatformTarget>
  34. <ErrorReport>prompt</ErrorReport>
  35. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  36. <Prefer32Bit>true</Prefer32Bit>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
  39. <DebugSymbols>true</DebugSymbols>
  40. <OutputPath>bin\x64\Debug\</OutputPath>
  41. <DefineConstants>DEBUG;TRACE</DefineConstants>
  42. <DebugType>full</DebugType>
  43. <PlatformTarget>x64</PlatformTarget>
  44. <ErrorReport>prompt</ErrorReport>
  45. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  46. <Prefer32Bit>true</Prefer32Bit>
  47. </PropertyGroup>
  48. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
  49. <OutputPath>bin\x64\Release\</OutputPath>
  50. <DefineConstants>TRACE</DefineConstants>
  51. <Optimize>true</Optimize>
  52. <DebugType>pdbonly</DebugType>
  53. <PlatformTarget>x64</PlatformTarget>
  54. <ErrorReport>prompt</ErrorReport>
  55. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  56. <Prefer32Bit>true</Prefer32Bit>
  57. </PropertyGroup>
  58. <ItemGroup>
  59. <Reference Include="System" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Xml" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Core" />
  64. <Reference Include="System.Xml.Linq" />
  65. <Reference Include="System.Data.DataSetExtensions" />
  66. <Reference Include="System.Net.Http" />
  67. <Reference Include="System.Xaml">
  68. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  69. </Reference>
  70. <Reference Include="WindowsBase" />
  71. <Reference Include="PresentationCore" />
  72. <Reference Include="PresentationFramework" />
  73. </ItemGroup>
  74. <ItemGroup>
  75. <ApplicationDefinition Include="App.xaml">
  76. <Generator>MSBuild:Compile</Generator>
  77. <SubType>Designer</SubType>
  78. </ApplicationDefinition>
  79. <Compile Include="App.xaml.cs">
  80. <DependentUpon>App.xaml</DependentUpon>
  81. <SubType>Code</SubType>
  82. </Compile>
  83. <Compile Include="AppReactPage.cs" />
  84. </ItemGroup>
  85. <ItemGroup>
  86. <Compile Include="Properties\AssemblyInfo.cs">
  87. <SubType>Code</SubType>
  88. </Compile>
  89. <Compile Include="Properties\Resources.Designer.cs">
  90. <AutoGen>True</AutoGen>
  91. <DesignTime>True</DesignTime>
  92. <DependentUpon>Resources.resx</DependentUpon>
  93. </Compile>
  94. <Compile Include="Properties\Settings.Designer.cs">
  95. <AutoGen>True</AutoGen>
  96. <DependentUpon>Settings.settings</DependentUpon>
  97. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  98. </Compile>
  99. <EmbeddedResource Include="Properties\Resources.resx">
  100. <Generator>ResXFileCodeGenerator</Generator>
  101. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  102. </EmbeddedResource>
  103. <None Include="Properties\Settings.settings">
  104. <Generator>SettingsSingleFileGenerator</Generator>
  105. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  106. </None>
  107. <AppDesigner Include="Properties\" />
  108. </ItemGroup>
  109. <ItemGroup>
  110. <None Include="App.config" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <ProjectReference Include="..\..\node_modules\react-native-view-shot\windows\RNViewShot.Net46\RNViewShot.Net46.csproj">
  114. <Project>{1dd45d00-ddf4-43b4-ab28-f98e6dc325b5}</Project>
  115. <Name>RNViewShot.Net46</Name>
  116. </ProjectReference>
  117. <ProjectReference Include="..\..\node_modules\react-native-windows\ReactWindows\ReactNative.Net46\ReactNative.Net46.csproj">
  118. <Project>{22cbff9c-fe36-43e8-a246-266c7635e662}</Project>
  119. <Name>ReactNative.Net46</Name>
  120. </ProjectReference>
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  124. Other similar extension points exist, see Microsoft.Common.targets.
  125. <Target Name="BeforeBuild">
  126. </Target>
  127. <Target Name="AfterBuild">
  128. </Target>
  129. -->
  130. </Project>