forked from sony/cdp-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdp-js.csproj
169 lines (169 loc) · 6.73 KB
/
cdp-js.csproj
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
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<ProjectGuid>{A355ACF1-28EB-468B-9684-322D9F14B0EB}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<OutputPath>bin</OutputPath>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<DebugType>full</DebugType>
<DebugSymbols>true</DebugSymbols>
<FileUpgradeFlags>
</FileUpgradeFlags>
<OldToolsVersion>4.0</OldToolsVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UpgradeBackupLocation />
<UseGlobalApplicationHostFile />
</PropertyGroup>
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>WebView</RootNamespace>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptIncludeComments>true</TypeScriptIncludeComments>
<TypeScriptSourceMap>true</TypeScriptSourceMap>
<TypeScriptModuleKind>amd</TypeScriptModuleKind>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Release'">
<TypeScriptTarget>ES5</TypeScriptTarget>
<TypeScriptIncludeComments>false</TypeScriptIncludeComments>
<TypeScriptSourceMap>false</TypeScriptSourceMap>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" />
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<Content Include=".gitignore" />
<Content Include="dist\cdp.css" />
<Content Include="dist\cdp.icons.css" />
<Content Include="dist\cdp.icons.min.css">
<DependentUpon>cdp.icons.css</DependentUpon>
</Content>
<Content Include="dist\cdp.js" />
<Content Include="dist\cdp.min.css">
<DependentUpon>cdp.css</DependentUpon>
</Content>
<Content Include="dist\cdp.min.css.map">
<DependentUpon>cdp.css</DependentUpon>
</Content>
<Content Include="dist\cdp.min.js">
<DependentUpon>cdp.js</DependentUpon>
</Content>
<Content Include="dist\cdp.structure.css" />
<Content Include="dist\cdp.structure.min.css">
<DependentUpon>cdp.structure.css</DependentUpon>
</Content>
<Content Include="dist\cdp.swatch.css" />
<Content Include="dist\cdp.swatch.min.css">
<DependentUpon>cdp.swatch.css</DependentUpon>
</Content>
<Content Include="docs\CDP-index.hhk">
<DependentUpon>CDP.hhp</DependentUpon>
</Content>
<Content Include="docs\CDP-table_of_contents.hhc">
<DependentUpon>CDP.hhp</DependentUpon>
</Content>
<Content Include="docs\reports\coverage\index.html" />
<Content Include="docs\typedoc\index.html" />
<Content Include="project.config.js" />
<Content Include="tasks\command-delegator.js" />
<Content Include="tasks\command.js" />
<Content Include="tasks\update-package.js" />
</ItemGroup>
<ItemGroup>
<Content Include="docs\en\README.md" />
<Content Include="docs\images\.gitkeep" />
<Content Include="docs\jp\README.md" />
<Content Include="LICENSE" />
<Content Include="NOTICE" />
<Content Include="package.json" />
<Content Include="README.md" />
</ItemGroup>
<ItemGroup>
<Content Include=".npmignore" />
</ItemGroup>
<ItemGroup>
<Content Include="eslintrc.json" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="dist\%40types\cdp.core.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.framework.jqm.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.i18n.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.nativebridge.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.plugin.nativebridge.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.promise.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.tools.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.ui.jqm.d.ts" />
<TypeScriptCompile Include="dist\%40types\cdp.ui.listview.d.ts" />
<TypeScriptCompile Include="dist\%40types\i18next.d.ts" />
<TypeScriptCompile Include="dist\%40types\index.d.ts" />
<TypeScriptCompile Include="dist\%40types\jquery.mobile.d.ts" />
</ItemGroup>
<ItemGroup>
<Content Include="dist\cdp.icons.min.css.map">
<DependentUpon>cdp.icons.css</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="dist\cdp.min.js.map">
<DependentUpon>cdp.js</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="dist\cdp.structure.min.css.map">
<DependentUpon>cdp.structure.css</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="dist\cdp.swatch.min.css.map">
<DependentUpon>cdp.swatch.css</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="circle.yml" />
</ItemGroup>
<ItemGroup>
<Content Include="RELEASENOTE.md" />
</ItemGroup>
<ItemGroup>
<Content Include="docs\CDP.hhp" />
</ItemGroup>
<ItemGroup>
<Content Include="docs\jp\gudelines-typedoc-comment.md" />
</ItemGroup>
<ItemGroup>
<Content Include="docs\jp\about-cdp-framework.md" />
</ItemGroup>
</Project>