|
@@ -0,0 +1,183 @@
|
|
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>..\..\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
|
+ <EmbeddedResource Include="Properties\RNViewShot.rd.xml" />
|
|
118
|
+ </ItemGroup>
|
|
119
|
+ <ItemGroup>
|
|
120
|
+ <ProjectReference Include="..\..\node_modules\react-native-windows\ReactWindows\ReactNative\ReactNative.csproj">
|
|
121
|
+ <Project>{c7673ad5-e3aa-468c-a5fd-fa38154e205c}</Project>
|
|
122
|
+ <Name>ReactNative</Name>
|
|
123
|
+ </ProjectReference>
|
|
124
|
+ </ItemGroup>
|
|
125
|
+ <PropertyGroup Condition=" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '14.0' ">
|
|
126
|
+ <VisualStudioVersion>14.0</VisualStudioVersion>
|
|
127
|
+ </PropertyGroup>
|
|
128
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|AnyCPU'">
|
|
129
|
+ <DebugSymbols>true</DebugSymbols>
|
|
130
|
+ <OutputPath>bin\Development\</OutputPath>
|
|
131
|
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
132
|
+ <NoStdLib>true</NoStdLib>
|
|
133
|
+ <DebugType>full</DebugType>
|
|
134
|
+ <PlatformTarget>AnyCPU</PlatformTarget>
|
|
135
|
+ <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
136
|
+ <ErrorReport>prompt</ErrorReport>
|
|
137
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
138
|
+ </PropertyGroup>
|
|
139
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|x86'">
|
|
140
|
+ <DebugSymbols>true</DebugSymbols>
|
|
141
|
+ <OutputPath>bin\x86\Development\</OutputPath>
|
|
142
|
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
143
|
+ <NoWarn>;2008</NoWarn>
|
|
144
|
+ <NoStdLib>true</NoStdLib>
|
|
145
|
+ <DebugType>full</DebugType>
|
|
146
|
+ <PlatformTarget>x86</PlatformTarget>
|
|
147
|
+ <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
148
|
+ <ErrorReport>prompt</ErrorReport>
|
|
149
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
150
|
+ </PropertyGroup>
|
|
151
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|ARM'">
|
|
152
|
+ <DebugSymbols>true</DebugSymbols>
|
|
153
|
+ <OutputPath>bin\ARM\Development\</OutputPath>
|
|
154
|
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
155
|
+ <NoWarn>;2008</NoWarn>
|
|
156
|
+ <NoStdLib>true</NoStdLib>
|
|
157
|
+ <DebugType>full</DebugType>
|
|
158
|
+ <PlatformTarget>ARM</PlatformTarget>
|
|
159
|
+ <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
160
|
+ <ErrorReport>prompt</ErrorReport>
|
|
161
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
162
|
+ </PropertyGroup>
|
|
163
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Development|x64'">
|
|
164
|
+ <DebugSymbols>true</DebugSymbols>
|
|
165
|
+ <OutputPath>bin\x64\Development\</OutputPath>
|
|
166
|
+ <DefineConstants>DEBUG;TRACE;NETFX_CORE;WINDOWS_UWP</DefineConstants>
|
|
167
|
+ <NoWarn>;2008</NoWarn>
|
|
168
|
+ <NoStdLib>true</NoStdLib>
|
|
169
|
+ <DebugType>full</DebugType>
|
|
170
|
+ <PlatformTarget>x64</PlatformTarget>
|
|
171
|
+ <UseVSHostingProcess>false</UseVSHostingProcess>
|
|
172
|
+ <ErrorReport>prompt</ErrorReport>
|
|
173
|
+ <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
|
|
174
|
+ </PropertyGroup>
|
|
175
|
+ <Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
|
|
176
|
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
|
177
|
+ Other similar extension points exist, see Microsoft.Common.targets.
|
|
178
|
+ <Target Name="BeforeBuild">
|
|
179
|
+ </Target>
|
|
180
|
+ <Target Name="AfterBuild">
|
|
181
|
+ </Target>
|
|
182
|
+ -->
|
|
183
|
+</Project>
|