This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
winjs-stocks.jsproj
228 lines (228 loc) · 12.7 KB
/
winjs-stocks.jsproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="Debug|Android">
<Configuration>Debug</Configuration>
<Platform>Android</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|iOS">
<Configuration>Debug</Configuration>
<Platform>iOS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Windows-AnyCPU">
<Configuration>Debug</Configuration>
<Platform>Windows-AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Windows-x64">
<Configuration>Debug</Configuration>
<Platform>Windows-x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Windows-x86">
<Configuration>Debug</Configuration>
<Platform>Windows-x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Windows-ARM">
<Configuration>Debug</Configuration>
<Platform>Windows-ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Debug|Windows Phone">
<Configuration>Debug</Configuration>
<Platform>Windows Phone</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Android">
<Configuration>Release</Configuration>
<Platform>Android</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|iOS">
<Configuration>Release</Configuration>
<Platform>iOS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Windows-AnyCPU">
<Configuration>Release</Configuration>
<Platform>Windows-AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Windows-x64">
<Configuration>Release</Configuration>
<Platform>Windows-x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Windows-x86">
<Configuration>Release</Configuration>
<Platform>Windows-x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Windows-ARM">
<Configuration>Release</Configuration>
<Platform>Windows-ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Release|Windows Phone">
<Configuration>Release</Configuration>
<Platform>Windows Phone</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|Android">
<Configuration>Distribution</Configuration>
<Platform>Android</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|iOS">
<Configuration>Distribution</Configuration>
<Platform>iOS</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|Windows-AnyCPU">
<Configuration>Distribution</Configuration>
<Platform>Windows-AnyCPU</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|Windows-x64">
<Configuration>Distribution</Configuration>
<Platform>Windows-x64</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|Windows-x86">
<Configuration>Distribution</Configuration>
<Platform>Windows-x86</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|Windows-ARM">
<Configuration>Distribution</Configuration>
<Platform>Windows-ARM</Platform>
</ProjectConfiguration>
<ProjectConfiguration Include="Distribution|Windows Phone">
<Configuration>Distribution</Configuration>
<Platform>Windows Phone</Platform>
</ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
<ProjectGuid>00ef7398-3446-498f-a61d-4c5cf85ba922</ProjectGuid>
</PropertyGroup>
<PropertyGroup>
<DefaultReferenceGroup>Implicit (Multi-Device Apps)</DefaultReferenceGroup>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup Condition="'$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' < '12.0'">
<VisualStudioVersion>12.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Content Include="css\default.css" />
<Content Include="images\background.png" />
<Content Include="js\canvasChart.js" />
<Content Include="js\contentDialog.js" />
<Content Include="js\data.js" />
<Content Include="js\default.js" />
<Content Include="js\marketsTab.js" />
<Content Include="js\newsTab.js" />
<Content Include="js\watchlistTab.js" />
<Content Include="merges\android\scripts\android2.3-jscompat.js" />
<Content Include="merges\android\scripts\platformOverrides.js" />
<Content Include="winjs\css\ui-dark.css" />
<Content Include="winjs\css\ui-light.css" />
<Content Include="winjs\fonts\Symbols.ttf" />
<Content Include="winjs\js\base.js" />
<Content Include="winjs\js\base.min.js" />
<Content Include="winjs\js\base.min.js.map" />
<Content Include="winjs\js\en-US\ui.strings.js" />
<Content Include="winjs\js\ui.js" />
<Content Include="winjs\js\ui.min.js" />
<Content Include="winjs\js\ui.min.js.map" />
<Content Include="winjs\js\WinJS.js" />
<Content Include="winjs\js\WinJS.min.js" />
<Content Include="winjs\js\WinJS.min.js.map" />
<Folder Include="merges\ios\" />
<Content Include="merges\windows8\scripts\platformOverrides.js" />
<Content Include="merges\windows8\scripts\winstore-jscompat.js" />
<Folder Include="merges\wp8\" />
<Folder Include="res\icons\android\" />
<Folder Include="res\screens\android\" />
<Folder Include="res\screens\ios\" />
<Folder Include="res\screens\windows8\" />
<Folder Include="res\screens\wp8\" />
</ItemGroup>
<ItemGroup>
<Content Include="config.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="index.html" />
<Content Include="res\icons\ios\icon-2x.png" />
<Content Include="res\icons\ios\icon.png" />
<Content Include="res\icons\windows8\splashscreen.png" />
<Content Include="res\icons\wp8\ApplicationIcon.png" />
<Content Include="res\icons\wp8\Background.png" />
<Content Include="res\icons\wp8\SplashScreenImage.jpg" />
<Content Include="scripts\index.js" />
<Content Include="scripts\platformOverrides.js" />
<Content Include="css\index.css" />
<Content Include="res\cert\android\ant.properties" />
<Content Include="res\icons\android\icon-36-ldpi.png" />
<Content Include="res\icons\android\icon-48-mdpi.png" />
<Content Include="res\icons\android\icon-72-hdpi.png" />
<Content Include="res\icons\android\icon-96-xhdpi.png" />
<Content Include="res\icons\ios\icon-40.png" />
<Content Include="res\icons\ios\icon-40-2x.png" />
<Content Include="res\icons\ios\icon-50.png" />
<Content Include="res\icons\ios\icon-50-2x.png" />
<Content Include="res\icons\ios\icon-57.png" />
<Content Include="res\icons\ios\icon-57-2x.png" />
<Content Include="res\icons\ios\icon-60.png" />
<Content Include="res\icons\ios\icon-60-2x.png" />
<Content Include="res\icons\ios\icon-72.png" />
<Content Include="res\icons\ios\icon-72-2x.png" />
<Content Include="res\icons\ios\icon-76.png" />
<Content Include="res\icons\ios\icon-76-2x.png" />
<Content Include="res\icons\ios\icon-small.png" />
<Content Include="res\icons\ios\icon-small-2x.png" />
<Content Include="res\icons\windows8\logo.png" />
<Content Include="res\icons\windows8\smalllogo.png" />
<Content Include="res\icons\windows8\storelogo.png" />
<Content Include="res\icons\wp8\icon-62-tile.png" />
<Content Include="res\icons\wp8\icon-173-tile.png" />
<Content Include="res\screens\android\screen-hdpi-landscape.png" />
<Content Include="res\screens\android\screen-hdpi-portrait.png" />
<Content Include="res\screens\android\screen-ldpi-landscape.png" />
<Content Include="res\screens\android\screen-ldpi-portrait.png" />
<Content Include="res\screens\android\screen-mdpi-landscape.png" />
<Content Include="res\screens\android\screen-mdpi-portrait.png" />
<Content Include="res\screens\android\screen-xhdpi-landscape.png" />
<Content Include="res\screens\android\screen-xhdpi-portrait.png" />
<Content Include="res\screens\ios\screen-ipad-landscape.png" />
<Content Include="res\screens\ios\screen-ipad-landscape-2x.png" />
<Content Include="res\screens\ios\screen-ipad-portrait.png" />
<Content Include="res\screens\ios\screen-ipad-portrait-2x.png" />
<Content Include="res\screens\ios\screen-iphone-568h-2x.png" />
<Content Include="res\screens\ios\screen-iphone-portrait.png" />
<Content Include="res\screens\ios\screen-iphone-portrait-2x.png" />
<Content Include="res\screens\windows8\splashscreen.png" />
<Content Include="res\screens\wp8\screen-portrait.jpg" />
</ItemGroup>
<PropertyGroup>
<TypeScriptToolsVersion>1.0</TypeScriptToolsVersion>
<DefaultReferenceGroup>Implicit (Multi-Device Apps)</DefaultReferenceGroup>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptCompileOnSaveEnabled>false</TypeScriptCompileOnSaveEnabled>
<TypeScriptRemoveComments>false</TypeScriptRemoveComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptCompileOnSaveEnabled>false</TypeScriptCompileOnSaveEnabled>
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Distribution'">
<TypeScriptCompileOnSaveEnabled>false</TypeScriptCompileOnSaveEnabled>
<TypeScriptRemoveComments>true</TypeScriptRemoveComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<Import Project="$(AppData)\npm\node_modules\vs-mda-targets\Microsoft.MDA.targets" />
<Import Project="$(AppData)\npm\node_modules\vs-mda-targets\Microsoft.TypeScript.MDA.targets" />
<PropertyGroup>
<ProjectUISubcaption>Multi-Device Hybrid App</ProjectUISubcaption>
</PropertyGroup>
<Target Name="EnsureBuildPrerequisites">
<!-- These errors will trigger if building from inside Visual Studio and requirements could not be determined -->
<Error Condition="$(MDAPropertiesEvaluated) == 'true' And $(NodeJsDir) == ''" Text="Path to NodeJs could not be determined. Please check that NodeJs has been installed." />
<Error Condition="$(MDAPropertiesEvaluated) == 'true' And $(MDAVsixDir) == ''" Text="Path to the Visual Studio Extension for Multi-Device Hybrid Apps could not be determined. Please check that the extension has been installed." />
<!-- These errors will trigger if building from outside Visual Studio (e.g. command line) and environment variables have not been set -->
<Error Condition="$(MDAPropertiesEvaluated) == '' And $(NodeJsDir) == ''" Text="Path to NodeJs has not been specified. Please check that NodeJs has been installed and set the NodeJsDir environment variable before building." />
<Error Condition="$(MDAPropertiesEvaluated) == '' And $(MDAVsixDir) == ''" Text="Path to Visual Studio Extension for Multi-Device Hybrid Apps has not been specified. Please install it and set the MDAVsixDir environment variable before building." />
<!-- Sanity check that things exist in the specified places. These are more likely to fail if building outside Visual Studio and the required environment variables have not been set, or set incorrectly. -->
<Error Condition="!Exists('$(NodeJsDir)') Or !Exists('$(NodeJsDir)\node.exe')" Text="The specified NodeJs directory $(NodeJsDir) either does not exist, or does not contain node.exe. Please check that NodeJs has been installed, and set the NodeJsDir variable to the correct directory." />
<Error Condition="!Exists('$(MDAVsixDir)') Or !Exists('$(MDAVsixDir)\packages\vs-mda')" Text="The specified directory to the Visual Studio extension $(MDAVsixDir)\node.exe either does not exist, or does not contain a packages\vs-mda sub-directory. Please check that the extension directory exists and set the MDAVsixDir variable to the correct directory." />
<!-- Installs (if necessary) the supporting Nodejs module -->
<Exec Command=""$(MDAVsixDir)"\packages\vs-mda\install "$(NodeJsDir)" "$(MDAVsixDir)"\packages\vs-mda" />
</Target>
</Project>