|
@@ -0,0 +1,106 @@
|
|
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>{1DD45D00-DDF4-43B4-AB28-F98E6DC325B5}</ProjectGuid>
|
|
8
|
+ <OutputType>Library</OutputType>
|
|
9
|
+ <AppDesignerFolder>Properties</AppDesignerFolder>
|
|
10
|
+ <RootNamespace>RNViewShot.Net46</RootNamespace>
|
|
11
|
+ <AssemblyName>RNViewShot.Net46</AssemblyName>
|
|
12
|
+ <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
|
13
|
+ <FileAlignment>512</FileAlignment>
|
|
14
|
+ </PropertyGroup>
|
|
15
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
16
|
+ <DebugSymbols>true</DebugSymbols>
|
|
17
|
+ <DebugType>full</DebugType>
|
|
18
|
+ <Optimize>false</Optimize>
|
|
19
|
+ <OutputPath>bin\Debug\</OutputPath>
|
|
20
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
21
|
+ <ErrorReport>prompt</ErrorReport>
|
|
22
|
+ <WarningLevel>4</WarningLevel>
|
|
23
|
+ </PropertyGroup>
|
|
24
|
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
25
|
+ <DebugType>pdbonly</DebugType>
|
|
26
|
+ <Optimize>true</Optimize>
|
|
27
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
28
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
29
|
+ <ErrorReport>prompt</ErrorReport>
|
|
30
|
+ <WarningLevel>4</WarningLevel>
|
|
31
|
+ </PropertyGroup>
|
|
32
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
|
|
33
|
+ <DebugSymbols>true</DebugSymbols>
|
|
34
|
+ <OutputPath>bin\x86\Debug\</OutputPath>
|
|
35
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
36
|
+ <DebugType>full</DebugType>
|
|
37
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
38
|
+ <ErrorReport>prompt</ErrorReport>
|
|
39
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
40
|
+ </PropertyGroup>
|
|
41
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
|
|
42
|
+ <OutputPath>bin\x86\Release\</OutputPath>
|
|
43
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
44
|
+ <Optimize>true</Optimize>
|
|
45
|
+ <DebugType>pdbonly</DebugType>
|
|
46
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
47
|
+ <ErrorReport>prompt</ErrorReport>
|
|
48
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
49
|
+ </PropertyGroup>
|
|
50
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
|
51
|
+ <DebugSymbols>true</DebugSymbols>
|
|
52
|
+ <OutputPath>bin\x64\Debug\</OutputPath>
|
|
53
|
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
54
|
+ <DebugType>full</DebugType>
|
|
55
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
56
|
+ <ErrorReport>prompt</ErrorReport>
|
|
57
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
58
|
+ </PropertyGroup>
|
|
59
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
|
60
|
+ <OutputPath>bin\x64\Release\</OutputPath>
|
|
61
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
62
|
+ <Optimize>true</Optimize>
|
|
63
|
+ <DebugType>pdbonly</DebugType>
|
|
64
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
65
|
+ <ErrorReport>prompt</ErrorReport>
|
|
66
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
67
|
+ </PropertyGroup>
|
|
68
|
+ <ItemGroup>
|
|
69
|
+ <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
70
|
+ <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
71
|
+ <Private>True</Private>
|
|
72
|
+ </Reference>
|
|
73
|
+ <Reference Include="System" />
|
|
74
|
+ <Reference Include="System.Core" />
|
|
75
|
+ <Reference Include="System.Xml.Linq" />
|
|
76
|
+ <Reference Include="System.Data.DataSetExtensions" />
|
|
77
|
+ <Reference Include="Microsoft.CSharp" />
|
|
78
|
+ <Reference Include="System.Data" />
|
|
79
|
+ <Reference Include="System.Net.Http" />
|
|
80
|
+ <Reference Include="System.Xml" />
|
|
81
|
+ </ItemGroup>
|
|
82
|
+ <ItemGroup>
|
|
83
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
84
|
+ <Compile Include="RNViewShotModule.cs" />
|
|
85
|
+ <Compile Include="RNViewShotPackage.cs" />
|
|
86
|
+ <Compile Include="ViewShot.cs" />
|
|
87
|
+ </ItemGroup>
|
|
88
|
+ <ItemGroup>
|
|
89
|
+ <ProjectReference Include="..\..\node_modules\react-native-windows\ReactWindows\ReactNative.Net46\ReactNative.Net46.csproj">
|
|
90
|
+ <Project>{22cbff9c-fe36-43e8-a246-266c7635e662}</Project>
|
|
91
|
+ <Name>ReactNative.Net46</Name>
|
|
92
|
+ </ProjectReference>
|
|
93
|
+ </ItemGroup>
|
|
94
|
+ <ItemGroup>
|
|
95
|
+ <None Include="app.config" />
|
|
96
|
+ <None Include="packages.config" />
|
|
97
|
+ </ItemGroup>
|
|
98
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
99
|
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
100
|
+ Other similar extension points exist, see Microsoft.Common.targets.
|
|
101
|
+ <Target Name="BeforeBuild">
|
|
102
|
+ </Target>
|
|
103
|
+ <Target Name="AfterBuild">
|
|
104
|
+ </Target>
|
|
105
|
+ -->
|
|
106
|
+</Project>
|